/*  
Theme Name: RockinBizRed
Author URI: http://www.nathanrice.net/
Version: 2.0
Author: Nathan Rice
Description: RockinBizRed is an updated clean and sleek theme designed specifically for business blogs and websites.
It has 3 columns, with sidebars on either side of the center content section.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

html, body { margin: 0; padding: 0; width: 100%; }

body { 
	background: #FFF url(../images/red-stripe.gif) top center repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px; 
	text-align: center;
	color: #333;
	width: 100%;
}

body * {margin: 0px; padding: 0px; }

/*********************************************
		Link Styles
*********************************************/
a, a:visited, a:active {
	color: #0066CC;
	text-decoration: none;
	
}
a img, a:visited img, a:active img {

	margin-left:0px;
}
a:hover { color: #aa8331; text-decoration: none; }

/*********************************************
		Text Elements
*********************************************/
/*p, ul, ol, blockquote {color: #333;}
ol, ul {
	margin: 5px 35px;
}*/
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; margin:0px; }
p {
	padding: 10px 0px;
	margin: 0px;
	padding-left:0px;
	padding-bottom:10px;
	
}
p img{

	margin-right: 7px;

}

#content ul li{
   margin-left:15px;

}
/*********************************************
		Header Styles
*********************************************/
h1, h1 a, h1 a:visited { /* This style used as title on single posts and pages */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #aa8331;
	text-decoration: none;
}
h2, h2 a { /* This style used as header in the sidebars */
	background: url(images/red-stripe.gif) repeat-x;
	font-size: 15px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	font-weight: normal;
}
 h3 a, h3 a:visited { /* This style used as the post titles on homepage/archive */
	font-family: verdana;
	font-size: 15px;
	font-weight: bold;
	/*padding: 10px 0px 5px 0px;*/
	margin: 0px;
	color: #aa8331;
	text-decoration: none;
/*	background-image:url(images/paragraf.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:20px;*/
	margin-top:10px;
}

h3 img {
  padding-left:0px;
  

}
h3 a:hover {
	color: #333;
	text-decoration: none;
}
h4, h4 a { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
}

hr {
    color:#64080d;

}

/*********************************************
		Container Div
*********************************************/
#container {
	background: transparent;
	border: 0px solid #000;
	text-align: left;
    margin: 0px auto;
    width: 100%;
    padding: 0px;

}

/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	background: transparent;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	width:100%;
}
/*********************************************
		Horizontal Navigaion Styles
*********************************************/
#menu {
	color: #FFF;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	text-align: center;	
	padding: 0px 0px;
	margin: 0px;
	display: block;
}
#menu ul {
	background: transparent;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
#menu ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
#menu ul li a {
	color: #FFF;
	padding: 10px 10px 10px 10px;
	margin: 0px;
	text-decoration: none;
	}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
}
#menu ul li a:hover {
	color: #FFF;
	text-decoration: none;
	}
	
/*********************************************
		Content Div
*********************************************/
#content {
	float: left;
	margin: 0px;
	padding: 0px 10px 20px 25px;
	width: 62%;
	display: block;
	border: 0px solid black;

}
.post-more { /* Use this class to style the "more" tag div */
    margin-left:0px;
}
.post-more a, .post-more a:visited {

    margin-left:0px;

 /* Use this class to style the link within the post-more div */
}

/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px 0px;
	margin: 0px 0px;
	background: none;
	border-top: 1px solid #999;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px;
	background: none;
	background-image:url(images/dotted.jpg);
	background-position:bottom center;
	background-repeat:repeat-x;
	padding-left:0px;
	
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
	
/*********************************************
		Left Sidebar
*********************************************/
#l_sidebar  {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	
	float: left;
	/*border: 1px solid black;*/
	width: 16%;
	
	
	padding-left:0px;
    margin-top:0px;
    
	color:#ffffff;
   /* display: inline;
	display: block;*/ /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
						
}
#l_sidebar  a {

	
	padding-left:15px;
	display:inline-block;

	line-height:normal;
	list-style-position:inside:
}
#l_sidebar  a:hover {

	padding-left:15px;
	display:inline-block;

	line-height:normal;
	list-style-position:inside:

}

#l_sidebar li {
	margin-top:10px;
						
}


#l_sidebar ul {
	padding-left:0px;
						
}
/*#l_sidebar p {
	padding: 5px;
}
#l_sidebar img {
	text-align: center;
}
#l_sidebar form {
	padding: 0px;
	margin: 5px;
}*/
/*#l_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-image:url(images/bg_links_left.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	border-bottom:1px;
}*/
/*#l_sidebar ul li {

	padding-left:5px;
	line-height:none;
	background-image:url(images/bg_links_left.jpg);
	background-position:left top;
	background-repeat:repeat-y;
	color:#ffffff;*/
	
/*	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#000033;*/
	


#children li ul a {

   padding-left: 10px;
	font-size:30px;
	border-bottom:none;	
		
	line-height:none;
    margin-bottom:none;
	list-style: square;
	list-style-position:inside;

	}
	
	#children li ul a:hover {

   padding-left: 10px;
	font-size:30px;
	border-bottom:none;		
	line-height:none;
     margin-bottom:none;
	list-style: square;
	list-style-position:inside;
		
	}
	#children li {

margin-bottom: none;
	}

.children {
   padding-left: 10px;

	font-size:11px;
	color:#aa8331;
	border-bottom:none;	
	margin-left:15px;	
	line-height:12px;	
	list-style: square;
	list-style-position:inside;
}


.children ul {
  padding-left: 10px;
  margin-left:20px;
	font-size:11px;
	color:black;
	border-bottom:none;	
	margin-left:10px;
	line-height:15px;	
	list-style: square;
	list-style-position:inside;
}



/*#l_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#l_sidebar ul li ul li a {
	color: #990000;
	text-decoration: none;
	line-height:25px;
}
#l_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: none;
}
#l_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#l_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}*/

/*********************************************
		Right Sidebar
*********************************************/
#r_sidebar {
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	
	
	/*border: 1px solid black;*/
	width: 16%;

    float:right;
	padding-left:0px;
    margin-top:10px;
    padding-bottom:7px;
	color:#ffffff;
}

#r_sidebar li a{
    margin-bottom:5px;
	

}

#r_sidebar li ul{
    padding-bottom:5px;
	float:left;
    clear:both;
	padding-top:5px;
}

/*#r_sidebar p {
	padding: 5px;
}
#r_sidebar img {
	text-align: center;
}
#r_sidebar form {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li {
	padding: 0px 0px 10px 0px;
}
#r_sidebar ul li ul {
	padding: 0px 0px 0px 0px;
}
#r_sidebar ul li ul li {
	padding: 0px;
	margin: 5px;
}
#r_sidebar ul li ul li a {
	color: #666;
	text-decoration: none;
}
#r_sidebar ul li ul li a:hover {
	color: #000;
	text-decoration: none;
}
#r_sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#r_sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}*/

/*********************************************
		Comment Styles
*********************************************/
.comments {
	padding: 8px;
}
.comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
.comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	margin: 15px 0px 0px 0px;
	padding: 20px;
	clear: both;
	background: #FFF;
	border-top: 1px solid #697279;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}
#footer a {
	color: #CC3333;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}