/*Theme Name: Sara of Albany
Theme URI: http://saraofalbany.com/
Description: Original Design for Sara of Albany
Version: 1.0
Author: Bella
Author URI: http://highheeldesigns.com/

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/


/*
Containers
*/

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-top: 10px;
	padding: 0;
	padding-top: 0px;
	text-align: center;
}

#wrap{
    position: relative;
	margin-top: 10px;
	text-align: left;
	width: 700px;
}
#header{
	padding:0px;
}

#content{
    position: absolute;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify; 
	float: left;
	width: 490px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #800080;
}

#sidebar{
    position: absolute;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float:right;
	padding-left:5px;
	width:200px;
	margin-left: 510px;
}

#footer{
    position: absolute;
	margin-top: 390px;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 0.5em;
}

/*
 H & P
*/

 h1, h2, h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 2px 0;
	color: #2f0238;
}
#header h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color: #F5B726;
}
#header h1 a:hover{
	color: #F5B726;
}
#header p{
	color: #F5B726;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.entrytitle h2 a
{
	color: #2F0238;
}
.entrytitle h2 a:hover{
	color: #2F0238;
}
.entrytitle h3{
	font-size:11px;
	font-style: italic;
	color: #2F0238;
}
#sidebar h3{
	color: #2F0238;
	font-size: 13px;
	margin-top: 0px;
}

/*
 Entry
*/
 
.entry{
	margin-bottom:1em;
}

.entrymeta{
	font-size:0.9em;
}

/*
 Sidebar
*/

#sidebar ul{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#sidebar ul li{
	margin-bottom:0.3em;
	padding:0.3em;
}

/*
 Comments
*/

.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:350px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

/*
 Extra
*/


	a:link {
	color: #2f0238; 
	text-decoration: none;
	font-weight: bold;
	}

	a:visited {
	color: #2f0238; 
	text-decoration: none;
	font-weight: bold;
	}

	a:active {
	color: #2f0238;
	font-weight: bold;
	}

	a:hover {
	color: #2f0238; 
	text-decoration: underline; 
	}
	
li {
	list-style: none;
}
