/*
Theme Name: Pixelate
Theme URI: http://www.lewishamilton.me.uk
Description: Pixelate is a 2 column widgetize WordPress Theme with a little CMS option for the sidebar.
Author URI: http://www.wpthemesplugin.com

XHTML(HTML) and CSS are protected under Non-Commercial Usage
you are allowed to modify but limited to personal and community used only
no resell right with the original/mod theme and css are allowed
you can contact the theme author for more inquiries to date

2007-2008 copyright of lewishamilton.me.uk
All Right Reserved.
*/

body {
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	font-size: 70%;
	color: #282828;
	margin: 0px;
	padding: 0px;
	background: #EEEEEE url("images/sitebg.gif") top center repeat-y;
	/*background: #F0ECDF;*/
	/*background: #CCCCCC;*/
	

}
img {
	float: left;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS";
}
.pullquote-left {
	color: #000000;
	background: #F6F6F6;
	margin: 8px 8px 0px 2px;
	padding: 3px 3px 8px;
	float: left;
	width: 30%;
	border: 2px solid #CCCCCC;
	text-align: center;
	letter-spacing: -1px;
	font-size: 12px;
	font-weight: bold;
}
.pullquote-right {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #F6F6F6;
	margin: 8px 20px 0px 3px;
	padding: 3px 3px 8px;
	float: right;
	width: 30%;
	border: 2px solid #CCCCCC;
	text-align: center;
	letter-spacing: -1px;
}
.caption-img-left {
	display: block;
	margin: 15px 5px 2px 0px;
	padding: 0px;
	float: left;
	width: auto;
}
.caption-img-left p {
	font-size: 11px;
	color: #666666;
	padding: 0px;
	clear: both;
	display: block;
	margin: 0px;
	width: auto;
}


/* caption */
.caption-img-left img {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

.caption-img-right {
	display: block;
	margin: 15px 5px 2px;
	padding: 0px;
	float: right;
}
.caption-img-right p {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
}

.caption-img-right img {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

dl {
	padding-left: 10px;
	font-size: 1.1em;
	margin-top: 8px;
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;

}

dt {
margin-bottom: 5px;
margin-top: 0px;
font-weight: 400;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
}

dd {
font-style: italic;
margin-bottom: 8px;
margin-left: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;

}

blockquote {
	clear: both;
	font-family: "Lucida Grande", Arial, Verdana;
	color: #555555;
	font-weight: lighter;
	margin:0 0 1.538em 0.769em;
	padding-left:0.769em;
	border-left:3px solid #A90000;
	font-size:1.1em;
	line-height:1.538em;
		
}

code {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999999;
}

.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
.center {
	text-align: center;
	margin: 0px auto;
	clear: both;
}
img.alignleft {
	padding: 4px;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
img.alignright {
	padding: 4px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}
img.center {
	padding: 4px;
	display: block;
	margin: 5px auto;
	clear: both;
}
pre {
	margin: 8px 0px;
	padding: 0px;
	clear: both;
	width: 90%;
	overflow: scroll;
	font-family: Verdana, sans-serif, Arial;
	font-size: 11px;
	background: #FFFFFF;
	color: #000000;
	height: 60px;
	border: 1px solid #999999;
}
#top-header {
	float: left;
	width: 100%;
	/*background: #000; /*
	/*background: url(images/header.gif) repeat-x bottom;*/
	height: 122px;
}
#top-header img {
	border-width: 0px;
}

.wrap-header {
	
	height: 150px;
	width: 936px;
	margin: 0px auto;
	
}
.wrap-toph {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
/*	height: 138px;*/
	height: 278px;
	width: 936px;
	background: #1B1D1E;
}
.top-hh {
	float: left;
	height: 30px;
	width: 936px;
	padding: 70px 0px 0px;
	line-height: 30px;
}
.top-hh h1 {
	float: left;
	height: 30px;
	width: 900px;
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
}
.bottom-hh {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	height: 26px;
	width: 936px;
	text-align: right;
	font-size: 12px;
	color: #F76814;
	font-weight: bold;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	line-height: 17px;
}
.bottom-hh a {
	color: #eeeeee;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.bottom-hh a:hover {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 3px;
	padding-left: 3px;
}
.wrap-bottomh {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 0px;
	width: 936px;
	/*background: url(images/top-nav.gif) no-repeat bottom;*/
}
.navigator {
	height: 35px;
	float: left;
	width: 745px;
	overflow: hidden;
	background: url(images/nv.gif) repeat-x bottom;
}
.navigator ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.navigator ul ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.navigator ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 12px;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
}
.navigator ul ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 12px;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
}
.navigator ul li a {
	margin: 0px;
	padding: 0px 15px;
	float: left;
	list-style-type: none;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/navbar.gif) no-repeat right center;
	height: 35px;
}
.navigator ul ul li a {
	margin: 0px;
	padding: 0px 15px;
	float: left;
	list-style-type: none;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/navbar.gif) no-repeat right center;
	height: 35px;
}
.navigator ul li a:hover {

	margin: 0px;
	padding: 0px 15px;
	float: left;
	list-style-type: none;
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	background: url(images/navbar.gif) no-repeat right center;
	height: 35px;
}
.navigator ul ul li a:hover {


	margin: 0px;
	padding: 0px 15px;
	float: left;
	list-style-type: none;
	display: block;
	color: #F7F7F7;
	text-decoration: underline;
	background: url(images/navbar.gif) no-repeat right center;
	height: 35px;
}
#home {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	display: inline;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 12px;
	line-height: 34px;
	color: #FFFFFF;
}
#home a {
	margin: 0px;
	padding: 0px 15px;
	float: left;
	list-style-type: none;
	display: block;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
	height: 34px;
	border-right: 1px solid #333333;
	font-weight: bold;
	border-top: 1px solid #333333;
}
.rss-navs {
	float: left;
	height: 35px;
	width: 56px;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
	padding: 0px;
}
.rss-navs a {
	color: #764B23;
	text-decoration: none;
	display: block;
	height: 35px;
	width: 56px;
	background: url(images/rss.gif) no-repeat bottom;
}
.feed-panel {
	float: left;
	height: 25px;
	width: 100px;
	padding-left: 8px;
	padding-top: 10px;
}

