/*
Main Blubrry.com CSS file
*/

/* Standard element properties */
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
p, form {
	padding: 0;
	margin: 0;
}

input, textarea, select {font-family: 'Lucida Grande', arial,'Bitstream Vera Sans', verdana, sans-serif; font-size: 12px;}

h1, h2, h3 {font-family: arial, verdana, sans-serif;}
h1, h2, h3, h4 {font-weight: 700; color: #333333;}
h1 a, h2 a, h3 a, h4 a {font-family: 'Lucida Grande',arial,'Bitstream Vera Sans', verdana,sans-serif;}
h1 {font-size: 18px; margin: 0px 0px 5px 0px;}
h2 {font-size: 16px; margin: 0px 0px 5px 0px;}
h3 {font-size: 14px; margin: 0px 0px 5px 0px;}
h4 {font-size: 12px; margin: 0px 0px 3px 0px;}
a, a:visited {color: #333333; text-decoration: none;}
a:hover {color: #333333; text-decoration: underline;}
img{border:0px;}
address{font-style:normal;}

/* Site wide common elements */
#container {
	width: 985px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	margin-top: 12px;
	margin-bottom: 6px;
}

/* Header section */
#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 130px;
	position: relative;
}
#slogan {
	font-size: 14px;
	position: absolute;
	left: 150px;
	top: 2px;
	font-weight: bold;
	color: #6782A9;
}

/* Navigation */
#nav {
	position: absolute;
	top: 67px;
	left: 300px;
	height: 22px;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	list-style: none;
	margin: 0px 5px;
	padding: 0px 0px;
	text-align: center;
}

/*SUB NAVIGATION*/
#subnav {
	font-size: 11px;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
}
#subnav a, #subnav a:hover {
	
}
#subnav .subnavmsg {
	margin-right: 10px;
}
#subnav .subnavlinks {
	text-transform: lowercase;	
}

/*SEARCH HEADER STYLING*/
#searchbox {
	font-size: 12px;
	height: 32px;
	width: 300px;
	position: absolute;
	right: -6px;
	top: 24px;
	text-align: right;
}

#searchbox input {
/*	height: 16px;
	margin-top: 5px; */
}
#searchbox input.textbox {
	height: 15px;
	margin-top: 2px;
	width: 110px;
}
#searchbox img {
/*	margin-top: 5px; */
}

/*STATUS MESSAGE AREA*/
#statusmsg {
	font-size: 13px;
	font-weight: bold;
	color: #D15B34;
	position: absolute;
	left: 140px;
	bottom: 0px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/*CONTENT STYLING*/
#content {
/*PREV	width: 975px; */
	width: 985px;
}

/*FOOTER STYLING*/
#footer {
	background-color: #D8E3A2;
	height: 50px;
	font-size: 10px;
	text-align: center;
	position: relative;
	margin-top: 10px;
}
#footer p {
	width: 100%;
	padding-top: 20px;
	position: absolute;
	color: #333333;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	left: 0px;
	font-size: 10px;
}

#footer p a {
	text-decoration: underline;
}

