/*
Theme Name: KosherHipHop
Theme URI: http://kosherhiphop.com
Description: A Custom Theme for Nosson Zand and KosherHipHop.com
Version: 1.0
Author: Nicholas Young/ArtistOne
Author URI: http://ArtistOne.biz
Tags: custom, dark, high-contrast
*/

body {
	background: #000000 url(images/background.png) bottom left no-repeat fixed;
	color: #FFFFFF;
	font-size: 0.80em;
	font-family: Helvetica, Sans-serif;
	margin: 0px;
}
/*
	STRUCTURE, COLORS, AND BACKGROUNDS
*/
#wrapper {
	height: 100%;
	width: 1000px;
	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: auto;
	margin-left: 15px;
	color: #FFFFFF;
	overflow: hidden;
}
#player {
	height: 15px;
	width: 300px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
}
#home_linkbox {
	position: relative;
	height: 40px;
	width: 550px;
	margin-left: 550px;
	margin-right: auto;
	margin-top: 50px;
	font-size: 1.0em;
}
#homebox {
	position: relative;
	background: url(images/trans.png);
	height: auto;
	width: 550px;
	margin-left:550px;
	margin-right: auto;
	margin-top: 10px;
}
#sociallinks {
	height: 30px;
	width: 250px;
	margin-left: auto;
	margin-right: 15px;
	margin-top: -30px;
	text-align: right;
}
.padded {
	padding: 10px;
}
#menu {
	position: relative;
	top: 18px;
}
#subscribe {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 25px;
	height: auto;
	width: auto;
	background: #000000;
	font-size: 1.2em;
	text-transform: uppercase;
}
.page_item {
	list-style: none;
	display: inline;
	font-size: 1.2em;
	font-family: Helvetica, sans-serif;
	margin-left: 10px;
	text-transform: uppercase;
}
/*
	LINK COLOR, AND ETC
*/
#homebox a {
	color: #999999;
	font-weight: bold;
}
#homebox 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;
}