
/*
= design: Postcard
= created: march 2006
= author: Cameron Moll
= website: cameronmoll.com
 */

/*
BASIC STYLES ------ */

body {
	margin:0;
	padding:0;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: large;
	color: #333;
	background: #ECECDD url(img/8/bg_header.gif) repeat-x;
	}

p {
	margin: 0;
	padding: 1em 0 0;
	line-height: 140%;
	}
	
a {
	font-weight: bold;
	color: #8D0A03;
	text-decoration: none;
	}	

a:hover {
	color: #B35410;
	text-decoration: underline;
	}
#brand_line {
	font:12px "Lucida Grande",Verdana,sans-serif;
	background:#e9e9da url(/img/8/top_nav_bg.gif) no-repeat left;
	margin:0;
	padding:0;
	width:100%;
	height:32px;
	display:block;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
#brand_line #tp_branding {
	border:none;
	float:left;
	margin-left:15px;
	padding:9px 0 10px 95px;
	color:#8d0a03;
	text-decoration:none;
}
#brand_line #user_links {
	margin:0;
	padding:2px 10px 0 0;
	color:#8d0a03;
	line-height:30px;
	float:right;
}	
#brand_line p a {
	color:#8d0a03;
	text-decoration:none;
	padding:9px;
	border-left:1px solid #e0cd9b;
}
#brand_line p a:hover{
	background:#8d0a03;
	color:#B35410;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-bottom:1px solid #8d0a03;
}

/* 
WRAPPERS --------------------- */

#center {
	float: left;
	width: 100%;
	margin-bottom: 3em;
	background: url(img/8/bg_content.jpg) no-repeat;
	}

#wrapper {
	margin:0;
	background: url(img/8/wrapper.gif) repeat-y;
    min-width:750px;
    /* Hack, IE doesn't listen to max/min-width, so this 'expression' hack should take care of it. */
	width:expression(document.body.clientWidth < 800? "795px": "auto");
	}


/* 
HEADER --------------------- */

#header {
	padding-left: 90px;
	height: 118px;
	background: url(img/8/header.jpg) no-repeat;
	}

#header #title {
	margin: 0;
	padding-top: 20px;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #F4F4EC;
	line-height:1.15em;
	}

#header #title a{
	font-weight:normal;
	color:#F4F4EC;
	}

#header #title a:hover{
	text-decoration:none;
	}

p#description {
	padding-top: .2em;
	font-size: 1.1em;
	color: #F4F4EC;
	}	

/* 
CONTENT --------------------- */

#blogcontent {
	width:68%;
	float:left;
	margin-right:1%;
	}
	
#blogcontent .entry {
	margin:0 30px 1.5em 90px;
	}	
	
#blogcontent .entrytitle {
	margin: 0;
	padding: 1em 0 7px 45px;
	font-weight: normal;
	font-size:1.5em;
	background: url(img/8/bg_entryheading.gif) left bottom no-repeat;
	}

#blogcontent .entrytitle a{
	font-weight: normal;
	color:#333;
	}
	
#blogcontent .entrytitle a:hover{
	text-decoration:none;
	}

#blogcontent .entry p.subheading {
	margin:1.5em 0 0;
	padding:0;
	line-height:1.15em;
	font-size: 1em;
	font-size: .95em;
	font-weight: normal; 
	text-transform: uppercase;
	color: #70705C;
	}

#blogcontent .entrydetails {
	margin-top: .5em;
	padding-top: .5em;
	font-size: .95em;
	color: #70705C;
	border-top: 1px solid #D9D9D3;
	}	

#entry_options {
	margin:5px 0;
	height:1.5em;
	}

.bookmarking_options {
	padding:4px 0;
	line-height:12px;
	margin:0;
	width:35%;
	float:left;
	}

.bookmarking_options img {
	vertical-align:middle;
	border:none;
	height:14px;
	width:14px;
	}
	
.bookmarking_options a {
	margin-right:2px;
	padding:2px 4px 4px;
	border:1px solid #eceddd;
	}
	
.bookmarking_options a:hover {
	border:1px solid #B35410;
	}

.entry_nav {
	float:right;
	width:65%;
	margin:0;
	padding:5px 0;
	line-height:12px;
	text-align:right;
	}
.entry_nav a.previous {
	background: url(/img/icon_previous.gif) no-repeat right;
	padding-right:15px;
	}
.entry_nav a.next {
	background: url(/img/icon_next.gif) no-repeat left;
	padding-left:15px;
	}
.entry_nav a.toc {
	background: url(/img/icon_toc.gif) no-repeat;
	padding-left:18px;
	margin-left:20px;
	}
.entry_nav a {
	font-size: .95em;
	}
#ads_entry {
	margin:0 0 0 90px;
	text-align:center;
	}
#blogcontent #contentgroupheader h1 {
	margin: .5em 0 .5em 90px;
	padding: 0;
	background: none;
	text-transform: uppercase;
	color: #8D0A03;
	}

