/* 
	Theme Name: cwchiro Theme
	Theme URL: http://www.redwagonplants/blog/
	Description: Red Wagon Plants Journal theme created for WordPress.
	Author: FLP Web Design
	Author URI: http://www.flpwebdesign.com
	Version: 1.0
	Tags: blog theme, blog design, blogging

*/

*{
	padding:0;
	margin:0;
	}

body {
	background: #000;
	color: #2D2D2D;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	border:0;
	text-align:center;
	}

#wrap {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}

#whitebox {
	position: relative;
	top: 0;
	background-color: #fff;
	width: 960px;
	margin-top: 20px;
	padding-top: 10px;

	
	}
	
div, p {
	color: black;
	font: 12px/130% Verdana, Arial, Helvetica, sans-serif;

	}
	
h1{
	color: maroon;
	font: bold 1.4em/130% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

h2{
	color: #C40000;
	font: bold 1.2em/130% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

h3{
	color: black;
	font: bold 1.1em/130% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	}

a:link, a:active,  a:visited{
	color: #6171b4;
	text-decoration: none
	}

a:hover{
	color: #c33;
	text-decoration: underline;
	}
	
a img {
	border-width: 0;
	border-style: none;
	}

.wp-caption{
        margin:0 20px 0 20px;
		padding-top:5px;
		background:#fff;
        }

        .wp-caption img{
						border: 1px solid darkgray;
						padding:0;
						background:#fff;
						margin:0;
						}
						
		.wp-caption p.wp-caption-text{
			padding:0;
			padding-bottom:4px;
			background-color:#fff;
			}
			
p.readmore {
	text-align: right;
	}
	
p.readmore a {
	color: #6171b4; font-size: 11px;
	}
	
	p.readmore a:hover{
		color: #c33;
		text-decoration: underline;
		}
	


/*************************** Header START ***************************/

#rss_top {
	position:absolute;
	top: 1px;
	right: 1px;
	z-index:1;
	width:70px;
	height:16px;
	text-align:right;
	padding-right:2px;
	padding-top:2px;

}

#headlinks {
	position: relative center 10px;
	top: 5px;
	width: 960px;
	height: 170px ;
	background-image: url("http://www.redwagonplants.com/images/background/cwchiro_bgblk_2.png");
	background-repeat: repeat-x;
	background-position: left 90%;
	margin-bottom:20px
	}

#headlink1  {
	position: absolute;
	z-index: 3;
	top: 15px;
	left: 85px;
	width: 300px;
	height: 88px;
	}

#headlink2  {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 85px;
	width: 300px;
	height: 88px;
	}

#logobox{
	margin-bottom: 10px;
	position: absolute;
	top: 10px;
	left: 320px;
	z-index: 1;
	width: 160px;
	height: 162px;
	}

#top_pages_menu{
	list-style:none;
	text-align:left;
	position:absolute;
	left:20px;
	top:185px;
	}

#top_pages_menu li{
	display:inline;
	}

#top_pages_menu a{
	color: black;
	text-decoration: none;
	padding:5px;
	font: 1.1em Verdana, Tahoma, sans-serif;
	font-stretch: extra-condensed;
	font-weight:bold;
	line-height: 130%;
	}
	
	#top_pages_menu a:hover{
		color: #c30;
		text-decoration: none;
		background-color: #fff9da;
		}
		
	#top_pages_menu a:active{
		color: #red;
		text-decoration: none;
		}
	
/*************************** Header END ***************************/

/*************************** Content START ***************************/
#col_left { 
	width: 710px;
	margin: 20px 0 30px 0;
	float:right;

	}

#content_top {
	width: 680px;
	height:24px;
	background:url('http://www.redwagonplants.com/blog/wp-content/themes/RWP/Images/content_680_top.png') 0 0 no-repeat #fff;
	margin:0 auto;
	border:0px;

	}