#wrap {
	width: 936px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width: 916px;
	float: left;
	background: #FFFFFF; /*url(images/curve.gif) no-repeat top;*/
	padding: 10px;
	position: relative;
	margin-top:30px;
}
.clear-footer-akis {
	float: left;
	height: 20px;
	width: 936px;
}

#post {
	float: right;
	width: 605px;
	position: relative;
	border-left: 1px solid #eeeeee;
	padding-bottom: 20px;
}


#post h2 {
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 5px;
	float: left;
	width: 580px;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	font-family: Arial, Tahoma, "Lucida Sans";
	font-weight: 300;
}

#sidebar {
	float: left;
	width: 300px;
	padding-top: 0px;
	position: relative;
	padding-bottom: 20px;
	
}
.sidebar-block {
	float: left;
	width: 297px;
}
.sidebar-block h3 {
	/*background: url(images/sidebar.gif) no-repeat bottom;*/
	float: left;
	height: 47px;
	width: 276px;
	margin: 0px;
	/*padding: 0px 0px 0px 21px;*/
	font-size: 14px;
	line-height: 47px;
	color: #333333;
	font-weight: bold;
	display: block;
}
.side-box embed {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 215px;
	width: 282px;
}
.side-box object {
	margin: 0px;
	padding: 0px;
	float: left;
	display: block;
	height: 215px;
	width: 282px;
}


.list {
	margin: 0px 0px 8px;
	padding: 6px 7px 15px 10px;
	float: left;
	width: 280px;
	list-style-type: none;
	background: #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
}
.list ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 270px;
	list-style-type: none;
}
.list li {
	margin: 0px 0px 5px;
	padding: 0px;
	float: left;
	width: 280px;
	list-style-type: none;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
}
.list li a {
	color: #346BA4;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 95%;
	padding-left: 0px;
	font-size:1em;
	line-height:1.5em;
	/*background: url(images/bullet.png) no-repeat left 3px;*/
}

.list ul li {
	margin: 5px 0px 0px;
	padding: 0px;
	float: left;
	width: 270px;
	list-style-type: none;
	font-size: 11px;
	line-height: 17px;
	color: #999999;
}
.list li a:hover {
	color: #56B9FF;
	text-decoration: underline;
	/*background: #F8F8F8 url(images/bullet.png) no-repeat left 3px;*/
	padding-top: 1px;
	padding-bottom: 1px;
	width: 95%;
	padding-left: 0px;
	font-size:1em;
	line-height:1.5em;
}
#themeswitcher {

	margin: 0px;
	padding: 6px 7px 15px 10px;
	float: left;
	width: 280px;
	list-style-type: none;
}
#themeswitcher li {


	margin: 0px;
	padding: 0px;
	float: left;
	width: 280px;
	list-style-type: none;
}
#themeswitcher select {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 270px;
	list-style-type: none;
	border: 1px solid #eeeeee;
	font-size: 13px;
}
.post-meta {
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
	width: 605px;
}

