/*
Author: Nate from Refueled Dot Net
Author URI: http://www.refueled.net
*/



/* Basics */

*{margin:0; padding:0;}

body {
	background: #333B46 url(images/body.jpg) top left repeat-x;
	font-family: tahoma;
	font-size: 9pt;
	line-height: 13pt;
	margin: 20px;
	}


img{border: none; padding: 6px; margin: 0;}
img a{border:none;}

img.left{ float: left; border: none; padding: 0 12px 0 0; margin: 0;}
img.right{ float: right; border: none; padding: 0 0 0 12px; margin: 0;}


blockquote{
	border-left: 1px dotted #333;
	margin:10px 0 10px 12px;
	padding:0 0 0 12px;}

code{
	margin:10px;
	font-family:"tahoma", tahoma, monospace;
	}


/* Links and Headings */


a, a:link {
	color: #6C7C8E;
	text-decoration: none;
}

a:hover{
	color: #3B4551;
	text-decoration: underline;
}

h1 {font-size: 20pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 12pt; margin-top:10px;}
h4 {font-size: 10pt;}




/*  Container  */


#container {
	width: 980px; 
	margin: 0 auto;
	background:#fff url(images/bg.jpg);
	color:#333;
	border: 4px solid #fff;
	overflow: hidden;
	}
	
	
/*  HEADER  */

#header {
	width: 100%;
	height: 100px;
	background: #3B4551 url(images/header.jpg);
	}

	
#header h2 {
	color: #ffffff;
	font-family: tahoma;
	font-size: 28pt;
	font-weight: normal;
	margin: 0 0 0 16px;
	padding: 25px 0 0 0;
	letter-spacing: 3px;
	}

#header h2 a {
	color: #fff;
	text-decoration: none;
	}

#header h2 a:hover {
	color: #A0AFBF;
	text-decoration: none;
	}

#header h3 {
	font-family:tahoma;
	font-size: 10pt;
	font-weight: 300;
	color: #F7F7F7;
	margin: 20px 0 0 16px;
	letter-spacing: 1px;
	}
	


/* Tres Pictures  */

#pics {
  background: #fff;
	width: 980px;
	height: 120px;
	}	

#left-pic {
	background-image: url(images/study.jpg);
	float: left;
	width: 179px;
	height: 120px;

}	

#middle-pic {
	margin: 0px;
	background-image: url(images/creation.jpg);
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	width: 545px;
	height: 120px;
	float: left;

}

#right-pic {
	background-image: url(images/gathering.jpg);
	width: 254px;
	height: 120px;
	float: right;
}



/* Menu  */

#menuholder{background: #38424E; width: 100%; height: 25px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}

#nav {
	width: 60%;
	background: #38424E;
	float: left;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	padding:6px 10px 7px 10px;
	color: #fff;
	width: auto;
}


#nav a:hover {
	background: #fff;
	color:#38424E;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
	display: block;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #38424E;
	width: 165px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display: block;
}

#nav li ul a{ /* second-level lists */
	width: 144px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 155px;
	padding: 0;
}

#nav li ul ul a{
	width: 144px;
	}

#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/*  Main Content  */


#content { 
	width: 540px;
	padding: 0;
	margin: -15px 0 20px 0;
	text-align: justify;
	float: left;
	line-height: 14pt;
	overflow: hidden;
	}
	
#content h2 {
	font-family: tahoma;
	font-size: 18pt;
	font-weight: 300;
	margin: 12px 0 8px 0;
	line-height: 18pt;
	}
	
	
.post {padding: 8px 18px 0 20px;}


.post ul {
	padding: 15px 0 15px 35px;
	}

.post ul li {
	list-style-type: square;
	}

.postmetadata{
	clear: both;
	background:#FCFCFC;
	padding:6px;
	margin: 16px 0 32px 0;
	border-top:1px solid #E5E5E5;
	border-bottom:1px dotted #E5E5E5;
	}
	


/* Left Sidebar */

#left {
	width: 179px;
	float:left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

