/*
Theme Name: Crankberry Theme
Theme URI: http://www.fusedeffects.com.org/
Description: This is an exclusive theme designed for CrankBerry Blog
Author: Jerry Low
Author URI: http://www.jerrylow.com/
Tags: sexy, crankberry


*/


*						{ margin: 0px; padding: 0px }

/*MAIN TAGS -----------------------------------------------------------------------*/

html					{ -webkit-text-size-adjust: none; }
body					{
						background-color: #FFFFFF;
						background-image: url(img_temp/bg.gif);
						background-repeat: repeat;
						margin: 0px;
						}

body,td,th,div 			{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #383838; }
img						{ border-style: none; border-width: 0px; }
img 					{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...); }

/*FORMATTING -----------------------------------------------------------------------*/

h1						{ font-family: Arial, Helvetica, sans-serif; font-size: 25px; font-weight: normal; color: #bc8b17; margin-bottom: 25px; text-align: left; padding: 4px 0 4px 140px; background-color: #ede8dd;  }
h2						{ font-family:Georgia, "Times New Roman", Times, serif; font-size: 25px; font-weight: 500; color: #653706; margin-bottom: 10px; text-align: left; }
h2 a:link, h2 a:visited, h2 a:active	{ text-decoration: none; color: #653706; }
h2 a:hover								{ color: #516a0c; }
h3						{ font-family:Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #ec9b00; margin-bottom: 10px; }

.right_title			{ font-weight: bolder; text-transform: uppercase; font-size: 12px; color: #91ad40; margin-right: 10px; }
#right_area h2			{ font-family: Arial, Helvetica, sans-serif; font-weight: bolder; text-transform: uppercase; font-size: 12px; color: #91ad40; margin: 15px 10px 15px 0px; margin-top: 12px; line-height:0px; text-align: right; }

.entry_year				{ font-size: 10px; color: #475f01; }
.entry_date				{ font-size: 20px; color: #FFF; text-transform:uppercase; }



h2.pagetitle {
	font-size: 1.6em;
	}
	

	
/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

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


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

ul		{ margin: 0 0 0 15px; }


/*OTHER FORMATTING TAGS ---------------------------------------------------------------*/

.right_box_area hr		{ height: 0px; border: none; border-top: 1px solid #aba597; margin: 3px 0px 3px 0px ; overflow: hidden; }
hr						{ height: 0px; border: none; border-top: 1px solid #eecc8a; margin: 3px 0px 3px 0px ; overflow: hidden; }

	
/*LINK TAGS ---------------------------------------------------------------------------*/

a:link					{ text-decoration: underline; color: #698614; }
a:visited				{ text-decoration: underline; color: #698614; }
a:hover					{ text-decoration: underline; color: #b57510; }
a:active 				{ text-decoration: underline; color: #698614; }

/*FORMS TAGS ---------------------------------------------------------------*/

.search_input					{ height: 18px; width: 185px; border: 1px solid #483423; padding: 3px; font-size: 14px; font-weight: bold; color: #483423; margin-right: 2px; float: left; }
.search_button					{ height: 26px; width: 26px; margin: 0; float: left; }

/*TEMPLATE TAGS -----------------------------------------------------------------------*/

#header_area					{ height: 240px; background: url(img_temp/header_bg.jpg) repeat-x; }
#header_mid_area 				{ height: 240px; width: 1422px; margin: auto; }
#header_left 					{ width: 211px; height: 240px; background: url(img_temp/header_left.jpg) no-repeat;	float: left; }
#header_center 					{ width: 1000px; height: 240px;	float: left; }
#header_top 					{ width: 1000px; height: 149px;	background: url(img_temp/header_top.jpg) no-repeat; }
	#header_title 					{ width: 490px; height: 71px; margin: 55px 0 0 41px; float: left; color: #FFF; }
	#header_search					{ width: 225px; height: 42px; margin: 61px 26px 0 0; padding: 18px 15px 0 15px; float: right; }
#header_bottom 					{ width: 1000px; height: 91px; background: url(img_temp/header_bottom.jpg) no-repeat; }
	#menu_area					{ width: 297px; margin: 22px 4px 0 0; float: right; }
	#menu_title					{ padding: 0 21px 0 0; text-align: right; }
	#menu_bar					{ height: 44px; padding: 9px 12px 0 12px; background: url(img_temp/menu_bg.png) no-repeat; }
	#menu_bar a:link			{ text-decoration: none; color: #5f5f5f; font-weight: bold; }
	#menu_bar a:visited			{ text-decoration: none; color: #5f5f5f; font-weight: bold; }
	#menu_bar a:hover			{ text-decoration: underline; color: #5f5f5f; font-weight: bold;  }
	#menu_bar a:active			{ text-decoration: none;color: #5f5f5f; font-weight: bold; }
	.menu_selected				{ background: url(img_temp/menu_selected.png) no-repeat center; }
#header_right 					{ width: 211px; height: 240px; background: url(img_temp/header_right.jpg) no-repeat; float: left; }

#overall_bottom { padding: 0 211px 0 211px; }

#body_area { width: 1000px; margin: auto; background: #FFF url(img_temp/right_bg.jpg) repeat-y right; }

#content_box { width: 698px; float: left; }
#content_full { width: 618px; float: left; padding: 0 40px 0 40px; }

#right_area { width: 250px;	padding: 15px 27px 30px 25px; float: right; }
#right_area ul, #right_area ul ol		{ margin: 0; padding: 0; }

.right_box_top					{ height: 7px; background: url(img_temp/right_box_top.gif) no-repeat; margin-top: 12px; overflow: hidden; }
.right_box_area					{ background-color: #ddd2b5; padding: 2px 16px 2px 16px; font-size: 11px; }
.right_box_area a:link, .right_box_area a:visited, .right_box_area a:active		{ text-decoration: none; color: #2a2a2a; font-weight: bold; }
.right_box_area a:hover			{ color: #781c1c; }
.right_box_bottom				{ height: 7px; background: url(img_temp/right_box_bottom.gif) no-repeat; overflow: hidden; }

#footer_area { width: 1000px; height: 78px;	margin: auto; margin-bottom: 0px; background: url(img_temp/footer_img.png) no-repeat; }

div.clear			{ clear: left; }
div.clearboth		{ clear: both; }

div.code_box					{ border: 1px solid #000; }


.entry_exerpt					{ clear: both; }
.entry_left_box					{ width: 100px; height: 108px; border-top: 4px solid #623a0e; background-color: #91ad40; float:left; text-align: right; padding: 6px 10px 6px 10px; }
.entry_left_box a:link, .entry_left_box a:visited, .entry_left_box a:active		{ text-decoration: none; color: #ceff40; font-size: 10px; }
.entry_left_box a:hover															{ color: #FFF; }

.entry_content_box				{ width: 536px; padding: 0 40px 0 2px; float: right; }
.entry_content_box img			{ border: 2px solid #cfcfcf; padding: 2px; }
.entry_content_inner			{ width: 518px; margin-left: 18px; }
.entry p						{ margin-bottom: 10px; text-align: left; }
.entry_categories				{ margin-bottom: 5px; font-family: Georgia, "Times New Roman", Times, serif; color: #f5ba8f; }
.entry_categories a:link, .entry_categories a:visited, .entry_categories a:active		{ text-decoration: none; color: #ec7117;}
.entry_categories a:hover				{ color: #b05817; }

.thumb_box						{ width: 550px; height: 133px; background: url(img_temp/thumb_shadow.png) no-repeat bottom right; position: relative; margin-bottom: 10px; display: block; }
.thumb_box img					{ padding: 0px; border: none; }
.thumb_over						{ width: 541px; height: 124px; background: url(img_temp/thumb_over.png) no-repeat; position: absolute; left: 0px; top: 0px; display: block; }
.thumb_class					{ width: 541px; height: 124px; padding: 0; margin: 0; border: none; }

.green_box						{ background-color: #91ad40; margin: 0 0 10px 0; }
.green_box_mid					{ padding: 2px 8px 2px 8px; font-size: 10px; color: #FFF; }
.green_box_mid a:link, .green_box_mid a:visited, .green_box_mid a:active	{ color: #FFF; }
.green_box_top					{ background: url(img_temp/green_box_tr.gif) no-repeat top right; }
.green_box_bottom				{ background: url(img_temp/green_box_br.gif) no-repeat top right; }

.gray_box						{ background-color: #e9e9e9; margin: 0 0 10px 0; }
.gray_box_mid					{ padding: 0px 8px 0px 8px; font-size: 15px; color: #d3d1d1; }
.gay_box_mid a:link, .gray_box_mid a:visited, .gray_box_mid a:active	{ color: #FFF; }
.gray_box_top					{ background: url(img_temp/gray_box_tr.gif) no-repeat top right; }
.gray_box_bottom				{ background: url(img_temp/gray_box_br.gif) no-repeat top right; }

.excerpt_screen_right			{ float: right; margin: 0 0 3px 6px; }
.excerpt_screen_left			{ float: left; margin: 0 6px 3px 0; }

pre {border: solid 1px #a0a0a0;
	font-size: 1.3 em;  
	margin: 10px; 
	padding:10px; 
	background: #f0f0f0
}

code {font-size:1.2em; 
	color: #008099
}
	
#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}



#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin: 0 12px 3px 0;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	margin-bottom: 25px;
	}
	
.comment_date {
	font-size: 10px;
	color: #999;
}


#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}



acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#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;
	}
/* End Typography & Colors */



/* Begin Structure */

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */






/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* 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: 7px 0 8px 20px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry ul li {
	list-style: disc;
	margin: 0;
	padding: 0 0 0 15px;
	}

.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 */


#sidebar #searchform #s {
	width: 108px;
	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;
	}

#commentform input {
	border: 1px solid #666;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	border: 1px solid #666;
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0px 0px 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	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: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}



a img {
	border: none;
	}

.navigation {
	font-weight: bold;
	clear: both;
	display: block;
	text-align: center;
	padding: 5px 40px 5px 40px;
	margin: 10px 0px 10px 0px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
