/*

Theme Name: Vintage Blog
Theme URI: http://www.xiphosstudios.com/
Description: A modern looking blog with classic scheming. 
Author: Will Moyer
Author URI: http://www.xiphosstudios.com/
Version: 0.5
Editor: Joe Luppino-Esposito


*/


/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
        font-family: verdana, helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;

}
/* End Reset */


body {
 background: #263441 url('img/bg.jpg') repeat;
}

#wrapper {
 width: 962px;
 margin: 0 auto;
}



/* Logo and Nav */

#header {
 background: url('img/logo-glow.png') no-repeat;
 background-position: right;
 width: 100%
 height: 200px;
 min-height: 133px;
 position: relative;
}

ul#navigation {
 position: absolute;
 top: 97px;

 }

ul#navigation li {
 float: left;
 background: #dab183;
 height: 35px;
 margin-right: 5px;
 padding: 0 11px;
 border: 1px solid white;
 border-bottom: none;
}

ul#navigation li a {
 position: relative;
 top: 6px;
 text-decoration: none;
 color: #283744;
 font-size: 11pt;
 font-style: normal;
 text-align: center;
}

ul#navigation li:hover,
ul#navigation li.current-cat {
 background: #eae1c2;
 border-bottom: 1px solid #eae1c2;
}

#logo {
 float: right;
 width: 419px;
 height: 110px;
 background: url('img/logo.png') no-repeat;
 margin-top: 15px;
 margin-right: 20px;
 text-indent: -9999px;
}

#logo a {
 width: 100%;
 height: 100%;
 display: block;
}



/* Main Content */

#main {
 background: url('img/main-bg.jpg') repeat-y;
 width: 960px;
 overflow: auto;
 border-right: 1px solid white;
 border-left: 1px solid white;
 border-bottom: 1px solid white;
 }

#content {
 overflow: hidden;
 width: 650px;
 float: left;
 border-top: 1px solid white;

}

.post-item {
 clear: both;
 padding: 40px 40px 10px 25px;
}

.post-item h2,
.post-item h2 a {
 color: #bb1515;
 font-size: 18pt;
 margin-bottom: -5px;
 font-weight: bold;
 text-decoration: none;
}

.post-item h2 a:hover {
 text-decoration: underline;
}

.post-item .meta, .post-item .meta a {
 color: #7b8784;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: none;
 margin: 0;
 margin-bottom: -5px;
}

.post-item p {
 font-size: 11pt;
 color: #1f1f1f;
 line-height: 16pt;
 margin-top: 15px;
}

.post-item a{
 font-size: 11pt;
 color: #1f1f1f;
 text-decoration: underline;
}

.post-item a:hover{
 text-decoration: underline;
 color: #bb1515;
}

.post-item p img {
	border: 1px solid white;
	margin-bottom: 0;
}

.post-item img {
	border: 1px solid white;
	margin-bottom: 0;
}

.post-item h3 {
	color: #283744;
}

.post-item h4 {
	font-size: 18pt;
}

.post-item h5 {
	color:#7b8784;
}

.post-item ul {
	list-style: disc;
	padding-left: 20px;
	padding-top: 5px;
}

.post-item ol {
	list-style: decimal;
	padding-left: 27px;
	padding-top: 5px;
}

.post-item li {
	font-size: 11pt;
	color: #1f1f1f;
}
.post-item blockquote {
	padding: 10px 30px;
	font-size: 9pt;
}

.post-item blockquote p{
	font-size: 9pt;
}

a.more-link {
 color: #bb1515;
 float: right;
 font-size: 8pt;
 text-decoration: underline;
 padding-top: 3px;
 padding-right: 10px;
}

a.more-link:hover {
 text-decoration: none;
}

#postButtons {
	clear:both;
	overflow: hidden;
	margin-top: 30px;
}
#newerposts {
	margin: 20px 30px 30px 30px;
	float: right;
}

#olderposts {
	margin: 20px 30px 30px 30px;
	float: left;
}