.post-author {
	float: left;
	width: 580px;
	padding-left: 5px;
	font-size: 11px;
	color: #121212;
	
}
.post-author a {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.post-author a:hover {
	font-weight: bold;
	/*color: #FF6600;*/
	text-decoration: none;
	color: #A90000;
}


.post-meta h1 {
	/*background: url(images/navb.gif) no-repeat left 1px;*/
	float: left;
	width: 570px;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	font-size: 20px;
	line-height: 26px;
	/*color: #333333;*/
	color: #A90000;
	font-family: Verdana, Arial, Tahoma, "Lucida Sans";

}
.post-meta h1 a {
	color: #A90000; /*#ed4514;*/
	text-decoration: none;
	display: block;
	border-bottom: 1px dotted #eeeeee;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.33em;	
}
.post-meta h1 a:hover {
	color: #000000;
	/*color: #A90000; #ed4514;*/
	text-decoration: underline;
	display: block;
	border-bottom: 1px dotted #eeeeee;
	font-size:0.8em;
	font-weight:bold;
	line-height:1.33em;
}
.post-content {
	margin: 0px;
	float: left;
	width: 580px;
	font-size: 13px;
	line-height: 20px;
	/*color: #585858;*/
	color: #000000;
	overflow: hidden;
	padding: 8px 10px 15px;
}
.post-content h3 {
	padding: 0px;
	clear: both;
	width: 580px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 20px;
	color: #171818;
}
.post-content h4 {
	padding: 0px;
	clear: both;
	width: 580px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 20px;
	color: #171818;
}
.post-content h5 {
	padding: 0px;
	clear: both;
	width: 580px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #171818;
}
.post-content h6 {
	padding: 0px;
	clear: both;
	width: 580px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #171818;
}
.post-content ul ul {
	margin: 0px;
	padding: 0px;
}

.post-content a {
	/*color: #FF6600;*/
	color: #346BA4;
	text-decoration: none;
}

.post-content img {
	padding: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	display: block;
	clear: both;
}
.post-content a:hover {
	color: #56B9FF;
	/*color: #FF3300;*/
	text-decoration: underline;
}
.social {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: left;
	width: 590px;
}
.social-box {
	padding: 5px;
	float: left;
	width: 570px;
	background: #f8f8f8;
}
.top-social {
	float: left;
	width: 570px;
	font-size: 11px;
	color: #585858;
	line-height: 17px;
	font-weight: bold;
}
.top-social a {
	color: #666666;
	
	text-decoration: none;
	font-weight: normal;
}
.top-social a:hover {
	/*color: #FF6600;*/
	color: #A90000;
	text-decoration: none;
	font-weight: normal;
}
.bottom-social {
	float: left;
	width: 570px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.digg {
	background: url(images/digg.gif) no-repeat left center;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	float: left;
}
.bottom-social a {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
}
.delicious {
	background: url(images/delicious.png) no-repeat left center;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	float: left;
}
.technorati {

	background: url(images/technorati.png) no-repeat left center;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	float: left;
}
.stumble {


	background: url(images/stumbleupon.png) no-repeat left center;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 18px;
	float: left;
}
.bottom-social a:hover {
	color: #A90000;
	/*color: #FF6600;*/
	font-size: 12px;
	text-decoration: none;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
}
.clear-fixed {
	float: left;
	height: 25px;
	width: 95%;
}
.social-box:hover {

	padding: 5px;
	float: left;
	width: 570px;
	background: #F3F3F3;
}
.coms {
	background: url(images/coms.png) no-repeat left center;
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 15px;
	float: left;
}
.side-box {
	margin: 0px 0px 8px;
	padding: 6px 10px 15px 5px;
	float: left;
	width: 282px;
	list-style-type: none;
	background: #f7f7f7;
	border-bottom: 1px solid #EEEEEE;
}
.side-box img {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #A9ABA8;
}
.side-box img:hover {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: 5px;
	/*background: #A90000;*/
}
.post-side {
	float: left;
	width: 282px;
}
.post-side h1 {
	font-size: 13px;
	line-height: 18px;
	color: #454545;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 282px;
	font-family: Arial, Tahoma, "Lucida Sans";
}
.side-content {
	margin: 0px 0px 10px;
	padding: 5px 0px;
	float: left;
	width: 282px;
	line-height: 18px;
	color: #666666;
	border-bottom: 1px solid #eeeeee;
}
.side-content:hover {
	margin: 0px 0px 10px;
	padding: 5px 0px;
	float: left;
	width: 282px;
	line-height: 18px;
	color: #666666;
	border-bottom: 1px solid #eeeeee;
	background: #f3f3f3;
}
.side-content a {
	color: #FF6600;
	text-decoration: none;
}
.side-content a:hover {
	color: #000000;
	text-decoration: underline;
}
.side-box form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 282px;
}
.side-box p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.input-side {
	padding: 1px;
	width: 260px;
	border: 1px solid #CCCCCC;
}
#footer {
	float: left;
	width: 916px;
	background: #1f1f1f url(images/ft.gif) no-repeat bottom;
	position: relative;
	padding: 15px 10px 35px;
	border-top: 5px solid #484848;
}
.top-footer {
	float: left;
	width: 916px;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 1px solid #2C2C2C;
}
#flickr-roll {
	float: left;
	width: 430px;
	padding: 20px 5px 10px 50px;
	background: url(images/f-badge.gif) no-repeat left center;
}
#tags {
	float: right;
	width: 430px;
}
.red {
	color: #b3310e;
	text-decoration: none;
}

