/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #e04c46; color:#fff; text-shadow: none; }
::selection { background: #e04c46; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/**
 * Primary styles
 *
 * Author: 
 */
















/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/**
 * end style.css 
 */

/**
 * 	begin prefix.css
 */

html, body {
	height: 100%;
	}

body {
	text-align: center;
	font: 0.8em/1.7em Georgia, "Times New Roman", Times, serif;
	background: #090a0a url(../img/pattern-white-2.png);
	}

#body_wrap {
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	}

.wrapper {
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	/*background: #FFFAB8 url(../img/griddd_new.jpg) repeat-y 15px -797px;*/
	background-color: #fff;
	}

/* footer */

footer {
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	margin: 0 auto 20px;
	width: 1000px;
	text-align: left;
	padding: 30px 30px 20px;
	font-size: 0.9em;
  background: #c2d9df;
  /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#567f86), to(#a1cbd5));
  background: -moz-linear-gradient(#567f86, #a1cbd5);*/
	}

footer:hover {
	background-color: #567f86;
	-webkit-transition: background-color 150ms ease-in-out;
	-moz-transition: background-color 150ms ease-in-out;
	-o-transition: background-color 150ms ease-in-out;
	transition: background-color 150ms ease-in-out;
	}

footer dt {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px dotted white;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

footer ul {
	margin-left: 10px;
	float: left;
	margin-right: 30px;
	border-bottom: 1px dotted white;
	padding-bottom: 11px;
	}

footer ul li {
	float: left;
	list-style-type: none;
	width: 200px;
	margin-right: 20px;
	}

footer ul li a {
	color: #fff;
	}

footer ul li:last-child {
	margin-right: 0;
	}

footer p.copyright {
	clear: left;
	padding-top: 19px;
	padding-left: 9px;
	margin-bottom: 0;
	font-size: 0.8em;
	color: #fff;
	}

dt.sections {
	padding-left: 18px;
	background: url(../img/sections-icon-footer.png) no-repeat 0 1px;
	}

dt.more {
	padding-left: 18px;
	background: url(../img/more-icon-footer.png) no-repeat 0 3px;
	}

dt.feeds {
	padding-left: 18px;
	background: url(../img/feed-icon-footer.png) no-repeat 0 2px;
	}

dl.social {
	float: left;
	border-bottom: 1px dotted white;
	padding-bottom: 17px;
	margin-left: 10px;
	}

dl.social dt {
	text-align: center;
	border-bottom: 1px dotted white;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

.ie7 dl.social dt {
	text-align: center;
	border-bottom: 1px dotted white;
	padding-bottom: 6px;
	margin-bottom: 6px;
	width: 300px;
	}

footer dl.social dd {
	margin-right: 20px;
	margin-top: 18px;
	float: left;
	}

.ie7 footer dl.social dd {
	margin-right: 5px;
	margin-top: 18px;
	float: left;
	margin-left: 5px;
	}

footer dl.social dd:last-child {
	margin-right: 0px;
	}

footer dl.social a {
	display: inline-block;
	width: 60px;
	color: white;
	padding-top: 66px;
	text-align: center;
	}

footer dl.social a:hover {
	color: #c2d9df;
	}

footer dl.social a.twitter {
	background: url(../img/footer-twitter.png) no-repeat;
	}

footer dl.social a.facebook {
	background: url(../img/footer-facebook.png) no-repeat;
	}

footer dl.social a.rss {
	background: url(../img/footer-rss.png) no-repeat;
	}

footer dl.social a.newsletter {
	background: url(../img/footer-newsletter.png) no-repeat;
	}

footer hr {
	float: left;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	}

img.ad {
	/*opacity: 0.3;*/
	}

#header h1 a, 
#header h2 a,
div#prefix-logo a {
	float: left;
	width: 185px;
	height: 68px;
  	background: #567f86 url(../img/logo6.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 12px 67px 0 40px;
}

#header h1 a:hover {
	background-color: #22363a;
	-webkit-transition: background-color 150ms ease-in;
	-moz-transition: background-color 150ms ease-in;
	-o-transition: background-color 150ms ease-in;
	transition: background-color 150ms ease-in;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}

h1 span {
	color: rgba(68,68,68,0.4);
	margin-left: 5px;
	}

h1 {
	line-height: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.6em;
	}

h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.3em;
	}

h3, h2.kicker  {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1.2em;
	}

h3:first-child {
	margin-top: 0;
	}

h5, h2.subcat {
	color: rgba(68,68,68,0.4);
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0;
	margin-bottom: 7px;
	}

a {
	color: #567f86;
	text-decoration: none;
	}
/*
.col_main a {
	color:  #2262CC;
}
*/
a:visited {
	color: #848484;
	}

a:hover {
	color: #22363a;
	-webkit-transition: color 150ms ease-in;
	-moz-transition: color 150ms ease-in;
	-o-transition: color 150ms ease-in;
	transition: color 150ms ease-in;
	}

em {
	font-style: italic;
	}

strong {
	font-weight: bold;
	}

/* ** Navigation ** */

#nav a:hover {
	/*background-color: #a1cbd5;*/
	-webkit-transition: color 150ms ease-in;
	-moz-transition: color 150ms ease-in;
	-o-transition: color 150ms ease-in;
	transition: color 150ms ease-in;
	}

#nav a.news {
	width: 49px;
	height: 19px;
	background-position: 0 0;
	}

#nav a.features {
	width: 83px;
	height: 19px;
	background-position: -74px 0;
	}

#nav a.media {
	width: 53px;
	height: 19px;
	background-position: -182px 0;
	}

#nav a.reviews {
	width: 76px;
	height: 19px;
	background-position: -260px 0;
	}

#nav a.photo-galleries {
	width: 150px;
	height: 19px;
	background-position: -362px 0;
	}

#nav a.forums {
	width: 68px;
	height: 19px;
	background-position: -527px 0;
	}

#nav li.search a {
	visibility: hidden;
	}

ul.nav {
	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
	}

