body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	margin: 0px;
	padding: 0px 0px 30px;
	background-color: #ffffff;
}
.bodywrap {
	margin-top: 42px;
	position: relative;
}
a {
	color: #ed7a00;
	text-decoration: none;
}
a:visited {
	color: #ed7a00;
	text-decoration: none;
}
a:hover {
	color: #0078ff;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	margin: 0px 0px 14px;
}
ul {
	padding: 0px;
	margin: 5px 0px 15px 16px;
}
ul li ul{
	padding: 0px;
	margin: 0px 0px 5px 16px;
}
ul li {
	margin: 0px;
	padding: 0px;
}
ol {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
}
ol li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 {
	margin: 0px;
	padding-left: 70px;
	height: 60px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #006bf7;
}
h1 a, h1 a:visited{
	color: #006bf7;
	text-decoration: none;
}
h1 a:hover{
	color: #ed7a00;
	text-decoration: none;
}
h2 {
	color: #0078ff;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #fed7ac;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 0px;
}
h2 a, h2 a:visited {
	color: #0078ff;
	text-decoration: none;
}
h2 a:hover {
	color: #ed7a00;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 760px;
	border-bottom: 5px solid #36b4d8;
	border-top: 5px solid #36b4d8;
	border-left: 3px hidden #36b4d8;
	border-right: 3px hidden #36b4d8;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}

/* header area */
#header {
	background: #FFFFFF url(images/portfol-bg.gif) left top repeat-x;
	height: 52px;
	position: relative;
	padding: 0px;
	margin: 0px auto;
}
#headerimg {
	background: url(images/header-logo.gif) left no-repeat;
	position: relative;
	padding: 40px 20px 0px 50px;
	padding-top: 40px;
	margin-left: 20px;
	width: 300px;
	height: 31px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 0px;
	padding-right: 5px;
	bottom: -19px;
}
#nav li {
	float: left;
	top: 10px;
	margin-left: 2px;
}
#nav .current_page_item a, 
#nav .current_page_item a:visited {
	color: #ffffff;
	text-decoration: none;
	background: #0087ff url(images/nav-button-bg-hover.gif) repeat-x;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #ed7a00 url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #ffffff;
	background: #0087ff url(images/nav-button-bg-hover.gif) repeat-x;
}
#sub_nav {
	position: relative;
	margin-top: 0px;
	list-style: none;
	width: 760px;
	height: 30px;
	background: url(images/submenu_bg.gif) left repeat-x;
}
.subnav {
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: right;
	margin-top: 3px;
	width: 300px;
}
.subnav li {
	float: left;
	padding: 4px;
	padding-bottom: 0px;
	margin-left: 15px;
}
.subnav .sub_item a {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	padding: 0px;
}
.subnav .sub_item a:hover {
	text-decoration: underline;
}


/* content area */
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 485px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}
.post-content, 
.post-content p {
	clear: both;
	padding-top: 10px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.post-content a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0078ff;
	font-size: 12px;
}
.post-content a:hover {
	color: #03a3ff;
}
.entry, 
.entry p {
	clear: both;
	padding-top: 10px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.entry h3 {
	color: #03a3ff;
	font-size: 14px;
	font-weight: bold;
	padding:0px;
	margin:0px;
}
.entry a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0064cd;
	font-size: 12px;
}
.entry a:hover {
	color: #ed7a00;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #0078ff;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/**************************************/
/************ image pages *************/
/**************************************/
.pagesubnav{
	font-weight: bold;
	width: 100%;
}
.pagesubnav ul{
	padding: 1px 0 7px 0; 
	margin: 0;
	text-align: center; 
}
.pagesubnav ul li{
	display: inline;
}
.pagesubnav ul li a{
	color: #494949;
	padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 20px; /*spacing between each menu link*/
	text-decoration: none;
	border-bottom: 3px solid #CCCCCC; /*bottom border is 3px*/
}
.pagesubnav ul li a:hover, 
.pagesubnav ul li a.selected{
	border-bottom-color: #FF9900;
}


.thumb-page a img {
	border: 8px solid #E0E0E0;
	float: left;
	margin-right: 5px;
}
.thumb-page a:hover img {
	border-color: #FF9900;
}
.thumb-page h3 a:link, a:visited {
	font: normal 110%/100% "Trebuchet MS", Tahoma, Arial;
	color: #0078ff;
}
.thumb-page h3 a:hover {
	font: normal 110%/100% "Trebuchet MS", Tahoma, Arial;
	color: #FF9900;
	margin: 10px 0px 5px;
}



/**************************************/
/********* end image pages ************/
/**************************************/


/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, 
#sidebar .sidebartitle {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #2882ff;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #93b9ff;
}
/*sidebar text styles */
#sidebar a, 
#sidebar a:visited{
	color: #0064cd;
	text-decoration: none;
}
#sidebar a:hover{
	color: #ed7a00;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*search form */
