/* @group Main Styles */

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #585858 url(/art/jay-premack-background.gif) fixed;
	font-family: "Futura", "Lucida Sans Unicode", "Lucida Grande", Tahoma, sans-serif;
	font-weight: lighter;
	font-size: 76%;
}

a:link, a:visited {
	color: #656769;
	text-decoration: none;
}

a:hover, a:active {
	color: #be2100;
}

h1, h1.entrytitle {
	text-transform: uppercase;
	color: #be2100;
	font-size: 1.5em;
	letter-spacing: .1em;
	font-family: "The Sans Semi Bold-", "Arial Narrow", "Trebuchet MS";	
	margin: 20px 0 5px 4px;
	padding: 0;
	font-weight: normal;
}

h3 {
	text-transform: lowercase;
	color: #be2100;
	font-size: 1.2em;
	letter-spacing: .1em;
	font-family: "Futura", "Arial Narrow", "Trebuchet MS";	
	margin: 0 0 5px 4px;
	padding: 0;
	font-weight: normal;
}

p {
	font-size: 1.1em;
	margin: 0 0 15px 4px;
}

h4{
	color: #efefef;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	padding-right: 25px;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}



/* @end */
#container {
	width: 980px;
	margin: 25px auto;
}

#content {
	width: 100%;
}

#blogcontent {
	width: 930px;
	margin: 0 auto;
	padding: 10px 25px 30px 25px;
	background: #fff;
}

#blogcontent a:link, #blogcontent a:visited {
	color: #be2100;
	text-decoration: none;
}

#blogcontent a:hover, #blogcontent a:active {
	color: #5c5451;
}

div.photocontainer {
	padding: 17px 15px 40px 15px;
	width: 900px;
	background: #f1f1f1 url(/art/image-frame-bg.gif) no-repeat left top;
	margin-bottom: 15px;
	position: relative;
}

div.photocontainer img {
	display: block;
	margin: auto;
}


#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	margin: 10px 10px 0 10px;
	color: #fff;
}

div.posted {
	clear: both;
	margin: 10px 0 20px 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: .9em;
}
div.sharethis {
	position: absolute;
	top: 10px;
	right: 10px;
}
div.comments{
	clear: both;
	margin: 50px 0 0 0;
}

/* @group Header Styles */
#headercurve {
	margin: 0;
	height: 15px;
	padding: 0;
	width: 980px;
	background: url(/art/header-bg.gif) no-repeat left top;
}

#header {
	margin: 0;
	height: 50px;
	padding: 0;
	width: 980px;
	background: #fff;
}


#headerimage {
	background: #585858;
	margin: 0;
	height: 275px;
	width: 980px;
}

img.headerlogo {
display: block;
margin: 0 auto;
}
/* @end */

.input {
	display: inline;
	color: #333;
	background-color: #e1e1e1;
	font-size: 10px;
	border: solid 1px #333;
	margin-top: 4px;
}

/* @group Nav slide */

div.slider{
	padding: 50px;
	background: url(/art/slider-bg.png);
	font-size: 1.1em;
}
div.navslideleft {
	width: 225px;
	float: left;
	text-align: right;
	border-right: 1px solid #fff;
	margin: 0 30px 0 0;
}
div.slidecontent {
	color: #1e1e1e;
	margin: 0 0 0 250px;
	z-index: 25;

}

div.slidecontent a:link, div.slidecontent a:visited {
	color: #3e3e3e;
}

div.slidecontent a:hover, div.slidecontent a:active {
	color: #9e9e9e;
}


.closetop {
	font-size: 12px;
	margin: 5px 0 0 15px;
	float: right;
}


/* @end */

/* @group homecomments */

div.homecomments{
	margin: 10px 0 30px 0;

}
div.controlcomments{
background: #f1f1f1 url(/art/image-frame-bg.gif) no-repeat left top;
height: 15px;
padding: 15px 10px 10px 10px;
border-bottom: 1px solid #c2c2c2;
position: relative;

}
div.allcomments {
	
	max-height: 150px;
	overflow: auto;
	border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;

}
div.showcomments {
	padding: 10px;
	color: #3e3e3e;
}

div.showcomments p {
	font-size: 1em;
	margin: 0 0 10px 0;
}
span.posteddate {
	color: #929292;
}

div.leavecomments {
	margin: 0 0 10px 0;
	padding: 10px;
	color: #3e3e3e;
	background: #f1f1f1;
}

/* @end */