ul.nav li {
	float: left;
	list-style-type: none;
	}

ul.nav a {
	padding: 0 3px 0 2px;
	display: inline-block;
	text-align: center;
	height: 17px;
	/*background: #567f86 url(../img/navigation.png) no-repeat;*/
	/*text-indent: -9999px;*/
	margin-right: 12px;
	font-weight: 700;
	}

ul.nav li.search {
	margin-right: -80px;
	float: right;
	}

.ie7 ul.nav li.search {
	margin-right: -40px;
	float: right;
	}

li.search input {
	margin-top: -3px;
	border-style: none;
	height: 10px;
	width: 263px;
	padding: 7px 7px 7px 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #b3b4b5;
            -webkit-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	font-size: 0.7em;
	background: url(../img/loupe.png) no-repeat 5px 4px;
	}

.ie8 li.search input {
	background-color: white;
	}

.ie7 li.search input {
	background-color: white;
	/*width: 223px;*/
	}

li.video {
	
	}

li.music {
	
	}

.tags dt {
	float: left;
	margin-right: 10px;
	}

.tags dl {
	margin-bottom: 20px;
	}

.tags dd {
	float: left;
	margin-right: 9px;
	}

.tags dd a {
	color: #F9F8F9;
	background: #567f86 url(../img/tag.png) no-repeat right -2px;
	padding-right: 19px;
	padding-left: 7px;
	padding-bottom: 0;
	display: block;
	height: 20px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 0.9em;
	}

.tags dd a:hover {
	background-color: #22363a;
	-webkit-transition: background-color 150ms ease-in;
	-moz-transition: background-color 150ms ease-in;
	-o-transition: background-color 150ms ease-in;
	transition: background-color 150ms ease-in;
	}

p {
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	}

#header {
	background-color: #fff;
	margin-top: 20px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 10px 0 18px;
	width: 1060px;
	}

#brand.wrapper {
	background-color: transparent;
	}

.col_full {
	margin-right: 0px;
	margin-left: 0px;
	width: 980px;
	}

.col_main {
	width: 640px;
	margin-right: 20px;
	margin-left: 10px;
	float: left;
	}

.col_side {
	margin-right: 10px;
	margin-left: 20px;
	float: left;
	width: 300px;
	font-size: 0.9em;
	}

.col_half {
	width: 480px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border-bottom-style: none;
	border-bottom-width: 0;
	}

.col_quarter {
	width: 230px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	}

.col_third {
	width: 210px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

.col_side section {
	background-color: #f1f1f1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	}

.col_side section h3 {
	color: #567f86;
	}

.col_side section ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	margin-left: 0;
	padding-bottom: 10px;
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	}

.more_about ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	}

/* home */

.news-story figcaption {
	top: 5px;
	position: absolute;
	width: 17px;
	height: 18px;
	left: 5px;
	}

.news-story.music-bright figcaption {
	background: url(../img/post-type-bright.png) 1px 0;
	}

.news-story.video-bright figcaption {
	background: url(../img/post-type-bright.png) 1px -20px;
	}

.news-story.gallery-bright figcaption {
	background: url(../img/post-type-bright.png) 1px -40px;
	}

.news-story.news-bright figcaption {
	background: url(../img/post-type-bright.png) 1px -60px;
	}

.news-story.music-dark figcaption {
	background: url(../img/post-type-dark.png) 1px 0;
	}

.news-story.video-dark figcaption {
	background: url(../img/post-type-dark.png) 1px -20px;
	}

.news-story.gallery-dark figcaption {
	background: url(../img/post-type-dark.png) 1px -40px;
	}

.news-story.news-dark figcaption {
	background: url(../img/post-type-dark.png) 1px -60px;
	}

.news-story a {
	display: block;
	padding-bottom: 10px;
	}

.news-story a:hover {
	background-color: #f1f1f1;
	}

.news-story p.timestamp {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 0.5em;
	color: #848484;
	}

.news-story a h1 {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 4px;
	font-size: 1em;
	}

.news-story a h1:hover {
	color: #567f86;
	}

.news-story a p {
	color: #444;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 0.9em;
	line-height: 1.4em;
	}

.news-story a:hover {
	background-color: #f1f1f1;
	}

.news-story {
	width: 198px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
	position: relative;
	}

.news-story ul li a {
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.news-story ul li a:hover {
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-color: #f9f8f9
	}

.news-story ul {
	list-style-type: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	}

.news-story ul li {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	background-position: 0 5px;
	}

.news-story ul li:last-child {
	border-bottom-style: none;
	}

.alpha {
	margin-left: 0;
	}

.omega {
	margin-right: 0;
	}

/* home end */

dd a.video {
	
	}

#nav {
	width: 1005px;
            -moz-border-radius:0px; 
                 border-radius:0px;
	margin-left: -30px;
	padding-top: 11px;
	padding-left: 35px;
	padding-right: 20px;
	margin-right: 0;
	}


#social {
	background: #c2d9df;
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#98acb2), to(#c2d9df));
	background: -moz-linear-gradient(#98acb2, #c2d9df);*/
	height: 22px;
	margin-left: -30px;
	margin-right: -30px;
	padding: 4px 40px 2px;
	float: left;
	width: 980px;
	margin-bottom: 20px;
	}

#social a:visited {
	color: #567f86;
	}

ul.social {
	float: left;
	margin-right: 0;
	}

ul.social li {
	float: left;
	list-style-type: none;
	}

ul.social li a {
	display: block;
	padding-left: 24px;
	margin-left: 12px;
	background: url(../img/social.png) no-repeat;
	}

ul.social li.twitter a {
	background: url(../img/social.png) no-repeat 0 0;
	color: #fff;
	}

ul.social li.twitter a:hover {
	background: url(../img/social.png) no-repeat 0 -20px;
	color: #567f86;
	-webkit-transition: color 0ms ease-in;
	-moz-transition: color 0ms ease-in;
	-o-transition: color 0ms ease-in;
	transition: color 0ms ease-in;
	}