#content {
	width:620px;
	background:url('http://www.redwagonplants.com/blog/wp-content/themes/RWP/Images/content_680_back.png') 0 0 repeat-y #fff;
	padding: 0 30px 0 30px;
	margin: 0 auto;
	line-height: 22px;
	overflow:hidden;
	}
	
	#content h2 .main-article-title{
		color:#C40000;
		font-size:20px;
		}

	#content a:hover{
		text-decoration:underline;
	}

	#content p{
		text-align:left;
		margin: 0 10px 15px 10px;
	}
	
	#content p img{
		border:1px solid black;
		background:#fff;
		padding:5px;
		}
	
	.content_img{
		width:375px;
		float:left;
		margin:0 10px 5px 25	px;
		padding:5px;
		border:4px solid black;
		background:#fff;
		}
		
				
	#content img{
	max-width:450px !important;
	height:auto !important;
	margin-top:10px !important;
	margin-bottom:10px !important;
	}
	
		#content img.aligncenter, #content img.alignnone{
			margin-left: 12% !important;
			margin-right: 12% !important;
			}

	
	#content li{
		text-align:left;
		margin: 0 40px 15px 80px;
		}

#content_bot {
	width: 680px;
	height:24px;
	background:url('http://www.redwagonplants.com/blog/wp-content/themes/RWP/Images/content_680_bot.png') 0 0 no-repeat #fff;
	padding-bottom:20px;
	margin:0 auto;
	}

#tag_box {
	width:630px;
	background:#DFE4CE;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;

}

.boxes {
	position:relative;
	z-index:999;
	border: solid 1px #D6D6D6;
	
}
	
.boxes a{
	color:#7D7D7D;
	text-decoration:none;
}

.boxes a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.box_h2 a{
	color:#6171b4;
	text-decoration:none;
}

.box_h2 a:hover{
	color:#6171b4;
	text-decoration:underline;
}

#content .linkwithin_hook{
	margin: 0 35px 0 35px;
	}
	
/*************************** HOME.PHP STYLES *****************************/

/*************************** MAIN POST STYLES ***************************/


#content_home_960x1_top {
	width: 680px;
	height:24px;
	background:url('http://www.redwagonplants.com/blog/wp-content/themes/RWP/Images/content_680_top.png') 0 0 no-repeat #fff;
	margin:0 auto;
	border:0px;
	}
	
#content_home_960x1_text{
	}
	
	#content_home_960x1_text .wp-caption{
/*		display:none; */
		}
		
	#content_home_960x1_text img{
/*		display:none; */
		}
	
#content_home_960x1_text img.mainPostImage{
	width:325px;
	height:auto;
	border:1px solid black;
	padding:3px;
	background:#fff;
	margin:0;
	margin-right:10px;
	float:left;
	display:block;
	}

.content_home_960x1_text p{
margin:0;
}

.content_home_960x1_text address{
margin:5px 20px 5px 20px;
}

#content_home_960x1_bot {
width: 680px;
height:24px;
background:url('http://www.redwagonplants.com/blog/wp-content/themes/RWP/Images/content_680_bot.png') 0 0 no-repeat #fff;
margin:0 auto;
border:0px;
}

/*************************** END MAIN POST STYLES ***************************/
/*************************** home.php box 960px; 3 posts START ***************************/
#content_home_960x4 {
	margin:0 auto;
	width:695px;
	overflow:hidden;
	}

.content_home_960x4_box {
	width: 195px;
	min-height:425px;
	margin: 0;
	padding: 0;
	float:right;
	font-size:11px;
	line-height:16px;
	padding:0 10px 0 10px;
	margin: 0 10px 0 0;
	text-align:left;	
	background-color:#F3F5ED;
	background: url('http://www.redwagonplants.com/blog/wp-content	/themes/RWP/Images/fadedflower_grn.gif') 125px 350px no-repeat #F3F5ED;
	border-left:1px solid #DFE4CE;
	border-right: 1px solid #DFE4CE;
	}
	
	.content_home_960x4_box_title{
		height:60px;
		}
		
	.content_home_960x4_box_img{
		width:100%;
		text-align:center;
		}
		
		.content_home_960x4_box_img img{
			padding:3px;
			background:#fff;
			border:1px solid black;			
			}

	.content_home_960x4_box h2{
		font-size:14px;
		padding: 10px 0 5px 0;
		margin:0;
	}
	
	.content_home_960x4_box img{
		margin:0 auto;
		width:185px;
		height:auto;
		margin-bottom:10px;
		}