#blogcontent #entrynavigation {
	margin:2em 0 0 90px;
	padding: 7px 0;
	text-align: center;
	font-size: .95em;
	color: #70705C;
	background: #DFDFC8;
	}
	
#blogcontent blockquote {
	margin: .5em 25px 0; 
	padding: .5em 25px .5em 10px;
	font-size: .95em;
	font-style: normal;
	color: #70705C;
	border-left: 2px solid #D9D9D3;
	}

#blogcontent ul {
	margin-bottom: 0;
	}

#blogcontent ul li {
	margin-top: 6px;
	list-style-image: url(img/8/arrow.gif);
	}	

.entrycontent img.photo {
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #D9D9D3;
	background: #F4F4EB;
	}	

.othercontent {
	margin:0 0 0 90px;
	}
	
.othercontent h2 {
	font-size: 1.5em;
	margin: 1.5em 0 0;
	font-weight: normal; 
	text-transform: uppercase;
	color: #70705C;
	}

.comment {
	margin-top: 1.5em;
	padding: 0 0 1em 1.5em;
	width: 75%;
	font-size: .95em;
	background: url(img/8/bg_comment.jpg) no-repeat;
	}

.comment p {
	padding-top: .7em;
	}

.commentdetails {
	color: #70705C;
	}

#comment_in_moderation {
	font-weight:bold;
	color:#8D0A03;
	padding:5px 0;
	}

#commentform #nonmember_details div {
	padding:5px 0;
	}

#commentform #nonmember_details div label{
	width:135px;
	float:left;
	}
	
#commentform #comment_details div:first-child > label:first-child {
	width:135px;
	float:left;
	}

#commentform #nonmember_details div input{
	width:250px;
	}
	
#commentform #nonmember_details p.moderate_info {
	font-size:80%;
	padding:5px 0;
	}
	
#commentform input.radio {
	vertical-align:middle;
	padding:0;
	margin:0 0 1px 5px;
	border:none !important;
	}
	
#commentform span.clarify {
	font-size:70%;
	margin-left:4px;
	}
	
input#ff_notify, input#ff_rememberme {
	vertical-align:middle;
	margin-bottom:5px;
	}
	
textarea#ff_comment {
	padding:5px;
	}

input#comment_count {
	border:none;
	background:#ececdd;
	}

#commentform {
	margin-top: .5em;
	padding-top: 1em;
	border-top: 1px solid #D9D9D3;
	}	

#loginform {
	margin-top: 1em;
	padding: 0 20px 20px;
	width: 50%;
	background: #DFDFC8;
	}

#searchform {
	margin-top: 20px;
}


/* 
SIDEBAR --------------------- */

#navigation {
	float:left;
	margin:0 0 20px 0;
	width:30%;
	font-size: .95em;
	background: url(img/8/bg_sidebar.jpg) left top repeat-y;
	}

#nav_wrapper {
	padding: 5px 0 0 20px;
	background: url(img/8/sidebar-top.jpg) no-repeat;
	}	

#navigation a {
	font-weight: normal;
	}	

#navigation h3 {
	margin: 0;
	padding-top: 2em;
	font-size: .95em;
	font-weight: normal; 
	text-transform: uppercase;
	color: #70705C;
	}	

#navigation form {
	margin: .5em 0 0;
	padding: 5px 0;
	width: 193px;
	text-align: center;
	border-top: 1px solid #D9D9D3;
	border-bottom: 1px solid #D9D9D3;
	background: #ECECDB;
	}

#navigation ul {
	margin: .5em 0;
	padding-left: 22px;
	width: 170px;
	list-style: none;
	}	
	
#navigation ul li {
	margin-top: 6px;
	list-style-image: url(img/8/arrow.gif);
	}	
		
#navigation #changestyles, #navigation #navbottom {
	margin-left: -20px;
	padding: 0 0 35px 20px;
	background: url(img/8/sidebar-bottom.jpg) 1px bottom no-repeat;
	}	
	
#navigation #authorprofile, #navigation #photography {
	width: 193px;
	}
	
#navigation #authorprofile img, #navigation #photography img {
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #D9D9D3;
	background: #F4F4EB;
	}

#navigation #profilephoto {
	margin-top: 1em;
	}

#ads_nav {
	text-align:center;
	width:180px;
	}

#blognav_map {
	margin-top:10px;
	margin-left:-14px;
	}
	
#blognav_map object {
	margin:0;
	padding:0;
	width:225px;
	height:110px;
	}
	

/* 
FOOTER --------------------- */

#footer {
	clear: both;
	margin: 1em 90px 0;
	padding-bottom: 2em;
	font-size: .95em;
	color: #70705C;
	border-top: 3px double #D9D9D3;
}	
#footer .tp_plug {
	margin:0;
	padding:0 0 .5em;
	list-style:none;
}
#footer .tp_plug li {
	margin:0 .5em 0 0;
	display:inline;
}
#footer p#copyright_notice {
	font-size:10px;
	padding-top:0;
}

/* IE6 Hacks */
* html #ads_entry {position:absolute;margin:0;}
* html .othercontent {margin:90px 0 0 90px;}