/*
Template name: Areaman based on Deep Blue
Release date: 2009-09-16
Description: A two-column layout with background image and twitter feed


*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 905px;
	position: relative;
	text-align: left;
	height: 56%;
	margin-left: auto;
	margin-right: auto;	
}

body {
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

/* headings */
h1 {
	margin-top: 1em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	line-height: 1em;
}
h2 {
	margin-top: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
h3 {font: bold 1.3em Arial, Helvetica, sans-serif; margin-top: 0.6em;}
h4 {font: bold 1.1em Arial, Helvetica, sans-serif;; margin-top: 0.4em;}

h1,h2,h3,h4 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/* misc elements */
code {
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
	background-color: #333333;
}
blockquote {
	background: #FAFAFA url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */



#main {
	width: 450px;
	border-top-style: none;
	border-top-color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
	float: left;
	margin-left: 30px;
	display: inline;
}
#main_left {
	float: left;
	width: 450px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	height: auto;
	display: inline;
}
#main_right {
	float: right;
	width: 180px;
	margin-right: 30px;
	display: inline;
}
.post_body {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 12px;
}


/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('img/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
	height: 174px;
	border-bottom-color: #FFF;
	width: 905px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#header h1 {

	margin: 0;
	padding: 124px 0 0 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation {background: #4D92E4 url('img/grdnt_blue.jpg') repeat-x;}
#navigation a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 1em Arial, Helvetica, sans-serif;
	height: 1.8em;
	padding: 0.6em 0 0 1em;
	text-decoration: none;
}
#navigation a:hover {background: #444;}

/* sidebar label */
.label {
	clear: both;
	color: #FFFFFF;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0em;
	padding-top: 12px;
	line-height: 1.4em;
	margin-bottom: 6px;
}
.labelTop {
	clear: both;
	color: #FFFFFF;
	height: 2em;
	overflow: hidden;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	letter-spacing: 0em;
	line-height: 1.4em;
	margin-top: 24px;
}
/* lists */
ul.block {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
}
.block li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: left;
	background-image: none;
}
.block a {
	color: #FFFFFF;
	display: block;
	width: 180px;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	float: right;
}
.block a:hover {
	color: #FFF;
	background-color: #FF3399;;
	width: 180px;
}
.block a em {
	color: #999;
	display: block;
	font: normal 0.8em Arial, Helvetica, sans-serif;;
	margin-top: 0.3em;
}


/* content */ 
#content {
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	width: 405px;
	padding-top: 0;
	padding-right: 1em;
	padding-bottom: 1em;
}
#content a {
	color: #FFFFFF;
	font-size: 0.9em;
}
#content a:hover {
	color: #FF3399;
	text-decoration: underline;
	font-size: 0.9em;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-top: 20px;
}
#content .descr {
	color: #666;
	margin-bottom: 1em;
	margin-top: 1em;
}
#content ul li {list-style: url('img/li.gif');}
#content ul {margin-left: 1.8em;}

/* footer */
#footer {
	color: #666;
	clear: both;
	width: 845px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-position: center;
	display: inline;
	margin-left: 30px;
}
#footer .right {color: #555;}
#footer .right a {color: #555;}
#footer .right a:hover {
	color: #777;
	text-decoration: underline;
}
#footer .left a {
	color: #777;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer .left a:hover {
	color: #333;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer .left {
	width: 507px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 9px;
	margin-left: 30px;
}
#footer .right {
	margin-right: 1em;
	padding: 0.8em 0;
	text-align: right;
	width: 220px;
}

/* posting */
.post_info {
	margin-bottom: 1em;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	border-bottom-width: thin;
	padding-top: 0.6em;
	padding-right: 0.7em;
	padding-bottom: 0.9em;
	padding-left: 0 em;
	color: #666666;
	width: 450px;
	margin-top: 12px;
	border-top-width: thin;
	border-top-style: solid;
}
.post a {
	color: #666666;
	text-decoration: underline;
}

/* header Nav */
#categorylist {font-size:12px; font-style:normal;
        text-transform:uppercase; }
#categorylist ul {list-style-type: none; list-style-image:none; 
        margin:0; padding-bottom: 20px; }
#categorylist li { display: inline; padding: 0px 5px;}
#categorylist a:link, #category a:visited {color:blue}
#categorylist a:hover {color:red}



#menuOne {
	width: 180px;
	height: 56px;
	float: left;
	margin-top: 42px;
	margin-bottom: 76px;
	margin-left: 30px;
	display: inline;
}
#menuTwo {
	width: 180px;
	height: 56px;
	float: left;
	margin-top: 42px;
	margin-bottom: 76px;
	margin-left: 10px;
	display: inline;
}
#menuThree {
	width: 180px;
	height: 56px;
	float: left;
	margin-top: 42px;
	margin-bottom: 76px;
	margin-left: 10px;
	display: inline;
}
.li1 {
	font-size: 0.8em;
	color: #FFFFFF;
	width: 180px;
	height: 18px;
	display: block;
	text-decoration: none;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.li1dormant {
	font-size: 0.8em;
	color: #000000;
	width: 180px;
	height: 18px;
	display: block;
	text-decoration: none;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	vertical-align: text-bottom;
	background-color: #FFFFFF;
}
.li2 {
	font-size: 0.8em;
	color: #FFFFFF;
	width: 180px;
	height: 26px;
	display: block;
	text-decoration: none;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}
.li2dormant {
	font-size: 0.8em;
	color: #000000;
	width: 180px;
	height: 26px;
	display: block;
	text-decoration: none;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-color: #FFFFFF;
}
a.li1:hover {
	font-size: 0.8em;
	color: #000000;
	width: 180px;
	height: 18px;
	display: block;
	text-decoration: none;
	border:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	vertical-align: text-bottom;
	background-color: #FF3399;
}
a.li2:hover {
	font-size: 0.8em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	width: 180px;
	height: 26px;
	display: block;
	background-color: #FF3399;
}
#logo {
	width: 180px;
	height: 56px;
	float: left;
	display: inline;
	margin-top: 42px;
	margin-right: 30px;
	margin-bottom: 76px;
	margin-left: 105px;
	display: inline;
	background-image: url(images/areaman_logo.jpg);
}
/* Twitter Crap*/

#twitterBox {
	width: 180px;
	height: auto;
	float: left;
	display: inline;
}


#twitter_div {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:0.7em;
	line-height:1.4;
	color:#FFFFFF;
	margin-top:10px;
	width: 180px;
}
#twitter_div h2 { 
	font-size:14px;
}
#twitter_update_list, #twitter_update_list li {
	list-style:none
!important;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#twitter_update_list li{
	border-bottom:1px dashed #FFF;
	padding-bottom:10px;
	margin-bottom:10px;
}
#twitter_div a {
	color:#FF3399;
}
#linksBreaker {
	float: left;
	display: inline;
	background-color: #CC0033;
	height: 5px;
	width: 170px;
}
