/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous http://binarybonsai.com/kubrick/
Version: 1.5
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

*************************************
JOOMLA!/WORDPRESS Kubrick v1.5 
modified for use with WordPress Component JD_WP by http://www.joomladeveloping.org
12-17-2005 --visualweb http://www.kevindmurray.com
v0.01a
*/



/** HACKS TO MAKE IE BEHAVE  **/
.clearer {
	content							: "."; 
	display							: block; 
	height							: 0; 
	clear							: both; 
	visibility						: hidden;
}

/*GENTLE center POSITIONING-VALIDATES W3C */
.centered {
	display							: block;
	margin-left						: auto;
	margin-right					: auto;
	text-align						: center;
}
.center {
	text-align						: center;
}

hr {
	display							: none;
}

a img {
	border							: none;
}



/*alignment and float position as needed*/
.alignright {
	float	: right;

}
.alignleft {
	float	: left;

}

/** SETS JD_WP TEMPLATE STYLES **/

div#content {
	padding							: 0px 10px 0px;
}

.post { /*container for entire post-blog */
	border							: 0px solid #000;
	padding-left					: 5px;
	text-align						: justify;
	margin-bottom					:8px;
}

.post { /*container for entire post-blog */
	font-size: 12px;
  color: #eeeeee;
}

.narrowcolumn { /*default for most 2 and 3 column templates*/
	border							: 0px dashed #ff6600;
	width						: 545px!important /*not valid in ie*/
}

.narrowcolumn { /*single entries- like read more intros in Joomla */
	border							: 0px solid #444;
	
}

.entry { /*single entries- like read more intros in Joomla */
	border							: 0px solid #444;
	 padding							: 5px 10px 5px 10px;
	 
}

.entryTitle a {
  font-size: 12px;
  color:   #FFDD00;
}

.entryTitle a:hover {
  font-size: 12px;
  color:   #FFEE66;
}

.entry a:visited {
  color:   #FFDD00;
}
	
.narrowcolumn .postmetadata {
	/* border							: 0px solid #000; */ 
	text-align						: center;
	margin-left						: auto;
	margin-right					: auto;
	border-top: 1px solid #ffffff;
	color: #cccccc;
	font-weight: bold;	
}

.postInformation, .commentInformation {
	/* border							: 0px solid #000; */ 
	font-size					:10px;
	font-weight					: italic;
	text-align					: right;
	margin-top					: 5px;
	margin-left					: auto;
	margin-right				: auto;
	
  border-top              : 1px solid #cccccc; 
  color                 : #cccccc;
	font-style: bold;
	list-style						: none;
	padding-top						: 5px;      
}

.commentInformation {
  text-align						: center;
  color                 : #cccccc;
  margin-bottom         : 25px;
  margin-top					  : 5px;
}

.commentInformation a {
   color                 : #ffffff;
}

.postInformation a {
  font-size: 10px;
  color:#eeeeee;
}

.widecolumn { /*for some of rhuks templates that collapse divs or columns */
	padding							: 10px 0 20px 0;
	margin							: 5px auto;
	width							: 90%;
}

.widecolumn .postmetadata {
	border							: 1px solid #000;
	text-align						: center;
	padding-bottom					: 20px;
}


.blogFooter {
  border-width: 1px; 
  border-style: solid;
  border-color:#cccccc;
	text-align: center;
	margin-left						: auto;
	margin-right					: auto;
	width: 80%;
	padding-top:4px;
	padding-bottom:4px;
}



div#jd_footer {
	color							: #ccc;
	font							: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-left						: auto;
	margin-right					: auto;
	text-align						: center;
	width							: 80%;
}

/** BEGIN TEXT STYLING **/

div.meta { /*displays what category, author and date*/
	color							: #333;
	margin-top						: 4px;
	font-size						: 0.9em;
	text-align						: center;
}

.meta { /*posted in*/
	background						: #F5F5F5;
	font-size						: 0.9em;
	padding							: 2px;
}

.entry p{
	color							: #ffffff;
}

.widecolumn .post {
	margin							: 0;
}

.narrowcolumn .postmetadata {
	padding-top						: 5px;
}

.widecolumn .postmetadata {
	margin							: 20px 0;
}
	
.description {
	text-align						: center;
}

acronym, abbr, span.caps {
	cursor							: help; /*no workie in ie*/
}

acronym, abbr {
	border-bottom					: 1px dashed #999;
}

blockquote {
	margin							: 15px 30px 0 10px;
	padding-left					: 20px;
	border-left						: 5px solid #ddd;
}

blockquote cite {
	margin							: 5px 0 0;
	display							: block;
}

/*wp h-Tags styles*/
h2.pagetitle {
	margin-top						: 20px;
	text-align						: center;
}

h2 {
  font-size:14px;
}

h3 {
  font-size:12px;
  font-Weight: bold;
}

#sidebar h2 {
	margin							: 5px 0 0;
	padding							: 0;
}

/*COMMENTS AND COMMENT FORM*/
.citeSays {
  color:#ffffff;
}

cite {/* commentor name and website attribution */
	border							: 0px solid #ff6600;
	color							: #333;
	font							: .9em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	line-height						: 1.2em;
	padding-left					: 0px;
	padding-right					: 4px;
}