ul.social li.facebook a {
	background: url(../img/social.png) no-repeat 0 -40px;
	color: #fff;
	}

ul.social li.facebook a:hover {
	background: url(../img/social.png) no-repeat 0 -60px;
	color: #567f86;
	-webkit-transition: color 0ms ease-in;
	-moz-transition: color 0ms ease-in;
	-o-transition: color 0ms ease-in;
	transition: color 0ms ease-in;
	}

ul.social li.rss a {
	background: url(../img/social.png) no-repeat 0 -80px;
	color: #fff;
	}

ul.social li.rss a:hover {
	background: url(../img/social.png) no-repeat 0 -100px;
	color: #567f86;
	-webkit-transition: color 0ms ease-in;
	-moz-transition: color 0ms ease-in;
	-o-transition: color 0ms ease-in;
	transition: color 0ms ease-in;
	}

ul.social li.newsletter a {
	background: url(../img/social.png) no-repeat 0 -120px;
	color: #fff;
	}

ul.social li.newsletter a:hover {
	background: url(../img/social.png) no-repeat 0 -140px;
	color: #567f86;
	-webkit-transition: color 0ms ease-in;
	-moz-transition: color 0ms ease-in;
	-o-transition: color 0ms ease-in;
	transition: color 0ms ease-in;
	}

ul.member {
	float: left;
	margin-left: 0;
	font-size: 0.9em;
	}

ul.member li {
	float: left;
	list-style-type: none;
	margin-right: 13px;
	}

ul.member li a {
	color: #fff;
	}

ul.member li a:hover {
	color: #567f86;
	}

aside.social {
	background-color: #f1f1f1;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	padding: 10px 10px 5px;
	margin-bottom: 20px;
	margin-top: 20px;
	}

p.timestamp {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.85em;
	}

ul.social {
	margin-left: 10px;
	float: right;
	text-align: right;
	font-size: 0.9em;
	}

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

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

.outline {
	border: 1px solid #e4e4e4;
	}

figure {
	margin-bottom: 10px;
	}

figcaption {
	font-style: italic;
	font-size: 0.85em;
	/*opacity: 0.7;*/
	}

section {
	padding-bottom: 20px;
	border-bottom: 1px solid #e4e4e4;
	padding-top: 20px;
	}

section:first-child {
	padding-top: 0;
	}

section.more_about {
	/*border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;*/
	padding-right: 20px;
	padding-left: 20px;
	background-color: #f1f1f1;
	}

li.music, li.media {
	background: url(../img/list-type-music.png) no-repeat 0 -2px;
	padding-left: 24px;
	}

li.video {
	background: url(../img/list-type-video.png) no-repeat 0 0;
	padding-left: 24px;
	}

li.gallery, li.photogallery {
	background: url(../img/list-type-gallery.png) no-repeat 0 0;
	padding-left: 24px;
	}

li.news, li.post, li.album {
	background: url(../img/list-type-news.png) no-repeat 0 1px;
	padding-left: 24px;
	}

/* review */

body.album-review div.col_main h1 {
	margin-bottom: 0;
	}

body.album-review div.col_main h2 {
	margin-top: 0;
	}

div.col_main p.rating {
	padding: 13px;
	color: #f1f1f1;
	background-color: rgba(68,68,68,0.43);
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 2.5em;
	font-weight: 800;
	}

p.review-byline {
	text-align: right;
	font-style: italic;
	}

#body_wrap div.col_main.clearfix section div.featured-review.clearfix div p.review-byline a.clearfix {
	display: inline;
	}

#body_wrap div.col_main.clearfix section div.featured-review.clearfix div p.review-byline a.clearfix {
	
	}

.review-cover {
	border: 1px solid #e4e4e4;
	margin-right: 20px;
	}

ul.tracklist li {
	border-bottom: 1px solid #e4e4e4;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 0;
	padding-left: 8px;
	list-style-position: outside;
	}

section.tabs ul.tracklist {
	list-style-type: decimal;
	padding-left: 21px;
	margin-left: 5px;
	padding-top: 0;
	}

li.even {
	background-color: #f1f1f1;
	}

/* news */

ul.news-home {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	display: block;
	}

ul.news-home li {
	float: left;
	}

ul.news-home li p {
	text-align: left;
}

.ie7 ul.news-home li {
	float: left;
	margin-bottom: 10px;
	}

.ie7 ul.news-home li a {
	width: 180px;
	float: left;
	background-color: #f1f1f1;
	padding-right: 10px;
	padding-left: 10px;
	height: 278px;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0 20px 20px 0;
	}

ul.news-home li a {
	width: 180px;
	float: left;
	margin-right: 20px;
	margin-left: 0;
	background-color: #f1f1f1;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	height: 278px;
	display: block;
	overflow: hidden;
	position: relative;
	}

ul.news-home li a.alt {
	width: 168px;
	float: left;
	margin-right: 10px;
	margin-left: 0;
	background-color: #f1f1f1;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	height: 278px;
	display: block;
	overflow: hidden;
	position: relative;
	}

ul.news-home li.omega a {
	margin-right: 0;
	}

ul.news-home li a:hover {
	/*background-color: #e1e1e1;*/
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
	}

ul.news-home img {
	margin-left: -10px;
	}

ul.news-home li a p {
	color: #444;
	font-size: 0.9em;
	line-height: 1.4em;
	}

figcaption.light {
	background: url(../img/post-type-bright.png) no-repeat 0;
	text-indent: -9999px;
	}

figcaption.dark {
	background: url(../img/post-type-dark.png) no-repeat 0;
	text-indent: -9999px;
	}

ul.news-home figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	}

ul.news-home figcaption.audio, 
ul.news-home figcaption.media {
	background-position: 5px 5px;
	}

ul.news-home figcaption.video {
	background-position: 5px -15px;
	}

ul.news-home figcaption.gallery, ul.news-home figcaption.photogallery {
	background-position: 5px -35px;
	}

