`@charset "UTF-8";
/************************************************
 *
 *  File     :  css/jm-home.css
 *  Version  :  v1.0
 *  Website  :  Jacobmoon.com
 *  Author   :  Josh Horvath
 *  Company  :  Faduchi Group (c) 2009 - faduchigroup.com
 *
 ************************************************/

/* Common Items */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	margin: 0 auto;
	background: black;
	width: 100%;
	padding: 0;
	text-shadow: 1px 1px 1px black;
	}
	
#container {
	background: url(../images/home/background.jpg) no-repeat black top center;
	position:relative;
	width: 1181px;
	min-height: 1010px;
	margin: auto;
	}
	
.clear { clear: both; }

ul {
	margin: 0;
	padding: 0;
}

/* Common Text */
h1 {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0;
	}

h3 {
 	font-family: Arial;
	font-size: 14px;
	color: #FFF; 
	font-weight: normal;
	}

p {
 	font-family: Arial;
	font-size: 12px;
	color: #FFF; 
	display: block;
	margin: 5px 0 5px 0;
	}

a, a:visited {
 	font-family: Arial;
	font-size: 12px;
	color: #efd48f;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: white;
	}
a:focus { outline: none; }

.yellow { color: #efd48f; }


/* Structure */

#column-1 {
	float: left;
	margin-left: 158px;
	margin-top: 218px;
}

#column-2 {
	float: left;
	margin-top: 218px;
	margin-left: 330px;
}


/* Sections */

#latestnews,
#tourdates,
#buymusic,
#connectwithus {
	margin-bottom: 20px;
	width: 350px;
}
#albuminfo,
#singleofthemonth,
#videoofthemonth,
#presskit {
	margin-bottom: 20px;
	width: 309px;
}



#latestnews h1 {
	background: url(../images/home/title-latestNews.png);
	height: 28px;
	width: 176px;
}
#tourdates h1 {
	background: url(../images/home/title-tourDates.png);
	width: 176px;
	height: 28px;
}
#buymusic {
	background: url(../images/home/btn-buyMusic.png);
	width: 155px;
	height: 90px;
	display: block;
	text-indent: -9999px;
	margin-top: 40px;
}
#connect {
	background: url(../images/home/title-connect.png);
	width: 151px;
	height: 97px;
	text-indent: -9999px;
}
#albuminfo h1 {
	background: url(../images/home/title-albumInfo.png);
	height: 28px;
	width: 150px;
}
#singleofthemonth {
	background: url(../images/home/link-SingleOfTheMonth.png);
	width: 205px;
	height: 43px;
	display: block;
	text-indent: -9999px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#videoofthemonth h1 {
	background: url(../images/home/title-videoOfTheMonth.png);
	height: 32px;
	width: 178px;
}
#presskit h1 {
	background: url(../images/home/title-PressKit.png);
	width: 101px;
	height: 22px;
}


/* Latest News */
#latestnews h3 {
	margin: 0;
	padding: 0;
	color: #efd48f;
	font-size: 13px;
	font-weight: bold;
}

/* Connect */
#connect { margin-top: 40px; }
#connect ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
#connect ul li {
}
#connect ul li a {
	position: absolute;
	display: block;
	width: 34px;
	height: 35px;
}
#connect ul li a.facebook	{ top: 8px; left: 2px; }
#connect ul li a.twitter	{ top: 15px; left: 44px; }
#connect ul li a.myspace	{ top: 3px; left: 76px; }
#connect ul li a.youtube	{ top: 14px; left: 116px; }
#connect ul li a:hover 		{ background: url(../images/home/connect-over.png); }



/* Album Info */
#albuminfo img {
	float: left;
	margin: 0 10px 6px 0;
	border: 1px solid white;
}


/* Video of the Month */
#videoofthemonth object {
	border: 1px solid #627c57;
	display: block;
}


/* Press Kit */
#presskit a img {
	width: 64px;
	height: 66px;
	float: left;
	margin: 0 5px 5px 0;
	border: 1px solid #EFD48F;
}
#presskit a img:hover { border: 1px solid white; }

#presskit .clickhere {
	background: url(../images/home/btn-clickHere.png) top;
	width: 88px;
	height: 15px;
	text-indent: -9999px;
	display: block;
	clear: both;
}
#presskit .clickhere:hover {
	background-position: bottom;
}


/* Mailing List */

#mailinglist {
	position: absolute;
	left: 839px;
	top: 170px;
	width: 200px;
	height: 61px;
	display: block;
	background: url(http://img01.fanbridge.com/images/widget/small/jointhemailingist_black.png) no-repeat top left;
	padding: 30px 0 0 0;
}
	
#copyright {
	font-size: 11px;
	position: absolute;
	top: 880px;
	left: 460px;
	text-align: center;
}

#faduchigroup {
	position: absolute;
	top: 900px;
	left: 600px;
	width: 108px;
	height: 15px;
	background: url(../images/css/faduchidesign.gif) no-repeat;
}