#olderposts a, #newerposts a {
	background: #dab183;
	text-decoration: none;
	font-size: 10pt;
	text-align: center;
	color: #283744;
	padding: 5px 20px;
	border: 1px solid white;
}


/* Comments */
#comments {
	background: url('img/sidebar-div.jpg') repeat-x;
	background-position: top;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 20px 40px 10px 25px;
}

#comments a{
 font-size: 11pt;
 color: #1f1f1f;
 font-weight: bold;
 text-decoration: none;
}

#comments a:hover{
 text-decoration: underline;
}

#comments h3 {
	margin-bottom: 5px;
}

ol.comments li{
	padding: 20px 0;
	overflow: hidden;
}

.author {
	clear:both;
	float:left;
	padding: 0;
	margin: 0;
	width: 100px;
	font-size: 7pt;
	font-style:normal;
}

.author img {
	border: 1px solid white;
	margin-right: 10px;
	margin-bottom: 2px;
}

#comments a.url {
	font-size: 7pt;
	font-style: normal;
	color: #1f1f1f;
}

.author h4 {
	font-style: normal;
	color: #1f1f1f;
	font-size: 7pt;
}
.main_comment {
	float:right;
	padding: 20px;
	width: 427px;
	font-size: 10pt;
	position: relative;
	color: #1f1f1f;
	background-color: #F7F4E8;
}

#comments a {
	font-size: 10pt;

}

span.arrow {
width:0; 
	height:0; 
	border-left: 20px solid transparent; 
	border-right: 0px solid transparent;
	border-top: 30px solid #F7F4E8;
	border-bottom: 0;
	position: absolute;
	top: 20px;
	left: -20px;
	
}
#respond {
	clear: both;
	background-color: #e0cda7;
	border: 1px solid white;
	padding: 20px;
	margin-top: 20px;
}

input#author, input#email, input#url {
	background-color: #F7F4E8;
}
textarea#comment {
	background-color: #F7F4E8;
}

/* Search Results */
#SearchResults {
padding: 40px 40px 10px 25px;
}

#SearchResults h2{
 color: #bb1515;
 font-size: 18pt;
 margin-bottom: 5px;
 text-decoration: none;
}

#SearchResults li,
#SearchResults li a{
	font-size: 11pt;
 	color: #1f1f1f;
}

#SearchResults .meta,
#SearchResults .meta a {
 color: #7b8784;
 font-size: 10pt;
 text-decoration: none;
}

/* Sidebar */

#sidebar {
 float: right;
 width: 307px;
 border-top: 1px solid white;
 padding-bottom: 100px;
}

.widget {
 background: url('img/sidebar-div.jpg') no-repeat;
 background-position: bottom;
 padding: 20px 23px;
 overflow: auto;
}

.widget li {
	font-size: 10pt;
}
.widget a {
 color: #1f1f1f;
 text-decoration: none;
}

.widget a:hover {
 color: #bb1515;
 text-decoration: none;
}

h2.widgettitle {
 color: #283744;
 margin-bottom: 5px;
}

.wp125_write_ads_widget {
 overflow: auto;
 padding: 10px 0;
 padding-left: 10px;
}

.hidden {
	display: none;
}

.aktt_tweets a {
 color: #7b8784;
 font-weight: normal;
 text-decoration: none;
}
.aktt_credit {
 color: #7b8784;
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
 margin-top: 5px;
}

.aktt_credit a {
 color: #7b8784;
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
}

.widget_text
{
	padding: 20px 5px;
}

/* Wordpress Image Wrap */
img.alignright {float:right; margin:.3em 0 1em 1em}
img.alignleft {float:left; margin:.3em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:.3em 0 1em 1em}
a img.alignleft {float:left; margin:.3em 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}



/* Footer */

#footer {
	height: 100px;
	
}
#copyright {
	padding: 5px 0;
	color: white;
	font-size: .7em;
	text-align: center;
	
}
#copyright a {
	text-decoration: underline;
	color: white;
}
#copyright a:hover {
	color: #bb1515;
}

/* Sociable Plugin Stylesheet */

div.sociable { margin: 16px 0 0 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
