/*Filename:main.css
*Description:Default CSS for Sara Gray's Wordpress Theme
*
*/

body {
	color: #777777;
	background-color: #000000;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2",sans-serif;
}
a {
	color:#3B5998;
	text-decoration:none;
}
a:hover {
	color: #8dc4e7;
	text-decoration:underline;
}
h1 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2",sans-serif;
	color:#E6A455;
	margin-bottom: 0px;
}
h1.saralogo {
        width: 500px; height: 219px;
        background: url("http://cache.saragrayphotography.com/img/sara_logo_new.png");
        text-indent: -9999px;
}
h2 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2",sans-serif;
	color:#E6A455;
	margin-bottom: 0px;
}
#wrapper {
	background-color: #fff;
}
#main {

}
#sidebar {

}
#header {
/*
	Height must match picture size.
*/
	border-top-color: black;
  
	                               
  
	border-top-width: 1px;
  
	                               
  
	border-top-style: solid;
  
	                               
  
	height: 267px;
	margin-top: 10px;
}
#header_main {
	border-top-color: black;              
	border-top-width: 1px;              
	border-top-style: solid;
	background-color: #eee;
	padding-right: 100px;                          
	height: 200px;
	margin-top: 10px;
	height: 268px;
}
.lead {
    margin-top: 20px;
}
#header_main h1{
    margin-top: 10px;
    margin-bottom: 10px;
}
#header img {
	padding:0;
	float: left;
}
.profile {
    padding-right:10px;
    float: left;
}
#logo {
	height: 228px;
	position: relative;
}
#logo img {
	float:left;
}
#nav {
	border-top-color: black;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Helvetica;
	height:50px;
}
#nav p {
	padding-top: 15px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	list-style-type:none;
}
#nav li {
	color: #777777;
	position: relative;
	float: left;
	margin: 0px 1px 0px 0px;
	padding:15px 40px 12px 0px;
}
#subnav {
	
}
#footer {
	border-top-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	background-color: #f4d168;
	height: 700px;
	color: #000;
	padding-top: 5px;
	margin: 0 auto;
	text-align: center;
	
}
#footer p {
	margin-right: auto;
	margin-left: auto;
}.column {
	
}
.left {
	width: 50%;
	float: left;
}
.right {
	width: 50%;
	float: right;
	padding-left: 20px;
}
.line {
	border-bottom: 1px solid #EEEEEE;
	margin-bottom:0px;
}
.line_gray {
    border-bottom: 1px solid black;
	margin-bottom:0px;
}
.timestamp {
	float: right;
	margin-top: 0px;
}
.post {
    clear: both;
}
.post img {
    clear: both;

}
.post_header {
	padding-bottom: 55px;
}
.post_header_contact img {
    margin-top: -56px;
}
.post_header img {
	margin-top:-56px;
}
.post {
	padding-bottom: 55px;
}
.entrytext img {
    padding-bottom: 10px;
}
.post p {
}
.entrytext img {
    padding-right: 20px;
}
.category {
	float:left;
	margin-top:0px;
	font-weight: bold;
}
.comments {
	float: left;
}
.links {
	float: right;
}
.swirly {
	float:right;
}
.feature {
	background-color: #EEEEEE;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 20px;
}
.feature p {
	margin-bottom:0px;
	padding-bottom: 10px;
}
.feature h2 {
	margin-bottom:0px;
}
.archives ul {
    list-style: none;
}
.archives li {
    margin-left: 0px;
}
.row {
    width:80px;
    background:transparent none no-repeat scroll 10px 8px;
    height: 21px;;
    padding: 8px 15px 12px 55px;
    font-size: 16px;
    font-weight: bold;
}
.comment {
    border-bottom:1px solid #DADADA;
    float:left;
    margin-bottom:20px;
}
.commentlist li {
	margin-left: 0px;
	list-style-type: none;
}
.threadpost {
	float: left;
}
.avatar {
	float: left;
}
.avatar_cont p {
	float: left;
}
.avatar_cont img {
	float: left;
}
.avatar_cont {
	font-size: 10px;
}
.commentmetadata {
	margin-right: 0px;
}

