/*
Theme Name: Modern Shark
Description: Custom theme developed for Modern Shark
Author: Tone Tank
Author URI: http://scumlife.com/
*/


/*************   GLOBALS   ************/
/************* LEFT COLUMN ************/
/************ RIGHT COLUMN ************/
/************    FOOTER    ************/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*************   GLOBALS   ************/
/**************************************/
.clear {
	clear: both;
}

* {
	font: 12px arial;
}
body {
	background: #f2fdfc url('images/logo.png') repeat scroll top left;	
}
#wrapper {
	width: 1020px;
	margin: 0px auto 0;
	width: 860px;	
}
.entry a, .postmetadata a, .navigation a, div.commentmetadata a, #commentform small, #respond h3, .videosContent a {
	color: #00FFF6;
	background-color: #000;
	padding: 2px 3px;
}
a.noborder {
	border: 0px none;
	background: none !important;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
strong {
	font-weight: bold;
	font-size: 112%;
}
a img {
	border: 0px none;
}
/**************************************/
/**************************************/



/************* LEFT COLUMN ************/
/**************************************/
#page {
	margin-top: 5px;
}
#sharkhead {
	background: url('images/shark-top.png') no-repeat scroll top left;
	height: 643px;
}
#sharkbody {
	background: url('images/shark-middle.png') repeat-y scroll top left;
}
#content {
	color: #fff;
	float: left;
	width: 515px;
	margin: -250px 0 0 60px;
}
#sharkfoot {
	background: url('images/shark-bottom.png') no-repeat scroll top left;
	width: 631px;
	height: 139px;
	clear: both;
} 
.odd .post {
	background-color: #c4c4c4;
}
.post, #artists, .page, #store, #free {
	background-color: #e8e8e8;
	padding: 20px;
	margin: 0 0 20px;
	color: #000;
}
.post p, .page p {
	margin: 10px 0;
	font: 12px arial;
}
.post h2 a, .post small, .page h2 a, .page small, #comments {
	font: 16px arial;
	text-decoration: none;
	color: #000;
	float: left;
	margin-bottom: 4px;	
}
.post h2 a {
	font-weight: bold;
}
small.date {
	text-transform: uppercase;
}
.post small, .page small {
	float: right;
}
.artistsContent {
	margin: 0 0 10px;
}
.artistbox {
	width: 150px;
	float: left;
	margin: 0 4px 10px;
}
.artistExcerpt, .storeDescription {
	margin: 3px 0 0;
	background-color: #000;
	color: #00FFF6;
	padding: 5px 5px;
}
.artistExcerpt a, .storeDescription a {
	color: #00FFF6;
	text-decoration: none;
}
#right_col .socialize {
	margin: 15px 0;	
	text-align: center;
}
#right_col .socialize ul li {
	margin: 0px 12px;
}
.socialize {
	float: right;
}
.socialize ul li {
	float: left;
	list-style-type: none;
	margin-left: 3px;
}
.facebookLI a {	
	background: url('images/socialize.png') no-repeat scroll top left;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9000em;
}
.twitterLI a {
	background: url('images/socialize.png') no-repeat scroll -21px top;
	display: block;
	text-indent: -9000em;
	width: 16px;
	height: 16px;	
}
.vimeoLI a {
	background: url('images/socialize.png') no-repeat scroll -42px top;
	display: block;
	text-indent: -9000em;
	width: 16px;
	height: 16px;	
}
.myspaceLI a {
	background: url('images/socialize.png') no-repeat scroll -63px top;
	display: block;
	text-indent: -9000em;
	width: 16px;
	height: 16px;	
}
.youtubeLI a {
	background: url('images/socialize.png') no-repeat scroll -84px top;
	display: block;
	text-indent: -9000em;
	width: 16px;
	height: 16px;	
}
.storeMain {
	float: left;
}
.storeGallery {
	float: right;
	margin-right: 7px;
}
ul.storeGallery li {
	list-style-type: none;
	margin-bottom: 3px;
}
.storePrice {
	float: left;
}
.storePrice h4, .storePrice p {
	text-transform: uppercase;
	font-weight: bold;
}
#size {
	width: 110px;
	height: 25px;
	padding: 2px;
}
.viewCart {
	text-transform: uppercase;
	color: #00FFF6;
	background-color: #000;
	padding: 2px 3px;
	width: 110px;
	text-align: center;
	margin-top: 10px;
	border: none;
	-moz-border-radius: 3px 3px;
	-webkit-border-radius: 3px 3px;
}
.storeContent {
	float: left;
	width: 470px;
	margin-bottom: 10px;
}
#store h1 a, #free h1 a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;	
}
#storeNav {
	float: left;
	width: 425px;
	text-align: center;
}
#storeNav li {
	display: inline;
	background: #000;
	padding: 3px;
}
#storeNav li.last { border: none;}
#storeNav li a {
	color: #00FFF6;
	text-decoration: none;
	margin: 2px 10px;
}
.storeItem {
	float: left;
	margin: 8px 4px;
}
.storeDescription {
	width: 100px;
}
.post h1 {
	font: 16px arial;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.post h1 a {
	font: 16px arial;
	color: #00FFF6;
	background-color: #000;
	padding: 2px 3px;
}
.artistSelect {
	margin: 10px 0 0;
}
.space {
	height: 20px;
}
.artistSelect select {
	font-size:15px;
	height:24px;
	padding-right:7px;
}
.newestHeading, .therestHeading {
	font-size:15px;
	font-weight:bold;
	margin:5px;
}
/**************************************/
/**************************************/




/************ RIGHT COLUMN ************/
/**************************************/
#right_col {
	width: 160px;
	float: right;
	margin-top: -575px;
}
#navigation {
	background: url('images/navigation.png') no-repeat scroll top left;
	height: 316px;	
}
#navigation ul {
	width: 160px;
	position: relative;
	top: 127px;
}
#navigation ul li {
	list-style-type: none;
	text-indent: -9000em;
}
#navigation ul li a {
	display: block;
}
li.home a {
	height: 31px;
}
li.home:hover {
	background: url('images/navigation-o.png') no-repeat scroll right -127px;	
}
li.artists a {
	height: 27px;
}
li.artists:hover {
	background: url('images/navigation-o.png') no-repeat scroll right -158px;	
}
li.store a {
	height: 27px;
}
li.store:hover {
	background: url('images/navigation-o.png') no-repeat scroll right -184px;	
}
li.videos a {
	height: 25px;
}
li.videos:hover {
	background: url('images/navigation-o.png') no-repeat scroll right -212px;	
}
li.free a {
	height: 24px;
}
li.free:hover {
	background: url('images/navigation-o.png') no-repeat scroll right -236px;	
}
li.contact a {
	height: 27px;
}
li.contact:hover {
	background: url('images/navigation-o.png') no-repeat scroll right -261px;	
}
li.events a {
	height: 27px;
}
li.events:hover {
	background: url('images/navigation-o.png') no-repeat scroll right -287px;	
}
#flashplayer {
	width: 160px;
	height: 40px;
	background-color: #000;
}
#newsletter {
	margin: 15px 0 10px;
}
#newsletter p, .socialize p {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .13em;
	margin-bottom: 3px;
}
#emailaddress {
	width: 116px;
	height: 16px;
	border: 1px solid #ddd;
	float: left;
}
#newsletter #submit {
	float: left;
	width: 40px;
	height: 20px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-style: italic;
}
#submit {
	width: 120px;
	height: 20px;
	border: 1px solid #000;
	background-color: #000;
	color: #00FFF6;
	font-style: italic;
}
#submit:focus {
	width: 120px;
	height: 20px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	font-style: italic;
}
#rotating {
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
}
#rotating h4 {
	font: 15px arial;
	font-weight: bold;
	font-style: italic;
	color: #00fff6;
	padding: 15px 0 10px;
}
#rotating p.img {
	width: 140px;
	background-color: #00fff6;
	height: 160px;
	margin: 0px auto;
	padding: 0;
}
#rotating p, #rotating a {
	text-decoration: none;
	font: 12px arial;
	color: #00fff6;
	padding: 5px 10px 15px;
	display: block;
}
.rotate_desc {
	margin-top: -12px;
}
.videosContent, .eventsContent {
	margin-bottom: 10px;
}
/**************************************/
/**************************************/



/************    FOOTER    ************/
/**************************************/
#city {
	background: url('images/city.png') repeat-x scroll left bottom;
	width: 100%;	
}

/**************************************/
/**************************************/


/***********    COMMENTS    ***********/
/**************************************/
.commentlist {
	margin-bottom: 20px;
	padding: 20px 20px 1px 20px;
	background: #fff;
}
.commentlist li {
	list-style-type: none;
	margin: 0 0 20px 0;
}
.comment-author {
	float: left;
	margin: -2px 15px 0 0;
}
.avatar {
	float: left;
}
cite.fn {
	display: none;
}
span.says {
	display: none;
}
#commentform small {
	font: 12px arial;	
}
/**************************************/
/**************************************/

