/*
Theme Name: Joseph DeSciose
*/

html, body { background-color: #1a2022; }

body {
	background-color: #1a2022;
	color: #efefef;
	font-family: 'Helvetica', 'Verdana', sans-serif;
}

.wrapper {
	margin: 0px auto;
	overflow: hidden;
	width: 960px;
}



@font-face { font-family: Futura; src: url('futura-m.ttf'); } 

p { margin: 1em 0 1em 0; }

a { color: #fff; text-decoration: underline; }

.alignleft {
	float: left;
	margin: 0 10px 5px 0;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

strong { font-weight: bold; }

.redline {
	height: 4px;
	background-color: #f70025;
	margin: 0 auto;
	width: 960px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*******************
  HEADER
********************/

#header {
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: 0 20px;
	height: 150px;
}

#hdr-email {
	float: left;
	height: 30px;
	margin: 125px 0px 0px 70px;
	width: 195px;
}
	#hdr-email a {
		display: block;
		height: 100%;
		width: 100%;
	}
 
#blob {
    background: #cb0e21;
    border-right: 1px solid #5d040d;
    border-left: 1px solid #5d040d;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #cb0e21, #8d0613);
    background: -webkit-gradient(linear, left top, left bottom, from(#cb0e21), to(#8d0613));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}
 
#nav {
    margin: 83px 20px 20px 0;
    position: relative;
    float: right;
}
 
#nav li {
    float: left;
    list-style: none;
}
 
#nav li a {
    color: #f6f6f6;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-family: 'Helvetica', Georgia, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 15px;
    width: 100%;
 
}


/*********************
/* !index
*********************/

#home-slideshow {
	margin: 0 auto;
	width: 640px;
	text-align: justify;
}
	#home-slideshow .slideshow {
		margin: 0 0 15px 0;
	}
	#home-slideshow a {
	color: #5d040d;
	text-decoration: underline;
	}


#copy {
	font: 1em Helvetica;
	float: left;
	line-height: 1.35em;
	width: 500px;
}
	#copy h1 {
		font: 1.5em Georgia;
		margin: 0 0 5px 0;
	}
		#copy h1 a { border-bottom: 1px solid #000; }
		#copy h1 a:hover { color: #cb0e21; }
	#copy h2 {
		font: 1em Georgia;
		margin: 0 0 1em 0;
	}
	
	.main-content {
		margin: 0 0 40px 0;
	}





/***********************
  PAGE
************************/

#page {
	font: 1.2em 'Helvetica', sans-serif;
	line-height: 1.4em;
	padding: 0px 30px;
	margin: 30px auto 0 auto;
	width: 960px;
}
		
	#page h2 {
		font:  1.8em Futura;
		margin: 0px 0px 1em 0px;
	}
	#page h3 {
		font: 1.2em Futura;
		margin: 15px 0 0 0;
	}
	#page h6 {
		font-size: 14px;
		margin: -38px 0 0 0;
	}
	
	.archive-entry {
		clear: both;
		margin: 40px auto 150px auto;
		width: 600px;
	}

	
	#page .archive-entry h1 {
		clear: both;
		font: normal normal normal 1.2em/normal Futura, Georgia;
		margin: 0 0 15px 0;
		text-transform: uppercase;
		width: 500px;
	}
		.archive-entry  h1 a { color: #fff; border-bottom: 1px solid #fff; text-decoration: none; }
		.archive-entry  h1 a:hover { color: #cb0e21; }
		.archive-entry  h1 a:visited { text-decoration: none; }
	
	#page .archive-entry h2 {
		clear: both;
		font: italic normal normal 1em/normal Georgia;
		margin: 0px 0px 1em 0px;
	}
	
	#page-text p a {
		text-decoration: underline;
	}
	
	#page ul {
		list-style-type: disc;
		margin: 5px 0 15px 40px;
	}
	
	#page .aligncenter {
	   display: block;
	   margin-left: auto;
	   margin-right: auto;
	}
	#page .wp-caption {
	   border: 1px solid #ddd;
	   text-align: center;
	   background-color: #f3f3f3;
	   padding: 4px;
	   margin: 0 auto 10px auto;
	   /* optional rounded corners for browsers that support it */
	   -moz-border-radius: 3px;
	   -khtml-border-radius: 3px;
	   -webkit-border-radius: 3px;
	   border-radius: 3px;
	}
	#page .wp-caption img {
	   margin: 0;
	   padding: 0;
	   border: 0 none;
	}
	#page .wp-caption p.wp-caption-text {
	   font-size: 11px;
	   line-height: 17px;
	   padding: 0 4px 5px;
	   margin: 0;
	}
	#page #page-text {
		float: left;
		width: 600px;
	}
	#page #page-photo {
		
		float: right;
		margin: 0 0 0 0;
		width: 250px; 
	}
		#page #page-photo img { 
			border: 2px solid #0b0b0b;
			height: 225px; 
			float: right; 
			width: 300px; 
		}
	#page img { padding: 0; border: none; }	
	



.thumbnail { display: block; }
.thumbnail a { 
	background-color: #0b0b0b;
	display: block;
	float: left;
	height: 150px;
	margin: 0px 15px 5px 0px;
	padding: 5px;
	width: 150px;
}



#footer { 
	clear: both;
	font: 12px 'Helvetica', sans-serif; 
	line-height: 1.3em;
	margin: 20px auto 10px auto;
	text-align: center; 
}

.ngg-albumoverview a { text-decoration: none; }
.ngg-album-compact p {
	font-size: 20px;
}

.ngg-album-desc { 
	font: 16px 'Helvetica', sans-serif;
	color: #fff; 
	text-decoration: none; 
}

.simpleviewer {
	margin: 0 auto;
	width: 800px;
}

/* COMMENTS */

h3#comments {
	font-size: 20px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	display: none;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}