/* ------------------------------------------------- */
/*  GENERAL PAGE STYLE                               */
/* ------------------------------------------------- */
html {
	margin-left: -1px;
	overflow-Y: scroll;
	background: #FFF url(../img/page-bg-gradient.jpg) repeat-x;
}
body {
	background-image: url(../img/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: 'Lucida Grande', Verdana, 
                     Geneva, Lucida, Arial, 
                     Helvetica, sans-serif;
	width: 100%;
	display: table;
}

a {
	color: #CC6600;
}
a:hover {
	color: #8F4600;
}

#wpstats {
	display: none;	
}
/* ------------------------------------------------- */
/*  PAGE LAYOUT                                      */
/* ------------------------------------------------- */
#container {
	width: 980px;
	margin: 0 auto;
	clear: both;
}
#header {
	height: 96px;
	xbackground: lightyellow; /* debugging */
}
	#header .wrapper {
		padding: 20px 20px 0 30px;
		height: 76px;
		xbackground: green; /* debugging */
	}
	
	#header #logo {
		xbackground: lightblue; /* debugging */
		width: 100px;
		height: 51px;
		float: left;
	}

.line-hr {
	height: 2px;
	margin: 12px 4% 0 4%;
	background-image: url(../img/sb-grey-hr.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* ------------------------------------------------- */
/*  CONTENT PANES                                    */
#content-container {
	xbackground: lightblue; /* debugging */
}

#main-content {
	xbackground: yellow; /* debugging */
	width: 651px;
	float: left;
	min-height: 400px;
}
	#main-content.homepage {
		min-height: inherit;	
	}
	#main-content .wrapper{
		xbackground: lightgreen; /* debugging */
		padding-left: 25px;
		padding-top: 35px;
	}
#sidebar {
	xbackground: pink; /* debugging */
	width: 304px;
	float: right;
}
	#sidebar .wrapper{
		xbackground: lightgreen; /* debugging */
		padding-right: 25px;
		padding-top: 25px;
	}

#footer {
	font-size: 0.7em;
	color: #666;
	border-top: 1px solid #EAEAEA;
	padding-top: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* ------------------------------------------------- */
/*  NAVIGATION MENU                                  */
/* ------------------------------------------------- */
#nav-menu {
	xbackground: pink; /* debugging */
	margin:0;
	padding: 0;
	height: 22px;

}
#nav-menu ul {
	margin: 0;
	margin-top: 54px;
	padding: 0;
	width: auto;
	height: 22px;
	float: right;
}
#nav-menu ul li{
	float: left;
	margin-right: 2px;
	background-image: url(../img/nav-menu-sep.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 2px;
}
#nav-menu ul li a {
	display: block;
	float: left;
	padding: 4px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	height: 100%;
}
#nav-menu ul li a:hover,
#nav-menu ul li.current_page_item a{
	color: #dd9b00;
}
#nav-menu ul li a span {
	background: url(../img/gradient-glossy.png) repeat-x;
	background-position: center bottom;
	position: absolute;
	display: block;
	width: 100%;
	height: 8px;
}
#nav-menu ul li a:hover span {
	background: none;
}
#nav-menu ul li.current_page_item a:hover span{
	background: url(../img/gradient-glossy.png) repeat-x;
	background-position: center bottom;
}
#nav-menu ul li#contact-navlink {
	background: none;
}
#nav-menu ul li#menu_item_5,
#footer-nav ul li#menu_item_6,
#footer-nav ul li#menu_item_7,
#footer-nav ul li#menu_item_8,
#footer-nav ul li#menu_item_9,
#footer-nav ul li#menu_item_11{
	background: none;
}

/* ------------------------------------------------- */
/*  NAVIGATION MENU: Footer                          */
#footer-nav {
	float: left;
	padding-left: 6px;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
}
#footer-nav ul li{
	display: block;
	float: left;
	margin-right: 8px;
	background-image: url(../img/nav-menu-sep.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 2px;
	padding-right: 10px;
}
#footer-nav ul li a{
	color: #666;
}
#footer-nav ul li a:hover {
	color: #333;
}
#footer-nav ul li#contact-navlink {
	background: none;
}