#tags h3 {
	text-align: right;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 430px;
	font-size: 17px;
	color: #FFFFFF;
}
#tags h3 a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	display: block;
	border-bottom: 1px dotted #444444;
	float: right;
}
.tagbox {
	float: left;
	width: 430px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 14px;
	line-height: 24px;
}
.tagbox a {
	color: #928372;
	text-decoration: none;
}
.tagbox a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#flickr-roll ul {
	float: left;
	width: 430px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#flickr-roll ul ul {
	float: left;
	width: 430px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#flickr-roll ul li {
	float: left;
	margin: 0px 0px 8px;
	padding: 0px;
}
#flickr-roll li img {
	height: 64px;
	width: 64px;
	border: 3px solid #333333;
	margin: 0px 12px 0px 0px;
	padding: 0px;
	float: left;
	display: block;
}
.bottom-footer {
	float: left;
	width: 916px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-bottom: 1px solid #2C2C2C;
}
#flickr-roll li img:hover {
	height: 64px;
	width: 64px;
	border: 3px solid #FFFFFF;
	margin: 0px 12px 0px 0px;
	padding: 0px;
	float: left;
	display: block;
}
.footer-block {
	padding: 8px;
	float: left;
	width: 287px;
}
.footer-block:hover {
	padding: 8px;
	float: left;
	width: 287px;
	background: #222323;
}
.f-list {
	margin: 0px;
	padding: 8px 0px;
	float: left;
	width: 287px;
	list-style-type: none;
}
.f-list li {
	float: left;
	width: 287px;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}

.footer-block h3 {
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 283px;
	border-bottom: 1px dotted #444444;
}
.f-list ul {

	margin: 0px;
	padding: 0px;
	float: left;
	width: 277px;
	list-style-type: none;
}
.f-list ul li {
	float: left;
	width: 277px;
	margin: 5px 0px 0px;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
	padding: 0px;
}
.f-list li a {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/li_f_bullet.gif) no-repeat left 1px;
	padding-left: 20px;
	display: block;
	margin: 0px;
	float: left;
}
.f-list li a:hover {
	color: #FFFFFF;
	/*color: #FFCC00;*/
	text-decoration: underline;
	
	background: url(images/li_f_bullet.gif) no-repeat left 1px;
	padding-left: 20px;
	display: block;
	margin: 0px;
	float: left;
}
.footer-box {
	font-size: 11px;
	line-height: 20px;
	color: #F9F9F9;
	margin: 0px;
	padding: 8px 0px;
	float: left;
	width: 287px;
}
.footer-box img {
	background: #333333;
	margin: 0px 5px 5px 0px;
	padding: 3px;
	float: left;
	border: 1px solid #000000;
}
.footer-box a {
	color: #FF9900;
	text-decoration: underline;
}
.footer-box a:hover {
	color: #999999;
	text-decoration: none;
}
#final-footer {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 916px;
	position: relative;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}
.ff-left {
	float: left;
	width: 550px;
}
.ff-left a {
	color: #CCCCCC;
	text-decoration: none;
}
.ff-left a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.site {
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #ACACAC;
}

.ff-right {
	float: right;
	width: 360px;
}
.ff-right a {
	color: #CCCCCC;
	text-decoration: none;
}
.ff-right a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


