/*  
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;
	margin							: 0 0 5px;
	padding-left					: 10px;
	text-align						: justify;
}

.narrowcolumn { /*default for most 2 and 3 column templates*/
	border							: 0px dashed #ff6600;
	clear							: both;
	padding							: 0 0 10px 10px;
	margin							: 0px auto; /*should center things in ie*/
	max-width						: 600px!important /*not valid in ie*/
	width							: 90%;
}

.narrowcolumn .entry { /*single entries- like read more intros in Joomla */
	border							: 0px solid #444;
	padding							: 5px 10px 5px 10px;
}
	
.narrowcolumn .postmetadata {
	border							: 1px solid #000;
	text-align						: center;
	margin-left						: auto;
	margin-right					: auto;
	
}

.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;
}




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 a:visited {
	color							: #b85b5a;
}

.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;
}

#sidebar h2 {
	margin							: 5px 0 0;
	padding							: 0;
}

/*COMMENTS AND COMMENT FORM*/

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*/
	background						: #f0f0f0;
	border-left						: 4px solid #f8f8f8;
	color							: #3C452D;
	list-style						: none;
	margin-bottom					: 5px;
	padding							: 10px;
}

/*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;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}
.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 a {
	font-weight						: bold;
	font-style						: normal;
	font-size						: 1.0em;
}

.commentlist p {
	font-weight						: normal;
	line-height						: 1.5em;
	text-transform					: none;
	margin: 10px 5px 10px 0;
}

div#commentform p {
	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							: 0;
	padding							: 0;
	}
/* 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;
}
/* 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;
}

.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;
	}

/* End Form Elements */
