/*

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: 980px;
	margin: auto auto;
	text-align: left;
}

/** END wrapper **/



/** BEGIN header **/

#header {
	height: 165px;
	font-size: 0.9em;
	color: #ffffff;
}

	#header .subscribe {
		float: right;
		padding: 2px 20px 2px 0;
		background: url(images/rss.gif) no-repeat right 0;
		margin-top: 6px;
	}

		#header .subscribe a {
			color: #ffffff;
			margin: 0 8px;
			text-decoration: none;
		}

		#header .subscribe a:hover {
			text-decoration: underline;
		}
		
/* Navigation
-------------------------------------------------------------------*/

#nav_title { 
	height: 35px; 
	padding:0;
	margin:0;
	float:left;
}

#nav_title ul { 
		list-style-type: none;
		padding:0;
		margin:1px 0 0 20px;
		height:35px;
}

#nav_title ul li { 
		float: left;
		padding:0 0 0 1px;
		background: url(images/brwn_line.jpg) no-repeat 0 0px;
		height:35px;
		margin:0;
}

#nav_title ul li.current_page_item { 
        height: 35px;
}

#nav_title ul li a {
		height: 35px;
		background: url(images/brown_bg.jpg) repeat-x  0 0px; 
		text-decoration: none; 
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding:10px 18px 0 18px;
		text-transform: uppercase;
		font-weight: bold;
}

#nav_title ul li a:hover { background:#AA0000; height:25px;  }
#nav_title ul li.current_page_item a { background: url(images/white_bg.jpg) repeat-x 0 0; color: #000000;}

/*----nav1 ends-----*/

#nav_title2 { 
	height: 35px; 
	padding:0;
	margin:0;
	float:left;
}

#nav_title2 ul { 
		list-style-type: none;
		padding:0;
		margin:1px 0 0 0;
		height:35px;
}

#nav_title2 ul li { 
		float: left;
		padding:0 0 0 1px;
		background: url(images/divider.jpg) no-repeat 0 0px;
		height:35px;
		margin:0;
}

#nav_title2 ul li.current_page_item { 
        height: 35px;
}

#nav_title2 ul li a {
		height: 35px;
		text-decoration: none; 
		color: #ffffff;
		text-decoration: none;
		display: block;
		padding:10px 18px 0 18px;
		text-transform: uppercase;
		font-weight: bold;
}

#nav_title2 ul li a:hover { background:#AA0000; height:25px;  }
#nav_title2 ul li.current_page_item a { background: url(images/white_bg.jpg) repeat-x 0 0; color:#000000; }

/*-----navigation ends----*/

	#header h1 {
		float: left;
		font-size: 0;
		text-indent: -9999px;
		padding:0 0 0 30px;
		margin:0;
	}

		#header h1 a {
			display: block;
			width: 306px; height: 59px;
			background: url(images/logo.jpg) no-repeat 0 0;
		}
		
	#header h4 {
	   width: 420px; height:65px;
	   float:left;
	   font-family:Georgia, "Times New Roman", Times, serif;
	   font-size:14px;
	   font-style:italic;
	   word-spacing:1px;
	   line-height:20px;
     }
	#header form {
		float: right;
		width: 196px; height: 24px;
		background: url(images/search.gif) no-repeat 0 0;
		margin: 3px 5px 0 0;
	}

		#header form input {
			float: left;
			border: 0;
			font-size: 1em;
			font-family: Arial;
			margin: 6px 0 0 8px;
			width: 230px;
			background-color: transparent;
			color: #000000;
		}

		#header form button {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 30px; height: 26px;
			background-color: transparent;
		}

	#header .break {
		height: 20px;
	}

/** END header **/



/** BEGIN left sidebar **/

#lsidebar {

	width: 160px;

	float: left;

	font-size: 0.9em;

	padding: 20px 0 15px;

}

	#lsidebar h2 {

		text-transform: uppercase;

		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: #1E428F;
			text-decoration: none;
			line-height: 1.4em;
		}

		#lsidebar ul li a:hover {
			color: #1E428F;
			text-decoration: underline;
		}

/** END left sidebar **/

/** BEGIN content **/

