\/* COMMON */

*
{
	border-collapse: collapse;
}
	
html
{
	height: 100%;
/*	background-color: white;*/
}

body
{
	margin: 0;
	padding: 0;
	color: #333;
	font-family: Helvetica, Verdana, Arial;
	font-size: 62.5%;
	letter-spacing: 2px;
	height: 100%;
	background-color: #E3E3E3;
	background-image: url(/images/backdrop.png);
	background-position: center top;
	background-repeat; repeat-x;
}

a
{
	color: #BF0000;
	text-decoration: none;
	outline: none;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: underline;
}

h4
{
	font-size: 1.2em;
}
	
table
{
	border-spacing: 0;
	border-collapse: collapse;
}

table th
{
	border-bottom: 3px solid #535353;
}

table td
{
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
}

p
{
	font-family: Helvetica;
	font-size: 1.4em;
}

a img, img
{
	border: 0;
}

a:hover
{
	text-decoration: underline;
}

span.italic
{
	font-style: italic;
}

/* COMING SOON */

div#coming_soon
{
	text-indent: -9999px;
	margin: 40px auto 0;
	height: 101px;
	width: 403px;
	background-color: transparent;
	background-image: url(/images/black_coming_soon.png);
}

/* MENU ITEMS */

p.skip_nav
{
	position: absolute;
	left: -1000em;
}

h1
{
	display: none;
}

h2.menu_title
{
	display: none;
}

