/*
Version: 1.6
Author: Graphic Evidence
Author URI: http://wwww.graphic-evidence.co.uk/


*/

* {padding: 0; margin: 0;} 


body {
	font: 75%/150% Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #f4caa1;
	background-image:url(images/main-bkgnd.jpg);
	background-repeat:no-repeat;
	background-position:center top;

	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color:#660033;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #660033;
	text-decoration: underline;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	height: auto;
}
h1 a{
	color: #666;
	text-decoration: none;
}
h1 a:visited{
	color: #666;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #666;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: bold 190%/100% Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}
h2 a, h2 a:visited {
	color: #666;
	text-decoration: none;
}
h2 a:hover {
	color: #660033;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0 auto;
	width: 904px;
	position:relative;
	background:transparent: !important
	}
	
#header {
width:905px;
height: 140px;
position: relative;
margin: 0 auto;
}

#headerimg {
	position: relative;
	width:345px;
	padding: 40px 0px 0px 50px;
	height: 55px;

}

#headerimg .description{
	position: absolute;
	left: 20px;
	bottom: 3px;
	color: #666;
}

#feed {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 140px;
	top: 40px;
	width:106px;
	height:42px;
	cursor:pointer;
	border:none;
}

#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 280px;
	bottom: 5px;
}
#nav li {
	float: left;
	margin-left: 18px;
}


#nav a {
	color:#6881A7;
	text-decoration: none;
	padding: 5px 13px;
	font: bold 16px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav a:visited {
	color: #6881A7;
	text-decoration: none;
}
#nav a:hover {
	color: #666;
}
#content-wrap {
	width: 904px;
	margin: 0 auto;
	background-image:url(images/content-bkgnd.gif);
	background-position:right;
	background-repeat:repeat-y;
	position:relative;
	float:left;
}
#content {
	width: 490px;
	float: left;
	padding: 35px 0 20px 70px;
	height:auto;
	position:inherit;
	
}
/* post
---------------------------------------------------------------------------------*/
.post {
	padding: 0 0 20px 12px;
	width: 490px;
}
/* clearfix for recent comments */
.post:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.post {display: inline-block;}
* html .post {height: 1%;}
.post {display: block;}

.post p a {
	text-decoration: none;
	padding: 1px 0;
	border-bottom: 1px solid #ccc;
	color: #666;
}
.post p a:visited {
	text-decoration: none;
	color: #666;
}
.post p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #666;
}

.post-title {
	float: left;
	margin-left: 10px;
	width:100%;
}

.page {
	padding-top: 15px;
}

.single h2 {
	background: url(../../../../wordpress/templates/images/subhead-bg.gif) no-repeat;
	padding: 10px 0 5px 12px;
	margin-left: -12px;
	font: bold 145% Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	clear: left;
}

.tags {
	padding: 0 0 0 16px;
	background: url(../../../../wordpress/templates/images/tags-bg.gif) no-repeat left center;
	text-transform: capitalize;
}
.tags span {
	display: none;
}
.tags a {
	background: none !important;
	padding: 0 !important;
	border: none !important;
}
.tags a:hover {
	text-decoration: underline !important;
}
a.comments {
	position: absolute;
	right: 0;
	width: 40px;
	height: 28px;
	font: 150%/100% Arial, Helvetica, sans-serif;
	background: url(../../../../wordpress/templates/images/comments-bg.gif) no-repeat !important;
	text-align: center;
	padding: 5px 0 0 3px !important;
	letter-spacing: -1px;
	display: block;
	margin-top: -8px;
}
a.write {
	background: url(../../../../wordpress/templates/images/comments-jump-bg.gif) no-repeat !important;
	font-size: 125%;
}
.date {
	position: absolute;
	left: 0;
	width: 54px;
	height: 40px;
	background-image:url(images/date-bg.jpg);
	background-repeat:no-repeat;
	font: normal 120%/10% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 6px 0 5px 0;
	text-align: center;
}

.post-month {
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display:block;
	line-height: 9px;
	padding-top: 2px;
}
.post-day {
	font-size: 26px;
	text-transform: uppercase;
	color: #666;
	text-align: center;
	display:block;
	line-height: 15px;
	padding-top: 7px;
}

.more-link {
	margin-left: 2px;
	font: 16px/100% Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	background: none !important;
}

/* talented people */
.talented {
	font: bold 120% Arial, Helvetica, sans-serif;
	padding: 8px 0 15px;
}
.talented em {
	font-size: 95%;
	color: #999999;
	font-weight: normal;
	padding-left: 3px;
}
.location {
	padding: 0 0 15px;
}
.location strong {
	color: #999999;
}


.entry {
	clear: both;
	padding-top: 10px;
	margin-left:10px;
	margin-bottom:25px;
	width: 100%;
}