.alt {/*alternate-row readers comments*/
  margin-top: 8px;
  color							: #3C452D;
  //border: 2px solid #eeeeee;
	list-style						: none;
	margin-bottom					: 5px;
	//padding							: 10px; 
}

.alt2 {/*alternate-row readers comments*/
  background: #9f957f;
	margin-top: 8px;
  color							: #3C452D;
  border: 2px solid #eeeeee;
	list-style						: none;
	margin-bottom					: 5px;
	padding							: 10px;
}

#comment {
width: 530px;
}

.comments {
float:left;
}

/*Marko, display source on a page with multiple comments
  and you note there is no li class output for alt comments */

.commentmetadata { /* website attribution and link*/
	display							: block;
	font							: .9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height						: 1.2em;
	margin							: 0;
	padding-left					: 8px;
}


.commentCreateDate a {
  color: #cccccc;
  font-weight: normal;
}

	
.commentlist {
	padding: 0;
	text-align: justify;
	float:left;
	}
.commentlist li, #commentform input, #commentform textarea {
	font							: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight						: bold;
}
.commentlist li {/*STYLE FOR COMMENTS*/
	list-style						: none;
	padding							: 10px;
	/* background						: #f8f8f8; */
	color							: #3C452D;
	margin-bottom					: 5px;
}

.commentlist cite, .commentlist cite  {
	font-weight						: bold;
	font-style						: normal;
	font-size						: 1.0em;
	color: #ffffff;
}

.commentlist p {
	font-weight						: normal;
	line-height						: 1.5em;
	text-transform					: none;
	margin: 10px 5px 10px 0;
}

.commentInputDiv {
  padding-top:2px;
}

.commentTextAreaDiv {
  padding-top:5px;
}

.commentTextAreaDiv textarea {
    width:530px;	
}



.commentSubmitDiv {
  margin-top:5px;
  padding-bottom:10px;
}

div#commentform p {
  margin-top:3px;
	font-family						: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
div#commentform p {
	margin							: 5px 0;

	}
div#commentform input {
	width							: 170px;
	padding							: 2px;
	margin							: 5px 5px 1px 0;
}

div#commentform textarea {
	max-width						: 500px!important; /* for tight 3 column layouts */
	width							: 80%;
	padding							: 2px;
}

div#commentform #submit {
	margin							: 0;
	float							: right;
}

.nocomments {
	text-align						: center;
	margin-top						: 13px;
 
	}
/* End Comments */




/* WPRESS CALENDAR */
#wp-calendar {
	empty-cells						: show;
	margin-bottom					: 0px;
	margin-left						: auto;
	margin-right					: auto;
	margin-top						: 10px;	
	width							: 155px;
}

#wp-calendar #next a {
	padding-right					: 10px;
	text-align						: right;
}

#wp-calendar #prev a {
	padding-left					: 10px;
	text-align						: left;
}

#wp-calendar a {
	display							: block;
}

#wp-calendar caption {
	text-align						: center;
	width							: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color				: inherit; 
}

#wp-calendar caption {
	font							: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align						: center;
	}

#wp-calendar th {
	font-style						: normal;
	text-transform					: capitalize;
}


/*UNEDITED BELOW 12-17-05*/


/**If using WP plugin for FLIKR or 4Gallery kdm**/
/* Begin Image Positioning */
p img {
	padding							: 0;
	max-width						: 100%;
}
	
img.centered {
	display							: block;
	margin-left						: auto;
	margin-right					: auto;
}
	
img.alignright {
	padding							: 4px;
	margin							: 0 0 2px 7px;
	display							: inline;
}

img.alignleft {
	padding							: 4px;
	margin							: 0 7px 2px 0;
	display							: inline;
}

.blogImageTopLeft {
  margin: 10px;
  margin-left: 0;
  margin-top: 0;
  padding: 10px; 
  border: 1px solid #ffffff; 
  }
/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, 
	which merely default to normal bullets. */

html>body .entry ul {
	margin-left						: 0px;
	padding							: 0 0 0 20px;
	list-style						: none;
	padding-left					: 10px;
	text-indent						: -10px;
} 

html>body .entry li {
	margin							: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding							: 0 0 0 35px;
	margin							: 0;
	}

.entry ol li {
	margin							: 0;
	padding							: 0;
}

.entry p {
	margin-bottom:10px;
}

.entryCreateDate {
  padding-left:10px;
  color: #cccccc;
}


.postmetadata ul, .postmetadata li {
	display							: inline;
	list-style-type					: none;
	list-style-image				: none;
}
	
#sidebar ul, #sidebar ul ol {
	margin							: 0;
	padding							: 0;
}

#sidebar ul li {
	list-style-type					: none;
	list-style-image				: none;
	margin-bottom					: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin							: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin							: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin							: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style						: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin							: 3px 0 0;
	padding							: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

.archive {
margin-left:5px;
margin-bottom:10px;
font-weight:bold;
}

.botalignright {
	float:right;
	margin-top:10px;
	margin-bottom:8px;
}

.botalignleft {
	float: left;
	margin-top:10px;
	margin-bottom:8px;
}	
#respond {
float:left;

}
/* End Form Elements */
