/*  
Theme Name: Postmark v3
Theme URI: http://www.somnambulist.org
Description: Postmark 3.0 - with threaded comments
Author: Pat Armstrong
Author URI: http://www.somnambulist.org
*/


/* body, whitespace reset + some general formatting
--------------------------------------------------*/

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { padding-left:16px; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }


.left{ float:left; }
.right{ float:right; }
.clearer{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }

/* png fix for IE - see http://www.twinhelix.com/css/iepngfix/ */	
/* img, #header { behavior: url(iepngfix.htc); } */

#postmark {
behavior: url(/wordpress/wp-content/themes/postmark-v2/iepngfix.htc);
background: url(/wordpress/wp-content/themes/postmark-v2/images/postmark-sml.png) no-repeat;
position:absolute;
height: 235px;
width: 237px;
top:0px;
right:0px;
}


html {
	height: 100%;
	}

body {
	height: 100%
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#fff;
	background:url(images/envelope.png);
	}

container {
	position: relative;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
	font-style: normal;
	font-weight: normal;
	color: #234d27;
	}
	
a {
	text-decoration:none;
	border: none;
	}
	
a:link, a:visited {
	color: #234d27;
	text-decoration: underline;
	font-weight: bold;
	}

.clearer { clear:both; }

/* header + navlist - v2
--------------------------------------------------*/

#header {
	margin:0;
	padding:40px 0 20px 0;
	height:182px;
	/* background: url(images/postmark-sml.png) no-repeat right top; */
	}
	
#header a {
	text-decoration: none;
	}
	
#logo {
	height:182px;
	width: 400px; 
	float: left;
	}
	
#logo a {
	height:182px;
	width: 400px; 
	background: url(images/logo-nomenu.png) no-repeat;
	display:block;
	}
	
#logo span {
	visibility: hidden;
	}
	

#navlist {
	float: left;
	padding-top: 10px;
}

#navlist ul, #navlist li {
	list-style-type: none;	
	}

#navlist li a {
	width: 150px;
	height: 28px;
	display: block;
	}
		
#navlist a:hover {
	background-color: #f9f578;
	}
	
#navlist span {
	visibility: hidden;
	}
	
#menuabout a { background: url(images/navmenu/about.png) no-repeat; }
#menublog a { background: url(images/navmenu/blog.png) no-repeat; }
#menuevents a { background: url(images/navmenu/events.png) no-repeat; }
#menuforum a { background: url(images/navmenu/forum.png) no-repeat; }
#menulinks a { background: url(images/navmenu/links.png) no-repeat; }
#menufilms a { background: url(images/navmenu/shortfilms.png) no-repeat; }


/* main content block
--------------------------------------------------*/

#content {
	margin:0 190px 0 20px;
	padding:30px 0;
	background-color: #fff;
	overflow:auto;
	border: 1px solid #ccc;
	width:770px;
	}
	
.headerimage {
	margin: -30px 0 0 0;
	width: 770px;
	height: 160px;
	background-position: top left;
	background-repeat: no-repeat;
}

.headerimage.blog { background-image: url(images/headers/blogheader.png); }
.headerimage.links { background-image: url(images/headers/linksheader.png); }
.headerimage.films { background-image: url(images/headers/filmsheader.png); }
.headerimage.generalfilms { background-image: url(images/headers/generalfilmsheader.png); }
.headerimage.welcome { background-image: url(images/headers/welcomeheader.png); }


div.post {
	padding: 0 30px;
}
	
#pageinfo {
	padding: 15px;
	background-color: #f9f578;
	}
	
#pageinfo p {
	padding: 0;
	margin: 0;
	}
		
#content p, #glossarycontent p {
	font:12px/18px 	Georgia, Times, serif;
	}
	
#content ul{
	font:12px/18px 	Georgia, Times, serif;
	margin:0;
	padding:0;
	}

#content li {
	list-style: none;
	background-image: url(images/bullet-x.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#content a[href*="glossarypop"] {
	background-color: #f9f578;
	color:#333;
	text-decoration: none;
	font-weight: normal;
	}
	
#content a.glink, #content a.glink:visited {
	background-color: #f9f578;
	color:#333;
	padding: 0 1px;	
	text-decoration: none;
	font-weight: normal;
}

#content a:hover {text-decoration: underline;}

.post h2 {
	margin: 1em 0 0 0;
}

#content .post p.meta {
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #234D27;
	margin-top: 0;
	font-size: 10px;
}



/* glossary content block
--------------------------------------------------*/

#glossarycontent {
	margin:20px;
	padding:30px;
	background-color: #fff;
	}
	

/* entry-specific
--------------------------------------------------*/
	
.entry {
	padding-bottom: 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
}

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

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


img.largeimage {
	text-align: center;
	padding-bottom: 10px;
	float: none;
}  

a.post, a.post:visited {
	text-decoration: none;
	font-weight: normal;
	}

.h1image {
	padding: 0px 0px 5px 0px;
	}

.postmetadata {
	color: #999;
	padding-bottom: 10px;
}

/* thumbnail galleries
--------------------------------------------------*/

.thumbnail {
	float: left;
	width: 160px;
	margin: 0 15px 15px 0;
}

.thumbcontainer {
	clear: both;
    width: 700px;
        }

.thumbcaption {
	background-color: #f9f578;
	font:12px/18px 	Georgia, Times, serif;
	margin:0px 0px 0px 0px;
	padding:0px 2px 2px 2px;
}

.thumblinks {
	font:12px/18px 	Georgia, Times, serif;
}


/* sidebar
--------------------------------------------------*/

#sidebar ul, #header ul {
	margin: 0;
	}

#sidebar ul li, #header ul li {
	padding-left: 0;
	}

#sidebar {
	position:absolute;
	top:240px;
	left:810px;
	width:180px;
	height:730px;
	line-height:17px;
}

#sidebar a {
	text-decoration: none;
	color: #f9f578;	
}

#sidebar a:hover {color:#ffffff;}

#sidebar ul {
	font:10px/14px verdana, arial, helvetica, sans-serif;
	background-color:#595a5d;
	color:#fff;
	padding: 30px 10px 10px 10px;
	margin-bottom: 15px;
}

#sidebar ul li {
	padding-bottom: 5px;
	margin-bottom: 6px;
	list-style: none;
	border-bottom: dotted 1px #333;
}

#sidebar ul li.clean { border-bottom: none; margin-bottom:none; padding-bottom:none; }

ul.blogged { background: url(images/sidebar/blogged_sidebar.png) no-repeat; }
ul.searchbox { background: url(images/sidebar/search2_sidebar.png) no-repeat; }
ul.comments { background: url(images/sidebar/comments_sidebar.png) no-repeat; }
ul.video { background: url(images/sidebar/video_sidebar.png) no-repeat; }

/* footer
--------------------------------------------------*/

#footer {
	font:10px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 190px 30px 20px;
	padding:10px 30px 10px 30px;
	background-color: #ccc;
	overflow:auto;
	width:711px;
	}
		
#footer a {
	text-decoration: none;
	}
	

/* comments
--------------------------------------------------*/

.commentbox {
	margin: 0 30px 0 30px;
}
	
.commentbox small {
	font:12px/16px verdana, arial, helvetica, sans-serif;
	color: #333;
}

.commentbox input, .commentbox textarea {
	margin-bottom: 10px;
} 

.commentbox .title {
	font:12px/18px 	Georgia, Times, serif;
	background-color: #ccc;
}

.commentbox .body .reply {
	font:12px/18px 	Georgia, Times, serif;

}