.ff-right h3 {
	text-align: right;
	float: left;
	width: 410px;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.ff-right form {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 410px;
}
.ff-right select {
	margin-top: 5px;
	margin-bottom: 0px;
	border: 5px solid #000000;
	width: 240px;
	float: right;
	font-size: 13px;
	background: #f9f9f9;
	color: #000000;
	padding: 1px;
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS";
}
#post-navs {
	padding: 10px;
	float: left;
	width: 570px;
}
#post-nv-single .alignleft {
	float: left;
	width: 48%;
}
#post-nv-single .alignright {
	float: right;
	width: 48%;
}
#post-navs a {
	background: #A90000;;
	padding: 5px 7px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 3px;
	border: 1px solid #FF6600;
}
#post-navs a:hover {
	background: #F3F3F3;
	padding: 5px 7px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
}
#comments-template {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 0px 0px 25px 10px;
}
#comments-template h4 {
	float: left;
	width: 590px;
	font-size: 18px;
	margin: 0px;
	padding: 8px 0px 0px;
	border-top: 1px solid #eeeeee;
}
#comments-template h5 {
	float: left;
	width: 570px;
	font-size: 18px;
	margin: 10px 0px 5px;
	padding: 0px 0px 1px;
	color: #181919;
	border-bottom: 1px solid #efefef;
}
#comments-template h6 {
	float: left;
	width: 570px;
	font-size: 18px;
	margin: 10px 0px 5px;
	padding: 0px 0px 1px;
	border-bottom: 1px solid #efefef;
}
#comments-template form {
	margin: 0px;
	padding: 10px 0px 0px;
	float: left;
	width: 580px;
}
#comment-form p {
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 11px;
	color: #666666;
}
#comment-form a {
	/*color: #FF6600;*/
	color: #346BA4;
	text-decoration: underline;
}
#comment-form textarea {
	padding: 1px;
	height: 170px;
	width: 450px;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.input-c {
	background: #F6F6F6;
	padding: 1px;
	border: 1px solid #999999;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	width: 140px;
}
.input-c:hover {
	background: #FFCC00;
	padding: 1px;
	border: 1px solid #FF9900;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	width: 140px;
}
#notify {
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}



.comment-input {
	padding: 1px;
	width: 200px;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0px;
}
.comment-input:hover {
	padding: 1px;
	width: 200px;
	border-top: 1px solid #999999;
	border-right: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	border-left: 1px solid #BCBCBC;
	margin: 0px;
}

.rssfeeder {
	float: left;
	width: 570px;
	padding-left: 14px;
	background: url(images/feed.png) no-repeat left center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	color: #666666;
	
}
.rssfeeder a {
	/*color: #FF9900;*/
	color: #346BA4;
	text-decoration: none;
}
.rssfeeder a:hover {
	/*color: #1F1F1F;*/
	color: #56B9FF;
	text-decoration: underline;
}
.a-avatar {
	float: left;
	width: 52px;
	height: 52px;
	padding-right: 8px;
}
.a-avatar img {
	padding: 3px;
	float: left;
	color: #F9F9F9;
	text-align: right;
	border: 1px solid #CCCCCC;
}

.a-left {
	float: left;
	width: 480px;
	font-size: 12px;
	color: #333333;
	font-weight: 400;
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS";
	line-height: 16px;
}
.a-left a {
	color: #BF0000;
	text-decoration: underline;
}
.a-left a:hover {
	color: #CC0033;
	text-decoration: none;
}

.com-meta {
	float: left;
	width: 480px;
	padding: 0px;
}


.com-box {
	float: left;
	width: 550px;
	padding: 8px;
	background: #F9F9F9;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #fefefe;
	border-left: 1px solid #EEEEEE;
	position: relative;
}
.com-box:hover {
	float: left;
	width: 550px;
	padding: 8px;
	background: #FFFFFF;
	border: 1px solid #f9f9f9;
	position: relative;
}
.com-author {
	font-size: 13px;
	float: left;
	width: 550px;
	font-weight: 300;
	color: #000000;
	line-height: 18px;
}
.com-author a {
	color: #CCCC66;
	text-decoration: none;
}

.com-date {
	font-size: 11px;
	float: left;
	width: 480px;
	font-family: Verdana, Arial, "Times New Roman", sans-serif;
	color: #666666;
	line-height: 16px;
}
.com-text {
	font-size: 12px;
	float: left;
	width: 480px;
	color: #585858;
	line-height: 18px;
	padding-top: 6px;
	padding-bottom: 3px;
}
.com-edit {
	font-size: 12px;
	float: left;
	width: 550px;
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS";
	color: #585858;
	line-height: 18px;
	padding: 0px;
	text-align: right;
}
.com-date a {
	color: #666666;
	text-decoration: underline;
}
.com-text a {
	color: #006699;
	text-decoration: underline;
}
.com-date a:hover {

	color: #666666;
	text-decoration: none;
}
.com-edit a {
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#badge-network {

	margin: 0px;
	padding: 15px 0px 0px;
	float: left;
	width: 410px;
}
#badge-network img {
	border-width: 0px;
	float: right;
	margin-right: 0px;
	margin-left: 8px;
}
#post-nv-single {

	padding: 10px;
	float: left;
	width: 570px;
}
#post-nv-single a {
	/*color: #FF6600;*/
	color: #346BA4;
	text-decoration: none;
}
#post-nv-single a:hover {
	color: #56B9FF;
	text-decoration: underline;
}
#wp-calendar {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 297px;
	line-height: 18px;
	border-width: 0px;
	border-style: none;
	background: #F7F7F7;
	white-space: nowrap;
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS";
}
#wp-calendar caption {
	font-size: 14px;
	line-height: 47px;
	background: url(images/sidebar.gif) no-repeat;
	height: 47px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 22px;
	width: 275px;
	text-align: left;
}
#wp-calendar thead {
}
#wp-calendar td {
	line-height: 21px;
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background: url(images/caps.gif) repeat-x top;
}
#wp-calendar tr {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#prev {
	text-decoration: none;
	color: #000000;
	text-align: left;
	font-size: 11px;
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS";
	text-indent: 12px;
}
#next {
	text-decoration: none;
	color: #000000;
	font-family: "Lucida Sans", "Lucida Grande", "Trebuchet MS";
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
}
#wp-calendar a {
	color: #FF6600;
	text-decoration: none;
}
#wp-calendar a:hover {
	color: #CC0000;
	text-decoration: none;
}
.akpc_pop {
	font-size: 11px;
	font-weight: lighter;
	color: #999999;
}


