/* Styles for BOS Entertainment Website */

body {
	background-image: url(../images/page/screen-back.gif);
	background-repeat: repeat-x;
	background-color: #292828;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
#container {
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#branding {
	background-image: url(../images/page/bos-entertainment.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 750px;
	float: left;
}

/* Main navigation */
#nav 
{
	background-color: #D1D1D1;
	display: block;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	display: block;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
}
#nav li a {
	outline: none;
}

#nav-homepage-link 
{
	width: 170px;
	float: left;
	text-align:right;
	position: relative;
	top: 84px;
	display: block;
	height: 27px;
}
#nav-artists-link {
	height: 27px;
	width: 71px;
	display: block;
	text-align:right;
	float: left;
	position: relative;
	top: 84px;
	left: 30px;
}

#nav-questions-link 
{
	display: block;
	text-align:right;
	float: left;
	position: relative;
	top: 84px;
	height: 27px;
	width: 96px;
	left: 70px;
}

#nav-logo-link 
{
	width: 145px;
	display: block;
	text-align:right;
	float: left;
	position: relative;
	left: 50px;
}

#nav-testimonials-link 
{
	height: 27px;
	width: 111px;
	display: block;
	text-align:right;
	float: left;
	position: relative;
	top: 84px;
	left: 100px;
}

#nav-contact-link
{
	height: 30px;
	width: 149px;
	display: block;
	text-align:right;
	float: left;
	position: relative;
	top: 64px;
	
}

#wireframe {
	background-color: #151515;
	width: 100%;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	clear: both;
	float: left;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #E5E5E5;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#wireframe td {
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	vertical-align: top;
}
#content-masthead p {
	font-size: 13px;
	margin: 10px;
	line-height: 20px;
}
.add-margin {
	margin: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-top: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.align-center {
	text-align: center;
}
p {
	margin-bottom: 15px;
}
#footer {
	text-align: center;
	width: 754px;
	display: block;
	clear: both;
	float: left;
}
#footer  p {
	margin-top: 10px;
}
.data-table {
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
.data-table th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #222222;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
}
.data-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	background-color: #111111;
	padding: 3px;
}

.block {
	display: block;
}
.indent {
	margin-left: 20px;
}
blockquote {
	background-image: url(../images/testimonials/quote-start.gif);
	background-repeat: no-repeat;
}
blockquote p {
	background-image: url(../images/testimonials/quote-end.gif);
	background-repeat: no-repeat;
	background-position: 100% 80%;
	font-style: italic;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
}
cite {
	font-style: normal;
	color: #D6D6D6;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#artist-nav {
	padding-top: 0px;
	padding-bottom: 10px;
}
#artist-nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	
}
#artist-nav .artist-nav-title {
	display: block;
	margin-top: 10px;
	margin-bottom: 0px;
}


#artist-nav .artist-item {
	margin-left: 30px;
	display: block;
}
#artist-nav .artist-selected a:link, #artist-nav .artist-selected a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#artist-nav .artist-selected a:hover, #artist-nav .artist-selected a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#artist-nav a:link, #artist-nav a:visited {
	color: #999999;
	text-decoration: none;
}
#artist-nav a:hover, #artist-nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.left-content {
	float: left;
	width: 310px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.add-margin li, .featured-artist li, .right-content li, .left-content li {
	list-style-type: disc;
	margin-left: 15px;
}
.right-content {
	float: right;
	width: 200px;
	padding: 10px;
}
.featured-artist {
}
.featured-artist img {
	padding-bottom: 10px;
}
#artists-menu select {
	color: #FFFFFF;
	background-color: #222223;
	width: 100%;
	border: 1px solid #666666;
}
.testimonial-picture {
	padding-left: 40px;
	padding-bottom: 10px;
}

#strapline
{
	position: relative;
	left: 210px;
	display: block;
	width: 380px;
	clear: left;
}

#strapline h1
{
	font-size: 12px;
	color: #FFFFFF;
}

.block
{
	display: inline;
	height: 10px;
	width: 10px;
}

.feature-text
{
	width: 250px;
	float: left;
}

.feature-text p
{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#homepage-flash
{
	background-image: url(/images/homepage/lines.gif);
	background-repeat: repeat-y;
	background-position: 0px;
}

.submit-button
{
	color: #000000;
	margin-bottom: 5px;
}

.form-input
{
	margin-bottom: 10px;
	width: 148px;
	color: #252525;
}

#homepage-bottom-left
{
	float: left;
	width: 251px;
	
}

.padding
{
	padding: 10px;
}

#homepage-bottom-right
{
	width: 499px;
	float: left;
	border-left: 1px solid #666;
}

.form-row label
{
	float: left;
	margin-right: 10px;
	width: 150px;
	color: #999999;
}

.form-input-text
{
	margin-bottom: 10px;
	color: #252525;
	width: 230px;
}

.send-button
{
	color: #000000;
	margin-bottom: 5px;
	margin-left: 160px;
	margin-top: 5px;
}
.form-required 
{
	background-image: url(/images/page/star.gif);
	background-repeat: no-repeat;
	background-position: 405px 0%;
}

.form-info
{
	margin-left: 160px;
}
#artist-menu
{
	width: 235px;
	color: #000000;
}

.more-comments
{
	width: 230px;
	margin-top: 10px;
	color: #000000;
}

.form-row
{
	margin-bottom: 2px;
	color: #000000;
}
.skype-icon   {
	display: inline;
	float: left;
	margin-right: 5px;
	padding-bottom: 2px;
}
