html, body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	color: #333;
}



#outerwrapper
{
	width: 100%;
	min-width: 900px;
	overflow: hidden;
	position: relative;
}

#wrapper
{
	width: 900px;
	margin: 0 auto;
	overflow: show;
	position: relative;
}

#wrapper #background1
{
	background-image: url(img/background-left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	left: -170px;
	height: 841px;
	width: 170px;
	top: 0px;
}

#wrapper #background2
{
	background-image: url(img/background-right.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	right: -170px;
	height: 841px;
	width: 170px;
	top: 0px;
}

/* Header Styles */

#header
{
	width: 900px;
	margin: 0;
	height: 137px;
	overflow: hidden;
	position: relative;
}

#by-telligent 
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 131px;
	height: 0px;
	padding: 31px 0 0 0;
	background-image: url(img/by-telligent.png);
	overflow: hidden;
}

#graffiti-cms
{
	width: 900px;
	height: 95px;
	padding: 0;
	margin: 44px 0 0 0;
	background-image: url(img/graffiticms-title.jpg);
	overflow: hidden;
}

/* Nav Styles */

#nav
{
	height: 33px;
	width: 900px;
	margin: 0;
	overflow: hidden;
	background-image: url(img/nav-background.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #686868;
	position: relative;
}

#nav .top
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 5px;
	height: 4px;
	background-image: url(img/nav-corners.png);
	background-position: top left;
	overflow: hidden;
}

#nav .bottom
{
	position: absolute;
	left: 895px;
	top: 0px;
	width: 5px;
	height: 4px;
	background-image: url(img/nav-corners.png);
	background-position: -5px top;
	overflow: hidden;
}

#nav UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav LI
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
	background-image: url(img/nav-divider.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: #fff;
	padding: 10px 34px;
	font-size: 13px;
	font-weight: bold;
}

#nav .selectedli
{
	background-color: #fff;
	color: #333;
}

#nav .selectedli_parent
{
	background-color: #2B2B2B;
}

#nav A
{
	color: #fff;
	text-decoration: none;
}

#nav .selectedli A
{
	color: #333;
}

#nav .selectedli_parent A
{
	color: #fff;
}


#subnav
{
	height: 33px;
	width: 900px;
	margin: 0;
	overflow: hidden;
	background-color: #2B2B2B;
	position: relative;
}

#subnav UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#subnav LI
{
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
	color: #fff;
	padding: 10px 30px;
	font-size: 13px;
	font-weight: bold;
}

#subnav .selectedli
{
	background-color: #fff;
}

#subnav A
{
	color: #fff;
	text-decoration: none;
}

#subnav .selectedli A
{
	color: #2B2B2B;
}

/* Content Styles */

#content
{
	width: 900px;
	min-height: 160px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

#content > .top
{
}

#content > .content
{
	position: relative;
	z-index: 2;
	padding: 22px 54px;
	font-size: 90%;
}

#content > .bottom
{
	background-image: url(img/bottom-corners.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 4px;
	width: 900px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}

/* Footer Styles */

#footer
{
	padding: 10px 0;
}

#footer .top
{
}

#footer .content
{
	width: 880px;
	height: 100px;
	padding: 10px;
	font-size: 10pt;
	position: relative;
}

#footer .content A
{
	color: #FFF;
	text-decoration: none;
}

#footer UL
{
	list-style-type: none;
	float:left; 
	margin:0; 
	padding:0 0 0 15px;
}
#footer .content UL A
{
	color: #fff;
	font-weight:normal;
}
#footer .list-blue { 
	color:#FFCC00;
	font-weight:bold;
}
	#footer .list-blue LI{ 
		padding:0 15px 0 55px;
	}

#footer .list-border { 
	border-left:solid 1px #FFCC00;
}

#footer .bottom
{
	width: 900px;
	font-size: 9pt;
	color: #FFCC00;
	text-align:center;
}
	#footer .bottom A {
		text-decoration: underline;
		color: #FFCC00;
	}
	
	
/* Sidebar */

.three-column-area, .two-column-area
{
	margin-top: 21px;
}

.three-column-area > .left
{
	float: left;
	width: 130px;
	padding-right: 20px;
	font-size: 11px;
	overflow: hidden;
}

.three-column-area > .center
{
	float: left;
	width: 375px;
	font-size: 12px;
	overflow: hidden;
}

.two-column-area > .left
{
	float: left; 
	width: 504px;
	font-size: 12px;
	overflow: hidden;
}

.three-column-area > .right, .two-column-area > .right
{
	float: right; 
	width: 230px; 
	top: 23px; 
	right: 0px; 
	border-left: solid 1px #e3e3e3; 
	padding-left: 34px;
	font-size: 12px;
	overflow: hidden;
}

.three-column-area > .right
{
	padding-left: 20px;
}

.two-column-area > .clear, .three-column-area > .clear
{
	clear: both;
}

.two-column-area > .left h3, .three-column-area > .center h3
{
	color: #CC5A06;
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 24px;
}

.two-column-area > .left h3 A, .three-column-area > .center h3 A
{
	color: #CC5A06;
	text-decoration: none;
}

.three-column-area > .center h1
{
	color: #CC5A06;
	margin: 0 0 6px 0;
	font-weight: normal;
	font-size: 28px;
}

