/*  
Theme Name: Writers Old Fahioned
Theme URI: writersoldfashioned.com
Description: Created by Kate McMillan for Writers Old Fashioned
Version: 2.0
Author: Kate McMillan
Author URI: http://www.outboxonline.com
*/

html {
	height:101%;
	width:100%;
}
body {
	font-size:0.8em;
	vertical-align: top;
	height:101%;
	width:100%;
	font-family:'Segoe UI', Frutiger, 'Trebuchet MS', helvetica, Tahoma, arial, sans-serif;
	margin:0;
	padding:0;
	z-index:0;
	color: #FFFFFF;
	background:#081f0f;
}
p {
	margin:0 0 7px 0;
	padding:0;
	line-height:125%;
}
li {
	padding-bottom:5px;
}
img {
	border:none;
	outline:none;
	margin:0;
	padding:0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #BBD7E4;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #0FF;
}
.textLeft {
	float:left;
	text-align:left;
}
.textRight {
	float:right;
	text-align:right;
}

/* POSITIONING */

#wrapper {
	width:1200px;
	margin:0 auto;
	background:url(Images/background_tile.jpg) center top repeat-y;
	overflow:hidden;
}
#pageContent {
	width:1200px;
	margin:0 auto;
	background:url(Images/background_top.jpg) center top no-repeat;
	overflow:hidden;
}
#pageRight {
	float:right;
	width:540px;
	padding:140px 160px 0 0;
}
#pageRight img {
	max-width:540px;
}
#sidebar {
	font-family:"Trebuchet MS", Tahoma, Helvetical, Arial, sans-serif;
	margin:0;
	padding:550px 7px 7px 165px;
	float:left;
	width:300px;
}
#footer {
     clear:both;
	 width:1200px;
	 height:55px;
	 margin:0 auto;
	 background:url(Images/background_bottom.jpg) no-repeat top center;
}

/* BLOG */

.post {
	margin:0 0 25px 0;
	padding:0px 0 7px 0;
	border-bottom:2px solid #FFF;
}
.post h3 {
	font-size:20px;
	margin:0;
	padding:0;
}
.post h3 a {
	color:#f9e87c;
	font-weight:normal;
	text-decoration:none;
}
.post h3 a:hover {
	color:#fffce8;
	text-decoration:underline;
}
.postmetadata {
	font-size:14px;
	margin:2px 0 15px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, 'Times New Roman', serif;
}
.date {
	float: right;
	margin:5px 0 5px 5px;
	padding:0 10px;
	text-align:center;
	font-size: 12px;
	border:#ccc 1px solid;
	background-color:#fff29e;
	font-weight:bold;
	color:#468;
	font-family: 'Myriad Pro', Arial, sans-serif;
}
.date span {
	display:block;
}
.date .day {
	font-size:26px;
	color:#345;
}
.date .month .year {
	font-size:12px;
	font-weight:bold;
}

/* SIDEBAR */

#sidebar li {
	list-style-position:inside;
	line-height:19px;
	margin:0 0 10px 0;
}
#sidebar ul {
	margin:0 0 0 7px;
	padding:0;
}
.widget {
	margin:25px 0 0 0;
	padding:10px 0 0 0;
	border-top:3px solid #CCC;
}
.widget .title {
	font-size:16px;
	font-weight:normal;
	color:#ff9c5b;
}
.widget .title a {
	color:#ff9c5b;
}
.sidebar li {
	margin:0;
	padding:0;
}

/* FOOTER */

#footerContent {
	width:900px;
	padding:30px 0 0 150px;
}
#footer p {
	font-size:0.9em;
	color:#CCC;
}
#footer a {
	color:#CCC;
}

/* Comments  */

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	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 #ccc;
}
.comments-template h2, .comments-template h3 {
	font-size: 16px;
}
.commentmetadata {
	font-size: 12px;
}
.comments-template p.nocomments {
	padding: 0;
}
.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

