/*  
Theme Name: PathFinder Consulting & Research!
Theme URI: http://dotster.com
Description: PathFinder Consulting & Research!
Version: 1.0
Author URI: http://dotster.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3B3B3B;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
 a{
	color: #0066ff;
	text-decoration: underline;
}
 a:hover{
	color: #003f9d;
	text-decoration: underline;
}
#container {
	width: 800px;
	background: #e9e9e9;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#header {
	width: 800px;
	background-image: url(../../../../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 87px;
}
#header h1, #header p {
	display: none;
}
#sidebar {
	float: right;
	width: 150px;
}
#sidebar2 {
	float: left;
	width: 260px;
}
#sidebar a{
	color: #0066ff;
	text-decoration: underline;
}
#sidebar a:hover{
	color: #003f9d;
	text-decoration: underline;
}
#sidebar ul{
	margin: 10px;
	padding: 5px;
}
#sidebar li{
	margin-bottom: 5px;
}
.image-center {
	text-align: center;
}
.image-center p{
	padding: 2px;
}
#page-content {
	float: right;
	width: 590px;
}
#page-content h2{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#page-content h2 a{
	color: #000 !important;
	text-decoration: none;
}
#page-content h2 a:hover{
	color: #0066ff !important;
	text-decoration: none;
}
#page-content p{
	margin: 5px;
	padding: 5px;
}
#footer {
	padding: 10px;
	margin: auto;
	text-align: center;
}
.postmetadata { font-size: 10px; font-style: italic;}
.nav-left { float: left;}
.nav-right { float: right;}
.navigation-of-single { 
	padding: 0px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
}