/*  
Theme Name: Zac Carr
Theme URI: http://www.zaccarr.com
Description: Zac's First Theme
Version: 1
Author: Josh Carr
Author URI: http://www.joshcarr.com/

*/

* {
margin: 0;
padding: 0;
}

body {
	background: black;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	}

a:link, a:visited {
color: #FFFFFF;
text-decoration: underline;
}

a:hover{
color: #FFFFFF;
text-decoration: none;
}
	
hr {
display: none;
}	
	
#page {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	}

/*
Header
-------------------------------------------
*/

#header {
margin: 0;
padding: 0;
}
	
#header h1 a span{
	display: none;	
	}
	
#header h1 a {
	height: 375px;
	display: block;
	background: url("http://farm3.static.flickr.com/2405/2096617846_e5df5b1816.jpg") no-repeat;
	border: 0;	
	}
	
#header div.description{
	display: none;	
	}

/*
Content
-------------------------------------------
*/
	
#content {
	float: left;
	padding: 0 0 20px 45px;
	margin: 50px 0 0;
	width: 450px;
	font-size: 1.2em
	}
	
#content div.post {
	margin: 0 0 50px 0;
}

#content div.post h2{
	font-family: Arial, Helvetiva, sans-serif;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1em;
}

#content div.post h2 a:link, #content div.post h2 a:visited{
	color: #FFF;
	text-decoration: none;
}

#content div.post h2 a:hover {
	color: #CCC;
	text-decoration: underline;
}

#content div.post small {
	display: block;
	margin: 2px 0 15px 0;
}

#content div.post p {
	margin: 1em 0;
	line-height: 1.3em;
}

#content div.post p.postmetadata {
	text-align: center;
	font-size: .8em;
	color: #CCC;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/*
Sidebar
-------------------------------------------
*/

#sidebar {
	padding: 50px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar h2 {
	font-size: 1.4em;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	background: #444;
	color: #FFF;
	}

#sidebar #searchsubmit {
	padding: 1px;
	background: #444;
	color: #FFF;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

	
/*
Footer
-------------------------------------------
*/	

#footer {
	text-align: center;
	padding: 0 0 20px 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}
	
/*
Comments
-------------------------------------------
*/	


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em;
	background: #444;
	color: #FFF;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	font: 0.9em;
	background: #444;
	color: #FFF;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#commentform p {
	margin: 5px 0;	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
	font-size: 0.9em;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #111;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

h3#respond {
	margin: 20px 0 0 0;
	}
	
/*
Extras
-------------------------------------------
*/	

h2.pagetitle {
margin: 0 0 40px 0;
font-size: 1.5em;
border-bottom: #FFF solid 1px;
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

/*
FLICKR BADGE
-------------------------------------------
*/	
<!-- Start of Flickr Badge -->
<style type="text/css">
#flickr_badge_source_txt {padding:0; font: 11px Arial, Helvetica, Sans serif; color:#FFFFFF;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#000000;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#FFFFFF !important;}
</style>
<table id="flickr_badge_uber_wrapper" cellpadding="0" cellspacing="10" border="0"><tr><td><a href="http://www.flickr.com" id="flickr_www">www.<strong style="color:#3993ff">flick<span style="color:#ff1c92">r</span></strong>.com</a><table cellpadding="0" cellspacing="10" border="0" id="flickr_badge_wrapper">
<script type="text/javascript" src="http://www.flickr.com/badge_code_v2.gne?count=5&display=latest&size=t&layout=v&source=user&user=18905945%40N00"></script>
</table>
</td></tr></table>
<!-- End of Flickr Badge -->
