/*
Theme Name: Gotcher
*/

body {
	margin: 0 0 0 0;
	text-align: center;
	background-image:url(images/bg.png);
	font-family: "Helvetica Neue",Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5B554D;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #65605e;
	}

li {
 list-style: none;
 	}	

a {
	color: #d47b26;
	text-decoration: none;
	}
	
a:hover {
	color: #e38933;
	text-decoration: none;
	border-bottom: #e38933 dotted 1px;
	}
	
#right a {
	color: #9a5411;
	text-decoration: none;
	}
	
#right a:hover {
	color: #86470b;
	text-decoration: none;
	border-bottom: #86470b dotted 1px;
	}

#photofix {
	margin: 0px auto;
	text-align: left;
	width: 837px;
	height: 400px;
		}


#page {
	margin: 0px auto;
	text-align: left;
	width: 837px;
	background-image:url(images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
        padding-top: 220px;
        min-height: 400px;
		}
		

#photo {
        position: absolute;
        margin-left: 560px;
	background-image: url(images/photo.png);
        width: 280px;
        height: 380px;
	background-position: top center;
	background-repeat:no-repeat;
	}
	
	
#left {
	width: 539px;
	float:left;
	background-color: #ebe4dd;
	margin-left: 20px;
	padding: 12px;
	border: #a5a5a5 solid 1px;
	}

#content-wrapper {
	width: 515px;
	}
	
	
#right {
	background-color: #9c928f;
	width: 196px;
	float: right;
	margin-right: 30px;
	padding: 12px;
	padding-top: 130px;
	border: #887c79 solid 1px;
		}
	
#post-title {
	font-size: 16px;
	font-weight: bold;
        margin-top: 20px;	

#footer {
	clear: both;
	height: 30px;
	}

.entry p img {
	max-width: 575px;
	}
	
#nav {
	position: absolute;
	margin-top: 10px;
	margin-left: 400px;
	}