@import url("thickbox.css");

/*
Secondary CSS file for the KosherHipHop Wordpress Theme
Author: Nicholas Young/ArtistOne
Last Rev: Feb 10, 2009
*/

body {
	background: #000000;
	color: #FFFFFF;
	font-size: 0.80em;
	font-family: Helvetica, Sans-serif;
	margin: 0px;
}
/*
	STRUCTURE, COLORS, AND BACKGROUNDS
*/
#wrapper {
	height: auto;
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}
#bar {
	height: 30px;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 5;
	background: #000000 url(../images/bar_bg.png) repeat-x;
	color: #000000;
}
#twitter {
	height: 30px;
	width: 800px;
	margin-left: 15px;
	color: #FFFFFF;
	overflow: hidden;
}
#sociallinks {
	height: 30px;
	width: 250px;
	margin-left: auto;
	margin-right: 15px;
	margin-top: -30px;
	text-align: right;
}
#logo {
	height: 71px;
	width: 407px;
	background: url(../images/logo.png);
	position: relative;
	margin-left: 0px;
	margin-right: auto;
}
#page {
	height: auto;
	width: 900px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
#top {
	height: 130px;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	background: url(../images/rotate/rotate.php);
}
#submenu {
	height: 75px;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	font-size: 1.2em;
	background: #0F0F0F;
}
.push {
	top: 4px;
}
#menu {
	position: relative;
	margin-top: 20px;
	margin-bottom: 0px;
}
#expand_link {
	position: relative;
	width: 150px;
	height: 25px;
	margin-left: 755px;
	margin-right: 0px;
	top: 0px;
	background: #000000;
	text-align: center;
	font-size: 1.0em;
	z-index: 5;
}
#content {
	height: auto;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	background: #0F0F0F;
	color: #FFFFFF;
	font-family: Helvetica, sans-serif;
}
#content p {
	font-size: 1.0;
	margin-top: 15px;
}
#footer {
	width: 900px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 25px;
	text-align: left;
	font-size: 0.80em;
	color: #FFFFFF;
}
.post {
	width: 850px;
	height: auto;
	position: relative;
	padding-top: -15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.edit {
	height: 25px;
	width: auto;
	position: relative;
	margin-left: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#submenu_content {
	padding: 15px;
}
.page_item {
	list-style: none;
	display: inline;
	font-size: 1.2em;
	font-family: Helvetica, sans-serif;
	margin-left: 10px;
	text-transform: uppercase;
}
.bigtext {
	list-style: none;
	display: inline;
	font-size: 1.5em;
	font-family: Helvetica, sans-serif;
	text-transform: uppercase;
	color: #AFAFAF;
}
#search-form input {
  width: 170px;
  height: 25px;
  color: #AFAFAF;
  background: #0F0F0F;
}
#search-form {
	height: 100%;
	width: 500px;
}
#newsletter {
	height: 100%;
	width: 300px;
	left: 350px;
	top: 10px;
}
#mailing {
	margin-left: 200px;
	top: 0px;
}
h2 {
	font-family: Helvetica, sans-serif;
	font-size: 1.5em;
	color: #AFAFAF;
	margin-bottom: 15px;
}
h2.single {
	padding-top: 15px;
}
.entry {
	padding-top: 10px;
	padding-bottom: 10px;
}
.postpadding {
	margin-top: 25px;
}
.postmetadata {
	padding: 5px;
	padding-bottom: 20px;
}
.tags {
	padding-top: 5px;
}
.comment {
	padding: 5px;
}
#respond {
	padding: 15px;
}
#respond input {
	padding-top: 10px;
}
#content a {
	color: #999999;
	font-weight: bold;
}
#content a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	color: #AFAFAF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #AFAFAF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
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 */