/*
Theme Name: Meshfolk custom
Description: Custom designed Wordpress site. Visit us at  <a href="http://www.meshfolk.com/">www.meshfolk.com</a>.
Author: Meshfolk
Author URI: http://www.meshfolk.com/
*/


body, html {
	margin:0;
	padding:0;
}


#topBg {
	background-color: #FFFFFF;
	
	background-repeat: repeat-x;
}

#pageContainer {
	width:924px;
	margin:0 auto;
}
#header {
	margin: 0 auto;
	width: 924px;
	height: 136px;
	background-image: url(images/header/header_temp.png);
	background-repeat: no-repeat;
	clear: both;
}

.clearer {
	clear:both;
	display:block;
	height:1px;
	margin-bottom:-1px;
	font-size:1px;
	line-height:1px;
}


/*------------------- NAVBAR -------------------*/
#navcontainer {
	position:relative;
	z-index:2;			/* necessary for IE6 if you want dropdowns  */
	padding:0;
	height:33px;
	
	font-size:12px;
	color:#000;
	font-weight:normal;
	
}

ul#navlist {
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#navlist li {	
	float:left;
	margin:0;
	padding:0;
	text-align:left;
	background: #7a96b4 url(images/nav/tab_right.png) no-repeat right bottom;
}
ul#navlist li a {
	color:#000;
	line-height:1.5em;
	display:block;
	text-decoration:none;
	font-weight:normal;
	padding:.5em 0.75em;
	background: url(images/nav/tab_left.png) no-repeat left bottom;
}

ul#navlist li.hover {
	color: #000;
	background: #698bb3 url(images/nav/tab_right_hover.png) no-repeat right bottom;
}

ul#navlist li.hover a {
	color: #000;
	background: url(images/nav/tab_left_hover.png) no-repeat left bottom;
}

#navlist li.current_page_item {
    background: #4c79b3 url(images/nav/tab_right_on.png) no-repeat bottom right;
}

#navlist li.current_page_item a {
    background: url(images/nav/tab_left_on.png) no-repeat bottom left;
	font-weight:bold;
}

/*------------------- Content Areas -------------------*/


#content {
	clear: both;
	padding:10px 25px;
}

/* right col for homepage */
.rightCol {
	font-size:10px;	!important
	line-height:1.2em;
}

#rightCol h3{
	font-size: 14px;
	color: #003366;
	font-weight:bold;
}

/* --------------Footer ------------*/
#footer {
	margin: 0 auto;
	width: 924px;
}
#footer td {
	color: #777;
	padding:15px 17px 100px 17px;
	font-size: 11px;
	line-height: 1.6em;
}
#footer h4 {
	color: #333;
	padding:0;
	margin:0;
	line-height: 1em;
}

#footerWrap {
 	clear: both; 
	background-color: #daecfe;
	border-top: solid 8px #b0d7fe;
	width: 924px;
	margin: 0 auto;
}

#footer .column {
	float: left;
	display: block;
	width: 283px;
	margin: 38px 17px;
	position: relative;
}

#footer .column p {
	color: #666;
	font-size: 11px;
	line-height: 1.6em;
	padding-bottom: .6em;
}

#footer .column h2 {
	color: #333;
	padding-bottom: .4em;
}

ul.footerList a,
ul.footerList li {
	color: #666;
	text-decoration: none;
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.footerList a:hover {
	text-decoration: underline;
}




/*================================== misc styling ==================================*/
/* General Document CSS */
body,td,th {
	font-family: Helvetica Neue, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.4em;
}

p {
	margin-top:0em;
	margin-bottom:0.75em;
	margin-top:0;
	line-height:1.4em;
}

a:link {
	color: #0066CC;
}
a:visited {
	color: #0066FF;
}
a:hover {
	color: #0066FF;
}
a:active {
	color: #0099FF;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	padding-bottom: .5em;
	margin-bottom: .5em;
	line-height:1em;
}
h1 {
	font-size: 22px;
	color: #003366;
	padding-bottom:0;
	margin-bottom:.25em;
}
h2 {
	font-size: 16px;
	color: #003366;
}
h3 {
	font-size: 14px;
	color: #003366;
}
h4 {
	font-size: 12px;
	color: #003366;
}


.smallText {
	font-size:8pt;
}


.tableBorder {
	border:solid 1px #777;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 0px;
	color: #fff;
	border-top:dashed 1px #999;
}

ol {
    margin-left:1.5em;
	margin-top:-0.5em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top: 1em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}




/* -------------------- wordpress styling -------------------------*/
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#leftCol {
	width: 570px;
	float: left;
	overflow: hidden;
}
.alignleft {float: left;}
.alignright {float: right;}

.imgL {
	float: left;
	padding: 5px 16px 5px 0;
	border: none;
}

.imgR {
	float: right;
	padding: 5px 0px 5px 16px;
	border: none;
}

#sideBarRight {
	float: right;
	width: 300px;

}

#content #sideBarRight p {
	margin-bottom: 0;
}

#sidebar {
	width:300px;
	position:relative;
	float:right;
	padding:0;
background-color: #FFFFFF;
}

.sideBar p, form {
/*	width: 224px; */
	font-size: 10px;
	line-height: 1.5em;
	padding: 0 0 10px 76px;
}

.sideBarItem li {
	list-style: none;
	border-bottom: 1px dashed #999;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.iconL {
	float: left;
	border: none;
}


/* Corey's work */

.wp-caption {float: left; margin-right: 15px;}

blockquote {
	background: #EEF6FF url(images/quote_left.gif) no-repeat scroll 10px 10px;
	border: 2px solid #AAC0FF;
	border-width: 2px 0;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	margin: 5px 25px 15px 0;
	padding: 20px 10px 0 10px;
	text-indent: 2em;
	width: 210px;
}

blockquote p {
	background: url(images/quote_right.gif) no-repeat bottom right;
	line-height: 1.1em;
}

input {font-size: 1em; padding: 3px;}

.entry li {margin-bottom: 1em;}

.footerList {margin-left: 0;}

#footer dt {font-weight: bold;}
#footer dd {margin-left: 0;}
small {line-height: 1em;}