ul.news-home figcaption.article,
ul.news-home figcaption.album, 
ul.news-home figcaption.post,
ul.news-home figcaption.album-news,
ul.news-home figcaption.feature {
	background-position: 5px -55px;
	}

p.more a {
	width: 100%;
	display: block;
	text-align: center;
	-webkit-box-shadow:0 0px 1px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 0px 1px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 0px 1px rgba(0, 0, 0, 0.3), 0 0 15px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #f1f1f1;
	font-family: "proxima-nova-1","proxima-nova-2";
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	}

p.more a:hover {
	background-color: #c2d9df;
	color: #22363a;
	}

p.more a:active {
	background-color: #567f86;
	color: #f1f1f1;
	-webkit-box-shadow:0 0px 1px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.8) inset;
       -moz-box-shadow:0 0px 1px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.8) inset;
            box-shadow:0 0px 1px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.8) inset;
	}

/* Artist Page */

section.tabs {
	background-color: #f1f1f1;
	margin-top: 10px;
	margin-bottom: 35px;
	padding: 10px;
	}

section.tabs ul {
	margin-bottom: 0;
	padding-left: 0;
	list-style-type: none;
	margin-left: 0;
	/*padding-bottom: 10px;*/
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	}

section.tabs ul.albums li {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	}

section.tabs ul li.omega {
	margin-right: 0;
	}

section.tabs p:first-child {
	border-top: 1px solid #e4e4e4;
	padding-top: 10px;
	margin-top: 5px;
	}

div.tooltip {
	background-color: rgba(0,0,0,0.7);
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius: 5px;
	padding: 7px 10px;
	color: #f6f6f6;
	}

section.tabs p.date {
	border-top-style: none;
	padding-top: 0;
	margin-bottom: 0;
	}

section.tabs ul.artist-news li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	padding-left: 24px;
	background: url(../img/list-type-news.png) no-repeat 0 22px;
	}

section.tabs ul.artist-news li:last-child {
	border-bottom-style: none;
	}

section.tabs p.date {
	color: rgba(68,68,68,0.4);
	}

section.tabs ul.media {
	padding-top: 0;
	}

section.tabs ul.media li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	padding-left: 24px;
	padding-top: 10px;
	background-position: 0 10px;
	}

section.tabs ul.media li:last-child {
	border-bottom-style: none;
	padding-bottom: 0px;
	}

section.tabs img {
	float: left;
	margin-right: 20px;
	}

ul.albums li a img {
	margin-right: 0;
	margin-bottom: 6px;
	}

section.tabs div.panes ul.artist-galleries li a {
	display: block;
	}

section.tabs ul.artist-galleries li p {
	color: #444;
	}

section.tabs ul.artist-galleries p.date {
	color: rgba(68,68,68,0.4);
	margin-bottom: 8px;
	}

section.tabs ul.artist-galleries {
	padding-top: 0;
	}

section.tabs ul.artist-galleries li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	}

section.tabs ul.artist-galleries li:last-child {
	border-bottom-style: none;
	padding-bottom: 0;
	}

section.tabs ul.features li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 13px;
	margin-bottom: 13px;
	}

section.tabs ul.features li:last-child {
	margin-bottom: 0;
	border-bottom-style: none;
	padding-bottom: 0;
	}

section.tabs ul.features li img {
	margin-top: -4px;
	margin-right: 15px;
	}

/* media page */

section.tabs ul.media-main h4 {
	font-size: 1.2em;
	}

section.tabs ul.media-main {
	padding-top: 0;
	}

section.tabs ul.media-main li {
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	margin-top: 12px;
	}

section.tabs ul.media-main li a {
	display: block;
	}

section.tabs ul.media-main li:last-child {
	border-bottom-style: none;
	padding-bottom: 0;
	}

section.tabs ul.media-main h4 span {
	color: #444;
	}

section.tabs ul.media-main h4 span span {
	color: rgba(68,68,68,0.4);
	display: inline;
	}

section.tabs ul.media-main p.type {
	border-top: none;
	text-indent: -9999px;
	padding-top: 5px;
	height: 12px;
	margin-bottom: 5px;
	float: left;
	width: 20px;
	margin-top: 1px;
	margin-right: 12px;
	}

section.tabs ul.media-main p.timestamp {
	padding-left: 32px;
	margin-bottom: 0;
	margin-top: 0;
	color: rgba(68,68,68,0.4);
	}

section.tabs ul.media-main p.type.audio {
	background: url(../img/post-type-dark.png) no-repeat 0 1px;
	}

section.tabs ul.media-main p.type.video {
	background: url(../img/post-type-dark.png) no-repeat 0 -19px;
	}

/* photo galleries */

.featured-gallery a {
	float: left;
	position: relative;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e4e4e4;
	}

.featured-gallery a div {
	bottom: 0;
	left: 0;
	padding: 4px 13px 0;
	margin-bottom: 0;
	}

.featured-gallery a div p {
	color: #444;
	}

 a div p.date {
	color: rgba(68,68,68,0.4);
	}

 a div h4 {
	font-size: 1.5em;
	}

 a div h4 span {
	color: rgba(68,68,68,0.4);
	display: inline;
	}

.featured-gallery a div p.timestamp {
	margin-bottom: 8px;
	margin-top: 0;
	color: rgba(68,68,68,0.4);
	}

/* pagination */

.pagination {
	opacity: 0.7;
	float: left;
	}

.pagination:hover {
	opacity: 1;
	-webkit-transition: opacity 150ms ease-in;
	-moz-transition: opacity 150ms ease-in;
	-o-transition: opacity 150ms ease-in;
	transition: opacity 150ms ease-in;
	}

.pagination ul {
	padding-left: 0;
	margin-left: -6px;
	}

.pagination li {
	display:block;
	float: left;
	margin: 0 4px;
	}
	
.pagination li a {
	color: #969696;
	display: block;
	padding: 2px 7px 0;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	}
	
.pagination li a:hover {
	color: #567f86;
	background:#f1f1f1;
	/*border:2px solid #408bb6;*/
	}

