/*
Theme Name: The Arb
Theme URI: http://techarb.org
Description: TechArb WP Blog Theme
Version: 1.0
Author: Brett Wejrowski (help from Stephen Mckinney)
Author URI: http://brett.wejrowski.com/

*/



/*RESETS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
}
body { line-height: 1;
}
ol, ul { list-style: none;
}
blockquote, q { quotes: none;
}

/ remember to define focus styles! /
:focus { outline: 0;
}

/ remember to highlight inserts somehow! /
ins { text-decoration: none;
}
del { text-decoration: line-through;
}

/ tables still need cellspacing=0 in the markup /
table { border-collapse: collapse; border-spacing: 0;
}
img, div { behavior: url(/assets/images/iepngfix2.htc) }




a{ text-decoration:none; color:#52b04b;}


body {
	font: 11px/16px 'Lucida Grande', 'Lucida Sans', Verdana, sans-serif;
	background:url(images/small_bg.png) #666 top left;
}


html,body{height:100%;}


/***********************************
CONTAINER
***********************************/

#container {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	display:block;
	background:url(images/main_bg.png) top left repeat-x ;
	margin: 0;
	bottom-margin:-159px;
	
}


/***********************************
CONTENT AND LAYOUT
***********************************/

#content {
	
	width:900px;
	height: 733px;
	margin: 0 auto 0 auto;
	display:block;	
}
#main{
	display:block;
	margin: 80px 0 80px 0;
}

#left {
	width:600px;
	margin: 0 30px 0 0;
	display:block;
	min-height: 400px;
	float:left;
}
#right{
	width:270px;
	min-height: 400px;
	margin: 0;
	display:block;
	float:right;
}

.header {
	color:#d0e1f3;
	font-size: 24px ;
	font:helvetica bold ;
	margin: 10px 0 20px 10px;
	float:left;
}

.headerArrow {
	margin:10px 5px 5px 5px;
	float:left;
}

#pusher{
	width:100%;
	height:159px;
	clear:both;
}

/***********************************
HEADER
***********************************/

#header {
	width:100%;
	height:200px;
	display:block;	
}

#logo {
	margin:81px 0 0 0;
	width: 412px;
	height: 83px;
	background:url(images/logo.png) top left no-repeat;
	position:absolute;
}

.logo{
	display:none;
}


/***********************************
CLOUDS
***********************************/
.cloud {
	z-index: 0px;
	position: absolute;
}

#cloud1{
	width: 88%;
	margin: 42px 6% 0 6%;
}
#cloud1 img{
	margin: 0 0 0 0;
	float: left;
}

#cloud2{
	width: 50%;
	margin: 15px 25% 0 25%;
}
#cloud2 img{
	margin: 0 30% 0 0;
	float: right;
}

#cloud3{
	width: 85%;
	margin: 65px 10% 0 5%;
}
#cloud3 img{
	margin: 0 0 0 0;
	float: right;
}

/***********************************
NAV
***********************************/

#nav {
	display:block;
	float:left;
	width:100%;
	height: 37px;
}

#nav a{ color: #fff;}

#nav ul{
	float:left;
	display:inline;
	margin: 12px 0 0 18px;
}

#nav li{
	font: 15px georgia;
	list-style-image: url(images/arrow.png);
	list-style-position: inside;
	color: #fff;
	margin: 0 60px 0 0;
	float:left;
}

#nav li:hover{
	background: url(images/word_drop.png) top center no-repeat;
}


/***********************************
FOOTER
***********************************/
#footerTop {
	width:100%;
	height: 9px;
	background: url(images/bump_bg.png) top left repeat-x;
}

#footer {
	width:100%;
	height:150px;
	background-color:#050505;
}

/***********************************
BLOG
***********************************/


.post{
	background: url(images/box_bg.png) top left;
	display:block;
	width:100%;
	margin: 5px;
	margin-bottom: 20px;
	padding: 5px 0 10px 0;
	clear:both;
}

.postHeader{
	color: #52b04b;
	margin: 5px;
	font-size: 16px;
	font: arial;
	float:left;
}

.date{
	color: #444;
	font-size: 12px;
	float:left;
	margin: 7px 5px 0 5px;
}

.post p{
	display:block;
	clear:both;
	margin:5px ;
	color: #fff;
	font: arial;
	font-size: 11px;
	line-height: 20px;
}
/***********************************
PAGES
***********************************/
.page {
	display:block;
	width:100%;
	clear:both;
}

.item{
	background: url(images/box_bg.png) top left;
	display:block;
	width:580px;
	margin: 5px;
	margin-bottom: 20px;
	padding: 10px 10px 10px 10px;
	clear:both;
	float:left;
}

.itemImg{
	float:right;
	margin: 10px;
}

.itemHeader{
	color: #52b04b;
	font-size: 16px;
	text-decoration: bold;
	font: arial;
}

.item p {
	margin:5px ;
	color: #fff;
	font: arial;
	font-size: 11px;
	line-height: 20px;
}

	








/***********************************
SIDE BAR
***********************************/

.recents {
	display: block;
	width: 100%;
	clear:both;
}

.recents li{
	display:block;
	font-size: 13px;
	width: 100%;
	padding:5px;
	color: #52b04b;
	background: url(images/box_bg.png) top left;
	margin:5px 0 5px 0;
	border: 1px solid #111;
}
.recents li:hover{
	background-image: none;
	border: 1px dotted #333;
}