#left h2 {
	color: #455A79;
	border-top: 1px solid #455A79;
	border-bottom: 1px dotted #455A79;
	font-family: tahoma;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	padding: 3px 6px;
	margin: 1px 0 10px 0;
	letter-spacing: 1px;
	}
	
#left .title {
	color: #fff;
	background: #333B46;
	font-family: tahoma;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	letter-spacing: 1px;
	border-bottom:none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	}
	
#left .title a {
	color: #fff;
	padding: 3px 6px;
	margin: 0;
	display: block;
	}
	
#left .title a:hover {
	color: #fff;
	background: #48576A;
	text-decoration: none;
	}	

#left p {margin:0 6px 0 12px; padding: 0;}

#left a {color: #333; text-decoration: none; margin: 0; padding: 0; }
#left a:hover {color: #747474; text-decoration: underline;}

#left ul{
	margin:0 0 10px 0;
	padding:0;
}

#left ul li{
	list-style-type:none;
	margin:0;
	padding:0 0 0 6px;
}

#left ul ul{
	margin:0;
	padding:0;
}

#left ul.lmenu ul{
	margin:0;
	padding:0;
}



#left ul ul ul li{
	list-style-type:square;
	list-style-position: inside;
	margin:0 0 0 12px;
	padding:0;
	color: #455A79;
}	
	
	
/* Right Sidebar */


	
#right {
	width: 254px;
	float:right;
	}

#right h1{
	font-family: tahoma;
	font-weight: normal; 
	font-size: 12pt; 
	text-align: left;
	margin: 0;
	padding: 12px 6px 8px 12px;
	line-height: 18px;
}

#right h1 a{color: #747474; text-decoration: none}
#right h1 a:hover{color: #747474; text-decoration: none}

#right h2 {
	color: #455A79;
	border-top: 1px solid #455A79;
	border-bottom: 1px dotted #455A79;
	font-family: tahoma;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	padding: 3px 6px;
	margin: 1px 0 10px 0;
	letter-spacing: 1px;
	}
	
#right h3 {
	color: #455A79;
	font-family: tahoma;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	padding: 4px 6px 0 12px;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	}
	
#right .title {
	color: #fff;
	background: #333B46;
	font-family: tahoma;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 300;
	width: 100%;
	letter-spacing: 1px;
	border-top: 1px solid #fff;
	border-bottom:none;
	margin: 0;
	padding: 0;
	}
	
#right .title a {
	color: #fff;
	padding: 3px 6px;
	margin: 0;
	display: block;
	}
	
#right .title a:hover {
	color: #fff;
	background: #48576A;
	text-decoration: none;
	}	

	
#right .toppost{border-top: 1px solid #333B46; margin: 1px 0 0 0; clear: both;}
	
#right p {padding: 0 0 18px 0; margin: 0; line-height: 15pt;}

#right a {color: #333; text-decoration: none; padding: 0; margin: 0;}
#right a:hover {color: #747474; text-decoration: underline;}

#right ul {
  background: #F3F3F3;
	margin:0 0 1px 0;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 1px 0 0 6px;
	padding: 0;
	list-style-type: none;
	}

#right ul ul{
	margin:0 0 10px 0;
	padding:0;
	list-style-type: none;
}

#right ul ul li{
	list-style-type:none;
	margin:1px 0;
	padding:0 0 0 6px;
	color: #455A79;
}

#right ul li ul {
	list-style-type:none;
	margin:1px 0;
	padding:0;
	color: #455A79;
}

.right-entry{border-bottom: 1px dotted #333; margin: 12px;}





/* Search */

#searchform {margin:0; padding: 2px; float: right;}
	
#searchform input {
	background-color:#fff;
	font-family: tahoma;
	font-size: 8pt;	
	border:none;
	color: #323337;
	margin: 0;
	padding: 3px 2px 4px 4px;
	width: 246px;
	}
	
#searchform #search {width: 90px;}
	

/* Footer */

#footer {
	background: #323B44;
	font-family: tahoma;
	clear: both;
	width: 100%;
	border-top:1px solid #fff;
	color: #F5F5F5;
	font-size: 7pt;
	}
	
#footer p{padding:5px; text-align:left;}

#footer a {
	color: #eee;
	}