/* override for prev/next arrows */
.pagination li.previous-arrow a:hover, 
.pagination li.next-arrow a:hover {
	background: transparent;
}
.pagination li.previous-arrow a, 
.pagination li.next-arrow a {
	padding: 0;
	border: 0px;
}
	
.pagination li.dots {
	color: rgba(68,68,68,0.4);
	font-weight:bold;
	margin-top: 6px;
	}
	
.pagination li.selected {
	position: relative;
	color: #444;
	text-align:bottom;
	margin: 0;
	padding: 3px 6px 1px;
	font-size: 24px;
	font-weight: bold;
	}

.pagination ul li.next-arrow {
	border-style: none;
	padding: 0;
	margin-left: 5px;
	background: url(../img/page-arrows.png) no-repeat 0 -30px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin-top: -3px;
	}

.pagination ul li.next-arrow:hover {
	cursor: pointer;
	background: url(../img/page-arrows.png) no-repeat -30px -30px;
	}

.pagination ul li.previous-arrow {
	border-style: none;
	padding: 0;
	margin-left: 5px;
	background: url(../img/page-arrows.png) no-repeat 0 0;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	margin-top: -3px;
	}

.pagination ul li.previous-arrow:hover {
	cursor: pointer;
	background: url(../img/page-arrows.png) no-repeat -30px 0;
	}

/* features */

div.featured-article img {
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	margin-bottom: 10px;
	}

section.feature-tabs {
	padding: 0;
	position: relative;
	}

.featured-article a div p {
	color: #444;
	}

 a div p.timestamp {
	margin-bottom: 8px;
	margin-top: 0;
	color: rgba(68,68,68,0.4);
	}

/* reviews */

.featured-review {
	width: 640px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	margin-bottom: 20px;
	}

.featured-review a {
	display: block;
	}

.featured-review img {
	float: left;
	margin-right: 40px;
	}

.featured-review h4 {
	margin-top: 33px;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 8px;
	}

.featured-review h4 span, .featured-review h1 span {
	display: block;
	color: #444;
	}

.featured-review div {
	padding-top: 30px;
	}

.featured-review p.timestamp {
	position: absolute;
	padding-left: 340px;
	bottom: 5px;
	}

li.review {
	width: 280px;
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	position: relative;
	}

li.review p.rating {
	font-size: 1.2em;
	padding: 3px 6px;
	position: absolute;
	bottom: 8px;
	left: 150px;
	color: #f1f1f1;
	background-color: rgba(68,68,68,0.43);
	font-weight: 700;
	}

li.review h4 {
	display: block;
	line-height: 1.3em;
	padding-top: 7px;
	font-size: 1.2em;
	}

li.review h4 span {
	display: block;
	color: #444;
	line-height: 1.3em;
	margin-top: 5px;
	font-size: 0.8em;
	}

li.review img {
	margin-right: 10px;
	}

li.review a  {
	display: block;
	}

li.review a:hover {
	background-color: #f1f1f1;
	-webkit-transition: background-color 150ms ease-in;
	-moz-transition: background-color 150ms ease-in;
	-o-transition: background-color 150ms ease-in;
	transition: background-color 150ms ease-in;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
	}

p.review-meta {
	font-size: 0.85em;
	color: #444;
	margin-top: -4px;
	}

/* Artist Index */

ul.artist-nav {
	margin-left: auto;
	list-style-type: none;
	padding-top: 9px;
	padding-bottom: 9px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #e4e4e4;
	border-top: 1px solid #e4e4e4;
	width: 630px;
	margin-right: auto;
	padding-left: 10px;
	}

ul.artist-nav li {
	display:block;
	float: left;
	margin: 0 1px;
	}

ul.artist-nav li a {
	color: #969696;
	display: block;
	border: 1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: white;
	padding-top: 2px;
	padding-bottom: 0;
	width: 18px;
	text-align: center;
	}

ul.artist-nav li a:hover {
	color: #567f86;
	background:#f1f1f1;
	/*border:2px solid #408bb6;*/
	}

ul.artist-nav li.selected {
	position: relative;
	color: #444;
	text-align:bottom;
	margin: 0;
	padding: 3px 6px 0;
	font-size: 20px;
	font-weight: bold;
	}

section.artist-list {
	padding: 0;
	position: relative;
	width: 640px;
	border-top: 1px solid #e4e4e4;
	margin-top: 20px;
	float: left;
	border-bottom-style: none;
	}

ul.artist-list img {
	float: left;
	}

ul.artist-list li.omega {
	margin-right: 0;
	}

ul.artist-list {
	margin-left: 0;
	margin-top: 10px;
	float: left;
	margin-bottom: 20px;
	}

ul.artist-list h4 {
	padding-left: 75px;
	padding-top: 10px;
	font-size: 1.4em;
	}

ul.artist-list li {
	width: 300px;
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 10px;
	position: relative;
	}

ul.artist-list li a  {
	display: block;
	}

ul.artist-list li a:hover {
	background-color: #f1f1f1;
	-webkit-transition: background-color 150ms ease-in;
	-moz-transition: background-color 150ms ease-in;
	-o-transition: background-color 150ms ease-in;
	transition: background-color 150ms ease-in;
	}

div.artist-search {
	margin-bottom: 20px;
	margin-top: 18px;
	}

.artist-search input {
	border-style: none;
	height: 20px;
	width: 480px;
	padding: 7px 7px 7px 26px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #b3b4b5;
            -webkit-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	background: url(../img/loupe.png) no-repeat 5px 9px;
	font-size: 1.8em;
	}

.artist-search a {
	-webkit-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 0px 2px rgba(0, 0, 0, 0.3), 0 0 8px rgba(0, 0, 0, 0.1) inset;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f1f1f1;
	font-family: "proxima-nova-1","proxima-nova-2";
	text-transform: uppercase;
	vertical-align: -3px;
	margin-left: 10px;
	height: 25px;
	padding-top: 8px;
	padding-left: 33px;
	padding-right: 33px;
	display: inline-block;
	}

