/*   
Theme Name: Film Strip
Theme URI: www.stephenheskett.com
Description: A darker theme with visual elements of undeveloped film and test patterns.
Author: Stephen Heskett
Author URI: www.stephenheskett.com
Version: 2.0
.

.
*/

body { 
	background-color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#FFFFFF;
	text-align:center;
	margin:0px;
	padding:0px;
	background-image:url(images/bglines.gif);
	}
img {
	border:none;
	}
input, textarea {
	background-color:#333333;
	color:#FFFFFF;
	padding: 2px;
	}
A:link, A:visited {
	text-decoration:none;
	color: #1e90ff;
	background-color:inherit;
	
}
A:hover, A:active {
	text-decoration:underline;
	color: #b0c4de;
	background-color:inherit;
}
blockquote {
border-left: 5px solid #b0c4de;
padding-left: 5px;
	/*border-top: 1px solid #cccccc; */
	/*border-bottom: 1px solid #cccccc; */
	/* background: url(images/quoteheader.jpg) repeat-x; */
	}
#headshotsButton a:link {
	width:120px;
	height:29px;
	background-image:  url(/images/headshots_01.gif);
	background-repeat: no-repeat;
	display:block;
}
#headshotsButton a:hover {
	width:120px;
	height:29px;
	background-image:  url(/images/headshots_01-over.gif);
	background-repeat: no-repeat;
	display:block;
}
#resumeButton a:link {
	width:120px;
	height:29px;
	background-image:  url(/images/resume_01.gif);
	background-repeat: no-repeat;
	display:block;
}
#resumeButton a:hover {
	width:120px;
	height:29px;
	background-image:  url(/images/resume_01-over.gif);
	background-repeat: no-repeat;
	display:block;
}
#reviewsButton a:link {
	width:120px;
	height:29px;
	background-image:  url(/images/reviews_01.gif);
	background-repeat: no-repeat;
	display:block;
}
#reviewsButton a:hover {
	width:120px;
	height:29px;
	background-image:  url(/images/reviews_01-over.gif);
	background-repeat: no-repeat;
	display:block;
}
#contactButton a:link {
	width:120px;
	height:29px;
	background-image:  url(/images/contact_01.gif);
	background-repeat: no-repeat;
	display:block;
}
#contactButton a:hover {
	width:120px;
	height:29px;
	background-image:  url(/images/contact_01-over.gif);
	background-repeat: no-repeat;
	display:block;
}
#newsButton a:link {
	width:120px;
	height:29px;
	background-image:  url(/images/news_01.gif);
	background-repeat: no-repeat;
	display:block;
}
#newsButton a:hover {
	width:120px;
	height:29px;
	background-image:  url(/images/news_01-over.gif);
	background-repeat: no-repeat;
	display:block;
}
.hide {
	display:none;
	}
#page {
	width: auto;
	text-align: left;
	background-image:url(images/bglines.gif);
}
#page ul {
	margin:0px;
	padding: 0;
	list-style-type:none;
}

#left{
	margin-left:10px;
	float:left;
	width:136px;
}
#middle{
	margin-left: 10px;
	float:left;
	width:530px;
}
#right{
	margin-left: 10px;
	float:left;
	width:165px;
}
#footer{
	
}
.smallHeadshots{
	text-align:center;
}
.smallHeadshots img{
	border: 1px solid;
	border-color:#666666;

}

.post {
	padding:5px;
	color:#EEE;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	
}
.postHeader{
	background: url(images/postheader.gif) repeat-x;
}
.postTitle {
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1.3em;
	margin-top: 5px;
	margin-bottom: 0;
	color:#FFF;	
}
.postTitle A:link, A:visited {
color:#FFF;

}
.postDate {
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.post img {
align: center;
	padding:5px;
	border: 1px solid #666666;
	margin-left:5px;
        margin-right:5px;
}
.post li {
list-style-type:disc;

margin-left:20px;
}
img.titleImage{
	padding:5px;
	margin:0px;
	border: none;
	align:center;
	}
.filmstrip {
	background: url(images/framebottom.gif) repeat-x left bottom;
	padding-bottom:17px;
	margin-bottom:20px;
	border-width:medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-color: #666666;
	background-color:#000000;
}
.filmstrip h3 {
	background: url(images/frametop.gif) repeat-x left top;
	margin:0px;
	padding:0px;
	height:17px;
}
.filmstrip span {
	display: none;
}
#archives{
	text-align:center;
	font-size:0.9em;
}
#sale{
	text-align:center;
}
.commentlist {
	padding: 0;

	text-align: justify;
	}
.commentlist li {

	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}
/*Changes background on every other comment*/ 
.alt {
	background-color:#333333;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}
