body{
	background: #D6E03E;
       background-image: url('http://www.justeconomicswnc.org/wp-content/uploads/2010/06/bg_repeat.png');
       background-repeat:repeat-y;
       background-position:center top;
	font-size: 62.5%;
	color: #6e6e6e;
	font-family: Helvetica, Verdana, Sans-Serif;
}

p{
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0 0 15px 0;
}

@font-face {
	font-family: Qlassik;
	src: url("../fonts/qlassik.otf");
}

img { 
    float: left; 
    margin: 5px; 
}

img.nofloat { 
    float: none; 
    margin: 5px; 
}


/* -- Header Elements -- */

h1,h2,h3{
	font-family: Qlassik, Arial, Verdana, Sans-Serif;
}

h1#logo{
	width: 258px;
	height: 125px;
	text-indent: -9999px;
	background: url(../../img/logo.png) top left no-repeat;
	float: left;
        font-size: 3em;
}

h2{
	font-size: 22px;;
	color: #00b8ff;
}

h2 a{
	color: #00b8ff;
text-decoration: none;
}

h2 a:hover{
color: #00d0ff;
text-decoration: none;
}

h3{
	font-size: 2em;
	color: #00b8ff;
	line-height: 2em;
}

h4{
        font-size: 1.5em;
	color: #6e6e6e;
	line-height: 2em;
}

h5{
        font-size: 1.25em;
	color: #6e6e6e;
	line-height: 1.75em;
       text-decoration: none;
}

#comments{
font-size: 12px;
color: #666;
border-top: 1px dotted #666;
padding: 10px 0 0 0;
}

div{
/* 	height: 200px; */
}

/* -- Structure Elements -- */

#container{
	width: 900px;
	margin: 0 auto;	
}

#header_container{
	width: 100%;
	float: left;
	clear: both;
	margin: 20px 0;
}

#sidebar_container{
	width: 280px;
	float: left;
}

#content_container{
	width: 580px;
	float: right;
}

#footer_container{
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px solid #d0d0d0;
	padding: 10px 0;
}

.alignleft{
font-size: 14px;
padding: 0 0 10px 0;
}

.alignright{
font-size: 14px;
padding: 0 0 10px 0;
}

#comment{
width: 560px;
}

/* -- Navigation Elements -- */

ul.nav{
	float: right;
	margin: 25px 0 0 0;
}

ul.nav li{
	float: left;
	margin: 0 0 0 10px;
}

ul.nav li a{
	font-family: Qlassik, Helvetica, Verdana, Sans-Serif;
	text-decoration: none;
	padding: 5px 10px;
	color: #666666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-size: 1.5em;
}

