/*  
Theme Name: Portfolio
Theme URI: http://www.jeffhurlow.com
Description: Portfolio theme custom designed for Kevin Hanley.
Version: 1.0
Author: Kevin Hanley and Jeff Hurlow
Author URI: http://www.jeffhurlow.com/

*/

body, h1, h2, h3, h4, h5, h6, blockquote{
	margin: 0;
	font-family: Helvetica, Arial, Sans-serif;
	text-align: left;
	vertical-align: top;
	background: #ffffff;
	padding: 0;
	font-size:11px;
}

a:link, a:visited {
	text-decoration: none;
	color: #333333;
       
}
a:hover {
	color: #993333;
        
}

p {
	color: #666666;
	padding: 0 0 10px 0;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

#header {
	float: left;
	width: 900px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}

/* #header h1 a {
	color: #993333;
} */

#header h1 a:hover {
	text-decoration: none;
}

#pages {
	padding-left:190px;
}

#pages ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0 0 20px 0;
}

#pages li {
	float: left;
	display:inline;
	padding: 0 20px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .5px;
}

#container {
	float: left;
	width: 595px;
/*	border-right: 1px solid #cccccc; */
	padding-top: 10px;
}

.pagetitle {
	text-transform: uppercase;
}

.post {
	padding: 10px 0 10px 0;
	line-height:17px;
}



.wp-post-image {
        padding: 10px 0 10px 0;
        display:block;
        float: left; 
        margin-right:25px;
        border:0px;
}


.postthumb {
	line-height:17px;
	border-bottom: 1px solid #cccccc;
        
}

/* .postthumb h2 {
	display:none;
	padding: 0;
	margin: 0;
} */

.entry {
	padding: 10px 50px 0 0;
        
}

.excerpt_entry {
	padding: 10px 50px 0 0;
	height: 175px;
        text-align:left;
        
}

.imgtfe {
	padding-right: 25px;
        
}

.alignnone {
	border:0px;
        
}

.navigation {
	margin: 20px 0;
	font-weight:bold;
}

#sidebar {
	float: left;
	width: 240px;
	padding: 100px 0 0 35px;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;

}

#sidebar ul li{
	padding: 10px 0 10px 0;
}

.widgettitle, #sidebar h3 {
	font-size: 12px;
	text-transform: uppercase;
	padding: 10px 0 15px 0;
	color: #333333;
}

#sidebar ul ul li{
	list-style-type: disc;
	padding: 5px;
	font-size: 12px;
	text-transform: lowercase;
	font-weight: bold;
}

#searchform input {
	background-color:#bdbdbd;
	border: none;
	padding: 3px 15px;
	color:#fff;
	font-weight:lighter;
}

#footer {
	float: left;
	width: 595px;
	border-top: 1px solid #cccccc;
	padding-top:40px;
}

#footer p{
	font-size: 10px;
	color: #333333;
}

h1 {
	font-weight: bolder;
	font-size: 18px;
	color: #993333;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 30px 0 -15px 0;	
}

h2 {
	padding-top:20px;
	font-size: 12px;
	color: #333333;
}

img#wpstats{width:0px;height:0px;overflow:hidden}