html, body {
	height:100%;
	min-width:1000px;
}
h1, h2, h3, h4 {
	line-height:1.5em;	
}
h2 {
	color:#683a23;
}
a {
	color:#38435c;	
}
a:visited {
	color:#696e7a;
}
a:hover {
	color:#385193;
}

h2 a, h2 a:hover, h2 a:visited  {
	color:#683a23;
}

.clear {
	clear:both;	
}
strong {
	font-weight:bold;	
}
body {
	font: 90%/130% "Myriad Pro", Helvetica, Arial, Tahoma, sans-serif;
	text-align:center;
	background:#ccc url(../img/bg.body.jpg) repeat top left;
}
#wrapper {
	position:relative;
	width:100%;
	background:url(../img/bg.header.jpg) repeat-x top left;	
	min-height:100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}
#container {
	position:relative;
	margin:0;
	width:100%;
	min-width:1000px !important;
	height:100%;
    text-align:left;
    background:url(../img/bg.header.main.jpg) no-repeat top left;
}
#header {
	position:relative;
	left:55%;
	width:35%;
	top:80px;
	background:#fff;
	padding:5px;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
	opacity: .9;
	white-space:nowrap;
}
#header a {
	color:#222;
	text-decoration:none;	
}

#header a:hover {
	color:#000;
	text-decoration:underline;	
}
#side, #content {
	float:left;
}
#side {
	margin:185px 50px 20px 200px;
	width:200px;
}
#side p.desc {
	height:110px;
	width:180px;
	font-size:1.2em;
}
#side p.desc span {
	font-size:1.1em;
}

#side ul li {
	padding:4px 4px 4px 10px;
	border-bottom:#b4ae9e dotted 1px;
	line-height:1em;
}
#sidebar {
	position:relative;
	top:20px;
	margin-left:-54px;
	width:295px;
	color:#666;
	background:url(../img/bg.sidebar.jpg) repeat-y top left;	
}
#sidebar ul, #sidebar h2 {
	margin:0 50px;
}

#sidebar span {
	display:block;
	height:50px;
	background:url(../img/bg.sidebar.end.jpg) no-repeat bottom left;
}
#sidebar h2 {
	padding-top:.8em;
	line-height:1em;	
}

#sidebar input.search {
width:70%;	
}
#sedebar button.search-btn {
		
}


#content {
	background:#fff;
	margin-top:170px;
	width:50%;
	-moz-border-radius: 11px; 
	-webkit-border-radius: 11px;
	padding:20px;
}
#content p {
	margin-bottom:0.5em;	
}
.push {
	height:20px;
}
#footer {
	position:relative;
	text-align:left;
	color:#fff;
	width:100%;
	height:100px;
	font-size:0.9em;
	border-top:#000 solid 1px;
	background:#1f1009;
}
#footer p {
	margin:10px;
	padding: 0 3em;
}
#footer div.col {
	width:20%;
	float:left;
	margin:0 0 0 2%;	
	padding:1em;
}
#footer a {
	color:#b4ae9e;
}
#footer a:hover {
	color:#fff;	
}

#content div.post_entry {
	
}
#content div.post_entry h2 {
	font-size:1.9em;
	line-height:1em;
	width:70%;
	
}
#content div.post_entry h2 a {
	color:#222;
	text-decoration:none;
}

#content div.post_entry h2 a:hover {
	color:#000;
	text-decoration:underline;
}

#content div.detales {
text-align:right;
font-size:1.1em;
color:#666;
margin:-1.5em 0 0 0;
border-bottom:#b4ae9e dotted 1px;
}

#content div.entry {
	margin:2em 0 0 2em;
	font-family:Georgia, serif;
	font-size:1.1em;
	line-height:1.4em;
}

#content div.entry h2 {
	display:block;
	background:transparent;
	color:#683a23;
	padding:0;margin:0;
}

#content .postmetadata {
	border-top:#b4ae9e dotted 1px;
	margin:1em 0 3em 0;	
	padding:.5em 0 1em 0;
	clear:both;
}
#content h3 {
	color:#683a23;
	font-size:1.5em;
	line-height:1em;
}

.navigation {
	border-bottom:#b4ae9e dotted 1px;
	padding:.5em;
	margin:.5em 0 1em 0;
}

.navigation .alignleft {
	float:left;	
}

.navigation .alignright {
	float:right;
}

img.postThumb {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}

.latestPhoto {
	padding-top: 5px;
}

.latestPhotoFloat {
	position:fixed;
	top:150px;
	left:600px;
	display: none;
}

.twtr-hd, .twtr-ft{
	display: none;
}