ul.nav li a:hover{
	background: #b7d43e;
        background: -moz-linear-gradient(90deg, #666666, #B0B2B2);
        background: -webkit-gradient(linear, left top, left bottom, from(#B0B2B2), to(#666666));  
        text-shadow: 1px 1px 1px #555555;
	-moz-box-shadow: 0 2px 5px grey;
        -webkit-box-shadow: 0 2px 5px grey;
        box-shadow: 0 2px 5px grey;
        color: #f5f5f5;
}

ul.nav a:hover ul.nav a:active,
li.current_page_parent a:visited,
li.current_page_parent a,
ul.nav li.current_page_item a,
ul.nav li.current_page_item a:visited {
        background: #b7d43e;
        background: -moz-linear-gradient(90deg, #96B032, #b7d43e);
        background: -webkit-gradient(linear, left top, left bottom, from(#B7D43E), to(#96B032));
        border: 1px solid #96B032;
        border-top: 1px solid #EEF4CE;
        text-shadow: 1px 1px 1px #677d1f;
	-moz-box-shadow: 0 2px 5px grey;
        -webkit-box-shadow: 0 2px 5px grey;
        box-shadow: 0 2px 5px grey;
        color: #f5f5f5;
}

/* -- Subnav Elements -- */
ul.subnav{
	float: none;
        align: left;
	margin: 25px 0 0 0;
        width: 280px;
        height: 25px;
}

ul.subnav li{
	float: left;
	margin: 0 0 0 10px;
}

ul.subnav li a{
	font-family: Qlassik, Helvetica, Verdana, Sans-Serif;
	text-decoration: none;
	padding: 5px 10px;
	color: #6e6e6e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 1.4em;
}

ul.subnav li a:hover{
	background: #e0e0e0;
}

ul.subnav a:hover, ul.subnav a:active,
li.current_page_parent a:visited,
li.current_page_parent a,
ul.subnav li.current_page_item a,
ul.subnav li.current_page_item a:visited {
	background: #00b8ff;
	color: #f5f5f5;
}

/* -- Post Elements -- */

.header_image{
	float: left;
	clear: both;
	margin: 10px 0;
	background: #00b8ff;
 background: -moz-linear-gradient(90deg, #368FB8 35%, #00b8ff 65%);
        background: -webkit-gradient(linear, left top, left bottom, from(#00b8ff), to(#368FB8));
        border: 1px solid #368FB8;
        border-top: 1px solid #D2EEF7;
	-moz-box-shadow: 0 2px 5px grey;
        -webkit-box-shadow: 0 2px 5px grey;
        box-shadow: 0 2px 5px grey;
	padding: 3px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

/* -- Sidebar Elements -- */

#sidebar_container ul,
#sidebar_container ul li{
	float: left;
	clear: both;
	width: 280px;
}

#sidebar_container ul li{
	margin: 0 0 10px 0;
}

#sidebar_container ul li p{
text-align: justify;
}

#sidebar_container ul li p a{
text-align: left;
color: #999;
font-size: 14px;
margin: -10px;
}

#sidebar_container ul li p a:hover{
color: #333;
background: none;
text-shadow: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding: 7px 10px;
border: none;
-moz-box-shadow: 0 0px 0px white;
-webkit-box-shadow: 0 0px 0px white;
box-shadow: 0 0px 0px white;
}

#sidebar_container ul li a{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 7px 10px;
	text-decoration: none;
	color: #6e6e6e;
	float: left;
	clear: both;
	width: 260px;
	font-size: 1.5em;
	text-transform: uppercase;
	font-family: Qlassik, Helvetica, Verdana, Sans-Serif;
}

#sidebar_container ul li a:hover{
	background: #666666;
 background: -moz-linear-gradient(90deg, #666666, #B0B2B2);
        background: -webkit-gradient(linear, left top, left bottom, from(#B0B2B2), to(#666666));
        color: #f5f5f5;
        text-shadow: 1px 1px 1px #666666;
}

#sidebar_container ul li.active a,
#sidebar_container ul li.current_page_item a{
	background: #00b8ff;
        background: -moz-linear-gradient(90deg, #368FB8, #00b8ff);
        background: -webkit-gradient(linear, left top, left bottom, from(#00b8ff), to(#368FB8));
        border: 1px solid #368FB8;
        border-top: 1px solid #c3d6df;
        text-shadow: 1px 1px 1px #1A5D7C;
	-moz-box-shadow: 0 2px 5px grey;
        -webkit-box-shadow: 0 2px 5px grey;
        box-shadow: 0 2px 5px grey;
        color: #f5f5f5;
}

/*--Featured Employer Widget Styles--*/

#example-widget {
border: 1px solid #666;
text-align: justify;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
}

.widgettitle{
border-bottom: 1px dotted #666;
}

h2.widgettitle{
padding: 5px 0 2px 0; 
text-align: left;
}

.subtitle{
color: #444;
font-size: 14px;
font-family: Helvetica, Verdana, sans serif;
}

.widget class p{
text-align: justify;
padding: 5px;
}

/* -- Footer Elements -- */

#footer_container{
	color: #bebebe;
}

#footer_container a{
	color: #6e6e6e;
	text-decoration: none;
	font-size: 1.4em;
}

#footer_container ul li{
	float: right;
	border-left: 1px solid #bebebe;
	padding: 0 10px;
}

#footer_container ul li.copyright{
	float: left;
	padding: 0;
	border: 0;
}

#footer_container ul li p{
	margin: 0;
}