.content_home_960x4_text p{
	padding:0;
	margin:0;
	margin-top:5px;
}

.content_home_960x4_text a{
	color:#7D7D7D;
	text-decoration:none;
}

.content_home_960x4_text a:hover{
	color:#2D2D2D;
	text-decoration:underline;
}

.content_home_960x4_text img{
	border:1px solid black;
	}
	
.content_home_960x4_text li{
	margin-left:20px;
	margin-top:5px;
	}

.thumbnail{
	width:175px;
	border:1px solid black;
	}
/*************************** home.php box 960px; 3 posts END ***************************/
/*************************** home.php box 600px START ***************************/

#content_home_600 {
	width:385px;
	min-height:650px;
	margin-left:20px;
    padding: 10px 0 25px 0;
	float:left;
	}

.content_home_600_box {
	width: 355px;
	padding: 10px 5px 10px 5px;
	margin:0 auto;
	font-size:11px;
	line-height:14px;
	border-bottom:dotted 1px #D6D6D6;
	overflow:hidden;
	text-align:left;
	background: url('http://www.redwagonplants.com/blog/wp-content/themes/RWP/Images/fadedflower_sm.gif') 275px 25px no-repeat #fff;	
}

.firstbox{
	border-bottom:dotted 4px #D6D6D6;
	}

.evenbox{

	background: url('http://www.redwagonplants.com/blog/wp-content/themes/RWP/Images/fadedflower.gif') -50px -30px no-repeat #fff;

	}

.content_home_600_box img {
	width: 125px;
	height:auto;
	margin: 0;
	margin-right:10px;
	padding: 3px;
	border:1px solid black;
	background:#fff;
	float: left;
}

.content_home_600_box h2{
	font-size:14px;
	padding: 0 0 5px 0;
	margin:0;
	
}

.content_home_600_text p{
	padding:0;
	margin:0;
	}


/*************************** home.php box 600px END ***************************/
/*************************** home.php box 340px START ***************************/
#content_home_340 {
	width:220px;
	min-height:650px;
	margin: 0 20px 5px 0;
	padding: 10px 20px 25px 20px;
	float:right;
	line-height:13px;
	font-size:10px;
}

#content_home_340 h1{
	padding: 0 0 20px 0;
	margin: 0;
	font-size:14px;
}

#content_home_340 h2,p{
	font-size:11px;
	padding: 0 0 5px 0;
	margin: 0;
}

#content_home_340 h2  a{
	color:#6171b4;
}


.content_home_340_text {
	padding: 0 0 5px 0;
	margin: 0 0 8px 0;
	border-bottom:dotted 1px #D6D6D6;
	text-align:left;
	
}

.content_home_340_archive a{
	color: #2D2D2D;
	text-decoration:underline;
}

.content_home_340_archive a:hover{
	color: #5D5D5D;
	text-decoration:none;
}

/*************************** home.php box 340px END ***************************/

/*************************** home.php box top of page start *******************/

#top-of-page{
	width:95%;
	margin:0 auto;
	text-align:right;
	}
	
/*************************** home.php box top of page end *******************/
	
/*************************** home.php box 960px Footbar Start ***************************/

#footbar {
	width: 878px;
	font-size:12px;
	line-height:20px;
	margin:0 auto;
	padding: 10px 20px 10px 20px;
	background:#FBF3D0;
	}
	
	#footbar ul li{
		margin:0;
		padding:0;
		text-align:left;
		list-style-type:none;
		float:left;		
		width:150px;
		font-weight:bold;
		}
		
		#footbar ul li ul {
			list-style-type:none;
			margin:0;
			text-indent:0;
			padding:0;
			font-weight:normal;
			}

/*************************** home.php box 960px Footbar END ***************************/

/*************************** archives.php ***************************/
#box_archive_wrap{
	width:920px;
	padding: 20px 0 20px 0;
	margin:40px 10px 0 10px;
	text-align:left;
	}

#box_archive_wrap ul{
	list-style:none;
	}
	
#box_archive_wrap li a{
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	}

#box_archive_wrap li a:hover{
	color: #c30;
	text-decoration: none;
	background-color: #fff9da;
	}