#searchform {
	position: absolute;
	float: left;
	width: 230px;
	margin-left: 0px; 
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#searchform #s {
	border: 1px solid #81bde9;
	width: 135px;
	height: 18px;
	float: left;
	padding: 0px;
	padding: 2px 1px 0px 19px;
	background: #FFFFFF url(images/search.gif) left no-repeat;
	margin-right: 1px;
	margin-top: 3px;
	margin-left: 5px; 
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform .butt {
	background: url(images/search-btn-bg.gif) top no-repeat;
	border: none;
	text-align: center;
	margin-top: 3px;
	margin-left: 3px;
	width: 50px;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
}

/* footer area */
#footer {
	clear: both;
	background: #0078ff url(images/footer-bg-top.jpg) repeat-x;
	color: #FFFFFF;
	font-size: 95%;
	line-height: 140%;
	padding-bottom: 10px;
}
#footer a, 
#footer a:visited {
	color: #ffffff;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #dcedf7;
	margin: 10px 0px 5px;
}

/********************************/
/*footer lists for foot sitemap */
/********************************/
.footer-home {
	width: 80px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 100%;
}
.footer-home strong {
	font-size: 107%;
	line-height: 105%;
	font-weight: bold;
}
.footer-home ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 130%;
}
.footer-home ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 0px 20px;
}
.footer-home li a {
	
}

.footer-graphics {
	width: 80px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 100%;
}
.footer-graphics strong {
	font-size: 107%;
	line-height: 105%;
	font-weight: bold;
}
.footer-graphics ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 130%;
}
.footer-graphics ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 0px 20px;
}
.footer-graphics li a {
	
}

.footer-websites {
	width: 100px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 100%;
}
.footer-websites strong {
	font-size: 107%;
	line-height: 105%;
	font-weight: bold;
}
.footer-websites ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 130%;
}
.footer-websites ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 0px 20px;
}
.footer-websites li a {
	
}

.footer-video {
	width: 90px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 100%;
}
.footer-video strong {
	font-size: 107%;
	line-height: 105%;
	font-weight: bold;
}
.footer-video ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 130%;
}
.footer-video ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 0px 20px;
}
.footer-video li a {
	
}
.footer-contact {
	width: 100px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 100%;
}
.footer-contact strong {
	font-size: 107%;
	line-height: 105%;
	font-weight: bold;
}
.footer-contact ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 130%;
}
.footer-contact ul li {
	background: url(images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 0px 20px;
}
.footer-contact li a {
	
}
/********************************/
/*end foot sitemap shit */
/********************************/

.footer-about {
	width: 222px;
	height: 184px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: #0366ff url(images/footer-bg-right.jpg) repeat-x;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #787878;
	font-size: 95%;
	line-height: 120%;
}
#credits a, 
#credit a:visited {
	color: #0078ff;
	text-decoration: none;
}
#credits a:hover {
	text-decoration: underline;
}

/* Popular Lists */
.popular-list {
	padding: 0px;
	margin:0px 0px 10px;
	list-style:none;
}
.popular-list li{
	background: url(images/mini-star.gif) no-repeat left center;
	padding: 3px 0px 3px 12px;
	margin:0px;
	line-height: 130%;
	list-style:none;
}
.popular-list li a{
	color:#333333;
	text-decoration:none;
	list-style:none;
}
.popular-list li a:visited{
	color:#333333;
	text-decoration:none;
}
.popular-list li a:hover{
	color:#669900;
	text-decoration:none;
}

