@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for Greenville Ultimate                 */
/* Last Updated: 07.10.02 by Cory Perry                               */
/*--------------------------------------------------------------------*/


body {
/*	background: #52C0E1 url(../images/bottom_bg.jpg) fixed bottom right no-repeat;*/
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #353434;
	font-family: Verdana, "Lucida Grande", Tahoma, sans-serif;
	width: 100%;
}

/* set everything to a 0 0 default-------------*/

* {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style: none;
}

/* spans---------------------------------------*/

/* headers-------------------------------------*/
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

#leftContent h3 {
	font-size: 18px;
	font-weight: bold;
	color: #191248;
}

#leftContent .post .header h3 {
	font-size: 18px;
	font-weight: normal;
	color: #191248;
}

#leftContent .date {
	font-style: italic;
	color: #FBA512;
	padding-bottom: 5px;
}

#rightContent h3 {
	color: #191248;
	margin: 0px 0px 8px 4px;
}

#rightContent #moreButtons {
	font-size:11px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}

h2.headline {
	position: absolute;
	top: 135px;
	left: 280px;
	font-weight: normal;
	color: #FFF;
	font-style: italic;
	font-size: 15px;
}

.profileBox h3 {
	font-size: 18px;
	font-weight: bold;
	color: #191248;
}

.profileBox h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FBA512;
	font-style: italic;
}



/* images--------------------------------------*/


/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 859px;
	height: auto;
	position: relative;
	margin: -1px 0 0 0;
}

#header {
	width: 100%;
	height: 180px;
	background: url(../images/header_bg.jpg) repeat-x;
	position: relative;
}

#header #photoBox {
	height: 117px;
	width: 480px;
/*	background: #52C0E1;*/
	position: absolute;
	top: 5px;
	left: 390px;
}

#header #photoBox img {
/*	width: 156px;*/
	vertical-align:middle; 
/*	padding-left:3px;*/
	padding-bottom:1px;
}

#mainNav {
	width: 169px;
	height: auto;
	float: left;
	margin-left: 5px;
}

#content {
	width: 859px;
	height: auto;
	background: url(../images/content_bg.jpg) repeat-y;
	overflow: auto;
	margin-left: 10px;
}

#content #leftContent {
	width: 500px;
	height: auto;
	margin: 0px 169px 0 177px;
}
#content #rightContent {
	width: 166px;
	height: auto;
	float: right;
	margin-left: 0;
}

#footer {
	width: 859px;
	height: 18px;
	background: url(../images/bottom_content.jpg) no-repeat;
	margin-left: 10px;
}

/* main content styling---------------------------*/
#leftContent p {
	margin: 10px 0 15px 0;
	line-height: 18px;
	width: 460px;
}

#leftContent .post {
	margin: 0px 0 25px;
}

#leftContent .post img {
	float: left;
	margin: 0px 8px 5px 0px;
}

#leftContent .post li {
	margin: 4px 0 4px 0;
}

#leftContent .post p {
	line-height: 18px;
	margin: 8px 0 8px 0;
}

#leftContent .post .footer {
	border-top: 1px solid #FBA512;
	border-bottom: 1px solid #FBA512;
	padding: 4px 0 4px 0;
	background-color:#F4F4F4;
}

#leftContent .post .footer ul {
	list-style: none;
	text-align: right;
}

#leftContent .post .footer li {
	display: inline;
	padding-left: 0;
	padding-right: 3px;
}

#rightContent p {
	margin: 4px 0 6px 0;
	line-height: 17px;
}

/* profiles */

#leftContent .profileBox {
	margin-top: 20px;
}

.profileBox img {
	float: left;
	margin-right: 10px;
}

#disclaimer p {
	color: #99CC67;
	font-size: 11px;
	margin: 5px 0px 0px 10px;
}