.social_network {
margin:auto;
width:250px;
}


.list li a.sn {
background : none;
} 

.list li a.sn:hover {
background : none;
} 

.list li a.sn img {
float:left;
padding:2px;
}

/* top menu */
#global_nav {
background:#1B1D1E none repeat scroll 0 0;
float:left;
font-size:1.2em;
padding:0px 0;
width:958px;
height:38px;
}

#global_nav ul.nav {
float:left;
margin-top:5px;
list-style-type: none;
}

#global_nav ul li {
float:left;
margin-right:3px;
list-style-type: none;
padding:2px 0px 7px;		
}

#global_nav div.search {
float:right;
margin:4px 0 0 0;
padding-right:21px;
}

input#s {
-x-system-font:none;
border:1px solid #CCCCCC;
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0;
padding:5px;
width:200px;
color: #A90000;
}

#global_nav ul.nav a {
background:#A90000 none repeat scroll 0 0;
color:#FFFFFF;
/*color: #A90000;*/
padding:2px 12px 7px;
text-decoration:none;
margin:0;
}

#global_nav ul.nav a:hover {
background:#FFFFFF none repeat scroll 0 0;
/*color:#C13A01;*/
/*color:#A90000;*/
color:#A90000;
padding-bottom:6px;
text-decoration:none;
}

#global_nav ul.nav a.active {
background:#FFFFFF none repeat scroll 0 0;
/*color:#C13A01;*/
/*color:#A90000;*/
color:#A90000;
cursor:default;
padding-bottom:6px;
}

#global_nav ul.nav a.active:hover {
padding-bottom:6px;
}


#header {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #1B1D1E;

float:left;
margin-bottom:0px;

/*padding:18px 10px;*/
padding: 1.3em 0.9em;
width:916px;
height: 197px;
}

#topAd {
border:1px solid #FFF;
float:left;
width:583px;
height:197px;
background:transparent url(images/writing.gif) no-repeat scroll 0 0;
}

#logo {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/logo.gif) no-repeat scroll 0 0;
float:right;
height:55px;
margin:0px;
width:322px;
color: #A90000;
font-family:Verdana,Arial,Sans-Serif;
font-size:1.2em;
text-align:right;
	
}


/* home page */
/* -------------------------------------------- */

.homepage-side-box {
	margin: 0px 0px 8px;
	padding: 6px 5px 5px 15px;
	float: left;
	width: 282px;
	list-style-type: none;
	background: #f7f7f7;
	border-bottom: 1px solid #EEEEEE;
}

.homepage-feature-post {
	margin: 0px 0px 8px;
	padding: 6px 10px 15px 15px;
	float: left;
	width: 600px;
	height: 395px;
	list-style-type: none;
}

.homepage-side-box img {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #A9ABA8;
}
.homepage-side-box img:hover {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: 5px;
	/*background: #A90000;*/
}


.homepage_col_a { 
	float: right;
	width: 600px;
	position: relative;
	border-left: 1px solid #eeeeee;
	padding-bottom: 0px;
}

.homepage_col_b { 
	float: left;
	width: 290px;
	position: relative;
	border-left: 0px solid red;
	margin-left: 10px;
	padding-bottom: 0px;
}

.homepage_col1 { 
	float: left;
	width: 300px;
	position: relative;
	border-right: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-left:00px;
}

.homepage_col2 { 
	float: left;
	width: 299px;
	position: relative;
	border-right: 1px solid #eeeeee;
	padding-bottom: 20px;
}

.homepage_col3 { 
	float: left;
	width: 290px;
	position: relative;
	border-right: 0px solid #eeeeee;
	padding-bottom: 20px;
	margin-left:10px;
}

