/*  
Theme Name: Civilized
Theme URI: http://www.blueverse.com 
Description: Civilized by Blueverse.
Version: 1.0 
Author: Theme Vibes
*/

/* main css */
*
{
	margin: 0em;
	padding: 0em;
}

a
{
	color: #995500;
}

a img {
 border: 0px;
}

body
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	background: #3399FF;
	color: #665555;
}

/* backround bar */

#bgbar {
	position:absolute;
	top:0px;
	background:#FF3300;
	width: 100%;
	padding-left:50px;
	z-index:11;
	min-height:150px;
	border-bottom:2px solid #fff;
}
#bgbar2 {
	position:absolute;
	top:152px;
	background:#66CCFF;
	width: 100%;
	z-index:1;
	min-height:31px;
}

/* Outer */

#outer
{
	position:relative;
	margin: 0em auto 1em auto;
	width: 1000px;
	background-color: #fff;
	z-index:10;
}

/* Header */

#header
{
	/*padding: .5em .5em .5em 4em;
	background: #FF3300; /*url('images/a1.jpg') top left repeat-x;*/
 	border-bottom:2px #ffffff solid;
	min-height:150px;
}

#header h1
{
	font-size: 2.0em;
}

#header h1, #header h2
{
	display: block;
	width: 778px;
	margin: 0em auto;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

#header h2
{
	color: #fff;
	font-size: 0.8em;
}

/* Menu */

#menu
{
	padding: .5em 2em .5em 0em;
	background: #66CCFF; /* url('images/a2.gif') top left repeat-x;*/
	font-size: 0.9em;
}

#menu ul
{
	display: block;
	width: 900px;
	margin: 0em auto;
	list-style: none;
	padding-left: 1em;
}

#menu li
{
	display: inline;
}

#menu li a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover
{
	/*background: #342117 url('images/a4.gif') top left repeat-x;*/
	color: #3399FF;
}

/* Content */

#content
{
	width: 950px;
	margin: 0em auto;
}

#content p
{
	margin-bottom: 1.5em;
	text-align: justify;
}

#content h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60px;
	letter-spacing: -3.5px;
	color:#3399FF;
	font-weight:bold;
	line-height:60px;
}

#content h2,h3,h4,h5,h6
{
	color: #443333;
	margin-bottom: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}

#content blockquote
{
	padding-left: 1em;
	margin-bottom: 1.5em;
	border-left: solid 7px #EFEECC;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #443333;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #00FF00;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #FFFEEF;
	color: inherit;
}

/* Primary Content */

#ContentContainer
{
	float: left;
	margin-left: -17em;
	width: 100%;
}

#Content
{
	float:left;
	margin: 0em 0em 0em 16.5em;
	padding: 1.5em;
}

#Content h1 a
{
	font-size: 75px;
	letter-spacing:-3.5px;
	color: #3399FF;
	text-decoration: none;
	margin:0; padding:0;
	
}

#Content h2 a
{
	font-size: 23px;
	color: #44333;
	text-decoration: none;
	margin:0; padding:0;
	
}
 
#Content h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 4em;
	/*letter-spacing: -3.5px;*/
	color:#3399FF;
	font-weight:bold;
	line-height:60px;

}

#Content h3
{
	font-family:Arial, Helvetica, sans-serif;
	color:#3399FF;
	font-weight:bold;
	line-height:60px;

}

#Content h2
{
	font-size: 1.7em;
}

#Content h3
{
	font-size: 1.1em;
}

#Content img {
	float:left;
	padding-right:15px;
 	border: 0px solid #995500;
}

.ad_middle {
	float:left;
	padding-right:20px;
	padding-bottom:15px;
}

/* Secondary Content */

#sidebar
{
	float: right;
	width: 14em;
	padding: 1.5em 2em 1.5em 2em;
	font-size: 0.9em;
}
#sidebar ul {
 list-style: none;
}
#sidebar ul ul {
 list-style: disc;
}
#sidebar h2, #sidebar h3
{
	background: #fff; /* url('images/a4.gif') top left repeat-x;*/
	border-bottom:1px dashed #666666;
	color:#666666;
	padding: 0.5em;
	padding: 0.5em 0.5em 0.5em 1.0em;
	position: relative;
	left: -0.8em;
	margin-right: -1.6em;
	font-size: 1.0em;
}
.comment-author {
	background:none;
	}
	
	/*<li id="comment-1" class="odd">

			<div class="comment-meta">
				<span class="comment-author"><a href='http://wordpress.org/' rel='external nofollow' class='url'>Mr WordPress</a></span>, 
				<span class="comment-date">March 14, 2009</span>:
			</div>

			<div class="comment-text">
				<p>Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.</p>
			</div>

		</li>*/
		


#footer
{
	font-family:Arial, Helvetica, sans-serif;
	padding: 1.5em 2em 1.5em 2em;
	text-align: center;
	width: 948px;
	color:#ffffff;
	min-height:450px;
	margin: 0em auto;
	background-color:#FF6600;
	font-size: 0.9em;
}

.clear
{
	clear: both;
}