/*  
Theme Name: Floodlight Consulting
Theme URI: http://www.floodlightconsulting.com/
Description: Based on Golden Gate by Free WordPress Themes (http://www.freewpthemes.net/preview/goldengate)
Version: 1.0
Author: Bryson Gilbert
Author URI: http://www.brysongilbert.com/
*/

body {
	padding: 0;
	background: #f0f0f0 url(images/body-bg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #1c2254;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/img07.gif);
}

a {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	color: #1c2254;
}

a:hover {
	border-bottom: 1px solid #1c2254;
}

a img {
	border: none;
}

/* Header */

#banner {
	margin: 30px auto 0 auto;
	width: 972px;
	height: 310px;
	background: url(images/banner.png) no-repeat left top;
}

#banner p {
	text-indent: -9999px;
}

#banner h1, #banner h1 a {
	text-indent: -9999px;
	display: block;
	border-width: 0px;
	width: 100%;
	height: 100%;
}

#wrapper {
	margin: 0 0 100px 0;
}

/* Menu */

#menu {
	width: 972px;
	height: 54px;
	margin: 0 auto;
	background: url(images/menu-bg.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline-block;
	margin-top: 9px;
	zoom: 1; /* IE7 hack for display-inline */
	*display: inline; /* IE7 hack for display-inline */
}

#menu a {
	display: block;
	border: none;
	padding: 6px 9px 6px 10px;
	font-weight: bold;
	color: #fff;
	border-left: 1px solid #4c5499;
}

#menu li:first-child a {
	border-left: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	text-decoration: underline;
}

/* Page */

#page {
	width: 972px;
	margin: 0 auto;
	padding: 30px 0;
}

#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}

/* Content */

#content {
	float: left;
	width: 670px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 150%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 5px;
	padding-bottom: 6px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
}

.title a:hover {
	text-decoration: underline;
}

.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 3px 0 20px 0;
	padding-top: 3px;
	text-transform: uppercase;
}

.entry {
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #333333;
}

.links a:hover {
}

.links .more {
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/menu-a-border.png) no-repeat left top;
}

/* Sidebars */

.sidebar {
	padding: 0px;
	float: right;
	width: 260px;
	margin-right: 4px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 24px;
	padding: 15px;
	background: url(images/sidebar-li-bg.png) repeat-y left top;
	border-bottom: 1px solid #CCCCCC;
	line-height: 16px;
	font-size: 12px;
}

.sidebar li ul {
	margin-top: 0px;
}

.sidebar li h2 {
	padding: 10px 0 5px 15px;
	text-align: left;
	width: 245px;
	height: 26px;
	margin: -15px 0 12px -15px;
	background: url(images/sidebar-li-h2.png) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.sidebar li h2 a {
	color: #fff;
	border-bottom: none;
}

.sidebar li h2 a:hover {
	border-bottom: 1px solid #ddd;
}

.sidebar p {
	padding: 0;
}

.sidebar p + p {
	padding: 0 0 10px 0;
}

.sidebar li li {
	margin: 0;
	padding: 5px 0px 5px 0px;
	border: none;
	background: none;
}

.sidebar li li a {
	font-weight: bold;
}

.sidebar li li ul {
	margin-top: 3px;
}

.sidebar li li li {
	padding: 5px 0 5px 0px;
	margin-left: 18px;
	list-style-type: circle;
	list-style-position: outside;
}

.sidebar li li li a {
	font-weight: normal;
}

/* Search */

#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
	font-size: 10px;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	border-top: 1px solid #C8C8C8;
	height: 100px;
	margin-bottom: 100px;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

#footer a {
	color: #000000;
}

#commentform {
}

#comment {
	width: 500px;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
}

hr {
	display: none;
}

#search {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