#box_archives_left {
	width: 235px;
	min-height:260px;
	padding:10px 20px 10px 20px;
	margin: 0 20px 0 20px;
	float:left;
	display:inline;
	}

#box_archives_middle {
	width: 245px;
	min-height:260px;
	padding:10px 20px 10px 20px;
	margin: 0 0 0 0;
	float:left;
	display:inline;
	}

#box_archives_right {
	width: 235px;
	min-height:260px;
	padding:10px 20px 10px 20px;
	margin: 0 20px 0 0;
	float:right;
	display:inline;
	}

/*************************** archives.php END ***************************/
/*************************** archive.php START ***************************/

#archive_wrap_top{
	width:680px;
	height:33px;
	}
	
#archive_wrap {
	width:640px;
	float:left;
	padding: 0 20px 20px 20px;
	line-height:22px;
	}

	#archive_wrap a{
		text-decoration:none;
		}

		#archive_wrap a:hover{
			text-decoration:underline;
			}
			
	#archive_wrap .archive_title{
		padding-bottom:15px;
		text-align:left;
		}

.content_archive_600_box {

	padding: 10px 0 10px 0;
	width:650px;
	margin-bottom:5px;
	padding:10px;
	font-size:11px;
	line-height:16px;
	border-bottom:dotted 1px #D6D6D6;
	border-top:dotted 1px #D6D6D6;
	background:#FCF9F1;
	float:left;
	text-align:left;
}

.content_archive_600_box img {
	width: 120px;
	height:auto;
	margin: 0;
	margin-right:5px;
	padding: 0 0 0 0;
	float: left;
	border:1px solid black;
	}

.content_archive_600_box h2{
	font-size:14px;
	padding: 0 0 5px 0;
	margin:0;
	}
	
.content_archive_600_box li{
	margin-top:5px;
	margin-left: 20px;
	}

.date_archive{
	font-size:10px;
	padding: 0 0 5px 0 ;
	margin: 0;
	color: #4D4D4D;
}
.content_archive_600_text p{
	padding:0;
	margin:0;
}

/*************************** archive.php END ***************************/
/*************************** page.php / single.php START ***************************/

#page_content_left {
	width: 600px;
	float:left;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	line-height:22px;
}

#page_content_left p {
	margin: 0 0 15px 0;
}

#page_content_left a {
	color: #5D5D5D;
}

#page_content_left a:hover {
	color: #2D2D2D;
}

#single_content{
	margin:200px;
	}

#crumps {
	width:620px;
	padding: 5px 0 5px 0;
	margin-left:30px;
	margin-right:30px;
	font-size:10px;
	color:2D2D2D;
	line-height:18px;
	border-top:1px dotted black;
	}

	#crumps .no_line{
		border-bottom:none;
		}	

	#crumps a {
		text-decoration:none;
	}

	#crumps a:hover {
		text-decoration:underline;
	}


.page_title_left {
	font-size:20px;
	padding: 15px 0 20px 0;
	margin: 0 0 0 0;
}

.single_title {
	font-size:20px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.date {
	font-size:10px;
	padding: 0 0 0 0;
	margin: 0 0 20px 0;
}

/* Images @ page.php & single.php */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px 0 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding:0;
	margin: 4px 10px 6px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-caption{
	max-width:500px !important;
	height:auto;
	border: 1px solid black;
	margin: 10px 10px 10px 10px;
	padding:0 !important;
	}
	
	.wp-caption-text {
	background:#EEEEEE;
	font-size:10px;
	margin:0;
	padding:0 5px 0 5px;
}
	
	.wp-caption img{
		max-width:500px !important;
		height:auto;
		border:1px solid black;
		}

	.wp-caption.aligncenter, .wp-caption.alignnone{
		margin-left:auto;
		margin-right:auto;
		}

.gallery-icon img{
	width: 180px;
	height: 135px;
	padding: 5px;
}
/*************************** page.php / single.php END ***************************/
/*************************** Comments START ***************************/
#comments_wrap {
	margin: 0 auto;
	margin-top:20px;
	padding: 20px 20px 30px 20px;
	width:630px;
	background:#DFE4CE;
}

