/*  
Theme Name: RockinBigIdea
Author URI: http://rockinthemes.com/
Version: 1.1
Author: Nathan Rice
Description: RockinBigIdea is a 3 column, widget ready theme.  It's great for business blogs or bloggers looking for a touch of professionalism.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #ffffff url(images/body-bg1.gif) top center repeat-x;
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Times New Roman, Serif;
	margin: 0px 0px 0px 0px;
	}
body * {margin: 0px; padding: 0px;}
a, a:visited{
	color: #8E0707;
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	color: #666666;
	}
#container { 
	width: 890px; 
	text-align: left; 
	margin: 0 auto; 
	}
#header { 
	height: 107px;
	border-bottom: 0px solid #000;
	position: relative;
	}
#header h1, #header h1 a {
	color: #000000;
	font-size: 35px;
	font-family: Georgia, Times New Roman, Georgia, Serif;
	margin: 23px 0px 0px 0px;
	text-decoration: none;
	font-weight: normal;
	/*text-transform: uppercase;*/
	}
#header h1 a:hover {
	color: #000000;
	text-decoration: underline;
	}
#header .description {
	color: #000000;
	font-size: 10px;
	font-family:  Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 0px 0px 0px 55px;
	letter-spacing: 2px;
	}
#menu { 
	background: transparent;
	font-family: Tahoma, Times New Roman, Georgia, Serif;
	margin-top: 35px;
	padding: 0px 15px 0px 15px;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	}	
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #293335;

	}
#menu .home {
	border: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	font-family: Tahoma, Times New Roman, Georgia, Serif;
	color: #293335;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	text-decoration: underline;
	}
#search {

	position: absolute;
	top: 25px;
	right: 20px;
}
#search #s, #author, #email, #url, #comment {
	border: 1px solid #000;
}
#search #searchsubmit, #submit {
	border: 1px solid #000;
	background: #F0F0F0;
}
#content { 
	width: 518px; 
	float: left; 
	margin: 14px 25px 20px 35px;
	display: block;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 15px 0px;
	font-size: 11px;
	}
	
#content p img{
	border: none;
	padding: 0px 5px 15px 0px;
	}
#content h1 {
	color: #6B030B;
	font-size: 28px;
	font-family: Georgia, Times New Roman, Georgia, Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 130%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #6B030B;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}

#content h2 {
	color: #6B030B;
	font-size: 25px;
	font-family: Goergia, Times New Roman, Georgia, Serif;
	font-weight: normal;
	margin: 0px;
	line-height: 130%;
	border-bottom: 1px solid #999999;
	}
#content h2 a  {
	color: #6B030B;
	text-decoration: none;
	}

#content h2 a:hover {
	color: #000000;
	text-decoration: none;
	}
#content h3 {
	color: #6B030B;
	font-size: 18px;
	font-family: Goergia, Times New Roman, Georgia, Serif;
	font-weight: normal;
	margin: 0px;
	line-height: 130%;
	border-bottom: 1px solid #999999;
	}
#content h3 a  {
	color: #6B030B;
	text-decoration: none;
	}

#content h3 a:hover {
	color: #000000;
	text-decoration: none;
	}
#content h4 {
background:#999999;	
color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Goergia, Times New Roman, Georgia, Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 130%;
padding-left:10px;
	border-bottom: 1px solid #999999;
	}
#content h4 a  {
	color: #6B030B;
	text-decoration: none;
	}

#content h4 a:hover {
	color: #000000;
	text-decoration: none;
	}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #cccccc;
	text-decoration: none;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: normal;
	font-family: Georgia, Serif, Sans-Serif;
	font-size: 15px;
	color: #666666;
	border-left: 1px dotted #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	background: #FFFFFF;
	width: 440px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	background: #FFFFFF;
	width: 440px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
.comments {
	padding: 8px;
}
.comments * {
	font-size: 13px;
}
.comments h3 {
	font-family: Arial, Sans-Serif;
	margin-bottom: 10px;
	font-size: 15px;
}
.comments .commentlist {
	padding: 0px;
	margin: 0px;
}
.comments .commentlist {
}
.comments .commentlist div {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #F5F5F5;
	width: 518px;
	overflow: auto;
}
.comments .commentlist .alt {
	background: #FFFFFF;
}
#l_sidebar, #r_sidebar { 
	width: 150px;
	display: block;
	background: #FFFFFF;
	float: left; 
	margin: 15px 0px;
	padding: 0px; 
	border: 0px solid #000000;
	}
#l_sidebar ul li, #r_sidebar ul li {
	list-style: none;
}
#l_sidebar ul li h2, #r_sidebar ul li h2 {
	color: #FFFFFF;
	background: #586062;
	font-size: 11px;
	font-family: Tahoma, Georgia, Times New Roman, Georgia, Serif;
	font-weight: bold;
	list-style: none;
	padding: 5px;
	margin: 0px;
	}

#l_sidebar ul ul, #r_sidebar ul ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #eeeeee;
	}
#l_sidebar ul#ad ul, #r_sidebar ul#ad ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: #FCFACF;
	}	
#l_sidebar ul ul li, #r_sidebar ul ul li {
	list-style: none;
/*	background: url(images/bullet_yellow.gif) 1px -2px no-repeat; */
	margin: 0px 0px 7px 0px;
	padding: 0px 2px 7px 0px;
	font-size: 11px;
	border-bottom:1px dotted #cccccc;
	}
#l_sidebar a, #r_sidebar a {
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: #666666;
	text-decoration: none;
	}

#l_sidebar ul ul li a:hover, #r_sidebar  ul ul li a:hover {
	text-decoration: underline;
	}
#l_sidebar ul ul li ul, #r_sidebar ul ul li ul {
	margin-top: 0px;
}
#l_sidebar ul ul li ul li, #r_sidebar ul ul li ul li {
	padding-left: 15px
}
#footer { 
	padding: 15px;
	text-align: center;
	border-top: 1px solid #666666;
	clear: both;
	}
.upper {
font-family:tahoma, arial;
font-size:11px;
font-weight:bold;
padding-left:3px;
margin-bottom:5px;
}

.lezanta {
border:1px solid #efefef;
padding:15px;
margin:15px;margin-right:0px;
font-size: 18px;
color:#8C8C8C;
font-family:  Georgia, Serif, Times New Roman;
font-weight: normal;
width:180px;
float:right;
font-style:italic;
}

.source {
border-top:1px dotted #cccccc;
padding-top:5px;
text-align:right;
margin-top:5px;
margin-bottom:5px;
font-size: 11px;
color:#8C8C8C;
font-family:  Tahoma, Verdana, Arial;
}
.smallimage img {
width:125px;
border:0px solid white;
}

.ad {padding:5px; border:1px solid #eeeeee;background:#FCFACF;width:850px;}