/* @override 
	http://localhost:8888/style/necks_site.css
	http://thenecks.tinynumbers.com/style/necks_site.css
	http://www.thenecks.com/style/necks_site.css
*/

/* @group general design, fonts, etc */

a {
	text-decoration: none;
	color: #191919;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #810e00;
}
em {
	font-style: italic;
}

/* @end */

/* @group shared page structure */

body {
	color: #000;
	background-color: #ffffff;
	font: 11px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

#maincontainer {
	margin: 10px auto 0 auto;
	padding-top: 22px;
	width: 701px;
}

.section_header {
	text-align:center;
	margin-top:24px;
	margin-bottom:18px;
	font: bold 24px "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #6f240f;
}

div.divider {
	line-height: 0;
}

/* @group header */

#menu {
	width: 701px;
	height: 21px;
	margin-bottom:4px;
	white-space: nowrap;
}

div#banner {
	width: 701px;
	height: 129px;
	overflow: hidden;
}

/* @end */

/* @group footer */

#footer {
	padding-top:32px;
	margin-bottom:8px;
	clear: both;
}

#footer p {
	color:#666666;
	text-align:right;
	font-size:9px;
}

/* @end */

/* @end */

/* @group News page */

#body_right {
	width: 230px;
	float: left;
	border-left: 1px dotted #666;
}

#body_right p {
	padding-right: 0;
	padding-left: 4px;
}

#body_center {
	width: 470px;
	float: left;
}

#body_center p {
	padding-right: 6px;
	padding-left: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}

div.news {
	padding-top: 9px;
	padding-bottom: 9px;
	font-size: 12px;
}



/* @group small tourdates listing */

#tourdates_small #tourdates_caption {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #666;
	padding-top: 9px;
	padding-bottom: 9px;
	text-align: center;
}

#tourdates_small div.event {
	padding: 9px 6px 2px 10px;
}

#tourdates_small .no_tourdates {
	padding: 9px 6px 2px;
	text-align: center;
	font-style: italic;
}

#tourdates_small div.event p {
	padding: 0;
}

#tourdates_small div.event p.date {
	padding: 0;
	font-weight: bold;
}

#tourdates_small .more_tourdates {
	font-weight: bold;
	font-size: 10px;
	border-top: 1px dotted #666;
	margin-top: 6px;
	padding-top: 6px;
	margin-bottom: 18px;
	text-align: right;
	margin-right: 6px;
}

#tourdates_small .more_tourdates a {
	color: #000;
}

#tourdates_small div.event span.notes p, #tourdates_small div.event span.notes p a {
	color: #4c4c4c;
	font-size: 10px;
}

/* @end */

/* @end */

/* @group Online Shop */

/* @group instructions/intro sections */

#shop_content #instructions, #shop_content #albums_intro, #shop_content #tshirts_intro {
	font-size: 13px;
	padding-top: 0;
	padding-bottom: 4px;
}

#shop_content #instructions p, #shop_content #albums_intro p, #shop_content #tshirts_intro p {
	margin-bottom: 6px;
	margin-top: 6px;
}

#shop_content #instructions a, #shop_content #albums_intro a, #shop_content #tshirts_intro a {
	text-decoration: underline;
}

#shop_content #instructions ul li, #shop_content #albums_intro ul li, #shop_content #tshirts_intro ul li {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 30px;
}

#shop_content #albums_intro, #shop_content #tshirts_intro {
	border-bottom: 1px solid #666;
	padding-bottom: 9px;
	margin-bottom: 16px;
}

/* @end */

/* @group floating cart */

#show_cart {
	position: absolute;
	 /* will be drawn off the bottom of the screen; 
	 jQuery animation will bring it onscreen */
	top: 1600px;
	right: 0;
	z-index: 10;
	background: rgba(255,255,255,0.7);
	padding: 5px;
	border: 1px outset #666;
	margin-right: 4px;
	margin-top: 4px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

 #show_cart p {
	/*line-height: 16px;*/
	vertical-align: middle;
}

#show_cart a:hover {
	text-decoration: none;
}

#show_cart a:active {
	text-decoration: none;
	color: #810e00;
	font-style: normal;
}

#show_cart p img  {
	vertical-align: text-bottom;
}

/* @end */

.album .buy_button a, #tshirts_listing .buy_button a {
	border: 1px outset #666;
	padding: 2px;
	background-color: #fff;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 4px;
}

