/*BLOG BLOG BLOG BLOG BLOG BLOG*/

body {
	text-align: center;
	color: #666;
	background: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div#header {
	background: #fff;
	height: 100px;
	float: left;
	width: 100%;
}
div#search {
	background: white;
	width: 100%;
}
div.inner {
	width: 970px;
	height: 100px;
	margin: auto;
	text-align: left;
	padding: 20px 0; 
}
div#search div.inner {
	padding: 10px 0;
}
div#header h1 {
	width: 225px;
	height: 67px;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	float: left;
	text-shadow: 1px 0px #2B4462;
	letter-spacing: -1px;
	overflow: hidden;
}
div#header h1 span {
	background: white url('../images/name.jpg') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

div#header h1 a {
	color: #f13500;
	text-decoration: none;
}
ul#navigation {
	float: right;
	position: relative;
	top: 18px;
	text-align: left;
}
ul#navigation li {
	list-style: none;
	display: inline;
}
ul#navigation li a {
	display: inline;	
	background-color: #252525;
	color: #fff;
	font-size: 16px;
	padding: 6px 30px 5px 7px;
	text-transform: uppercase;
}
ul#navigation li.active a {
	background-color: #f13500;
}
ul#navigation li a:hover {
	background-color: #003664;
}
span.searchlabel {
	font-size: 14px;
	float: left;
}
div#search form {
	float: right;
	width: 35%;
	height: 20px;
	background: #fff;
	color: #999;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 32px 0 10px 0;
	vertical-align: middle;
}
div#search form * {
	float: left;
	vertical-align: middle;
}
input#s {
	float: right;
	width: 268px;
	height: 20px;
}
input#searchsubmit {
	margin-left: 7px;
	line-height: 20px;
	vertical-align: middle;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	/*color: #666!important;
	border-bottom: 1px dotted #222;*/
	display: none;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	/*color: #ccc!important;
	border-bottom: 1px solid #333;*/
	display: none;
}
div#wrapper {
	text-align: left;
	width: 970px;
	margin: auto;
	background: #fff;
}
div#content {
	width: 590px;
	float: left;
	padding: 10px 20px 0 0;
}
ul#sidebar {
	display: block;
	width: 340px;
	float: left;
	padding: 50px 0 0 20px;
	font-size: 12px;
}
ul#sidebar h2 {
	font-family: Helvetica;
	text-transform: uppercase;
	color: #12436c;
	font-weight: bold;
	font-size: 18px;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #555;
}
ul#sidebar li ul li {
	font-size: 12px!important;
	margin: 0;
	border: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px solid #555;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #252525;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36px;
	line-height: 37px;
	margin: 0 0 8px!important;
	letter-spacing: -1px;
	font-weight: bold;
}
h2 a {
	text-transform: uppercase;
	line-height: 37px;
	color: #f13500;
	text-decoration: none;
}
h2 a:hover {
	color: #12436c;
	text-decoration: none;
}
h3 {
	color: #252525;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 8px;
}
div.post h3 {
	margin: 0 0 2px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: black;
}
.gray { 
	color: #959595; 
	margin-bottom: 3px; 
}
.gray1 { 
	color: #666666; 
}
div.post-title {
	margin: 0 0 10px;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 12px;
}
div.post-title h3 a {
	color: #0072bc; 
	text-decoration: none;
}
div.post-title h3 a:hover {
	color: #12436c;
}
p {
	margin: 0 0 20px;
	font-size: 12px;
	line-height: 18px;
}
p img {
	background: #fff;
	padding: 5px;
	border: none;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 24px 12px 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 12px 12px;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content ul, div.post-content ol {
	margin: 5px 0 12px 24px;
	list-style: circle;
	font-size: 12px;
}
div.post-content ol {
	list-style: circle;
}

/*-----Text Links----------*/

a {
	color: #0072bc; 
	text-decoration: none;
}
a:hover {
	color: #12436c;
}

/*-----Block Quotes----------*/


blockquote {
	font-size: 15px!important;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #444;
	font-style: italic;
	margin: 0 0 0 22px;
	line-height: 24px!important;
	display: block;
}
blockquote p {
	font-size: 15px!important;
	line-height: 24px!important;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 10px;
}


/*-----Posts----------*/

div.post {
	padding: 10px 0 10px;
	margin: 0 0 25px;
	border-bottom: 1px solid #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 11px;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}

/*-----Comments----------*/


ul.post-comments {
	margin: 26px 0;
}
ul.post-comments h3 {
	margin: 0 0 5px;
}
li.comment {
	display: block;
	padding: 20px 20px 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}

/* Post Reply */


cite.comment-author {
	text-align: left;
	float: left;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #0072bc; 
	text-decoration: none;
}
cite.comment-author a:hover {
	color: #12436c;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}

/*-----Tables----------*/

table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 14px;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
table#wp-calendar th {
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}

/*-----Footer----------*/


div#footer {
	width: 100%;
	margin-top: 50px;
	padding: 20px 0px 0px 0px;
	background: #000000 none repeat scroll 0 0;
	opacity: .75;
}
div#footercontent {
	height: 67px;
	margin-left: auto;
	margin-right: auto;
	width: 970px;
}
/*div#footer p#blog-name {
	margin: auto;
	text-align: center;
	width: 970px;
	color: #616161;
	border: 0px;
}*/
div#footercontent a {
	color: #616161;
}
div#footercontent ul {
	display: inline;
	list-style: none; 
	padding: 0px;
	margin: 0px;
}
div#footercontent ul li {
	font-size: 12px;
	line-height: 20px;
	float: left; 
	padding-right: 8px; 
}
div#footercontent ul li a.border { 
	padding-right: 10px; 
	border-right: 1px solid #616161; 
}
div#footercontent ul li a:hover {
	color: white;
	text-decoration: none;
}
div#footercontent ul li a.selected {
	color: white;
	text-decoration: none;  
}
div#footercontent ul li.copyright {
float: right;
}