/* 
Theme Name: Zack 990
Theme URI: http://andreamignolo.com/zack-990/
Description: Zack 990 is a photoblog theme inspired by The Boston Globe's 'The Big Picture' site.  In addition to large photos, Zack 990 includes a four column widget-ready footer.
Author: A. Mignolo and Joshua Weinberg
Author URI: http://andreamignolo.com
Version: 1.1
Tags: one-column, white, blue, fixed-width, threaded-comments, photoblogging

License: GNU General Public License (GPL) version 3
*/


/* Layout 
------------------------------------------------------------------*/
#searchform						{ text-align: left; padding: .5em 0 1em .9em; background: #FFF; }

#content						{ width: 55em; float: left;	margin: 2em 0 3em 1.5em; padding: 0 2em 0 0; }


.archive_nav 					{ margin: 0; padding: .5em 1em 1.7em 1em; }


	
.widgetlist 							{ margin: 0 0 100px 0; padding: 30px 0 0 0; line-height: 1em; border-top: 15px solid #e2e2e2; }

.footerlist h2, .taglist h2				{ font-size: 14px; }
.footerlist ul 							{ margin: 0; padding: 0; background: #EEE; }
.footerlist li a 						{ display: block; border-bottom: 1px dotted #CCC; padding: .5em 0 .5em .5em; }
.footerlist ul li a:hover 				{ background: #DDD; }
.footerlist ul 							{ list-style-type: none; }

.menu {
	margin: 2em 0 0 0;
	}

img.thumbnail {
	float: left;
	padding: 0 1em 0 0;
	margin: 0 1em 0 0;
	}
	
.archives {
	float: left;
	display: inline;
	margin: 2em 3em 0 0;
	}

.fourohfour {
	width: 65em;
	}

.notfound {
	margin-left: 4em;
	}

.post ol {
	padding-left: 3em;
	line-height: 1.5em;
	list-style-type: decimal;
}

.post ul {
	padding-left: 3em;
	line-height: 1.5em;
	list-style-type: circle;
}

ul, ol {
	margin: 0 0 1.5em 0;
	}


.taglist {
	clear: both;
	line-height: 1.5em;
}

.gallery {
	padding-bottom: 2em;
}

.post img.nocaption {
	margin-top: 5em;
}



/*  Style and Colors 
------------------------------------------------------------------*/
#topnav, #footer, #topnav ul {
	background-color: #FFF;
	color: #FFFAEF;
	}

#topnav li {
	border-right: 1px solid #333;
}

#featured {
	background: #eee;
	border-bottom: 3px solid #101010;
	}
	
#main_feature {
	color: #000;
	}

	
.sidebar h2 			{ color: #000; border-bottom: 1px solid #CCC; }


/* =Link Styles and Colors 
------------------------------------------------------------------*/
a						{ text-decoration: none; }
a img 					{ border: 1px solid #000; }	
h1 a 					{ color: #FFF; }
	
#topnav a {
	padding: 1em 1.5em 1em 1.5em;
	}

#topnav a:hover {
	color: #3770DF;
	}

.current_page_item a, .current a {
	color: #3770DF;
	}

#commentmetadata {
	color: #0C71D7;
	}
	

/* Typography
------------------------------------------------------------------*/
blockquote {
	width: 85%;
	margin: 0 auto;
	border-left: 5px solid #2F60BF;
	padding: 1em .5em .2em 1em;
	margin-bottom: 1em;
	font-style: italic;
	}

.more-link  {
	text-transform: uppercase;
	font-size: .85em;
	font-weight: bold;
	}

.search {
	text-transform: uppercase;
	font-size: .9em;
	}

.single_meta {
	line-height: 1.5em;
	border-left: 3px solid #2F60BF;
	padding: 0 .5em 0 1em;
	margin-top: 2em;
	}


/* threadedComments 
------------------------------------------------------------------*/
span.says 								{ display: none; }

#respond								{ clear: both; padding-top: 1em; }
#respond h3 							{ margin: 0 0 .5em 0; }
ul.commentlist .reply 					{ clear: left; float: left; }
ul.commentlist .reply a 				{ color: #999; }
#commentform a, cite.fn a 				{ color: #2F60BF; }

#commentform p 							{ margin-bottom: 1em; }
ul.commentlist ul.children 				{ margin-left: 50px; list-style-type: none; }
.cancel-comment-reply a 				{ color: #CF0000; }



/*  Widget Styles
------------------------------------------------------------------*/	

.widget {
	clear: both;
	color: #DFD7D3;
}

.widget ul li {
	display: block;
	float: left;
	text-align: left;
	margin: .5em;
}

.widget ul {
	margin: 0 0 0 6em;
	line-height: 1.5em;
}

#tag_cloud a {
	line-height: 1.5em;
	padding-left: 20px;
}


	
.textwidget {
	padding: .5em 0 0 .55em;
	line-height: 1.2em;
	color: #999;
}

/*
#calendar_wrap td {
	padding: .55em;
	border-bottom: 1px solid #DDD;
	color: #999;
}

#calendar_wrap caption {
	color: #2F60BF;
	padding-top: .5em;
	font-weight: bold;
}

#calendar_wrap td:hover {
	color: #555;
}

#calendar_wrap th {
	display: none;
}
*/


/* =Better image scaling in IE
------------------------------------------------------------------*/
img { -ms-interpolation-mode:bicubic; }


/* =Required + WP Default Styling
------------------------------------------------------------------*/
.aligncenter 					{ display: block; margin-left: auto; margin-right: auto; }
.alignleft 						{ float: left; }
.alignright 					{ float: right; }
.gallery-caption 				{ text-align: center; font-size: .9em; color: #999; }
.wp-caption-dd 					{ font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }

