/*
Theme Name: LemonPark
Theme URI: http://industrialbrand.com/
Description: Wordpress theme for Lemon Park
Version: 2.0
Author: Industrial Brand

*/

/* Begin Typography & Colors */

   img {border:none;}
   a:active, a:focus {outline: 0;}

div {background-color: transparent;}

html {
	height: 100%;
}

body {
	font-size: 85%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	color: #000;
	line-height: 140%;
	margin:0px;
	padding: 0px;}

#content {
	font-size: 1em
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

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

.commentlist li {
	font-weight: bold;
	}

.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;
	}
	
.postmeta_date {
	font-size: 11px; 
	font-weight: bold;
	margin-bottom: 5px;
}	


#content .post p {
	margin: 0 0 10px 0;
}


small, #sidebar ul li, 
#sidebar ul ol li, 
.nocomments, 
.postmetadata,
blockquote, 
strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #5e2201;
}


#footer_info a {
	text-transform: uppercase;
	color: #b2b2b2;
	text-decoration: none;
}

#footer_info a:hover {text-decoration: underline;}

/* End Typography & Colors */



/* Begin Structure */

html {
	height: 100%;
}

body {
	height: 100%;
	color: black;
	background-color: #ccc;
	background-image: url('images/body_bg.png');
	background-repeat: repeat-y;
	}

#wrapper {
	width: 1024px;	
	background-color: white;
}


#content_container {
	float: left;
	width:640px;
	margin-bottom: 50px;
}

#header_img {
	height: 200px;
	margin-bottom: 35px;
}

#content {
	margin-left: 75px;
}

#sidebar {
	height: 100%;
	margin-left: 656px;
	padding: 218px 0 0 0;
	background: url(images/logo.png) no-repeat top left;
	}
	
#sidebar div, ul#main_nav, p#footer_info {
	margin-left: 62px;
}
 
ul#main_nav {
	margin-bottom: 50px;	
}

#sidebar_special {
	margin-top: 40px;	
	margin-bottom: 15px;
	margin-left: -2px;
}

#sidebar_special p {
	color: #5c5c5c; 
	font-size: 11px; 
	line-height: 16px;
	
	
}

p#footer_info {
	font-size: 0.7em;	
	margin-left: 62px;
	color: #b2b2b2;
}

#footer {
	clear:both;
}
	

div.clearfloat {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	margin-bottom: 40px;
}

/* End Structure */

/* Navigation */

li.nav a, .subnav a {
	color: #000 !important;	
}

li.nav a, li.nav_current_page_item a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}




li.nav a:hover, 
li.nav_current_page_item a, 
li.sub_nav_current_page_item a, 
#main_nav .subnav .page_item a:hover, 
#main_nav .subnav .current_page_item a {
	background-image: url('images/current_page_item.png');
	background-repeat: no-repeat; 
	color: black;
}

li.sub_nav a, 
li.sub_nav_current_page_item a, 
.subnav .page_item a, 
.subnav .current_page_item a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

li.sub_nav_current_page_item a, li.nav_current_page_item a {
	font-weight:bold;
}

ul.subnav {
	margin-bottom: 10px;
	padding: 0px;	
}

li.nav, li.nav_current_page_item, li.sub_nav, li.sub_nav_current_page_item {
	margin-bottom: 3px;	
}

/* End Navigation */


/* Posts */

div.bio {
	clear:both;	
	margin-bottom: 16px;
}

div.bio img, div.news_entry img {
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
		border: 1px solid #4f1c00;
}

div.news_entry h4{
		color: #92745c;
		font-size: 0.8em;
		font-weight: bold;
		display: inline;
}

/* End Posts */

/* Begin Page Titles */

div.written_titles img {
	margin-bottom: 10px;	
}

div.written_titles_gallery img {
	margin-left: 140px;	
}

/* End Page Titles */

/*	Begin Headers */

h1, h2, h3, h4, h5, h6, h12 {
	margin: 0px;
	padding: 0px;	
}

h2 {
	margin: 30px 0 0;
	font-family: 'Arial Narrow', 'Helvetica Neue', 'Helvetica', 'Arial', "sans serif";
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #7a7a7a;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.post_title {
	font-family: Georgia, Times, sans-serif;
	color: black;
	font-size: 28px;	
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 4px;
	line-height: 100%;
}

h3.post_title a {
	text-decoration: none;	
	color: black; 
}

h3.post_title a:hover {
	color: #5e2201;
	}

h4 { 
	font-family: Georgia, Times, sans-serif; 
	font-size: 18px; 
	font-weight: normal;
	
}


h6 {
	margin-bottom: 10px;	
}

h2.archive {
	font-size: 1em;	
	margin-bottom: 1.4em;
}

/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.subnav {
	margin-left: 20px;	
}



.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */






/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