#copyright {
	float: right;
	color: #999;
	padding-right: 6px;
}


/* ------------------------------------------------- */
/*  FORMATTING: Main Content                         */
/* ------------------------------------------------- */
#main-content{
	color:#333333;
}
#main-content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	font-weight: normal;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #EAEAEA;
}
#main-content h1 span{
	color: #666;
}
#main-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0.2em;
	margin-top: 1.2em;
}
#main-content p, #main-content ul{
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 1em;
}
#main-content ul {
	list-style-type: circle; 
	margin-left: 40px;
	color: #EFA800;
}
#main-content ul li p{
	color: #333;
	margin: 0;
	font-size: 1em;
}
#main-content .highlight {
	background-color: #ffffcc;
}

#main-content .callout-link {
	width: auto;
	text-align: right;
	margin-top: 1.2em;
	
}

#main-content .callout-link p{
	display: inline;
	background-color: #ffffcc;
	padding: 6px;
	color: #333;
	
}

#main-content .callout-link a{
	text-decoration: none;
}


/* ------------------------------------------------- */
/*  FORMATTING: Sidebar                              */
/* ------------------------------------------------- */
#sidebar a {
	color: #000;
}
#sidebar .sidebar-grey {
	background-color: #EEE;
	background-image: url(../img/sb-grey-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#sidebar .sidebar-grey .header {
	font-size: 1em;
	padding-top: 14px;
	padding-left: 19px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#sidebar .sidebar-content {
	padding: 14px 20px 20px 20px;
	line-height: 1.2em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar .sidebar-grey p {
	font-size: 0.8em;
}

#sidebar .sidebar-grey .footer{
	font-size: 0.6em;
	background-image: url(../img/sb-grey-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 33px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	line-height: 32px;
}
#sidebar .sidebar-article .sidebar-content {
	padding-bottom: 0.6em;
}
#sidebar .sidebar-archive .sidebar-content,
#sidebar .sidebar-section .sidebar-content {
	padding-bottom: 0;	
}

ul.list-news {
	
}
ul.list-news li {
	background-image: url(../img/ico-news.png);
	background-repeat: no-repeat;
	background-position: 0 2px;	
	padding-left: 22px;
	font-size: 0.9em;
	margin-bottom: 0.8em;
}


/* ------------------------------------------------- */
/*  FORMATTING: Section Page                         */
/* ------------------------------------------------- */
#section-heading {
	background-image: url(../img/section-page-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 58px;
}
#section-heading .wrapper{
	padding-top: 25px;
	padding-left: 25px;
}
#section-heading h4 {
	font-size: 1.3em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: -1px;
}

/* ------------------------------------------------- */
/*  FORMATTING: Contact Form                         */
/* ------------------------------------------------- */
.form-cell {
	float: left;
	width: 50%;
	margin-top: 1.2em;
}
#main-content textarea{
	width: 93%
}
#main-content .your-subject input {
	width: 93%;	
}

/* ------------------------------------------------- */
/*  FORMATTING: Archive Page                         */
/* ------------------------------------------------- */
.post-item {
	clear: both;
	margin-bottom: 0.8em;
	border-bottom: 1px solid #EAEAEA;
	padding-bottom: 0.8em;
}
#main-content.archive-page h1{
	margin: 0;
	padding: 0;
	border: none;
}
#main-content.archive-page .meta-cat {
	margin: 0 0 0.4em 0;
}
#main-content.archive-page .meta-cat a {
	color: #666;
	text-decoration: none;
}
#main-content.archive-page .meta-cat a:hover {
	color: #000;
}
.meta-date {
	float: left;
	border: 1px solid #EAEAEA;
	padding: 5px;
	margin-right: 0.8em;
	background-color: #EAEAEA;
	background-image: url(../img/gradient-glossy.png);
	background-position: center top;
	background-repeat: repeat-x;
	text-align: center;
}
.meta-date .meta-date-day{
	margin-bottom: 0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: normal;
}
.meta-date .meta-date-month{
	text-transform: uppercase;
	font-size: 0.7em;
	margin-bottom: -0.2em;
}
.meta-date .meta-date-year{
	font-size: 0.7em;
}