#content {
	width: 500px;
	float: left;
	padding: 15px 0;
}

	#content .post {
		clear: both;
		padding-bottom: 30px;
	}

		#content .post h2 {
			font-size: 1.7em;
            color:#000000;
			margin-bottom: 5px;
		}

			#content .post h2 a {
                color:#000000;
				text-decoration: none;
			}

			#content .post h2 a:hover {
                color:#CC0000;
				text-decoration: underline;
			}
			
			#content .post a{
				text-decoration: none;
				color: #0033CC;
			}
			
			#content .post a:hover{
				text-decoration: underline;
				color: #CC0000;
			  }

         #content .post .weblink a{
				text-decoration: none;
				color: #002B71;
		      }
		 
         #content .post .weblink a:hover{
				text-decoration: underline;
				color: #002B71;
		    }
		 
		#content .post .details1 {
			font-size: 0.9em;
			margin-bottom: 25px;
			padding: 0 5px;
			color: #9A9898;
		     }

			#content .post .details1 a {
				text-decoration: none;
				color: #0033CC;
			}

			#content .post .details1 a:hover {
				text-decoration: underline;
				color: #0033CC;
			}

		#content .post .details2 {
			font-size: 0.9em;
			clear: both;
			color: #9A9898;
			height: 20px;
			padding-top: 25px;
		     }

			#content .post .details2 a {
				text-decoration: none;
				color:#000;
			}

			#content .post .details2 a:hover {
				text-decoration: underline;
				color: #CC0000;
			}

			#content .post .details2 .l {
				float: left;
				width: 45%;
			  }

			#content .post .details2 .r {
				float: right;
				width: 45%;
			  }

#content .post-info { 
	clear: both; 
	font-size:12px; 
	color: #0033CC; 
	padding:8px 0 0 0;
	width:50%;
	height:25px;
	margin:0 0 0 15px;
	display:block;
    text-align:center;
	background:#E2E2E2;
	position:relative;
	font-family: Arial, Helvetica;
	border:1px solid #333;
	/*background: url(images/meta_bg.gif) top center no-repeat;*/ 
}


#content .post-info a {font-size:12px; padding:8px 0 0 0; color:#0033CC; text-decoration:underline; font-family:Arial, Helvetica; }
#content .post-info a:hover {font-size:12px; color:#CC0000; padding:8px 0 0 0; text-decoration:none;  font-family:Arial, Helvetica; }


	#content .postnav {
		text-transform: uppercase;
		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;
			color: #002B71;
		}
		
		#content .postnav a:hover{
			text-decoration: none;
			color: #CC0000;
		}
		

	#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;
	}
	
	#content .socialbox{
	  width:500px;
	  margin:0 0 10px 0px;
	  background:#f8f8f8;
	  border:1px #999999 solid;	
  }
  
  
  .socialbox .social{
	  width:220px;
	  float:left;
	  padding:0;
	  margin:5px 5px 0 5px;  
  }
  
  .socialbox .social ul{
      margin:0;
	  padding:0;
	  line-height:20px;
	  list-style:none;
	  display:block;
  }
  
  .socialbox .social ul li a{
      margin:0;
	  padding:0;
	  list-style:none;
	  display:block;
  }
  
  
  .socialbox .social li img{
      margin:0;
	  padding:0 2px 0 0;
  }

  .socialbox .share{
	  width:220px;
	  padding:0;
	  margin:0 5px 0 0;  
  }
  
  .socialbox .share li img{
      margin:0;
	  padding:0 2px 0 0;
  }

    .socialbox .share ul{
      margin:0;
	  padding:0;
	  line-height:20px;
	  list-style:none;
	  display:block;
  }
  
    .socialbox .share li a{
      margin:0;
	  padding:0 0 0 0;
  }

    
  .socialbox .social li p{
      margin:0;
	  padding:0 0 0 0;
  }
  
  .socialbox .social .headingsocial{
    margin:8px 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
  }
  
 .socialbox .related{
	  width:220px;
	  float:left;
	  padding:0;
	  margin:5px 0 0 0;  
  }
  
 .related ul{
      margin:0;
	  padding:0;
	  line-height:25px;
	  display:block;
	  list-style:none;
  }

 .related ul li a{
      margin:0 0 0 0;
	  padding:2px 0 0 7px;
	  line-height:22px;
	  background:url(images/arrow.gif) no-repeat 0px 7px;
	  list-style:none;
  }
  
  .socialbox .related .headingsocial{
    margin:8px 0 5px 0;
	padding:0;
	font-size:14px;
	font-weight:bold;
  }

/** END content **/

/** BEGIN right sidebar **/

#rsidebar {
	width: 280px;
	float: right;
	padding: 15px 0;
}

	#rsidebar h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #163069;
		border-top: 5px solid #0E1F43; 
		border-bottom: 1px solid #0E1F43;
		padding: 5px 0;
		margin-bottom: 10px;
	}

	#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: #1E428F;

			text-decoration: none;

		}

		#rsidebar ul li a:hover {

			color: #1E428F;

			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: #0101DF;

			text-decoration: none;

		}

		#rsidebar .tags a:hover {

			color: #1E428F;

			text-decoration: underline;

		}

/** END right sidebar **/



/** BEGIN footer **/

