/* Beaubristow.com STYLES -------------------------------------------------------------------
Written by: Matt McCloskey - Kemso, LLC - 2007
*/



/* Structure 
----------------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFF;
	
	background-image: url(../images/Site_Bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
}
.headerbg {
	background-image: url(../images/Site_Bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	
	position: absolute;
	z-index: -500;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 600px;
	
	display: block;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

/* Links
------------------------------*/
a, a:visited {
	color: white;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

/* Main Area
------------------------------*/
#main {
	/* total width 633 */
	width: 633px;
	margin: 0px;
	padding: 0px;
	
	float: left;
	overflow-x: hidden;
}

/* Rightside Area
------------------------------*/
#rightside {
	/* total width 167 */
	width: 167px;
	margin: 0px;
	padding: 0px;
	float: right;
	clear: none;
	
	background-color: #000000;
}
#rightside .content {
	width: 147px;
	padding: 10px;
}
#rightside #rightsideholder {
	min-height: 354px;
}


/* Navigation 
------------------------------*/

#main .header {
	position: relative;
	width: 100%;
	height: 161px;
	padding: 0px;
	
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#rightside .header {
	position: relative;
	width: 100%;
	height: 161px;
	padding: 0px;
	
	background-image: url(../images/header.jpg);
	background-repeat: repeat-x;
	background-position: -633px 0px;;
}

#main .header ul {
	position: absolute;
	bottom: 0px;
	
	display: block;
	/* total width 633 */
	width: 623px;
	margin: 0px;
	padding: 15px 5px;
	
	background-color: #66767A;
	
	text-align: center;
}
#main .header li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}
#main .header li a {
	margin: 0px;
	padding: 5px 3px;
	background-color: #66767A;
	
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 13px;
	font-weight: 100;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px; 
}
#main .header li a:hover, .header li a:active {
	background-color: #FFF;
	color: #66767A;
}

#main .header a.selected {
	background-color: #6F684E;
	margin-top: -15px;
	padding-top: 15px;
	margin-bottom: -15px;
	padding-bottom: 15px;
}
#main .header a:hover.selected {
	background-color: #6F684E;
	color: #FFF;
}


/* Content Area
------------------------------*/
#main .content {
	/* total width 633 */
	margin: 0px;
	padding: 20px;
	overflow-x: hidden;
	min-height: 400px;
	
	/*background-color: #777054;*/
	background-color: #6F684E;
}

#loader {
	display: none;
	width: 200px;
	margin: 0px auto;
	padding: 20px;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	
	background-color: #333;
	opacity: .7;
	filter: alpha(opacity=70);
	border-color: 1px solid #000;
}


/* Footer Area
------------------------------*/

#main .footer {
	background-color: #000;
}
#main .footer ul {
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
}
#main .footer li {
	list-style: none;
	display: inline;
	margin: 10px;
}
#main .footer li a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

/* Rightside Content
----------------------------------------------------------------------------------- */
/* total width 167 */
#rightside {
	background-color: #4E4E4D;
	background-image: url(../images/rightsidepicture.jpg);
	background-repeat: no-repeat;
	background-position: 0px 161px;
	
	font-family: "Century Gothic", Verdana, sans-serif;

}

#rightside h1 {
	width: 141px;
	text-transform: uppercase;
	border-bottom: 1px solid #716742;
	padding-bottom: 3px;
	
	font-size: 12px;
	font-weight: bold;
}

#jukebox {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 48px;
	background-color: #4E4E4D;
}

#jukebox h1 {
	display: block;
	margin: 0px;
	padding: 0px;
	background: #000;
	height: 20px;
	border: none;
	width: 100%;
}

#jukebox p {
	display: block;
	margin: 0px;
	padding: 0px;
	background: #4E4E4D;
	height: 28px;
}

/* Mailing list sign up
---------------------------*/
#mailinglist {
	width: 147px;
	margin: 0px;
	padding: 0px;
}
button {
	background-color: #777054;
	color: #fff;
	
	padding: 5px;
	border: 1px solid white;
	display: block;
	margin: 0px auto;
	clear: both;
}
button:hover {
	background-color: #fff;
	color: #777054;;
}
#rightside fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	
	/*margin-top: 354px;*/
	padding-top: 2px;
}
#rightside fieldset legend {
	text-transform: uppercase;
	border-bottom: 1px solid #716742;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