.post-readmore-h {
	margin: 0px;
	float: left;
	width: 275px;
	overflow: hidden;
	padding: 0px 10px 0px;
}

.post-readmore-h a {
	color: #346BA4;
	font-size: 11px;
	text-decoration: underline;
}
.post-readmore-h a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #56B9FF;
}

.post-meta-h {
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
	width: 290px;
}

.post-author-h {
	float: left;
	width: 275px;
	padding-left: 5px;
	font-size: 11px;
	color: #121212;
	
}
.post-author-h a {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.post-author-h a:hover {
	font-weight: bold;
	/*color: #FF6600;*/
	text-decoration: none;
	color: #A90000;
}

.homepage_col1 h1 {
	float: left;
	width: 265px;
	margin: 0px;
	padding: 15px 0px 15px 5px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-family: Verdana, Arial, Tahoma, "Lucida Sans";
}

.homepage_col1 h1 a {
	color: #000000;
	text-decoration: underline;
	display: block;
	border-bottom: 1px dotted #eeeeee;
	font-size:1.1em;
}

.homepage_col1 h1 a:hover {
	color: #000000;
	text-decoration: underline;
	display: block;
	border-bottom: 1px dotted #eeeeee;
	font-size:1.1em;
}

.homepage_col2 h1 {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 15px 0px 15px 5px;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	font-family: Verdana, Arial, Tahoma, "Lucida Sans";
}

.homepage_col2 h1 a {
	color: #000000;
	text-decoration: underline;
	display: block;
	border-bottom: 1px dotted #eeeeee;
	font-size:1.1em;
}

.homepage_col2 h1 a:hover {
	color: #000000;
	text-decoration: underline;
	display: block;
	border-bottom: 1px dotted #eeeeee;
	font-size:1.1em;
}

.homepage_col3 h2 {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 15px 0px 15px 5px;
	font-size:1.1em;
	line-height: 15px;
	color: #000000;
	font-family: Verdana, Arial, Tahoma, "Lucida Sans";
}

.post-meta-h h1 {
	
	float: left;
	width: 275px;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	color: #A90000;
	font-family: Verdana, Arial, Tahoma, "Lucida Sans";
}

.post-meta-h h1 a {
	color: #A90000;
	text-decoration: underline;
	display: block;
	border-bottom: 1px dotted #eeeeee;
	font-size:0.9em;
}

.post-meta-h h1 a:hover {
	color: #000000;
	text-decoration: underline;
	display: block;
	border-bottom: 1px dotted #eeeeee;
	font-size:0.9em;
}


.post-content-h {
	margin: 0px;
	float: left;
	width: 275px;
	font-size: 13px;
	line-height: 20px;
	/*color: #585858;*/
	color: #000000;
	overflow: hidden;
	padding: 8px 10px 5px;
}

.post-content-h h3 {
	padding: 0px;
	clear: both;
	width: 275px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 20px;
	color: #171818;
}
.post-content-h h4 {
	padding: 0px;
	clear: both;
	width: 275px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 20px;
	color: #171818;
}
.post-content-h h5 {
	padding: 0px;
	clear: both;
	width: 275px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #171818;
}
.post-content-h h6 {
	padding: 0px;
	clear: both;
	width: 275px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #171818;
}
.post-content-h ul ul {
	margin: 0px;
	padding: 0px;
}

.post-content-h a {
	/*color: #FF6600;*/
	color: #A90000;
	text-decoration: none;
}

.post-content-h img {
	padding: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	display: block;
	clear: both;
}
.post-content-h a:hover {
	color: #A90000;
	/*color: #FF3300;*/
	text-decoration: underline;
}


/* sidebar latest posts */

.post-readmore-s {
	margin: 0px;
	float: left;
	width: 275px;
	overflow: hidden;
	padding: 0px 6px 0px;
}

.post-readmore-s a {
	color: #A90000;
	font-size: 11px;
	text-decoration: underline;
}
.post-readmore-s a:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #A90000;
}

.post-meta-s {
	margin: 0px;
	padding: 0px 0px 20px;
	float: left;
	width: 300px;
}