#comments_wrap a{
	color: #5D5D5D;
	text-decoration:none;
}

#comments_wrap a:hover{
	color: #5D5D5D;
	text-decoration:underline;
}

.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: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

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

.commentlist p {
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	padding: 10px 0 10px 0;
}

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

.commentmetadata {
	font-weight: normal;
}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

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

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.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;
}
/* Comments END */
/*************************** Content END ***************************/
/*************************** Sidebar START ***************************/
#sidebar {
	width: 215px;
	float: left;
	margin: 20px 0 0 20px;
	padding: 0;
	text-align:left;
	}

.sidebox {
	position:relative;
	z-index:999;
	width:100px;
	padding: 0 20px 0 0;
	margin: 0 0 8px 0;
	
}

#sidebar form {
	margin: 0;
}

#sidebar ul {
	font: 1.1em Verdana, Tahoma, sans-serif;
	font-stretch: extra-condensed;
	line-height: 130%;
	margin: 0 0 20px  0;
	padding: 0;
	text-indent: 0; 
	list-style:none;	
	width:215px;
	}

#sidebar li {
	display: block;
	list-style: none;
	margin: 0 ;
	padding: 0;
	padding-bottom:0px;
	font-weight: bold 
	}

#sidebar li li {
	margin-bottom: 0;
	padding: 0 0 0 5px;
	}

#sidebar a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	}

	#sidebar a:hover {
		color: #c30;
		text-decoration: none;
		background-color: #fff9da;
		}

/* sidebar - When Widgets are not activated */
#sidebar h3{
	display: block;
	color:#800000;
	font: bold 1.2em Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-stretch: extra-condensed;
	line-height: 130%; margin: 0;
	padding:20px 0 5px 0; background-image: url("http://www.redwagonplants.com/images/common/sep-3.gif");
	background-repeat: no-repeat;
	width:215px;
	}

#side_search input {
	color:#5D5D5D;
	font-family: Verdana, Arial, Tahoma;
	font-size:14px;
	width:160px;
	height:18px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 9px;
	vertical-align:middle;
}

#side_search .input {
	width:21px;
	height:20px;
	background:none;
	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:middle;
}

/****** CALENDAR BEGIN ******/

#calendar_wrap table#wp-calendar{
	width:200px;
	}
	
	#calendar_wrap table#wp-calendar caption {
		font-family: Verdana, Arial, Tahoma;
		font-size: 10px;
		font-weight:bold;
		padding:2px 0 2px 0;
		}
		
	#calendar_wrap table#wp-calendar tr{
		width:20px;
		}
	
			#calendar_wrap table#wp-calendar th {
				font-weight:bold;
				width:20px;
				background:#DFE4CE;
				}
		
			#calendar_wrap table#wp-calendar tr td{
				padding:0 0 0 2px;
				background:#FCF9F1;
				}

				#calendar_wrap table#wp-calendar tr td a{
					color:#c30;
					font-weight:bold;
					padding:0;
					}
	
/****** CALENDAR END ******/

#s, input.textbox {
	border:1px solid #e0e0e0;
	margin-bottom:10px;
}

#searchbtn, input.submit {
	background:#fff;
	border:1px solid #e0e0e0;
}

.textwidget {
font-size: 12px;
line-height:19px;
}
/*************************** Sidebar END ***************************/

/*************************** Footer START ***************************/

#footlinks{
	overflow:hidden;
	}

#footlinks p  { font: .9em Verdana, Tahoma, sans-serif; font-stretch: extra-condensed; text-transform: uppercase; /**/letter-spacing: 1px; line-height: 180% ; margin-bottom: 15px}
#footlinks a:link { color: black; text-decoration: none; }
#footlinks a:hover  { color: #c30; text-decoration: none;  }



.credit {

	padding:10px 0 10px 0;
	color: gray;
	font: .8em Verdana, Tahoma, sans-serif;
	font-stretch: extra-condensed;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 130%;
	}
	
.credit a:link{
	color: silver;
	text-decoration: none;
	}
	
.credit a:visited{
	color: gray;
	text-decoration: none;
	}
	
.credit a:hover{
	color: #c33;
	text-decoration: none;
	}

/*************************** Footer END ***************************/

