/*   
Theme Name: Rich
Theme URI: the-theme's-homepage
Description: a-brief-description
Author: your-name
Author URI: your-URI
Template: use-this-to-define-a-parent-theme--optional
Version: a-number--optional
.
General comments/License Statement if any.
.
*/



/* styles for background-image */
img#background { height: 100%; width: 100%; z-index: -1; position:fixed; color: white; background: #000; }
#flashBg { height: 100%; width: 100%; z-index: -1; position:fixed; color: white; background: #000;}


html { height: 100%; }

body{
	background: #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	
	background-color: transparent;
	height: 100%;
	
	font-size: 11px;
}

a img {
	border: none;
}
h2{
	padding: 0px;
	margin: 0px;
	margin-bottom: 6px;
	font-size: 17px;
}

h3{
	padding: 0px;
	margin: 0px;
	font-size: 15px;
}

a{
	color: #fff;
}

a:hover{
	color: #ffb301;
}

form{
	padding: 0px;
	margin: 0px;
}

#wrap1 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -445px;
	width: 890px;
		
}

#wrap2 {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
}

#page{
	text-align: left;
	float: left;
}

#header{
	width: 900px;
	height: 200px;
	background: url(images/logo.png) no-repeat;
	background-position:center; 	
}

/* nav */
#navigation{
	width: 900px;
	height: 42px;
	margin-bottom: 10px;
	padding: 0px;
}

#navigation ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navItem{
	padding: 0px;
	margin: 0px;
	float:left;
	margin-right: 15px;
	font-size: 20px;
}

.navItem a{
	text-decoration: none;
}

/* left col */
#leftCol{
	width: 204px;
	float:left;
	
}

#mailingList{
	padding: 5px;
	height: 72px;
	background: url(images/trans_bg.png);
}

#mailingList input{
	margin-bottom: 5px;
	border: 0px;
	background: #fff;
}
#mailingList #emailField{
	width: 192px;
}

#mailingList #submitBtn{
	float: right;
}

/* right col */
#rightCol{
	width: 220px;
	float: left;
	margin-left: 5px;
}


#categoryList{
	padding: 5px;
	background: url(images/trans_bg.png);
}

#socialNetworks{
	padding: 5px;
	background: url(images/trans_bg.png);
	margin-top: 15px;
}

#facebookBadge{
	padding: 5px;
	background: url(images/trans_bg.png);
	margin-top: 15px;
}

.networkLogo{
	
}

/* post list */
#postList{
	margin-left: 5px;
	margin-right: 5px;
	width: 450px;
	float: left;
	padding-top: 0px;
}

#postList .post{
	padding-left: 5px;
	padding-right: 5px;
	width: 444px;
	margin-bottom: 15px;
	font-size: 12px;
}

#postList .post .date{
	background: url(images/trans_bg.png);
	width: 100px;
	padding: 5px;
	margin-bottom: 3px;
}

#postList .post .title{
	
	min-height: 20px;
	padding: 5px;
	font-family: Garamond;
	font-weight: bold;
	font-size: 18px;
	width: 429px;
	background: url(images/trans_bg.png);
}

#postList .post .title a{
	position: relative;
	left: 0px;
	top: 2px;
	color: #FFF;
	text-decoration: none;
}


#postList .post .title a:hover{
	
	color: #ffb301;
}



#postList .post .body{
	overflow: hidden;
	background: url(images/trans_bg.png);
	padding: 5px;
	width: 429px;
}

.readMore{
	float: right;
	padding: 5px;
	background: url(images/trans_bg.png);
	margin-right: 5px;
}

.readMore a{
	text-decoration: none;
	
}



.olderNewer{
	background: #000;
	padding: 5px;
	font-size: 12px;
	float: left;
	margin-left: 5px;
}






