/*   
Theme Name: levinschwartz
Theme URI: levinschwartz.com
Description: Custom theme for LevinSchwartz.com
Author: Gillian Reynolds
Author URI: wickedfishdesign.net
Template: 
Version: 
.

.
*/

img { border: 0; }

body {
	margin: 0; padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #101010;
	color: #B0B0B0;
	text-align: center;
}

#container {
	width:900px;
	margin: 20px auto;
	padding: 0;
	background-color: black;
	border: 1px solid #959596;
	text-align: left;
}

#header {
	position: relative;
	padding: 0;
	margin: 0 auto 30px;
	height: 200px;
	width: 100%;
	background: black url(images/bannerbg-slide-210.jpg) no-repeat top left;
}

#content {
	float:left;
	width:600px;
	margin-left: 25px;
	margin-right: 25px;
	padding: 0 0 20px;
	font-size: 1.2em;
}

#sidebar {
	float:right;
	width:225px;
	margin-right: 25px;
	border-top: 1px solid grey;
	border-bottom: 1px solid grey;
	font: 1em Verdana, Arial, Sans-Serif;
	padding: 0;
    background-color: #111111;
}

#footer {
	clear:both;
	width:100%;
	background-color: black;
	border-right: 1px solid #959596;
	padding-top: 20px;
	text-align: center;
}

.tube {
	padding: 10px 20px;
}


.pagepost {
	margin: 0 0 40px;
	/*border-top: 1px solid grey;*/
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	/*border-top: 1px solid grey;*/
	}

.postmetadata {
	padding-top: 5px;
	margin: 30px 0;
	text-align: center;
}

.entry p {
	font-size: 1.05em;
	}

.entry,  {
	line-height: 1.4em;
	}

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

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


h1, h2, h3 {
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
}

h1 {
	padding-top: 40px;
	margin: 0;
	font-size: 3.5em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .5em;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #D25A0B ; /*#FD5A1E;*/
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #E4D3A6;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	}

.entry p a:visited {
	color: #FD5A1E;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 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: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike, #footer {
	color: #666;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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

a, h2 a:hover, h3 a:hover {
        color: #FD5A1E;
	text-decoration: none;
	}

a:hover {
	color: #707070;
	text-decoration: underline;
	}

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

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style-type: none;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#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;
	}



#modernbricksmenu{
padding: 0;
width: 100%;
background: transparent;
}

#modernbricksmenu ul{
font-weight: bold;
font-size: 110%;
margin:0;
margin-right: 30px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: right;
display: block;
color: white;
margin: 0 2px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid black;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu .current_page_item a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; /*Brown color theme*/ 
}

#menucontainer {
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
}

