/*
Design by NCS Web Design and Hosting
http://www.ncswebhost.com

*/

*

body {
	margin: 0;
	padding: 0;
	/* background:  #FFFFFF url(images/bg.png) repeat-x top left;*/
	/*background: url(images/back.gif) repeat-x top left;*/
        background: url(images/bg.png) repeat-x;
 
	font-size: 13px;
	color: #7F7F7F;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #0F7EAC;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 1em;
}


a {
	color: #0F7EAC;
}

a:hover {
	text-decoration: none;
	color: #0F7EAC;
}

/* Header */

#header {
	/*align: left; */
	width: 796px;
	height: 204px;
	margin: 0px auto;
	/*background: url(images/walker-consulting-company2.png) no-repeat;*/
}

/* Logo */

#logo {
	float: left;
	padding: 5px 0 0 0;
}

#logo h1 {
	margin: 0;
	/*text-transform: lowercase;*/
	font-size: 68px;
	font-weight: normal;
	color: #000055;
}

#logo h1 a {
	padding-right: 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#logo H2 {
	/*text-transform: uppercase;*/
	font-size: 34px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: left;
	/*background: url(images/menu.gif) repeat-x;*/
}

#menu ul {
	margin: 0px;
	padding: 0px 143px 0px 195px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 100px;
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-size: 1.36em;
	color: #0000CC;
}

#menu a:hover, .active a {
	border-bottom: 3px solid #0000CC;
}


/* Page */

#page {
	width: 830px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 575px;
}

.post {
	padding: 30px 30px;
	background: url(images/bg04.jpg) repeat-x top left;
	border: 5px solid #ffffff;
}

.title {
	margin: 0;
	color: #0F7EAC;
}

.byline {
	margin: 0;
	color: #0F7EAC;
}

.meta {
	text-align: left;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	margin-top: 100px;
	width: 200px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding: 5px;
	padding-left: 20px;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0 0 20px;
	height: 40px;
	color: #000000;
	background: url(images/small.gif) repeat-x;
}

#sidebar a {
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding-top: 20px;
	height: 60px;
	border-top: #0F7EAC solid 4px;
	background: #F2F2F2 url(images/bg02.jpg) repeat-x left top;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #717171;
}
