/*  
Theme Name: TweetsofOld
Theme URI: tweetsofold.com
Description: Old Timey Theme created for TweetsofOld
Version: 1.0
Author: Haley Lovett
Author URI: http://www.haleylovettphotography.com

*/

body{
	margin: 0;
	font-family: Georgia, Times, Serif;
	font-size: 12px;

	vertical-align: top;
	background-image: url(img/bodybackground12.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #fffff;
	color: #222222;
}

a:link, a:visited{
	text-decoration: none;
	color: #333;
}

a:hover{
	text-decoration: none;
	color:#aaa;
}
h1 {
	font-size: 42px;
	text-decoration: none;
	text-align: left;
	margin: 0 0 0 30px;
	padding: 0 0 0 0;
}

h3 {
	font-size: 14px;
	font-family: Georgia, Arial, Serif;
	font-style: none;
	text-align: left;
	margin:  30px 0 10px 0;
	
}



#wrapper{
	margin: 0 auto 0 auto;
	width: 785px;
	text-align: left;
	padding: 0px 5px 5px 5px;
	
	
}

#header{
	float: left;
	height:110px;
	width: 785px;
	background-position: center;
background: url(img/headerimg.jpg);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

#header h1{
	padding: 60px 0 5px 80px;
	line-height: 20px;
	text-align: center bottom;
	
}

#header h4{
	margin: 0 0 5px 110px;
	font-style: italic;
}

#box{
	float: left;
	width: 505px;
	background: url(img/content_bg.gif) repeat;
	padding: 0 10px 10px 10px;
	margin: 0 0 0 20px;
	
	border-top: solid 1px #aaa;
}


.frontdate {
	
	margin: 0px 0 30px 0; 
	
}

.entry {
	text-align: left;
	width: 445px;
}

.post {
	margin: 10px 0 0px 0;
	padding: 0px 0 5px 0;
	
	
}

.postfooter{
	
	background-image: url(img/linebreakcaaaw300.jpg);
	background-repeat: no-repeat;
	margin: 10px 0 0px 0;
	height: 20px;
	background-position: bottom center;
}


#content{
	float: left;
	width: 500px;
	padding: 0 10px 30px 10px;
}

.sidebar{
	float: left;
	width: 199px;
	background: url(img/content_bg.gif) repeat;
	padding: 0 0px 0px  15px;
	display: inline;
	border-left: solid 1px #aaa;
	border-top: solid 1px #aaa;
}
.sidebar img{
	border: none;
}

#footer{
	clear: both;
	float: left;
	height:75px;
	width: 785px;
	background-position: center;
	
}

#footer p{
	text-align: center;
	font-style: bold;
	font-size: 16;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #333;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
}

.comments-template h2, .comments-template h3{
	font-family: "Times New Roman", Times, Serif;
	font-size: 14px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: "Times New Roman", Times, Serif;
	font-size: 12px;
}


ul {
	list-style-type:none;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}

div.sociable { margin: 16px 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: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

