/*
Theme Name: DanielLevin.com
Theme URI: http://daniellevin.com/
Description: Custom theme designed for daniellevin.com
Version: 1.0
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/
	Daniel Levin v1.0
*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: regular;
	font-size: 14px;
	color: #222121;
}
a {
	color: #b32621;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
h1 {
	border-bottom: 1px solid #000;
	width: 100%;
	color: #b32621;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 15px;
}
h1 a {
	color: #b32621;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;	
}
h2 {
	color: #b32621;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
h3 {
	color: #b32621;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#sidebar h1 {
	letter-spacing: 1px;
	font-size: 16px;
	border-bottom: 1px solid #000;
}
img {
	border: 0;
}
#container {
	width: 900px;	
	margin-left: auto;
	margin-right: auto;
	background-color: #f8efef;
}
#header {
	height: 249px;
	width: 900px;
}
#nav {
	height: 32px;
	width: 900px;
	background-image: url(images/nav_bg.jpg);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
}
#main {
	width: 900px;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-y;
	height: auto;
	
}
#sidebar {
	width: 210px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;	
}
#sidebar .wrap {
	padding: 20px 25px 20px 20px;	
}
#sidebar .set {
	margin-bottom: 10px;
	
}
#content {
	width: 690px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	min-height: 700px;
	z-index: 50;
}
#content .wrap {
	padding: 10px 20px 0px 35px;	
}
#footer {
	clear: both;
	width: 880px;
	background-color: #1f1c1c;
	text-align: center;
	padding: 15px 10px 15px 10px;
	color: #b2a1a1;
	font-size: 11px;
}	
#main ul {
	list-style: none;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}
#main ul li {
	list-style-image: url(images/bullet.gif);
	margin: 0px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
}
.clearall {
	clear: both;	
}
#footer p {
	margin: 0;
	padding: 0;
}
.readmore {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}
.readmore a {
	text-decoration: none;
	color: #222121;
}
.readmore a:hover {
	color: #b32621;	
}

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


textarea {
	width: 100%;	
}
hr {
	height: 1px;
	border: none;
	width: 100%;
	background-color: #b32621;	
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