#rightside fieldset p {
	margin: 4px 0px;
	padding: 0px;
}
#rightside fieldset label {
	display: none;
}
#rightside fieldset .streeteam label {
	float: left;
	clear: none;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 100px;
	display: block;
}
#rightside fieldset .streeteam input {
	display: block;
	width: auto;
	height: auto;
}

input, 
textarea {
	padding: 2px;
	margin: 0px;
	
	border: 1px solid #333;
	color: #333;
	/*text-transform: uppercase;*/
	font-weight: bold;
}
#rightside fieldset input {
	/* total width 147 (right side width - content padding) */
	width: 141px;
}
#rightside fieldset #state {
	padding: 0px;
	width: 147px;
}

/* Form response classes
-----------------------------*/
.success,
.alert,
.neutral {
	display: block;
	padding: 5px;
	text-align: center;
}
.success {
	background-color: #9EADA6;
	border: 1px solid #214332;
}
.alert {
	background-color: #EEA9A9;
	border: 1px solid #CC0000;
}
.neutral {
	background-color: #efefef;
	border: 1px solid #cccccc;
	color: #666;
}

/* QuickLinks
------------------------*/
#rightside .quicklinks {
	margin: 0px;
	padding: 0px;
}
#rightside .quicklinks li {
	list-style: none;
	margin: 2px;
	padding: 0px;
	overflow: hidden;
	display: block;
	width: 16px;
	height: 16px;
	float: left;	
}
#rightside .quicklinks li a {
	overflow: hidden;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	text-indent: -999999px;
	background-color: transparent;
	
	background-position: center center;
	background-repeat: no-repeat;
	
	border: none;
}
#rightside .quicklinks li a:hover {
	border: 1px solid white;
	margin: -1px;
	width: 18px;
	height: 18px;
}
#rightside .quicklinks .myspace a {
	background-image: url(../images/quicklinks/myspaceicon.gif);
}
#rightside .quicklinks .facebook a {
	background-image: url(../images/quicklinks/facebook.gif);
}
#rightside .quicklinks .blogger a {
	background-image: url(../images/quicklinks/bloggericon.gif);
}
#rightside .quicklinks .youtube a {
	background-image:  url(../images/quicklinks/youtube.gif);
}
#rightside .quicklinks .musicnuvo a {
	background-image: url(../images/quicklinks/nuvoicon.gif);
}
#rightside .quicklinks .delicious a {
	background-image: url(../images/quicklinks/delicious.gif);
}
#rightside .quicklinks .rss a {
	background-image: url(../images/quicklinks/rssicon.gif);
}
#rightside .quicklinks .virb a {
	background-image: url(../images/quicklinks/virbicon.gif);
}
#rightside .quicklinks .purevolume a {
	background-image: url(../images/quicklinks/purevolumeicon.gif);
}

/* Rightside Sub nav
------------------------*/
#rightsidecontent {
	background-color: #4E4E4D;
	padding: 4px;
	display: block;
	margin-bottom: 20px;
}
#rightsidecontent h1 {
	width: 139px;
	margin: 0px;
	padding: 0px;
}
#rightsidecontent ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
#rightsidecontent li {
	list-style: none;
	margin: 8px 0px;
	padding: 0px;
}
#rightsidecontent li h1 {
	border: none;
	font-weight: normal;
}
#rightsidecontent li a {
	margin: 0px;
	padding: 0px;
}
#rightsidecontent li a, 
#rightsidecontent li a:visited {
	color: #ccc;
	text-decoration: none;
}
#rightsidecontent li a:hover, 
#rightsidecontent li a:active {
	text-decoration: underline;
}

a.rss {
	padding: 2px 0px 2px 19px;
	display: block;
	background-image: url(../images/quicklinks/rssicon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Misc
----------------------------------------------------------------*/
.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
.clear {
	clear:both;
}
h2 {
	font-size: 16px;
	font-weight: 200;
}
h1.flash, 
h2.flash {
	visibility: hidden;
}

img {
	border: none;
}


/* Home Page Structure 
----------------------------------------------------------------------------------- */

.box {
	background-color: #898162;
	border: 1px solid #fff;
	padding: 15px;
	margin-top: 45px;
	margin-bottom: 30px;
}
.box.wide {
}
.column {
	display: block;
}
.column.left {
	float: left;
	
	/* width = 225 */
	width: 225px;
}
.column.right {
	float: right;
	clear: right;
	
	/* width = 340 */
	width: 340px;
}

.box h1 {
	margin: -43px 0px 15px 0px;
	padding: 0px;
	font-size: 48px;
}

.news h1 {
	margin: 0px;
	font-size: 16px;
}

.demandit {
	padding: 0px 5px;
}
.demandit a,
.demandit img {
	margin: 0px;
	padding: 0px;
}




/* Blog Page Styles 
----------------------------------------------------------------------------------- */
#blogentry .category {
	display: block;
}
#blogentry .date {
	display: block;
	color: #333;
}
#blogentry .commentslink {
	display: block;
}