/* home */

section.top-stories {
	padding-bottom: 15px;
	}

section.top-stories.alt {
	padding-bottom: 0;
	border-bottom-style: none;
	}

section.news-home {
	border-bottom-style: none;
	padding-bottom: 0;
	padding-top: 11px;
	}

section.news-home.alt {
	border-bottom-style: none;
	padding-bottom: 0;
	padding-top: 13px;
	width: 980px;
	float: left;
	margin-top: 10px;
	border-top: 1px solid #e4e4e4;
	margin-left: 10px;
	}

body.home div.featured-article div {
	padding-left: 421px;
	}

body.home div.featured-article a {
	display: block;
	}

body.home div.feature-panes:hover {
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
	}

body.home div.featured-article a img {
	float: left;
	margin-bottom: 0;
	}

body.home ul.feature-tabs { 
	list-style:none; 
	margin:0 !important;	
	height:30px;
	position: absolute;
	right: -4px;
	top: 235px;
	bottom: 0;
	width:200px;
	}

body.home ul.feature-tabs.alt { 
	list-style:none; 
	margin:0 !important;	
	height:30px;
	position: absolute;
	right: -4px;
	top: 310px;
	bottom: 0;
	}

div.separator {
	clear: both;
	border-bottom: 1px solid #e4e4e4;
	height: 8px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 13px;
	}

body.home section {
	
	}

ul.news-home li.omega {
	float: left;
	}

ul.news-home li ul.extra {
	float: left;
	margin-left: 0;
	width: 200px;
	list-style-type: none;
	padding-left: 0;
	line-height: 1.4em;
	height: 276px;
	overflow: hidden;
	position: relative;
	font-size: 0.85em;
	}

ul.news-home li ul.extra.alt {
	float: left;
	margin-left: 0;
	width: 188px;
	list-style-type: none;
	padding-left: 0;
	line-height: 1.4em;
	height: 276px;
	overflow: hidden;
	position: relative;
	font-size: 0.85em;
	}

ul.news-home li ul.extra li {
	float: left;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 6px;
	margin-bottom: 6px;
	}

ul.news-home li ul.extra li a {
	height: auto;
	background-color: transparent;
	width: 165px;
	padding-left: 24px;
	margin-bottom: 0;
	margin-left: -24px;
	}

ul.news-home li ul.extra li a.alt {
	height: auto;
	background-color: transparent;
	width: 154px;
	padding-left: 24px;
	margin-bottom: 0;
	margin-left: -24px;
	}

ul.news-home li ul.extra li a:hover {
            -webkit-box-shadow: none;
               -moz-box-shadow: none;
                    box-shadow: none;
	}

ul.news-home li ul.extra li.more a {
	border-bottom: 1px solid #e4e4e4;
	height: auto;
	margin-bottom: -1px;
	margin-left: 0;
	font-family: "proxima-nova-1","proxima-nova-2";
	padding-bottom: 3px;
	text-align: center;
	width: 180px;
	padding-left: 10px;
	background: url(../img/fadeout.png) repeat-x -10px 0;
	padding-top: 38px;
	}

ul.news-home li ul.extra li.more.alt a {
	border-bottom: 1px solid #e4e4e4;
	height: auto;
	margin-bottom: -1px;
	margin-left: 0;
	font-family: "proxima-nova-1","proxima-nova-2";
	padding-bottom: 3px;
	text-align: center;
	width: 168px;
	padding-left: 10px;
	background: url(../img/fadeout.png) repeat-x -10px 0;
	padding-top: 38px;
	}

ul.news-home li ul.extra li.more {
	padding-bottom: 0;
	margin-top: -6px;
	display: block;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	}

ul {
	margin-left: 0;
	list-style-type: none;
}

section.lists ul li {
	padding: 7px;
}

body.home ul.review {
	padding-left: 0;
	margin-left: 0;
	margin-top: -7px;
	list-style-type: none;
	}

body.home ul.review li {
	width: 230px;
	margin-bottom: 0;
	padding-top: 9px;
	margin-right: 20px;
	}

body.home ul.review li a img {
	float: left;
	}

body.home ul.review li.review.omega {
	margin-right: 0;
	}

body.home ul.review li h4 {
	line-height: 1.2em;
	font-size: 1em;
	padding-top: 4px;
	}

body.home ul.review li a p.rating {
	padding-top: 1px;
	padding-bottom: 4px;
	left: 110px;
	bottom: 4px;
	height: 15px;
	font-size: 0.85em;
	}

body.home ul.artist-galleries {
	margin-left: 0;
	list-style-type: none;
	}

body.home ul.artist-galleries li {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}

body.home ul.artist-galleries li a {
	display: block;
	}

body.home ul.artist-galleries li a:hover {
	background-color: #f1f1f1;
    -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
       -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
            box-shadow:0 0px 0px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.15) inset;
	}

body.home ul.artist-galleries img {
	float: left;
	margin-right: 10px;
	}

body.home ul.artist-galleries li h4 {
	line-height: 1.2em;
	font-size: 1em;
	padding-top: 4px;
	}

body.home ul.artist-galleries li p {
	color: #444;
	margin-bottom: 0;
	font-size: 0.85em;
	margin-top: 5px;
	line-height: 1.3em;
	}

body.home ul.artist-galleries p.date {
	margin-bottom: 4px;
	margin-top: 0;
	color: rgba(68,68,68,0.4);
	font-size: 0.8em;
	padding-top: 5px;
	}

body.home section.features {
	padding-bottom: 5px;
	border-bottom-style: none;
	}

body.home section.reviews {
	padding-bottom: 20px;
	border-bottom-style: none;
	}

body.home section.photos {
	border-bottom-style: none;
	padding-bottom: 0;
	}

body.home section.upcoming.alt {
	padding-bottom: 0;
	margin-top: 10px;
	}

body.home section.upcoming ul {
	list-style-type: none;
	margin-left: 0;
	/*width: 480px;*/
	}