.post-author-s {
	float: left;
	width: 275px;
	padding-left: 5px;
	font-size: 11px;
	color: #121212;
	
}
.post-author-s a {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
.post-author-s a:hover {
	font-weight: bold;
	/*color: #FF6600;*/
	text-decoration: none;
	color: #A90000;
}


.post-meta-s h1 {
	/*background: url(images/navb.gif) no-repeat left 1px;*/
	float: left;
	width: 275px;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	font-family: Verdana, Arial, Tahoma, "Lucida Sans";
	font-size:2em;
}

.post-meta-s h1 a {
	color: #346BA4; /*#ed4514;*/
	text-decoration: underline;
	display: block;
	font-size:0.5em;
}
.post-meta-s h1 a:hover {
	color: #56B9FF;
	text-decoration: underline;
	display: block;
	font-size:0.5em;
}

.post-content-s {
	margin: 0px;
	float: left;
	width: 275px;
	font-size: 10px;
	line-height: 15px;
	/*color: #585858;*/
	color: #000000;
	overflow: hidden;
	padding: 0px 6px 0px;
}
.post-content-s h3 {
	padding: 0px;
	clear: both;
	width: 275px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 20px;
	color: #171818;
}
.post-content-s h4 {
	padding: 0px;
	clear: both;
	width: 275px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 15px;
	line-height: 20px;
	color: #171818;
}
.post-content-s h5 {
	padding: 0px;
	clear: both;
	width: 275px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #171818;
}
.post-content-s h6 {
	padding: 0px;
	clear: both;
	width: 275px;
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #171818;
}
.post-content-s ul ul {
	margin: 0px;
	padding: 0px;
}

.post-content-s a {
	/*color: #FF6600;*/
	color: #A90000;
	text-decoration: none;
}

.post-content-s img {
	padding: 3px;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #CCCCCC;
	display: block;
	clear: both;
}
.post-content-s a:hover {
	color: #A90000;
	/*color: #FF3300;*/
	text-decoration: underline;
}

/* post lits */

.p-list {
	margin-left: 25px;
	padding: 8px 0px;
	
	width: 100%;
	list-style-type: none;
	
}
.p-list li {
	
	width: 100%;
	margin: 0px 0px 5px;
	padding: 0px;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	
}

.p-list ul {
	
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.p-list ul li {
	
	width: 100%;
	margin: 5px 0px 0px;
	font-size: 12px;
	line-height: 17px;
	color: #346BA4;
	padding: 0px;
	line-height:1.4em;
}
.p-list li a {
	color: #346BA4;
	text-decoration: underline;
	background: url(images/li_bullet.gif) no-repeat left 1px ;
	padding-left: 20px;
	display: block;
	margin: 0px;
	line-height:2em;
	
}

.p-list a:hover {
	color: #56B9FF;
	/*color: #FFCC00;*/
	text-decoration: underline;
	background: url(images/li_bullet.gif) no-repeat left 1px ;
	padding-left: 20px;
	display: block;
	margin: 0px;
	line-height:2em;
	
}

.p-list li a:hover {
	color: #56B9FF;
	/*color: #FFCC00;*/
	text-decoration: underline;
	background: url(images/li_bullet.gif) no-repeat left 1px;
	padding-left: 20px;
	display: block;
	margin: 0px;
	line-height:2em;
}


/* related posts */
.related_post {
	
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.related_post ul {
	
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	list-style-type: none;
}
.related_post ul li {
	
	width: 100%;
	margin: 5px 0px 0px;
	font-size: 12px;
	line-height: 17px;
	color: #346BA4;
	padding: 0px;
	list-style-type: none;
	line-height:2em;
}
.related_post li a {
	color: #346BA4;
	text-decoration: underline;
	background: url(images/li_bullet.gif) no-repeat left 1px ;
	padding-left: 20px;
	display: block;
	margin: 0px;
	list-style-type: none;
	line-height:2em;
}

.related_post a:hover {
	color: #56B9FF;
	/*color: #FFCC00;*/
	text-decoration: underline;
	background: url(images/li_bullet.gif) no-repeat left 1px ;
	padding-left: 20px;
	display: block;
	margin: 0px;
	line-height:2em;
	
}

.related_post li a:hover {
	color: #56B9FF;
	/*color: #FFCC00;*/
	text-decoration: underline;
	background: url(images/li_bullet.gif) no-repeat left 1px;
	padding-left: 20px;
	display: block;
	margin: 0px;
	list-style-type: none;
	
}

	
.quote {
	padding: 0px;
	clear: both;
	font-family: Verdana, sans-serif, Arial;
	font-size: 14px;
	background: #FFFFFF;
	color: #000000;

}

.quote-author {
	padding: 0px;
	font-family: Verdana, sans-serif, Arial;
	font-size: 12px;
	font-weight:bold;
	color: #346BA4;
	text-align:left;
}


/* --- sidebar updates --- */

.homepage_col_b #twitter_ a{
	color:#000000;
	text-decoration: underline;
}

.homepage_col_b #twitter_ a:hover{
	color:#A90000;
	text-decoration: underline;
}



.buymecoffee {
	background: #F8F8F8;
	color: #A90000;
        width:100%;
        height:40px;
        border: 1px solid #cccccc;

}

.buymecoffee a {
	color:#A90000;
	text-decoration: underline;
}