.album .buy_button a {
	margin-right: 8px;
}

.album .buy_button a, #tshirts_listing .add_to_cart {
	display: inline-block;
	float: none;
	margin-right: 0;
	margin-top: 0;
}

/* @group albums */

.album {
	width: 701px;
	clear: both;
	padding-top: 10px;
	height: 200px;
}

#albums_listing {
	margin-bottom: 20px;
}

.album div {
	float: left;
}

#albums_listing div.album div.cover {
	width: 200px;
	min-height: 175px;
}

/* @group heading (title, format, year) */

.album .heading {
	width: 485px;
	margin-left: 10px;
	padding-left: 6px;
	padding-top: 4px;
	border-bottom: 1px dotted #666;
	padding-bottom: 4px;
}

.album .heading .title {
	font-size: 18px;
	font-style: italic;
	float: left;
	width: 411px;
}

.album .heading .details {
	float: right;
	margin-top: 6px;
	font-size: 11px;
}

/* @end */

.album .info {
	padding-left: 16px;
	width: 485px;
	padding-bottom: 10px;
}

.album .info div {
	width: 485px;
}

.album .info div p {
	padding-top: 8px;
}

.album .info .notes {
	font-size: 13px;
	width: 311px;
	float: left;
}

.album .info .press {
	font-size: 11px;
}

.album .buy_button {
	padding-top: 8px;
}

.album div.buy_button {
	padding-left: 16px;
	float: right;
	width: 125px;
	text-align: right;
}






/* @end */

/* @group t-shirts */

#tshirts {
	margin-top: 32px;
}

#tshirts_intro ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 24px;
}

#tshirts_listing .title {
	font-size: 18px;
	text-align: center;
}

#tshirts_listing .price {
	text-align: center;
	margin-right: 4px;
	margin-left: 4px;
}

#tshirts_listing .add_to_cart {
	float: none;
	display: inline-block;
	margin-right: 0;
	margin-left: 0;
}
	

#tshirts_listing .price form {
	display: inline-block;
}

#tshirts_listing td {
	width: 171px;
	padding-left: 5px;
}

#tshirts_listing td.first_column {
	padding-left: 0;
}

#tshirts_listing .thumbnail td {
	vertical-align: bottom;
}

#tshirts_listing .information td {
	vertical-align: top;
	padding-bottom: 24px;
}

#tshirts_listing select {
	margin-left: 4px;
	font: bold 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* @end */

/* @end */


/* @group Tour Dates */

#future_tour_dates {
	text-align: center;
	display:table;
	margin:0 auto;
	padding-bottom:18px;
}
#future_tour_dates p.no_tourdates {
	padding: 10px;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.tour_date_item {
	display:table-cell;
	float:left;
	clear:both;
	margin-bottom:20px;
}
.tour_date_item p {
	margin: 0px;
	text-align: left;
}
.event_date {
	font-size: 16px;
	font-weight: bold;
}
.event_name {
	font-size: 14px;
	padding-left: 35px;
}
.event_location {
	font-size: 14px;
	padding-left: 35px;
}
.event_details {
	font-size: 11px;
	padding-left: 70px;
	max-width: 400px;
}

/* first paragraph of event details */
.event_details p {
	margin-top: 2px;
}

/* subsequent paragraphs of event details get a bit more space above */
.event_details p + p {
	margin-top: 4px;
}

.event_details a {
	text-decoration: underline;
}
#tour_archive table {
	width: 701px;
}
#tour_archive tr.tableheader {
	border-bottom: 1px dotted #666;
	border-top-style: none;
}
#tour_archive tr.with_border {
	border-bottom: 1px dotted #666;
	border-top-style: none;
}
#tour_archive th {
	font-style: italic;
	font-size: 14px;
	text-align: left;
	padding: 12px 6px;
	color: #4c4c4c;
}
#tour_archive td {
	font-size: 11px;
	text-align: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
	vertical-align: top;
}
#tour_archive td.date, #tour_archive td.city, #tour_archive td.country {
	white-space: nowrap;
}
#tour_archive tr.with_border td {
	padding-bottom: 6px;
}
#tour_archive td.notes {
	text-align: left;
	font-style: italic;
	padding-top: 2px;
}
#tour_archive span.event {
	font-weight: bold;
}
#tour_archive span.venue {
	font-weight: bold;
}


/* @end */

/* @group Biographies */