#bloglist h1 {
	font-size: 18px;
	font-weight: 200;
	margin: 5px 0px;
}
#bloglist .date {
	display:block;
	color: #333;
}
#bloglist .category {
	display: block;
	font-size: 11px;
	color: #ccc;
}
#bloglist ul {
}
#bloglist li {
	list-style: none;
	margin-bottom: 15px;
}

iframe #shoutbox #info {
	display: none;
}

#comments {
	margin-top: 50px;
}
#commentform {
	margin: 0px;
	padding: 15px;
	display: block;
	width: 531px;
	background-color: #6F684E;
}
#commentform textarea {
	width: 527px;
	display: block;
}
#commentform h2 {
	margin: 0px;
	padding: 0px;
}
#commentformresponse {
	margin: 10px;
	clear: both;
}

.comment {
	padding: 10px 0px;
	margin: 10px 0px;
	border-bottom: 1px dotted white;
}
.comment span {
	color: #ccc;
}
.comment .author {
}
.comment .date {
}
.comment p {
	margin: 0px;
	padding: 0px;
}

/* Photos Page Styles 
----------------------------------------------------------------------------------- */

.album .photos img {
	margin: 2px;
	border: none;
}
.album .photos a img {
	border: 3px solid #fff;
}
.album .photos a:hover img {
	border: 3px solid #66767A;
}
#photoalbums h2 {
	font-weight: normal;
	display: inline;
	font-size: 14px;
}

/* Downloads Page Styles 
----------------------------------------------------------------------------------- */

#downloads h2, 
#downloadslist h1 {
	font-size: 12px;
	font-weight: normal;
}

#downloadslist {
	margin-top: 20px;
}
#downloadslist .legend {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
}
#downloadslist .item {
	clear: both;
	border-bottom: 1px dotted #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#downloadslist h1 {
	display: block;
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
}
#downloadslist .description, 
#downloadslist p {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 300px;
}
#downloadslist .date {
	display: block;
	float: right;
	width: 100px;
}



/* Lyrics Page Styles 
----------------------------------------------------------------------------------- */

#lyrics {
	text-align: center;
}
#lyrics h2 {
	font-weight: normal;
	display: inline;
	font-size: 14px;
}
#lyric h1 {
	float: none;
	clear: both;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	font-size: 18px;
}
#lyric .copyright {
	display: block;
	color: #333;
}


/* Contact Page Styles 
----------------------------------------------------------------------------------- */

#contact {
}
#contact h1 {
	font-size: 18px;
}
#contact h2 {
	font-size: 15px;
	margin: 5px 0px;
	padding: 3px 0px;
	border-bottom: 1px solid #fff;
}
#contact #info {
	display: block;
	width: 260px;
	float: right;
}
#contact #info .date {
	display: none;
}
#contact #form {
	display: block;
	width: 270px;
	float: left;
}
#contact #form label {
	display: block;
	float: left;
	clear: both;
	width: 100px;
}
#contact #form textarea {
	width: 260px;
}
#contactresponse {
	margin: 10px;
	clear: both;
}

#contactstateContainer {
	/*display: none;*/
}


/* Store Page Styles 
----------------------------------------------------------------------------------- */
#store #nimbit {
	display: block;
	text-align: center;
}
#store #itunes {
	position: relative;
}
#store #itunes .logo {
	position: absolute;
	top: -26px;
	left: 200px;
}
#store #itunes ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#store #itunes li {
	list-style: none;
	text-align: center;
	display: block;
	float: left;
	margin: 15px;
}
#store #itunes a img {
	border: 2px solid transparent;
}
#store #itunes a {
	text-decoration: none;
}
#store #itunes a:hover img {
	border: 2px solid white;
	position: relative;
}