/* Portfolio and Resources Lists */
.land-list {
	width: 550px;
}
.landing-list ul {
	padding: 0px;
	margin:0px 0px 5px;
	list-style: none;
	list-style-type: none;
}
.landing-list li {
	width: 267px;
	float: left;
	padding: 2px;
	height:75px;
	margin-right: 5px;
}
.landing-list a img {
	padding: 4px;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	float: left;
	margin-right: 10px;
}
.landing-list h3 {
	margin: 0px;
	padding:0px;
	font: bold 14px "Trebuchet MS", Tahoma, Arial;
	text-transform:none;
	letter-spacing: 0px;
}
.landing-list h3.folder a {
	margin: 0px;
	font: bold 14px "Trebuchet MS", Tahoma, Arial;
	padding: 0px 0px 0px 18px;
	background: url() no-repeat left center;
	text-transform:none;
	letter-spacing: 0px;
}
.landing-list br {
	display:none;
}
.thumb-list {
	padding: 0px;
	margin:0px 0px 10px;
	list-style:none;
}
.thumb-list li{
	width: 155px;
	float: left;
	margin: 5px 13px 15px;
	text-align:center;
}
.thumb-list img {
	border: 5px solid #E0E0E0;
}
.thumb-list a:hover img {
	border-color: #FF9900;
}
.thumb-list br {
	display:none;
}
.thumb-list p {
	line-height:100%;
	margin:0px;
}

/* Category Page Lists */
.ban-list {
	list-style:none;
	margin:0px 0px 10px;
	padding:0px 0px 0px 10px;
}
.ban-list br {
	display:none;
}
.ban-list p br{ 
	display: block;
	margin: 0px;
	padding:0px;
}
.ban-list li {
	margin: 12px 0px;
	height:104px;
	background: url(images/thumb-hr.gif) no-repeat center bottom;
}
.ban-list img {
	border: 5px solid #E0E0E0;
	float: left;
	margin-right: 5px;
}
.ban-list a:hover img {
	border-color: #FF9900;
}
.ban-list a:hover {
	border-color: transparent;
}
.ban-list h3 {
	margin: 0px;
	padding:0px;
	font: bold 14px "Trebuchet MS", Tahoma, Arial;
	color:#666666;
	text-transform:none;
	letter-spacing: 0px;
}

/* Sitemap */
.sitemap {
	list-style:none;
	margin:0px 0px 30px 15px;
	line-height: 140%;
}
.sitemap li{
	font-weight:bold;
	background: url(images/sitemap-mini-folder.gif) no-repeat top left;
	padding-left: 13px;
}
.sitemap li ul{
	margin-bottom: 3px;
	list-style:none;
	margin-left: 5px;
}
.sitemap li ul li{
	font-weight:normal;

	background: url(images/sitemap-mini-file.gif) no-repeat left top;
	padding-left: 12px;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}


a.validcss-mini {
	background: url(images/validcss-mini.gif) no-repeat left center;
	padding-left: 13px;
	color:#2e67b6!important;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}
a.validcss-mini:visited {
	color:#2e67b6!important;
}
a.validcss-mini:hover {
	color:#80c43d!important;
	text-decoration: none;
}
a.validhtml-mini {
	background: url(images/validhtml-mini.gif) no-repeat left center;
	padding-left: 13px;
	color:#67b62e!important;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}
a.validhtml-mini:visited {
	color:#67b62e!important;
}
a.validhtml-mini:hover {
	color:#FF9900!important;
	text-decoration: none;
}

a.star-mini {
	background: url(images/mini-star.gif) no-repeat left center;
	padding-left: 13px;
	color:#e42c2c!important;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;	
}
a.star-mini:visited {
	color:#e42c2c!important;
}
a.star-mini:hover {
	color:#eb871d!important;
	text-decoration: none;
}
a.pdf-mini {
	background: url(images/sitemap-mini-file.gif) no-repeat left center;
	padding-left: 14px;
	color:#007cef!important;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}
a.pdf-mini:visited {
	color:#007cef!important;

}
a.pdf-mini:hover {
	color:#ff6b19!important;
	text-decoration: none;
}
a.doc-mini {
	background: url(images/sitemap-mini-file.gif) no-repeat left center;
	padding-left: 14px;
	color:#7b2eb6!important;
	text-decoration: none;
	margin-left: 10px;
	font-weight: bold;
}
a.doc-mini:visited {
	color:#7b2eb6!important;
}
a.doc-mini:hover {
	color:#2eaeb6!important;
	text-decoration: none;
}
