/*
Theme Name: Alicia McAuley
Theme URI: http://www.brokenstudio.com/
Description: Theme for Alicia McAuley - Writer
Version: 1.0
Author: Broken Studio
Author URI: http://www.brokenstudio.com/
*/
body {
	background: #f8f7e5 url("images/bg.jpg") repeat-x top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;/*62.5%;  Resets 1em to 10px */
	margin: 0px;
	padding: 0px;
	color: #333333;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


/* HEADER
----------------------------- */
#header {
	height: 144px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#logo {
	hight: 144px;
	width: 402px;
	}
#twitter {
	background: url("images/twitter-bg.jpg") no-repeat;
	display: block;
	position: relative;
	height: 144px;
	width: 300px;
	margin: 0px;
	padding: 0px;
	top: -144px;
	left: 402px;
	list-style-type: none;
	overflow: hidden;
	}
#twitt {
text-align: center;
margin-left: 65px;
margin-top: 30px;
width: 215px;
}
#rss {
	display: block;
	position: relative;
	height: 68px;
	width: 48px;
	margin: 0px;
	padding: 0px;
	top: -288px;
	left: 752px;
	list-style-type: none;
	overflow: hidden;
	}

/* FOOTER
----------------------------- */
#footer {
	height: 151px;
	background: url("images/footer-bg.jpg");
	margin: 0px;
	padding: 0px;
}
#design {
	float: right;
	margin-top: 35px;
	margin-right: 50px;
	}
#design span {
	display: none;
	}
#copyright {
	float: left;
	margin-top: 35px;
	margin-left: 50px;
	}
	
	
/* CONTENT
----------------------------- */
#content {
	background: url("images/content-bg.jpg") no-repeat #ffffff;
	margin: 0px;
	padding: 0px;
	width: 800px;
}
#maincontent {
	width: 530px;
	float: left;

}
#sidebar {
	width: 230px;
	float: right;
}
.clear {
	clear: both;
}
p {
	margin: 0px;
margin-bottom: 15px;
}
img, img a {
	border: 0px;
}

.alignleft {float:left; margin-right: 5px; margin-bottom: 5px;}
.alignright {float:right; margin-left: 5px; margin-bottom: 5px;}
/* NAVIGATOION
----------------------------- */
#nav {
	height: 88px;
	margin: 0px; 
	padding: 0px;
	}
#nav span { display: none;}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	}
#nav a {
	float: left;
	margin: 0;
	padding: 0px 0 0 0;
	overflow: hidden;
	height: 88px;
	}
#nav-home a {
	width: 288px;
	background: url("images/nav.jpg") no-repeat 0px 0;
	}
#nav-home a:hover {
	background: url("images/nav.jpg") no-repeat 0px -88px;
	}
#nav-archives a {
	width: 99px;
	background: url("images/nav.jpg") no-repeat -288px 0;
	}
#nav-archives a:hover {
	background: url("images/nav.jpg") no-repeat -288px -88px;
	}
#nav-bio a {
	width: 55px;
	background: url("images/nav.jpg") no-repeat -387px 0;
	}
#nav-bio a:hover {
	background: url("images/nav.jpg") no-repeat -387px -88px;
	}
#nav-services a {
	width: 104px;
	background: url("images/nav.jpg") no-repeat -442px 0;
	}
#nav-services a:hover {
	background: url("images/nav.jpg") no-repeat -442px -88px;
	}
#nav-portfolio a {
	width: 97px;
	background: url("images/nav.jpg") no-repeat -545px 0;
	}
#nav-portfolio a:hover {
	background: url("images/nav.jpg") no-repeat -545px -88px;
	}
#nav-contact a {
	width: 157px;
	background: url("images/nav.jpg") no-repeat -642px 0;
	}
#nav-contact a:hover {
	background: url("images/nav.jpg") no-repeat -642px -88px;
	}




/* TYPOGRAPHY ------------------*/
h1, h2, h3, h4, h5 {
	color: #5c3a1b;
}
h1 {font-size: 28px;}
h2 {font-size: 20px; margin-top: 0px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
a, a:visited {
	color: #5c3a1b;
	text-decoration: underline;
}
a:hover {
	color: #5c3a1b;
	text-decoration: underline;
}
li a, li a:visited {text-decoration: none;}
h2 a, h2 a:visited {text-decoration: none;}

/* BLOG ---------------------*/

.post {
	background: url("images/contentfull-bg.png");
	padding: 0px;
	margin-left: 65px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.posttitle {
background: url("images/highlight.gif") no-repeat -10px;
}
.date {
	background: url("images/datetab.png")no-repeat;
	width: 112px;
	height: 48px;
	display: block;
	position: relative;
	left: -119px;
	float: left;
	overflow: hidden;
	margin-right: -112px;
	padding-top: 5px;
}
.date span.date-month, .date span.date-day, .date span.date-year {
	color: #ffffff;/*#002e46;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	text-align: center;
	float: left;
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	margin-right: 50px;
	text-transform: uppercase;
	font-size: 14px;
	width: 55px;
	}
.date span.date-month {

 	font-size: 14px;
}
.date span.date-day {
	font-size: 16px;
}
.date span.date-year {
	font-size: 10px;
}
.comments {
	background: url("images/comments.gif") no-repeat;
	width: 38px;
	height: 30px;
	padding: 10px;
	position: relative;	
	float: right;
	overflow: hidden;
	text-align: center;
	top: -5px;
}
.comments, .comments a, .comments a:hover, .comments a:visited {
	color: #000000;
	border: none;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.comments a:hover {
	border-bottom: 1px solid #000000;
}

#comment-section {
width: 465px;
float: left;
overflow: hidden;
margin-left: 65px;
}
#comment-section textarea{
width: 400px;
}

/* SIDEBAR ---------------------*/
.widget_links {
	background: url("images/whereiwrite.gif") no-repeat;
	min-height: 200px;
	width: 230px;
	overflow: hidden;
	padding-top: 25px;
	}
.widget_links h3 {text-indent: -400px;}