body.home section.upcoming ul li {
	border-top: 1px solid #e4e4e4;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	}

body.home section.upcoming ul li a {
	display: block;
	color: #444;
	}

body.home section.upcoming a strong {
	color: #567f86;
	}

body.home div.col_full.more {
	clear: both;
	border-top: 1px solid #e4e4e4;
	float: left;
	padding-top: 15px;
	margin: 2px 10px 4px;
	}

body.home section.lists ul {
	margin-left: 0;
	list-style-type: none;
	margin-top: 6px;
	}

body.home section.lists ul li {
	border-top: 1px solid #e4e4e4;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	}

body.home section.lists ul li a {
	display: block;
	}

a.more-photos {
	display: block;
	clear: left;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-family: "proxima-nova-1","proxima-nova-2";
	background-color: #f1f1f1;
	text-align: center;
	}

a.more-features {
	display: block;
	clear: left;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	/*margin-top: 10px;*/
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-family: "proxima-nova-1","proxima-nova-2";
	background-color: #f1f1f1;
	text-align: center;
	}

a.more-reviews {
	display: block;
	clear: left;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-family: "proxima-nova-1","proxima-nova-2";
	background-color: #f1f1f1;
	text-align: center;
	}

body.home section.photos p {
	margin-bottom: 0;
	}

body.home section.photos {
	margin-bottom: 3px;
	}

body.home section.upcoming {
	padding-bottom: 0;
	margin-bottom: 3px;
	}

#body_wrap h2.trigger {
	float: left;
	margin-right: 10px;
	width: 462px;
	margin-left: 10px;
	display: block;
	height: 19px;
	background: url(../img/h2_trigger_a.png) no-repeat 499px 3px;
	padding-left: 517px;
	font: normal 0.9em Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	}

#body_wrap h2.trigger.alt {
	float: left;
	margin-right: 10px;
	width: 960px;
	margin-left: 10px;
	display: block;
	height: 19px;
	background: url(../img/h2_trigger_a.png) no-repeat 0 3px;
	padding-left: 18px;
	font: normal 0.9em Georgia, "Times New Roman", Times, serif;
	padding-top: 3px;
	}
#body_wrap h2.trigger.active {background-position: 499px -17px;
	color: #22363a;
	}

#body_wrap h2.trigger.alt.active {background-position: 0 -17px;
	color: #22363a;
	}

body.home figcaption {
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 1.5em;
	}

body.home figure img {
	margin-bottom: 6px;
	}

body.home figcaption strong {
	color: #567f86;
	}

body.home div.col_full.line {
	clear: both;
	border-top: 1px solid #e4e4e4;
	float: left;
	margin: 12px 10px 4px;
	} 


	/*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 1000px;
	clear: both;
}
.toggle_container .block { /*--Padding of Container--*/
}

/* Shared styles */
        
        .drop-shadow {
            position:relative;
            float:left;
            width:40%;    
            padding:1em; 
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	margin-right: 10px;
	margin-left: 10px;
	}

.ie8 div.drop-shadow {
	background-color: #f1f1f1;
	letter-spacing: -1px;
	}

.ie7 div.drop-shadow {
	background-color: #f1f1f1;
	letter-spacing: -1px;
	}

/* --- Tabs --- */

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important;	
	height:30px;
}

/* single tab */

div.panes ul {
	/*border-top-style: none;*/
	padding-bottom: 0;
	margin-top: 5px;
	}
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/site_media/new/img/blue2.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 93px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	border-top: 1px solid #f1f1f1;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	//color:#567f86;	
	color:#ffffff;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {		
	border-top: 1px solid #e4e4e4;
	cursor:default !important; 
	color: #567f86;
	background: #fff -420px -62px;
	}


/* initially all panes are hidden */

.panes .pane {
	display:none;		
}

div.panes {
	background-color: #fff;
	margin-top: -10px;
	padding: 10px;
	}

/* --- FeatureTabs --- */

/* root element for tabs  */
ul.feature-tabs { 
	list-style:none; 
	margin:0 !important;	
	height:30px;
	position: absolute;
	right: -4px;
	top: 418px;
	}

/* single tab */

div.feature-panes ul {
	/*border-top-style: none;*/
	padding-bottom: 0;
	margin-top: 5px;
	}
ul.feature-tabs li { 
	float:left;	 
	text-indent: 0;
	margin:2px 0 !important;
	list-style-image: none !important;
	}

/* link inside the tab. uses a background image */
ul.feature-tabs a { 
	font-size:11px;
	display:block;
	height: 21px;  
	line-height: 25px;
	width: 25px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding: 0 2px 4px;
	margin: 0 0px 0px 8px;	
	position:relative;
	border: 1px solid #e4e4e4;
	right: 10px;
	top: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: left;
	}
	
ul.feature-tabs a:active {
	outline:none;
	}

/* when mouse enters the tab move the background image */
ul.feature-tabs a:hover {
	color:#567f86;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.feature-tabs a.current, ul.feature-tabs a.current:hover, ul.feature-tabs li.current a {		
	cursor:default !important; 
	color: #567f86;
	background: #fff -420px -62px;
	bottom: 5px;
	}


/* initially all panes are hidden */

.feature-panes .pane {
	display:none;		
}

div.feature-panes {
	background-color: #f1f1f1;
	border-bottom: 0px solid #e4e4e4;
	margin-top: 0;
	padding: 10px 10px 1px;
	}

/* --- Comment Bubble --- */

.triangle-left {
	position:relative;
	/*color:#fff;*/
	background-color: #f1f1f1; /* default background for browsers without gradient support */
	
	/* css3 */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	margin-right: 0;
	/*margin-bottom: 3em;*/
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
	padding: 10px;
	width: 620px;
	}

aside.comments p.triangle-left a {
	text-decoration: none;
	color: white;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	}

aside.comments p.triangle-left a:hover {
	color: #444;
	}