div.logo
{
	height: 292px;
	width: 1220px;
	left: -200px;
	position: relative;
	background-color: transparent;
	background-image: url(/images/killing_cupid_banner_white.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

div#header
{
	width: 830px;
	margin: 0 auto;
}

div#content
{
	margin: 0 auto;
	padding-bottom: 150px;
	width: 800px;
}

ul#menu
{
	list-style-type: none;
	width: 615px;
	padding:0;
	margin: 0 auto;
	height: 60px;
}

ul#menu li
{
	display: inline-block;
	float:left;
    margin-right: 5px;
}

ul#menu li a
{
    font-size: 18px;
	display: inline-block;
	margin: 0 15px;
	background-color: transparent;
	height: 50px;
}

ul#menu li a span.hidden
{
	display:none;
}

li a.selected
{
	cursor: auto;
}

li#news a
{
}

li#news a.selected,
li#news a:hover
{
}

li#blog a
{
}

li#blog a.selected,
li#blog a:hover
{
}

li#band a
{
}

li#band a.selected,
li#band a:hover
{
}

li#music a
{
}

li#music a.selected,
li#music a:hover
{
}

li#gallery a
{
}

li#gallery a.selected,
li#gallery a:hover
{
}

li#video a
{
}

li#video a.selected,
li#video a:hover
{
}

li#shows a
{
}

li#shows a.selected,
li#shows a:hover
{
}

li#links a
{
}

li#links a.selected,
li#links a:hover
{
}

li#contact a
{
}

li#contact a.selected,
li#contact a:hover
{
}

li#network a
{
}

li#network a.selected,
li#network a:hover
{
}

/* NEWS */

div#news_section
{
	margin-top: 18px;
	clear: both
}

div.news_item
{
	color: #333;
	font-family: Helvetica;
	margin-bottom: 50px;
}

div.news_item div.news_angel_left,
div.news_item div.news_angel_right
{
	background: transparent url(/images/news_angel.png) no-repeat;
	width: 100px;
	height: 100px;
}

div.news_item div.news_angel_left
{
	float: left;
	margin-right: 10px;
}

div.news_item div.news_angel_right
{
	float: right;
	margin-left: 10px;
}

div.news_item div.news_quill_left,
div.news_item div.news_quill_right
{
	background: transparent url(/images/black_quill.png) no-repeat;
	width: 200px;
	height: 209px;
}

div.news_item div.news_quill_left
{
	float: left;
}

div.news_item div.news_quill_right
{
	float: right;
}

div.news_item h3
{
	text-decoration: none;
	border-bottom: 1px solid #535353;
	font-family: Georgia;
}

div.news_item p
{
	font-size: 1.2em;
	margin-left: 20px;
}

div.news_item p.article:first-letter
{
	font-size: 150%;
}

div#page_navigation
{
	margin-top: 50px;
	clear: both;
}

div#page_navigation span#next,
div#page_navigation span#prev
{
	font-size: 1.2em;
	font-weight: bold;
}

div#page_navigation span#next
{
	float: left;
}

div#page_navigation span#prev
{
	float: right;
}

/* BLOG */

div#blog_section
{
	clear: both
}

div.blog_entry
{
	color: #333;
	font-family: Helvetica;
	margin-bottom: 50px;
	clear: both;
}

div.blog_entry div.blog_avatar_left,
div.blog_entry div.blog_avatar_right
{
	width: 200px;
	height: 200px;
}

div.blog_entry div.blog_avatar_left
{
	float: left;
	margin: 0 30px 8px 0;
}

div.blog_entry div.blog_avatar_right
{
	float: right;
	margin: 0 0 8px 10px;
}

div.blog_entry div.dan_avatar
{
	background: transparent url(/images/black_dan_blog_avatar.png) no-repeat;
}

div.blog_entry div.matt_avatar
{
	background: transparent url(/images/black_matt_blog_avatar.png) no-repeat;
}

div.blog_entry div.marc_avatar
{
	background: transparent url(/images/black_marc_blog_avatar.png) no-repeat;
}

div.blog_entry div.paul_avatar
{
	background: transparent url(/images/black_paul_blog_avatar.png) no-repeat;
}

div.blog_entry h3
{
	text-decoration: none;
	border-bottom: 1px solid #535353;
	font-family: Georgia;
	display: block;
	float: left;
	width: 590px;
	margin-bottom: 16px;
}

div.blog_entry h3.blog_title_left
{
	margin-left: -20px;
}

div.blog_entry p
{
	font-size: 1.2em;
	margin-left: 20px;
}

/* BAND */

div.band_info div.profile
{
    font-size: 1.4em;
    padding-bottom: 10px;
    border-bottom: 1px solid #FF7F7F;
    margin-bottom: 30px;
}

div.band_info img.avatar
{
    float: left;
    margin-right: 10px;
}

div.band_info dl
{    
    margin-left: 170px;
}

div.band_info dt
{
    font-weight: bold;
}

div.band_info dd
{
    text-indent: 50px;
}

div.band_info img#band_shot_right
{
	float: right;
	margin: 0 0 10px 10px;
}

div.band_info img#band_shot_left
{
	float: left;
	margin: 10px 10px 10px 0;
}

/* MUSIC */

div#download_formats_info
{
	color: white;
	margin-left: 400px;
}

div#download_formats_info h3
{
	font-weight: normal;
	text-align: right;
	font-size: 1.2em;
	text-decoration: none;
}

dl#download_formats
{
	border: 1px solid #535353;
	background-color: #5F5F5F;
	padding: 10px;
	display: none;
}

dl#download_formats dt
{
	font-weight: bold;
	font-size: 1.2em;
}

dl#download_formats a
{
	color: #EF2C2C;
}

div.album table
{
	color: #333;
	margin-left: 20px;
}

div.album table caption
{
	width: auto;
	margin-left: -20px;
	padding-left: 10px;
	border-bottom: 1px solid #FF7F7F;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
}

div.album table tr th
{
	padding-top: 20px;
}

div.album table tr th
{
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}

div.album table tr th.album_cover
{
	border-bottom: none;
}

div.album table tr th.track_column_title
{
	width: 300px;
}

div.album table tr th.download_column_title
{
	text-align: center;
}

div.album table tr
{
	font-size: 1.2em;
}


div.album table tr.tracks td
{
	height: 17px;
}

div.album table img.album_cover
{
	margin-right: 10px;
}

div.album table tr.lyrics
{
	display: none;
}

div.album table tr.lyrics p
{
	margin: 10px;
}

div.album table tr p
{
	font-size: 1em;
}

.download_column
{
	text-align: center;
	width: 50px;
	padding: 0;
}

div.flash_music embed
{
	display: block;
	margin: 0;
}

/* GALLERY */

div#gallery_container div.gallery_album
{
	float: left;
	margin-bottom: 20px;
}

div#gallery_container div.gallery_cover
{
	width: 98px;
	height: 110px;
	float: left;
	background-repeat: no-repeat;
	background-position: 4px 5px;
}

div#gallery_container div.gallery_pile
{
	background: transparent url(/images/gallery_pile.png) no-repeat;
	width: 98px;
	height: 110px;
}

div#gallery_container div.album_container
{
	width: 650px;
	float: left;
	clear: right;
}

div#gallery_container h2
{
	text-decoration: none;
	color: #333;
	clear: both;
	border-bottom: 1px solid #535353;
}

div#gallery_container h2 span.album_title
{
	display: inline-block;
	width: 570px;
}

div#gallery_container h2 span.album_count
{
	font-size: 0.8em;
	color: #535353;
}

div#gallery_container h2 a
{
	display: inline-block;
	width: 70px;
	text-align: right;
}

div#gallery_container ul
{
	text-align: left;
	padding-left: 10px;
}
	
div#gallery_container li
{
	display: inline;
	float: left;
	height: 200px;
}

div#gallery_container img
{
	border-width: 0;
	margin: 5px;
}

/* VIDEOS */

div.video_content
{
	padding-top: 20px;
}

table.video_links
{
	margin: 0 auto;
}

table.video_links caption
{
	border-bottom: 1px solid #FF7F7F;
	font-size: 1.5em;
	font-weight: bold;
	padding-left: 10px;
	text-align: center;
	width: auto;
}

table.video_links tr,
table.video_links th
{
	font-size: 1.2em;
}

table.video_links tr.active
{
	background-color: #CFCFCF;
}

table.video_links th
{
	padding-top: 20px;
}

table.video_links .video_column
{
	width: 200px;
}

table.video_links .play_column
{
	width: 100px;
}

table.video_links .download_column
{
	width: 100px;
}

table.video_links .play_column,
table.video_links .sd_play_column,
table.video_links .hd_play_column,
table.video_links .download_column
{
	text-align: center;
}

div#video_content
{
	background: white url(/images/black_killing_cupid_video_frame_320x240.png) no-repeat;
	padding: 33px 43px 47px 39px;
	margin: 10px 0 20px 200px;
}

div#video_content_hd
{
	background: white url(/images/black_killing_cupid_video_frame_640x480.png) no-repeat;
	padding: 67px 78px 76px 77px;
}

/* SHOWS */

div#show_section p#no_shows
{
	text-align: center;
}

div#show_section table
{
	font-size: 1.2em;
	margin: 0 70px;
}

div#show_section table caption
{
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #FF7F7F;
}

div#show_section table th
{
	padding-top: 20px
}

div#show_section table#upcoming_shows th#date_column
{
	width: 150px;
}

div#show_section table#previous_shows th#old_date_column
{
	width: 210px;
}

div#show_section table#upcoming_shows th#venue_column
{
	width: 300px;
}
div#show_section table#previous_shows th#old_venue_column
{
	width: 700px;
}

div#show_section table th#entrance_fee_column
{
	width: 100px;
}

div#show_section table th#map_link_column
{
	width: 100px;
}

div#show_section table td.map_link
{
	text-align: center;
}

div#show_section table td.map_cell
{
	padding: 0;
	height: 0;
}

div#show_section span.directions_title
{
	display: block;
	border-bottom: 1px solid #FF7F7F;
	margin: 0 0 10px;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

div#show_section table div.map_image,
div#show_section table div.map_directions
{
	margin: 0 0 0 auto;
	display: none;
}

div#show_section table div.map_directions p
{
	font-size: 0.9em;
}

div.map_image div span
{
	font-size: 2px;
}

/* NETWORK */

div.links
{
	margin-bottom: 40px;
}

div.links p
{
    height: 50px;
    line-height: 50px;
    padding-left: 60px;
}

div.links p#twitter
{
    background: transparent url(/images/icons/twitter.png) top left no-repeat;
}

div.links p#youtube
{
    background: transparent url(/images/icons/youtube.png) top left no-repeat;
}

div.links p#facebook
{
    background: transparent url(/images/icons/facebook.png) top left no-repeat;
}

div.links p#myspace
{
    background: transparent url(/images/icons/myspace.png) top left no-repeat;
}

div.links p#wintersson
{
    background: transparent url(/images/icons/wintersson.png) top left no-repeat;
}



div.links h2,
div.contact h2,
div.mailinglist h2
{
	width: 25%;
	border-bottom: 1px solid #FF7F7F;
	
}

div.mailinglist label,
div.mailinglist input
{
    
}
div.mailinglist label
{
    width: 100px;
    display: block;
}

div.mailinglist input,
div.mailinglist select
{
    width: 200px;
    margin-left: 50px;
    margin-bottom: 10px;
}

div.mailinglist fieldset
{
    border: none;
}

/* PAGE TAIL */

div#footer
{       
	margin: 0 auto;
	width: 800px;
	clear: both;
	height: 50px;
}

div#footer p#copyright,
div#footer p#credits,
div#footer p.compliance,
div#footer p#postgresql,
div#footer p#linode
{
	line-height: 1.6em;
	font-family: Helvetica;
	font-size: 0.9em;
	padding: 0 7px;
	margin: 0;
	float: left;
}

div#footer p#credits,
div#footer p.compliance,
div#footer p#postgresql,
div#footer p#linode
{
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #535353;
}

div#footer p#copyright span
{
        font-size: 1.5em;
        line-height: 0.5em;
}

div#footer p#postgresql a
{
	color: #8F98FF;
}

div#footer p#linode a
{
	color: #1FFF52;
}

.tooltip
{
	background-color: #0F0F0F;
	color: white;
	border: 1px solid #535353;
}

/* ERRORS */

div#error_404
{
	text-indent: -9999px;
	margin: 0 auto;
	height: 189px;
	width: 600px;;
	background-color: transparent;
	background-image: url(/images/errors/404.png);
}

