/*
Theme Name: Red Accent
Author: ChiQ Montes
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #565656;
	background: #FFFFFF url(images/background.gif) repeat-x 0 0;
}
a {
	color: #98320c;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 900px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 100px;
	font-size: 0.9em;
	color: #ffffff;
	background: url(images/logo.jpg) no-repeat 0 0;
}
	#header h1 {
		float: left;
		font-size: 0;
		text-indent: -9999px;
		padding-left: 30px;
		padding-top: 20px;
	}
		#header h1 a {
			display: block;
			width: 306px; height: 60px;
			/** background: url(images/logo.gif) no-repeat 0 0; **/
		}
/** END header **/

/** BEGIN left sidebar **/
#lsidebar {
	width: 180px;
	float: left;
	font-size: 0.9em;
	padding: 10px 0px 15px;
}
	#lsidebar h2 {
		color: #31322D;
		font-size: 1em;
		padding-bottom: 10px;
	}
	#lsidebar ul {
		list-style-type: none;
		padding-bottom: 25px;
	}
		#lsidebar ul li {
			padding: 5px 0;
		}
		#lsidebar ul li a {
			color: #565656;
			text-decoration: none;
			line-height: 1.4em;
		}
		#lsidebar ul li a:hover {
			color: #98320C;
			text-decoration: underline;
		}
/** END left sidebar **/

/** BEGIN content **/
#content {
	width: 520px;
	float: left;
	padding: 15px 0;
}

#postpath {
	background:url(images/icons.gif) 0 -208px no-repeat;
	height:16px;
	line-height:16px;
	margin:10px 10px 15px 0px;
	padding-left:22px;
}

	#content .post {
		clear: both;
		padding-top: 10px;
		padding-bottom: 20px;
	}
		#content .post h2 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
			#content .post h2 a {
				text-decoration: none;
			}
			#content .post h2 a:hover {
				text-decoration: underline;
			}
			
		.post .date{
			background:url(images/icons.gif) no-repeat;
			background-position:0 -48px;
			margin-top: 3px;
			margin-bottom: 30px;
			padding-left:22px;
			height:16px;
			line-height:16px;
			display:block;
			font-size:11px;
		}

		#content .post .details1 {
			font-size: 0.9em;
			margin-bottom: 25px;
			padding: 0 5px;
			color: #9A9898;
		}
			#content .post .details1 a {
				text-decoration: none;
				color: #565656;
			}
			#content .post .details1 a:hover {
				text-decoration: underline;
				color: #98320c;
			}
		#content .post .details2 {
			font-size: 0.9em;
			clear: both;
			color: #9A9898;
			height: 20px;
			padding-top: 25px;
		}
			#content .post .details2 a {
				text-decoration: none;
				color: #565656;
			}
			#content .post .details2 a:hover {
				text-decoration: underline;
				color: #98320c;
			}
			#content .post .details2 .l {
				float: left;
				width: 45%;
			}
			#content .post .details2 .r {
				float: right;
				width: 45%;
			}
	#content .postnav {
		font-weight: bold;
		font-size: 0.9em;
		padding-top: 30px;
	}
		#content .postnav .l {
			float: left;
		}
		#content .postnav .r {
			float: right;
		}
		#content .postnav a {
			text-decoration: none;
		}
	#content p {
		line-height: 1.4em;
		margin-bottom: 10px;
	}
	#content h3, h4, h5, h6 {
		font-size: 1.4em;
		margin-bottom: 5px;
	}
	#content ul, #content ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	#content blockquote {
		padding: 5px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #e0e0e0;
	}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 190px;
	float: left;
	padding: 15px 0px 0px 10px;
}
	#rsidebar h2 {
		font-size: 0.9em;
		color: #302B1C;
		padding: 5px 0;
		margin-bottom: 10px;
	}
	
	#rsidebar .rss {
		font-size: 0.9em;
		color: #302B1C;
		padding: 5px 0;
		margin-bottom: 0;
	}
		#rsidebar .rss a{
			color: #98320c;
			font-weight: bold;
			text-decoration:none;
			font-size:14px;			
		}
		#rsidebar .rss a:hover{
			text-decoration:underline;
		}
		
	
	#rsidebar .ads {
		padding: 0 10px 20px;
		text-align: center;
	}
		#rsidebar .ads img {
			margin: 1px;
		}
	#rsidebar ul {
		padding: 0 10px 20px;
		list-style-type: none;
	}
		#rsidebar ul li {
			line-height: 1.4em;
			padding: 4px 0;
		}
		#rsidebar ul li a {
			color: #53534C;
			text-decoration: none;
		}
		#rsidebar ul li a:hover {
			color: #98320C;
			text-decoration: underline;
		}
	#rsidebar .flickr {
		padding: 0 10px 20px;
		text-decoration: center;
	}
		#rsidebar .flickr img {
			margin: 1px;
		}
	#rsidebar .video {
		padding: 0 10px 20px;
	}
	#rsidebar .tags {
		padding: 0 4px 20px;
	}
		#rsidebar .tags a {
			color: #565656;
			text-decoration: none;
		}
		#rsidebar .tags a:hover {
			color: #98320C;
			text-decoration: underline;
		}
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #D9D9D6 url(images/footer.gif) repeat-x 0 0;
	height: 40px;
	font-size: 0.9em;
	color: #565656;
}
	#footer .wrapper {
		margin: auto auto;
		width: 880px;
		padding: 12px 0;
	}
	#footer .l {
		float: left;
	}
	#footer .r {
		float: right;
	}
	#footer a {
		color: #565656;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
/** END footer **/

/**************** Comments *********************/
#comments {font-weight:lighter; padding-top:10px; border-top:1px solid #CCCCCC; margin-top:10px;}
.commentlist{padding:20px;}
#author, #email, #url {color:#666;width:40%;border:1px solid #999999;margin-bottom:0.6em;background:#fcfcfc;margin-top:1px;padding:3px;}
#submit{font:bold 1em Tahoma;margin-bottom:15px;margin-top:5px;padding:2px;}
#respond{padding-top:20px;padding-bottom:10px; font-weight:lighter;}
#comment{width:90%;border:1px solid #999999;}
.smallies a:link, .smallies a:visited{font-size:11px;}
.smallies a:hover {background-color:#333333; color:#FFFFFF; text-decoration:none; padding:0 3px 0 3px;}

.floatleft {
	float:left;
}

#submit {
	padding:3px 6px;
	background:#942809;
	border-top:1px solid #ca3910;
	border-right:1px solid #75220b;
	border-bottom:1px solid #75220b;
	border-left:1px solid #ca3910;
	color:#fff;
	font-size:11px;
	cursor:pointer;
	font-weight: bold;
}
#submit:hover {
	background:#d73e12;
	border-top:1px solid #ca3910;
	border-right:1px solid #75220b;
	border-bottom:1px solid #75220b;
	border-left:1px solid #ca3910;
	color:#fff;
	font-weight: bold;
}	
	
	
h2.title {
	font-size: 1.2em !important;
	padding: 5px 0 25px;
	color: #302B1C;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

