@charset "UTF-8";

/*
Theme Name: Old Typewriter
Theme URI: http://www.annemorency.com
Description: A portfolio site for writers.
Version: 1.0
Author: A. Morency
Author URI: http://www.annemorency.com
*/

html, body, #container {
	height: 100%;
}

* {margin:0;padding:0;} 

body > #container {height: auto; min-height: 100%;}

body  {
	font-size: 100%;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/topdiv_bg.jpg);
	background-repeat: repeat-x;
}

#container {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding: 0;
	margin: 0;
	position: relative;
	overflow: hidden;
} 

/* HEADER */
#header {
	background: url(images/header_bg.jpg) no-repeat top left;
	position: relative;
	margin: 0;
	height: 250px;
	padding: 0;
} 


#logo img {
	position: absolute;
	top: 55px;
	left: 270px;
	padding: 0;
	border: none;
}

#tagline img {
	position: absolute;
	top: 115px;
	left: 275px;
	padding: 0;
	border: none;
}


/* MENU "Courier New", Courier, monospace */
#nav ul{
	position: absolute;
	top: 210px;
	left: 265px;
	padding-left: 0;
	color: #AF6403;
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav ul li { display: inline; }

#nav ul li a
{
	padding: 0.2em 1em;
	color: #765802;
	text-decoration: none;
	float: left;
}

#nav ul li a:hover
{
color: #e68c17;
}

/* WRAPPER FOR MAIN CONTENT AND SIDEBAR */
#wrapper {
	width: auto;
	padding-bottom: 45px;
	background: url(images/sidebarbg.gif) repeat-y right;
	height: 100%;
	color: #4E5152;
	font-family: Arial, Helvetica, sans-serif;
}

/* MAIN CONTENT */
#mainContent {
	margin: 0;
	padding: 0;
}

#mainContent {
    width: 50%;
font-size: .9em;
	float: left;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 250px;
	margin-right: -200px;
}

#mainContent p {
line-height: 1.2em;
	padding-bottom: 0.875em;
}

#mainContent h1 {
	color: #534118;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 1.25em;
}

#mainContent h1 a, h1 a:visited {
	color: #534118;
	text-decoration: none;
border-bottom: none;
	}
	
#mainContent h1 a:hover {
	color: #534118;
text-decoration: underline;
border-bottom: none;
}

#mainContent h2 {
	color: #534118;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 1.125em;
	padding-top: 5px;
}

#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
        font-style: italic;
	font-weight: normal;
}
	
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline;
	font-size: 1.1em;
        font-weight: normal;
        font-style: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#mainContent ul, li {
	margin: 0;
	padding: 0;
}
	
#mainContent ul {
	padding-left: 40px;
	padding-bottom: 10px;
	color: #4E5152;
	list-style-image: url(images/bullet.jpg);
}

#mainContent li {
	line-height: 1.2em;
        padding-bottom: 5px;
	padding-top: 5px;
}

#mainContent li p {
	padding: 0;
}

#mainContent a {
	color: #765924;
text-decoration: none;
border-bottom: 1px dotted #765924;

}

#mainContent a:hover {
	color: #765924;
text-decoration: none;
border-bottom: 1px solid #765924;
}

.hr {
padding: 0;
margin: 0;
border-top: 1px solid #e6b117;
}

h1.blogpage {
	text-decoration: none;
}
	 
.entry {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6b117;
}
.entry, .postmetadata {
	padding-left: 25px;
}

.post {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
}

.entry {
	padding-bottom: 5px;
}

ol {
	padding: 15px;
}

small {
	color: #999999;
font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.85em;
	line-height: 1.5em;
	}
	
.postmetadata {
	padding-top: 5px;
	text-align: center;
	color: #999999;
	font-size: 0.85em;
	clear: both;
	}
 
.navigation {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 40px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* SIDEBAR */

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
	font-size: 1em;
}

#sidebar1 h3 {
	margin: 0;
	padding: 0;
}

#sidebar1 h3 {
	background: #e6b117;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1em;
	text-transform: uppercase;
	padding-left: 3px;
	margin-top: 15px;
}

#sidebar1 li#archives-3 h3 {
margin-bottom: 5px;
}

#sidebar1 li#meta-3 h3 {
margin-bottom: 5px;
}

#sidebar1 h3.side {
	background: #e6b117;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1em;
	text-transform: uppercase;
padding-left: 3px;
margin-top: 15px;
margin-left: 10px;
}

#sidebar1 ul.customside {
padding-bottom: 15px;
}

.formhead {
	background: #e6b117;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1em;
	text-transform: uppercase;
	padding-left: 3px;
	margin-top: 15px;
}

#sidebar1 ul, li {
	margin: 0;
	padding: 0;
}

#sidebar1 ul {
	padding-left: 10px;
	color: #765924;
	list-style-type: none;
}

#sidebar1 li {
	
	line-height: 1.2em;
}
#sidebar1 li#cforms-2 h3 {
display: none;
}

#sidebar1 a {
        font-size: .9em;
	color: #765924;
	text-decoration: none;
	}

#sidebar1 a:hover {
        font-size: .9em;
	color: #e6b117;
	text-decoration: none;
}

#sidebar1 p {
	border-bottom: none;
padding: 0;
}


/* FOOTER */
#footer  {
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin-top: -45px; /* negative value of footer height */
	height: 45px;
	clear:both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	color: #f9e6b0
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearing {
  height: 0;
  clear: both;
}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#comments {
	padding-right: 15px;
	padding-top: 10px;
	padding-left: 15px;
	margin-bottom: 30px;
	font-size: 0.875em;
	background-color: #f5f5f5;
}

#comments ol {
	background-color: #f5f5f5;
	}	
	
#comments li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	background-color: white;
	border-top: 1px solid #e6b117;
	border-bottom: 1px solid #e6b117;
	}
	
	
#comments ol p {
	margin: 10px 5px 10px 0;
	line-height: 1em;
}

.unapproved {
	color: #e6b117;
	font-size: 1em;
	font-style:italic;
	font-weight: bold;
}
.avatar {
	width: 60px;
	height: 60px;
	float: left;
	border: 1px solid #666666;
	margin-right: 5px;
	padding: 2px;
	background: #fff;
	}

.formcontainer {
	padding-bottom: 20px;
}
/* border-left: 10px solid #f9e6b0;
	border-right: 10px solid #f9e6b0; f1f7fb */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	padding-bottom: 25px;
	}


.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}


.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	
	
/* End Comments */

