/* Where Have You Been
	Author: Tim Smith
	Description: CSS Styles for the "Where Have You Been" post.
	Version: 1
	Date: July 2010
*/

/* Full Page Styles */

body {
	background: url(images/bg.jpg) repeat rgba(0, 76, 103,.15);
}

.lead-image {
	background: url(images/comeback-lead.png) no-repeat;
	height: 100px;
}

.type-category {
	background: url(images/comeback-category-image.png) no-repeat;
}

#navwrap, #metawrap, .permalink, .category, .date, .entries-nav, .prev-entries, .comments-tally, .next-entries, #footer .copyright, .footer-tweets, .search .field, .footer-left, .footer-centercolumn, .comment_list ul li, .fb-like {
	border-color: rgba(0, 76, 103,.35);
}

.post-wrap h3 {
	color: #004C67;
	font: 22px/22px "Nevis", sans-serif !important;
	margin: 0 0 5px 0;
}

.post-wrap p {
	color: rgba(0,0,0,.80);
	font: 13px/21px Georgia, serif;
	margin: 0 5px 20px 0;
}

.post-wrap a, #footer a, #comments a, #commentform a {
	color: rgba(122,16,0,.95);
}

.post-wrap a:hover, #footer a:hover,#comments a:hover, #commentform a:hover {
	color: rgba(122,16,0,.65);
}

.post-wrap .three {
	margin-left: 260px;
}

.caption {
	background: rgba(0, 76, 103,.35) !important; 
	border-top: 2px solid rgba(122,16,0,.95);
	color: #fff !important;
}

.side-caption .caption {
	background: rgba(0, 76, 103,.35) !important;
	border-top: none !important; 
	border-left: 2px solid rgba(122,16,0,.95);
	color: #fff !important;
}

.caption p {
	color: #fff !important;
}

/* Navigation */

.navigation ul li a, .logo a {
	color: rgba(0, 76, 103,.30);
}

.navigation ul li a:hover, .logo a:hover {
	color: rgba(0, 76, 103,.85);
}


/* Content Area */

/* Post Wrap */

#metawrap {
	color: rgba(0, 76, 103,.45);
}

.permalink {
	background: url(images/comeback-sprite.png) no-repeat;
	background-position: -7px 3px;
}

.category {
	background: url(images/comeback-sprite.png) no-repeat;
	background-position: -7px -47px;
}

.date {
	background: url(images/comeback-sprite.png) no-repeat;
	background-position: -7px -99px;
}

#metawrap a {
	color: rgba(0, 76, 103,.45);
}

#metawrap a:hover {
	color: rgba(0, 76, 103,.85);
}

/* ENTRIES NAV */

.next-entries a, .prev-entries a {
	background-color: rgba(0, 76, 103,.85);
	
}

.next-entries a:hover, .prev-entries a:hover {
	background-color: rgba(0, 76, 103,.30);
}

/* Body Content */

.important {
	font: 14px/21px "Nevis", serif !important;
	color: #7A1000;
	text-transform: uppercase;
}

.intro {
	background: rgba(255,255,255,.65);
	border-top: 3px solid rgba(0, 76, 103,.25);
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	padding: 10px;
	font-size: 14px !important;
	line-height: 21px !important;
	margin-bottom: 35px;
}

.fin {
	background: url(images/fin-bg.png) no-repeat;
	text-indent: -9999px;
	margin: 15px auto; 
	height: 150px;
	width: 150px;
	opacity: .85;
}

	.fin p {
		display: none;
	}

/* Comments */

.comment_list ul li {
	background: tranparent;
}

#comments h3 {
	font-family: "Nevis", sans-serif;
	color: #004C67;
}

.comment_list ul li p, .comment_list p, .comment_list input:focus, .comment_list textarea:focus {
	color: rgba(0,0,0,.80);
}

.comment_list .avatar{
	padding: 3px;
	background: none !important ;
	border: 1px solid rgba(0, 76, 103,.25);
}

.comment_list .avatar:hover, .admincomment .avatar {
	background: none !important;
	border: 1px solid rgba(122,16,0,.85);
}

.comment_list input, 
.comment_list textarea {
	background: rgba(255,255,255,.45);
	border-color: rgba(0, 76, 103,.35);
}

.comment_list input:focus, .comment_list textarea:focus {
	background: rgba(255,255,255,.75);
	border-color: rgba(0, 76, 103,.45) !important;
}

.comment_list input#submit {
	background: rgba(0, 76, 103,.45);
	border: 1px solid rgba(0,0,0,.4);
}

.comment_list input#submit:hover {
	background: rgba(0, 76, 103,.65);
	border: 1px solid rgba(0,0,0,.6);
}
	

/* Footer */

#footer, .adblock a.the-ad span.ad-description {
	color: rgba(0,0,0,.80);
}

#footer .copyright {
	background: url(images/comeback-sprite.png) no-repeat right;
	background-position: 760px -310px;
	color: rgba(0,0,0,.80);
	
}

.footerWrap img {
	border: 1px solid rgba(0, 76, 103,.25);
}

.footerWrap a img:hover {
	border-color: rgba(122,16,0,.85);
}

.the_author {
	color: #fff !important;
}

.widgettitle {
	color: #004C67 !important;
}

/* TWITTER STATUS */

#twitter_update_list li {
	background: url(images/comeback-sprite.png) no-repeat;
	background-position: 0 -225px;
}

/* Search */

.search{
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.search .field{
	background: url(images/comeback-sprite.png) no-repeat;
	background-position: 10px;
	color: #aaa;
	float: left;
	padding: 3px 3px 3px 65px;
}

.search .field:focus {
	border-bottom: 1px solid rgba(122,16,0,.95);
	background-position: 10px;
}