#footer {

	clear: both;

	background: #D9D9D6 url(images/footer.gif) repeat-x 0 0;

	height: 82px;

	font-size: 0.9em;

	color: #9A9898;

}

	#footer .wrapper {

		margin: auto auto;

		width: 940px;

		padding: 35px 0;

	}

	#footer .l {

		float: left;

	}

	#footer .r {

		float: right;

	}

	#footer a {

		color: #565656;

		text-decoration: none;

	}

	#footer a:hover {

		text-decoration: underline;

	}

/** END footer **/



/** BEGIN miscellaneous **/

#comments {

	clear: both;

}

	/*#comments h2 {

		margin: 20px 0 5px;

		font-size: 1.3em;

		

	}

	#comments p {

		margin-bottom: 10px;

		line-height: 1.6em;

	}

	#comments form {

		padding-top: 20px;

	}

	#comments form p {

		margin-bottom: 5px;

	}

		#comments form input {

			margin-right: 5px;

		}

		#comments form input, textarea {

			border: 1px solid #cccccc;

			font-size: 0.9em;

			font-family: Verdana;

			padding: 4px;

			background-position: 4px 4px;

			background-repeat: no-repeat;

		}

		#comments form input {

			width: 260px;

			border: 1px solid #cccccc;

		}

		#comments form textarea {

			width: 350px;

			padding: 4px 4px !important;

			border: 1px solid #cccccc;

		}

		#comments form button {

			text-indent: -9999px;

			border: 0;

			background: url(images/submit2.gif) no-repeat 0 0;

			width: 150px; height: 34px;

		}

	.commentdetails {

		margin-top: 25px;

	}

	.commentauthor {

		margin-bottom: 5px !important;

		font-weight: bold;

	}

	.commentdate {

		font-size: 0.8em;

		margin-bottom: 5px;

		color: #909090;

	}
*/
	.required {

		color: #ff0000;

	}

h2.title {

	font-size: 0.9em !important;

	text-transform: uppercase;

	padding: 5px 0 25px;

	color: #302B1C;

}

.notfound {

	padding: 40px;

}

	.notfound h2 {

		font-size: 18px;

		font-weight: normal;

		margin-bottom: 10px;

	}

/** END miscellaneous **/



/* Comments
-------------------------------------------------------------------*/

.comments-title { 
	text-align: center; 
	font: bold 15px "Verdana", Helvetica, Arial, Geneva; 
	color: #333; 
}

#comments .comment { 
	background: #f7f7f7; 
	margin-bottom: 10px; 
	overflow: hidden; 
	width: 500px; 
	padding-bottom: 5px; 
	border:1px #CCCCCC solid;
}

#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 10px; 
	margin: 5px 5px 0 0; 
	width:400px; 
	background: #f8f8f8;
}

#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #666;
	margin-bottom: 5px;
    border-bottom:1px dashed #999;
}

#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
	color:#0033CC;
}

#comments .comment .comment-info a { 
	color:#0033CC; 
	text-decoration: none;
}

.profile_link a{
	color:#0033CC; 
	text-decoration: underline;
	font-weight:bold;
}

.profile_link a:hover{
	color:#CC0000; 
	text-decoration: none;
	font-weight:bold;
}


/* Comment Form
-------------------------------------------------------------------*/

#commentform { 
	background: #f7f7f7; 
	border: 1px solid #666; 
	padding: 10px; 
	color: #000; 
}

#commentform p { margin-bottom: 7px; }

#commentform textarea { 
	width:450px; 
	border: 1px solid #aaa; 
	height: 120px;
}

#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}

#commentform input#submit {
        width: 150px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat #999999;
        text-align: center;
        border: 1px solid #666666;
		cursor:pointer;
}


/** BEGIN wordpress 2.7 comments *

#comments ol {

	list-style-type: none;

	clear: both;

	padding: 0;

	margin: 0;

}

	#comments ol li {

		padding: 10px;

		border: 1px solid #e0e0e0;

		margin-bottom: 10px;

	}

	#comments ol li .avatar {

		float: right;

	}

	#comments ol li .comment-author {

		

	}

		#comments ol li .comment-author .fn {

			font-weight: bold;

			font-size: 1.2em;

		}

	#comments ol li .comment-meta {

		font-size: 0.9em;

		color: #999999;

		margin: 5px 0 10px;

	}

	#comments ol li .reply {

		font-size: 0.9em;

		font-weight: bold;

		padding-bottom: 10px;

	}

	#comments .children {

		list-style-type: none;

	}

#comments .navigation {

	padding: 10px 0 20px;

	font-size: 0.9em;

}

	#comments .navigation a {

		color: #999999;

		padding: 3px 8px;

		border: 1px solid #cccccc;

	}

	#comments .navigation a:hover {

		color: #000000;

		border-color: #000000;

		text-decoration: none;

	}

#comments .says {

	display: none;

}*/

/** END wordpress 2.7 comments **/