.bio {
	font-size: 12px;
	padding-top: 9px;
}

.bio p {
	padding-bottom: 12px;
}

.bio p a {
	text-decoration: underline;
	color: #000;
}

#bios_content #necks .section_header {
	margin-top: 0;
}



/* @end */

/* @group Contact / Mailing List */

div#contact, div#contact_agents {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	margin-top: 30px;
}

#contact p, #contact_agents p {
	text-align: left;
	margin-top: 9px;
	font-size: 13px;
}

#contact {
	padding-bottom: 32px;
}

#contact p a, #contact_agents p a {
	font-weight: bold;
	color: #000;
}

#mailing_list {
	margin-right: auto;
	margin-left: auto;
	width: 375px;
	margin-bottom: 24px;
}

.attributename, .required {
	text-align: right;
}

.required {
	background: url(/images/icons/right.gif) no-repeat;
}

#mailing_list form, #mailing_list label, #mailing_list input { 
	font-size: 13px;
}

#mailing_list fieldset { 
	width : 26em; 
	padding : 0.5em 1em;
	border: 1pt solid #6b1f00;
}
#mailing_list label { 
	float: left; 
	position : relative; 
	width : 12em; 
	display : inline; 
	margin : .5em .5em; 
}

#mailing_list p.text {
	margin: .5em;
	padding: 0;
}


#mailing_list p.text a {
	text-decoration: underline;
}

#mailing_list textarea {
	margin:  .5em;
	width : 25em; 
}
#mailing_list label.long { 
	width : 25em; 
}
#mailing_list label input { 
	display: inline; 
	left : 100%; 
	top : 0px; 
	width : 12em; 
}
#mailing_list label.long input { 
	width : 25em; 
}
#mailing_list label.long .radio {
	display: inline-block;
	float: right;
}
#mailing_list label.long .radio input { 
	width : auto;
	margin-left: 8px;
}
#mailing_list label.long .radio .radio_label { 
	padding-right: 2px;
	display: inline-block;
}
#mailing_list input.submit { 
	margin : .5em .5em; 
}

#mailing_list h1, #mailing_list h3 {
	font-size: 13px;
	
}

#mailing_list legend {
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
}
#mailing_list br { 
	clear: both;
}
#mailing_list label input:focus{
	background-color:#dedede;
} 

#mailing_list form span.error {
	color: #f00;
	font-weight: bold;
}

#mailing_list ul {
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
}

#mailing_list ul .listdescription {
	font-weight: normal;
	padding-left: 30px;
}

#mailing_list p {
	font-size: 11px;
}

#mailing_list p.unsubscribe {
	font-size: 12px;
	padding-right: 2em;
	padding-top: .5em;
	text-align: right;
}

#mailing_list p.intro {
	float: left; 
	position : relative; 
	width : 25em; 
	display : inline; 
	margin : .5em .5em;
	font-style: italic;
}

#mailing_list p.thankyou {
	margin-top: .5em;
	font-size: 12px;
}

/* @end */

/* @group Tech Specs */

#techspecs_content {
	font-size: 12px;
}

#techspecs_content td {
	padding-bottom: 12px;
}

#techspecs_content td + td {
	width: 450px;
	padding-left: 12px;
}

#techspecs_content table {
	margin-right: auto;
	margin-left: auto;
}

#techspecs_content p {
	padding-bottom: 8px;
}




/* @end */

/* @group Press Kit */

#presskit_content #main_intro, #presskit_content #section_intro {
	font-size: 13px;
	padding-top: 0;
	padding-bottom: 4px;
}

#presskit_content #main_intro p, #presskit_content #section_intro p {
	margin-bottom: 6px;
	margin-top: 6px;
}

#presskit_content #main_intro a, #presskit_content #section_intro a {
	text-decoration: underline;
}

#promo_images #image_thumbnails {
	width: 532px;
	margin-left: auto;
	margin-right: auto;
}

#image_thumbnails div.promo_thumb {
	width: 250px;
	float: left;
	margin: 8px;
	text-align: right;
}

#image_thumbnails div.promo_thumb .caption {
	font-size: 9px;
}

#pressquotes_body {
	font-size: 12px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#pressquotes_body p {
	margin-bottom: 18px;
	margin-top: 6px;
}

#videos_body {
	font-size: 12px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

#videos_body p {
	margin-bottom: 18px;
	margin-top: 6px;

}


/* @end */