.post-cat {
	background-image:url(images/mini-category.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left: 35px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background-image:url(images/mini-quote.gif);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 28px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(file:///Macintosh HD/Users/iMac/Desktop/wordpress-theme-demo/glossyblue - html files/images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #660033;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
	width: 100%;
}
.navigation a, .navigation a:visited {
	color: #660033;
}
.previous-entries {
	float: left;
	padding-left: 57px;
	background-image:url(images/mini-nav-left.gif);
	background-position:left center;
	background-repeat:no-repeat;}
.next-entries {
	float: right;
	padding-right: 57px;
	background-image:url(images/mini-nav-right.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px 10px 0;
	padding-left: 20px;
	line-height: 130%;
	padding-bottom: 10px;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
background-color:#DEDCCE;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
	color: #660033;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#fff;
	border: 1px solid #666;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#fff;
	border: 1px solid #666;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #FDFFD8;
}
#commentform #submit{
	background-image:url(images/btn-submit.gif);
	background-repeat:no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
	color:#666666;
	margin-left:50px;
}


#sidebar {
	width: 240px;
	float: right;
	padding-right: 20px;
	position: relative;
	z-index: 4;
	overflow: hidden;
	font-size: 95%;
	margin-top:35px;
}

#searchform {
	width: 250px;
	padding: 5px 5px 0 0;
	float:right;
}

 #s {
	border:1px solid #ccc;
	width: 140px;
	height: 18px;
	padding: 5px 5px 0px 5px;
	background:transparent;
	vertical-align: middle;
	color:#666;
}

#searchsubmit {
	background-image:url(images/search.gif);
	background-repeat:no-repeat;
	width: 75px;
	height: 22px;
	vertical-align: top;
	border:none;
	cursor:pointer;
}


#searchform label {
	font-size: 11px;
	padding: 0 5px 0 5px;
}
#sidebar h3 {
	font: normal 140%/100% Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px  40px 0;
	padding:0px;
	border-bottom: 1px solid #cccccc;
}
.ul-cat li{
	margin: 0px;
	padding: 3px 0px 3px 30px;
	border-top: 1px solid #cccccc;
	background-image:url(images/mini-category.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #666666;
	text-decoration: none;
}
.ul-cat li a:hover{
	color:#660033;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 40px 0;
	padding:0px;
	border-bottom: 1px solid #cccccc;
}
.ul-archives li{
	margin: 0px;
	padding: 3px 0px 3px 30px;
	border-top: 1px solid #cccccc;
	background-position:left center;
	background-repeat:no-repeat;
	background-image:url(images/mini-archive.gif);
}
.ul-archives li a, .ul-archives li a:visited{
	color: #666666;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #660033;
	text-decoration: none;
}

#btm-panel {
	clear: both;
	background-image:url(images/btm-bkgnd.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	color: #666;
	font-size: 95%;
	line-height: 130%;
	margin:0 auto;
	width:905px;
	padding:0 0 0 0;
	height:48px;
}



#footer {
	clear: both;
	background-image:url(images/footer-bkgnd.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	color: #666;
	font-size: 95%;
	line-height: 130%;
	margin:0 auto;
	width:905px;
	padding:0 0 0 0;
	height:250px;
}
#footer a, #footer a:visited{
	color: #666;
}
#footer .left-col{
	width: 230px;
	float: left;
	margin-left: 100px;
	margin-top:23px;
}

#footer .left-col2{
	width: 200px;
	float: left;
	margin-left: 30px;
		margin-top:23px;

}
#footer .right-col{
	width: 230px;
	height:250px;
	float: right;
	padding-right: 40px;
	padding-left: 10px;
	padding-top:23px;

	}
	
	
#footer h4 {
	font: normal 146%/100% Arial, Helvetica, sans-serif;
	color: #666;
	margin: 10px 0px 5px;
}
.recent-comments {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 110%;
}
.recent-comments li{
	background-image:url(images/mini-quote.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 10px 30px;
}
.recent-comments a{
	font-size: 105%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 100%;
}
.recent-posts li{
	background-image:url(images/mini-posts.gif);
	background-repeat:no-repeat;
	padding: 0px 0px 8px 25px;
}
.recent-posts a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
#credits {
	margin: 0px auto;
	width: 810px;
	color: #666;
	font-size: 85%;
	line-height: 120%;
	padding: 0 0 0 50px;
	clear:both;
	height:50px;
}
#credits a, #credit a:visited{
	color: #666;

}
.rss {
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 10px;
	background-image:url(images/rss-feed.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.left {
	float: left;
}
img.left, a img.left {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.left{
	border-color: #660033;
	background: #660033;
}
.right {
	float: right;
}
img.right, a img.right {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.right{
	border-color: #660033;
	background: #660033;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
img.img_border, a img.img_border {
	border: 1px solid #bdd77f;
	padding: 3px;
	background: #ffffff;
}
a:hover img.img_border{
	border-color: #660033;
	background: #660033;
}

#backtotop {
	padding: 25px 0 0 70px;
	margin: 0;
	clear: both;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#backtotop a {
	color: #666;
	font-size: 95%;
	padding-right: 14px;
}