.three-column-area > .left h1 A
{
	color: #CC5A06;
	text-decoration: none;
}

.two-column-area p, .three-column-area p
{
	margin: 6px 0;
}

.three-column-area > .center p
{
	margin: 0 0 1em 0;
}

.two-column-area > .right h3, .three-column-area > .right h3
{
	color: #333;
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 6px;
}

.two-column-area > .right ul, .three-column-area > .right ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.two-column-area > .right ul li, .three-column-area > .right ul li
{
	padding: 0 0 8px 0;
	margin: 0;
}

.two-column-area > .right a, .three-column-area > .right a
{
	font-weight: bold;
}

.three-column-area > .left h3
{
	color: #333;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 6px 0;
	padding: 0;
}

.three-column-area > .left ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.three-column-area > .left ul li
{
	padding: 4px;
	margin: 0;
	background-color: #eee;
}

 .three-column-area > .left ul li.alt
 {
 	background-color: #fff;
 }

.three-column-area > .left a
{
	font-weight: normal;
	color: #333;
}

/* Grey Box Styles */

.full-grey-box
{
	width: 798px;
	overflow: hidden;
	margin: 0 auto;
	background: none;
}

.full-grey-box > .top
{
	background-image: url(img/full-grey-corners.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 5px;
	width: 798px;
	margin: 0;
	padding: 0;
	position: static;
}

.full-grey-box > .content
{
	border-right: solid 1px #ccc;
	border-left:  solid 1px #ccc;
	background: none;
}

.full-grey-box > .bottom
{
	background-image: url(img/full-grey-corners.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 5px;
	width: 798px;
	margin: 0;
	padding: 0;
	position: static;
}

.sidebar-grey-box
{
	width: 230px;
	overflow: hidden;
	margin: 0 auto;
	background: none;
}

.sidebar-grey-box > .top
{
	background-image: url(img/sidebar-grey-corners.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 5px;
	width: 230px;
	margin: 0;
	padding: 0;
	position: static;
}

.sidebar-grey-box > .content
{
	border-right: solid 1px #ccc;
	border-left:  solid 1px #ccc;
	background: none;
}

.sidebar-grey-box > .bottom
{
	background-image: url(img/sidebar-grey-corners.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 5px;
	width: 230px;
	margin: 0;
	padding: 0;
	position: static;
}

/* Grey Button */

A.grey-button
{
	width: 129px;
	height: 18px;
	text-align: center;
	background-image: url(img/grey-button.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
}

/* Sidebar Box */

.sidebar-box
{
	border: solid 1px #e2e2e2;
	background-color: #fff;
	background-image: url(img/grey-background.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 10px;
}

.sidebar-box h4
{
	font-size: 150%;
	font-weight: normal;
	margin-top: 0;
}

.sidebar-box p
{
	margin-bottom: 0;
}

/* rss */

A.rss
{
	color: #D98344;
	display: block;
	padding: 2px 0 2px 20px;
	background-image: url(img/rss.png);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 11px;
	text-decoration: underline;
}

/* posts */

UL.posts
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

LI.post
{
	margin: 0 0 27px 85px;
	padding: 0 0 25px 0;
	display: block;
	border-bottom: solid 1px #dcdcdc;
}

LI.post > H3
{
}

LI.post > .date
{
	margin-left: -85px;
	float: left;
	width: 62px;
	height: 54px;
	color: #fff;
	overflow: hidden;
	background-image: url(img/date-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 6px;
}

Li.post > .date > .month
{
	font-size: 14px;
	font-weight: bold;
	display: block;
}

LI.post > .date > .day
{
	font-size: 28px;
	font-weight: bold;
	display: block;
}

LI.post > .details
{
	font-size: 10px;
	font-style: italic;
	color: #666;
	margin-bottom: 18px;
}

LI.post > .footer
{
	background-image: url(img/post-footer-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 391px;
	height: 15px;
	font-size: 10px;
	padding: 3px 8px;
	margin-top: 12px;
	position: relative;
}

LI.post > .footer > .comments
{
	position: absolute;
	top: 3px;
	right: 8px;
}

LI.post > .footer > .comments A
{
	color: #CC5A06;
}

/* Form Styles */


#search_area
{
	clear:right;
	float: right;
	margin: 57px 0 0 0;
	overflow: hidden;
	height: 30px;
	width: 320px;
	text-align: right;
}
.search_input
{
	width: 140px;
	color: #fff;
	border: 1px solid #999;
	font-size: 12px;
	background-color: #000000;
}

#searchsubmit
{
	width: 60px;
	height: 21px;
	color: #555;
	font-weight: bold;
	font-size: 12px;
}

.search-button, .submit_button
{
	width: 129px;
	height: 24px;
	text-align: center;
	background-image: url(img/grey-button.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
	border-width: 0;
	margin: 3px 0;
	background-color: #666;
}

LABEL
{
	color: #999;
	font-weight: bold;
	font-size: 120%;
}

/* Comments */

.entry
{
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.form_field textarea
{
	width: 350px;
}

.form_field input
{
	width: 200px;
}

.form_field_pair
{
	margin-top: 7px;	
}

.submit_button
{
	margin-top: 7px;	
}

.SidebarNav
{
	padding: 8px;
	border: solid 1px #666;
}

.selectedSidebarNav
{
	font-weight: bold;
}