.triangle-left:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom: -11px; /* controls horizontal position */
	width:0;
	height:0;
	border-width:7px 0 0 7px; /* vary these values to change the angle of the vertex */
	border-style:solid;
	border-color:rgba(86,127,134,0.3) transparent;
	border-left-width: 10px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-right-width: 0;
	border-top-width: 11px;
	border-top-color: #f1f1f1;
	left: 20px;
	}

section.comments img {
	float: left;
	margin-right: 10px;
	padding: 2px;
	background-color: white;
	margin-bottom: 0;
	opacity: 1;
	}

p.triangle-left, div.triangle-left {
	float: left;
	color: rgba(0,0,0,0.73);
	margin-bottom: 4px;
	}

section.comments p.timestamp {
	padding-left: 39px;
	margin-bottom: 10px;
}

section.comments p.timestamp {
	padding-left: 39px;
	margin-bottom: 10px;
}

section.comments p.timestamp-img {
	display: block;
	clear: both; 
	min-height: 50px;
}

section.comments p.timestamp:last-child {
	margin-bottom: 0px;
	}


/** pill fixes */

.errorlist {
	color: red;
}

.content-block {
	border: 1px solid #ddd;
	margin: 5px;
	padding:20px;
	clear: both;
	display: block;
	line-height: 1.5em;
}

#profile-links {
	border: 1px solid #ccc;
	margin-right: 10px;
}

#profile-links li {
	list-style:none;
}

blockquote {
	width: 80%;
	margin: auto;
	background-color: #eee;
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 3px solid #ccc;
}

.albums-tab {
	width: 139px;
}

.col_main section p{
	text-align: justify;
}
.col_main section.feature-tabs p {
	text-align: left;
}

.col_main object, .col_main div {
	display: block;
	margin: auto;
}

.banner-728x90 {
	min-height:90px;
}

/* photo gallery */
#user-images {
	width:630px;
}

/* social */
.fb_edge_widget_with_comment {
	top: 0;
}

/* footer links */
section.footer_notable_albums {
	border:0;
}

section.footer_notable_albums h3 {
	color:white;
}

section.notable ul {
	list-style-type: none;
	margin-left: 0;
	margin-right: 23px;
}

section.notable.alt {
	padding-bottom: 0;
	margin-top: 10px;
	}

section.notable ul {
	list-style-type: none;
	margin-left: 0;
	/*width: 480px;*/
}

section.notable ul li {
	border-top: 1px solid #e4e4e4;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	display:block;
}

footer section.footer_notable_albums ul li {
	float:none;
	margin:0;
}


footer section.footer_notable_albums ul li a {
	
}

footer section.notable {
	border:0;
	float:left;
	padding-top:0;
}

footer section.notable ul li a:visited {
	color:white;
}

.prev-next {
	width:630px;
}

.prev-next .center {
	width:100px;
	margin:auto;	
}

/**
 * 	end prefix.css
 */


/* ---- scrollable-horizontal.css */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 468px;
	height: 126px;
	margin-bottom: 7px;
	margin-left: -4px;
	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width: 468px;
	}

/* single scrollable item */
.scrollable img {
	float:left;
	margin-top: 0;
	margin-bottom: 20px;
	/* 
	padding-left: 4px;
	padding-right: 4px;
	*/
	}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* ---- scrollable-buttons.css */

/* this makes it possible to add next button beside scrollable */
/*.scrollable {
	float:left;	
}*/

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background: url(../img/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:40px 10px;
	cursor:pointer;
	font-size:1px;
}



/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

---- scrollable-navigator.css {
	
	}

/* position and dimensions of the navigator */
.navi {
	width: 45px;
	margin: 0 auto 30px;
	padding: 0;
	height: 9px;
	}

#navi-wraper {
	float: left;
	width: 460px;
	height: 22px;
	margin-bottom: 4px;
	}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	margin:3px;
	background: url(../img/navigator.png) top left no-repeat;
	display:block;
	font-size: 4px;
	float: left;
	}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

/* ------ in file */

/*.scrollable img {
	width:100px;
	margin: 20px 5px;
	}

.scrollable img.hover {
	background-color:#123;	
}*/
 	
/* end scrollable.css */

/* gallery.css */
/* gallery */

#image_wrap {
		/* dimensions */
		width: 640px;
		margin: 15px 0 -2px;
		padding: 0;

		/* centered */
		text-align:center;

		/* some "skinning" */
	background-color: #f1f1f1;
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* horizontal */

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	height:120px;
	width: 540px;
	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width: 540px;
	padding-left: 5px;
	margin-left: -5px;
	}

/* single scrollable item */
.scrollable img {
	float:left;
	margin: 20px 2px 20px 3px;
	border:1px solid #e4e4e4;
	width:100px;
	height:75px;
	cursor:pointer
}

/* override size for home */
.home .scrollable img {
	width: 148px;
	height: 126px;	
}

/* active item */
.scrollable .active {
	border: 1px solid #a1a1a1;
	position:relative;
	cursor:default;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	}

/* buttons */

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../img/gallery-buttons.png) no-repeat;
	display:block;
	width: 25px;
	height:30px;
	float:left;
	margin: 40px 10px 40px 0;
	cursor:pointer;
	font-size:1px;
	padding-right: 5px;
	}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;
	margin-left: 3px;
	}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0;
	margin-right: 7px;
	} 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../img/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* scrollbar bg */

#scrollbar {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e4e4e4;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}


#photo-container {
	position:relative;
}
#photo-container #prev-next-image {
	position:absolute;top:30px;width:640px;color:white;font-size:25px;display:none;
}
#photo-container #overlay-left {
	width:120px;
	float:left;
	margin-left:10px;
	padding:5px;
	/*border:1px solid white;*/
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#photo-container #overlay-middle {
	width:390px;float:left;
}
#photo-container #overlay-right {
	width:80px;
	float:left;
	text-align:right;
	margin-right:10px;
	padding:5px;
	/*border:1px solid white;*/
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}
#photo-container a {
	color: white;
}
#photo-container a:visited {
	color: white;
}
/* end gallery.css */