/*
Theme Name: stereogum2
Theme URI: http://stereogum,.com/
Description: Custom WordPress theme based on the default theme.
Version: 1.0
Author: Stereogum

*/



/* Begin Typography & Colors */


body {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px - do we want this ? */
	font-family: Arial,sans-serif; /* Trebuchet MS, */
	background: #DEDEDE;
	color: #2c2621;
	text-align: center;
	height: 100%;
	}

#wrapper {
	width: 970px;
	margin: 0 auto;
/* 	background: #fff; */
}


#page { 	
	padding: 12px 10px;
	text-align: left;
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 18px;	
	background: #fff;
	height: 100%;
	clear:both;
/*	background: #fff url('images/stereogum_home_spec.jpg') no-repeat top;  /*  just while we work on alignment */
}

/* Page Header elements */

#header {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	height: 80px;
	}

#header_bottom {text-align:left;height:60px;clear:both;}

#user_bar { /*
	left:800px;
	position:relative; */
	height:22px;
	width:152px;
	background: transparent url(images/sign_in-up.png) no-repeat scroll 0 0;
	color:#fff;
	font-family: Arial, sans-serif;
	float:right;
}
#user_bar a.fb_button {
	margin-top: 3px;
}

#user_btn {
	text-align:center;
	width:75px;
	float: right;
	padding: 4px 0 2px;
	font-size: 11px;
	font-weight: bold;
}

#user_btn a, #user_btn a:hover { color:#fff; text-decoration:none }

.fbc_loginstate_top {display:none;} /* Hide the Facebook overlay */

#follow_module {
    color: #0C575F;
    float: right;
    font: bold 12px Arial;
    height: 19px;
    margin-top: 3px;
    vertical-align: middle;
    width: 199px;
}

#follow_module span {
    font: 11px Arial;
    font-weight: normal;
    color: #808080;
    position: relative;
    top: -5px;
}

#search_sg {
    background-color: #FFFFFF;
    border: medium none;
    float: right;
    height: 20px;
    margin: 2px 10px 0;
    padding: 0;
    width: 250px;
}

#search_sg form, #search_sg div {
    display: inline;
}

#search_sg #searchform {
    margin: 0;
    padding: 0;
    text-align: left
}

#search_sg #searchsubmit {
    background: url("images/search_icon.png") no-repeat scroll center center #FFFFFF;
    border: medium none;
    cursor: pointer;
    padding: 0;
    text-indent: -1100px;
    width: 20px;
	float: right;
}

#search_sg #s {
    border: medium none;
    font-size: 12px;
    height: 15px;
    margin: 0;
    width: 210px;
    padding: 2px 2px 2px 8px;
    position: relative;
    color: #2C2621;
    font-family: arial,helvetica,sans-serif;
}

#big_search {
    background-color: #FFFFFF;
    border: 1px solid #808080;
    height: 30px;
    margin: 9px 0;
}

#big_search #searchform {
    margin: 0;
    padding: 0;
    text-align: left
}

#big_search #s {
    border: medium none;
    font-size: 15px;
    height: 28px;
    padding-left: 5px;
    width: 570px;
}

#big_search #searchsubmit {
    background: url("images/search_icon_big.png") no-repeat scroll center center #FFFFFF;
    border: medium none;
    cursor: pointer;
    height: 30px;
    padding: 0;
    text-indent: -1100px;
    width: 30px;
	vertical-align: top;
	float: right;
}

/* standard custom bulleted list with blue hover */
ul.headline_list { list-style:none; padding:0px; margin:0 0 10px}
ul.headline_list li { background:transparent url('images/bullet.png') no-repeat left 15px; padding:10px 0 10px 15px; } 
ul.headline_list li:hover { background-color:#dbe6e7;} 
ul.headline_list li a:hover {color: #2c2621;}


.line_left { border-left: 1px dotted #c2c2c2; }
.line_right { border-right: 1px dotted #c2c2c2; }
.line_top { border-top: 1px dotted #c2c2c2; }
.line_bottom { border-bottom: 1px dotted #c2c2c2;}

/** MODAL STUFF for signup/signin ***/
/** always is 480ps wide so we can center properly ***/
.modalPage { 
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px; left: 0px;
}
.modalBackground {
	filter: Alpha(Opacity=50); -moz-opacity:0.8; opacity: 0.8;
	width: 100%; height: 100%; background-color: #000000;
	position: fixed; z-index: 500;
	top: 0px; left: 0px;
}
.modalContainer {
	position: relative;
	width: 480px;
	left: 50%; 
	top: 25%;
	z-index: 3000001 !important;
}
.modal { 
	background-color: #ffffff; 	
	border: solid 1px black; 
	position: absolute; 
	left: -240px;
	z-index: 3000000 !important;
	width: 480px;
	padding: 0px;
}
.modalTop { 	padding: 5px 5px 5px 10px; text-align: left; font-family:Georgia,serif;font-size: 16px; line-height:18px; width: 465px; }
.modalTop span {position:absolute; right:10px; text-align:right; top:8px;}
.modalTop a, .modalTop a:visited { color: #e74903; }
.modalBody { padding: 0 10px 10px; font-size: 14px; line-height:16px; text-align: left; width:460px;}
/*
.modalBody table.signup{ padding: 5px; width:100%;}
.modalBody table.signup td {padding: 5px;}
.modalBody input.text {width: 300px; font-size:12px;line-height:14px}
.modalBody span.tinytext {font-size:10px;line-height:12px}
*/
/* Nav bar  elements */

#menu {background: transparent url('images/splash_nav_sprite.png') 0 0 no-repeat; height:11px; margin:23px 0 0; width:592px; padding:0; float: right;}
#navbar {margin: 0; padding: 0; width: 592px; list-style: none; overflow: hidden; display: inline;}
#navbar li {display:inline;list-style-image:none;list-style-position:inside;list-style-type:none;margin:0;padding:0;float:left; background-image: none;}
#navbar li:hover {background-color: transparent;} 
#navbar a {float:left; height:11px !important; overflow:hidden; padding:0; text-indent:-9999px; font-family:Arial,sans-serif;
font-size:11px; font-weight: normal; color: #ffffff;}
#navbar a:hover {background-position:0 -11px; color: #ec96b5;}
#navbar a:active, #navbar a.selected {background-position:0 -11px;  color: #ec96b5;}

#navbar_news a {width:73px;}
#navbar_music a {width:98px;}
#navbar_videos a {width:97px;}
#navbar_photos a {width:101px;}
#navbar_lists a {width:86px;}
#navbar_originals a {width:137px;}

#navbar_news a:hover, #navbar_news.NAV_ON  { background: transparent url('images/splash_nav_sprite.png') 0px -11px no-repeat; }
#navbar_music a:hover, #navbar_music.NAV_ON {background: transparent url('images/splash_nav_sprite.png') -73px -11px no-repeat; }
#navbar_videos a:hover, #navbar_videos.NAV_ON { background: transparent url('images/splash_nav_sprite.png') -171px -11px no-repeat; }
#navbar_photos a:hover, #navbar_photos.NAV_ON {background: transparent url('images/splash_nav_sprite.png') -268px -11px no-repeat; }
#navbar_lists a:hover, #navbar_lists.NAV_ON { background: transparent url('images/splash_nav_sprite.png') -369px -11px no-repeat; }
#navbar_originals li:hover {background: transparent url('images/splash_nav_sprite.png') -455px -11px no-repeat;/*  height:22px !important;  */} 

#originals_menu {margin-top:10px; z-index:999999;position:absolute;width:175px; display: none; }
#navbar #originals_menu { background-color:#0C575F; width:175px; }
#navbar #originals_menu div { padding:5px 10px; border-top:1px dotted #c2c2c2; float: left;width:155px; }
#navbar #originals_menu div a {color:#FFFFFF; float:left; font-family:Arial,sans-serif;font-size:12px;font-weight:normal; text-indent:0; height: auto !important;width:155px; }
#navbar #originals_menu div:hover { background:#073439;}



#buzzbox {width:300px;height:409px;overflow:hidden}
#buzzbox_title { list-style:none; padding:0; margin: 0px; overflow:hidden;
	height:54px; width:300px;	background: transparent url(images/buzzbox_title.png) no-repeat scroll 0 0;}
#buzzbox_title ul { list-style:none; padding:0px; margin:0 0 10px}
#buzzbox_title ul li { overflow:hidden; background:none; padding:0px; float:left;text-align:center;height:48px;text-indent: -9999px;} 
#buzzbox_title ul li:hover, #buzzbox_title ul li.TAB_ON { background: #0C575F url(images/buzzbox_title_hover.png) no-repeat scroll 0 0;} 
#buzzbox_comments {width:85px}
#buzzbox_views {width:70px}
#buzzbox_photos {width:70px; background: #ffffff !important;}
#buzzbox_mp3s {width:75px; background:#fff !important;}

#buzzbox_title ul #buzzbox_comments:hover, #buzzbox_title ul #buzzbox_comments.TAB_ON { background-position: 0px top;}
#buzzbox_title ul #buzzbox_views:hover, #buzzbox_title ul #buzzbox_views.TAB_ON { background-position: -85px top; }
#buzzbox_title ul #buzzbox_photos:hover, #buzzbox_title ul #buzzbox_photos.TAB_ON { background-position: -155px top; }
#buzzbox_title ul #buzzbox_mp3s:hover, #buzzbox_title ul #buzzbox_mp3s.TAB_ON { background-position: -225px top; }


/** Page Tabs **/
ul.pagetabs { list-style:none;	padding:0; margin: 0; overflow:hidden; height:30px; width:609px;
	background: transparent url(images/pagetabs_stroke.png) repeat-x scroll 0 0;}
ul.pagetabs li { overflow:hidden; background:none; padding:0px; float:left;text-align:center; width:156px;} 
ul.pagetabs li:hover, .pagetabs ul li.NAV_ON  { background: #0C575F no-repeat scroll 0 0;} 
ul.pagetabs li a { }

#phototabs.pagetabs {background: #fff url(images/pagetabs_photo.png) no-repeat scroll 0 0; }
#phototabs.pagetabs li:hover, #phototabs.pagetabs li.TAB_ON {background: #fff url(images/pagetabs_photo_hover.png) no-repeat scroll 0 0; }
ul.pagetabs #photos_latest { width:155px}
ul.pagetabs #photos_popular:hover, ul.pagetabs #photos_popular.TAB_ON {background-position: -155px top;}
ul.pagetabs #photos_commented:hover, ul.pagetabs #photos_commented.TAB_ON {background-position: -311px top;}

#videotabs.pagetabs {background: #fff url(images/pagetabs_video.png) no-repeat scroll 0 0; }
#videotabs.pagetabs li:hover, #videotabs.pagetabs li.TAB_ON {background: #fff url(images/pagetabs_video_hover.png) no-repeat scroll 0 0; }
ul.pagetabs #videos_latest { width:155px}
ul.pagetabs #videos_popular:hover, ul.pagetabs #videos_popular.TAB_ON {background-position: -155px top;}
ul.pagetabs #videos_commented:hover, ul.pagetabs #videos_commented.TAB_ON {background-position: -311px top;}


#musictabs.pagetabs {background: #fff url(images/pagetabs_music.png) no-repeat scroll 0 0; }
#musictabs.pagetabs li:hover, #musictabs.pagetabs li.TAB_ON {background: #fff url(images/pagetabs_music_hover.png) no-repeat scroll 0 0; }
ul.pagetabs #music_latest { width:155px}
ul.pagetabs #music_gummix:hover, ul.pagetabs #music_gummix.TAB_ON {background-position: -155px top;}
ul.pagetabs #music_popular:hover, ul.pagetabs #music_popular.TAB_ON {background-position: -311px top;} 

#photogrid { padding:3px}
#photogrid div.photorow { height:190px; overflow:hidden;}
#photogrid div.photorow div.photothumb {float:left; width:125px; overflow:hidden;padding:10px}
#photogrid div.photorow div.photothumb img {width:125px; height:125px;}
#photogrid div.photorow div.photothumb div.posttitle {padding-top:5px;width:125px;font-family:Georgia,serif;font-size:12px;line-height:16px}

#photogrid.heavyrotation {padding:2px}
#photogrid.heavyrotation div.photorow div.photothumb {float:left;width:125px;overflow:hidden;padding:10px 13px}

#photogrid.gallery div.photorow {height:145px; overflow:hidden;}
#photocredit {text-align: right; text-transform: uppercase; font-style: italic; padding-right: 5px;font-size:11px}

#gallery_nav  {padding:10px 0}
#gallery_nav #photogrid.gallery {width:545px; margin:0px auto;padding:0}
#gallery_nav #photogrid.gallery div.photorow { height:100px; overflow:hidden;}
#gallery_nav #photogrid div.photorow div.photothumb {float:left; width:90px; overflow:hidden;padding:5px}
#gallery_nav #photogrid.gallery div.photorow div.photothumb img {width:90px; height:90px;}
#gallery_nav div.thumbnav {float:left;width:10px; padding:42px 5px;}
#gallery_nav div.thumbnav img {cursor:pointer;}


#top9grid { padding:5px;}
#top9grid div.top9row {padding-top:5px;height:145px;overflow:hidden;clear:both}
#top9grid div.top9row div.top9thumb {float:left;width:90px;padding-left:5px;}
#top9grid div.top9row div.top9thumb div.posttitle {padding-top:5px;width:90px;font-family:Georgia,serif;font-size:12px;line-height:16px;overflow:hidden}


#content { 
	float: left; 
	/* width: 609px;  */
	padding-right: 10px;
	height: 100%;
	border-right: 1px dotted #c2c2c2;
}

#content-container { 
	width: 622px; 
}
	
#sidebar {
	float: right;
}

#sidebar-container {
	width: 300px;
}
	
#content_left  { width:427px; padding-right:10px; float:left; border-right: 1px dotted #c2c2c2; }
#content_right { width:176px; padding-left:10px; float:left; overflow:hidden}
	
#features {
	height:200px;
	border: 1px solid green;
	background: #BADEEE;
	clear:both;
}

#footer {
	border: none;
	font-size:12px;
	height: 20px;
	padding-top:20px;
	text-align:center;
	clear: both;
	
}

#footer a, #footer a:visited, #footer a:active { text-decoration:none; font-weight:normal;}
#footer a:hover { text-decoration:none; font-weight:normal;}

.posttitle { font-family:Georgia,sans-serif;font-size: 20px; line-height:22px;font-weight:normal; }	
.posttitle a,.posttitle a:hover { font-weight:normal; }	
.postdate {color:#808080;float:left;}
.postdate a {color:#808080;}
.postdate .SERPdate {display:none}

div.content_block { border: 1px dashed red; margin-bottom: 9px; }
div.content_box { padding: 0 0 12px;} /* border-bottom: 1px dotted #c2c2c2; } */
div.content_title { font-size:18px; font-weight:bold;color: #0c575f; font-family:Arial,sans-serif; text-transform:uppercase;border-bottom:5px solid #0C575F;margin-bottom:10px;}

.content_more { text-align:right; font-family:Arial,sans-serif;font-size:12px; font-weight:bold;}
.content_more a { color: #e74903}
.content_more a:hover { color: #0c575f }


.section_heading { clear:both;font-family:Impact,Charcoal,sans-serif;  font-size:22px; line-height:20px; color: #0c575f; 
text-transform:uppercase; margin-bottom:10px; background:url('images/divider_left.gif') repeat-x bottom; }
.section_heading span { background: #fff}



/*
ul.headline_list {}
ul.headline_list  li { font-size: 14px; padding-left:7px; } 
ul.headline_list  li:hover { background:#dbe6e7; } 
*/
ul.headline_list  li a { font-weight:normal; } 
#sidebar ul.headline_list li { font-family: Georgia,serif;font-size:14px;line-height:16px;border-bottom:1px dotted #C2C2C2;margin-bottom:0px}

#latest_headlines { line-height:18px }
#latest_headlines ul li { border-bottom:1px dotted #C2C2C2; padding:10px 0 10px 15px;}
#latest_headlines ul li a { font-family: Georgia,serif;font-size:14px;font-weight:normal; }
span.headline_time { font-weight:normal; color:#808080;}

/*.topstory {display:none;height:450px} */
/* .topstory:hover {background-color:#dbe6e7;} */
.topstory_image {width:412px;height:275px;background:#222;margin:0px 2px 10px;overflow:hidden;text-align:center}
.topstory_image .lead_story {height:275px;overflow:hidden;}
.topstory_image a img {width:412px;}
.topstories_row {overflow: hidden; margin-left:-7px; width:427px; height:186px;}
.topstories_row .topstory {border-left: 1px dotted #c2c2c2; padding:0px 8px; overflow:hidden; width:125px; height:186px; float:left; font-family:georgia;}
.topstories_row .topstory .topstory_thumb {overflow:hidden; height:125px; margin-bottom:5px;}

div.single_featuredposts { padding: 0 0 8px;background: url('images/featured_bg_gradient_940x31.png') repeat-x bottom;margin:0 5px 12px}
table.single_featuredposts { border-left:1px dotted #c2c2c2;padding:0px;}
table.single_featuredposts td { border-right:1px dotted #c2c2c2;padding:0 13px;width:131px}
table.single_featuredposts td div.imgthumb { width:125px;height:125px;overflow:hidden;margin-bottom:8px; }
table.single_featuredposts td a { font-family: Georgia, sans-serif; font-weight:normal}
table.single_featuredposts td a img { width:125px;height:125px;}

#featured_galleries {height:405px;overflow:hidden;margin-bottom:10px}
.topstory .gallery_image {height:405px;overflow:hidden; background:#000}
.topstory .gallery_image a img {width:608px;}
.gallery_title_overlay { position:relative; margin-top:-70px; height:57px; padding:7px 10px;
	font-family:Georgia,serif; font-size:16px; line-height:20px; color:#fff; background:url(images/titleoverlay_bg.png);}
.gallery_title_overlay a { color:#fff; font-weight:normal;}


#featured_videos {height:340px;overflow:hidden;margin-bottom:10px}
.topstory .video_image {height:340px;overflow:hidden; background:#000}
.topstory .video_image a img {width:608px;}

img.thumbnail { width:125px; height:125px; border:none;}
img.thumbnail_small { width:90px; height:90px; border:none;}
img.thumbnail_tiny { width:50px; height:50px; border:none;}


#ontheroad ul li a { font-family: Georgia,serif;  }
#ontheroad ul li {  font-size:12px; line-height:16px; background:transparent url('images/bullet.png') no-repeat left 10px; padding:5px 0 5px 15px;}
#ontheroad ul li:hover { background-color:#dbe6e7; }

ul.related_post { list-style:none; padding:0px; margin:0 0 10px}
ul.related_post li a { font-family: Georgia,serif; font-size:12px; line-height:16px; font-weight:normal}
ul.related_post li { background:transparent url('images/bullet.png') no-repeat left 10px; padding:5px 0 5px 15px;}
ul.related_post  li:hover { background-color:#dbe6e7; }

#sg_relatedposts { padding:10px 0 0;}
#sg_relatedposts .relatedpost {width:125px;padding:0px 13px;border-left:1px dotted #c2c2c2;}
#sg_relatedposts .first {border:0px}
#sg_relatedposts div.relatedpost {float:left;}
#sg_relatedposts img {padding-bottom:12px}
#sg_relatedposts a {font-weight:normal;font-family:Georgia,serif}
#sg_relatedposts_tail {clear:both;padding-top:30px;}


div.media_list { padding:0px 10px 13px; font-family: Georgia,serif;font-size:12px; line-height:16px}
div.media_list div.intro_thumb { margin: 0 auto 10px; float:none;}
div.media_list a { font-weight:normal; }
div.media_list_photoicon {background:url('images/photo_icon.png') no-repeat;margin:-83px 66px 63px;height:23px;width:23px;}
div.media_list_videoicon {background:url('images/video_icon.png') no-repeat;margin:-83px 66px 63px;height:23px;width:23px;}

/* div.archivetitle { color: #2c2621; font-size: 18px; padding:0 15px 12px;}*/
div.archivetitle { border-bottom:1px dotted #C2C2C2; }

div.gallery_intro {margin-top:10px}
div.gallery_intro table { padding:0px }
div.gallery_intro table tr td span{padding:5px 0 0 5px;}
div.gallery_intro_leadimg {width:399px;height:235px;overflow:hidden;}
div.gallery_intro_count {text-align:right; margin-top:30px}
div.gallery_intro_count a {font-size:15px; color:#e74903}

div.intro_box {border-bottom:1px dotted #c2c2c2; padding:10px 0;clear:both;height:125px;overflow:hidden; position:relative;}
div.intro_text {float:right; position:absolute; margin-top:0px; margin-left:140px; width:468px; font-size:12px; line-height:18px; font-family:Arial,sans-serif; top: 10px; left: 0;}
div.intro_title { font-size: 14px; line-height:16px; font-family:Georgia,sans-serif;}
div.intro_title a { font-weight:normal; }
div.intro_thumb { float:left;
	background-color: #ddd;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url('images/thumb_bg.gif');
	height:125px;
	width:125px;
}
img.intro_thumb { width:125px; height:125px; border:none;}
div.intro_date {padding: 5px 0pt 0pt;}


div.franchise_intro div.intro_box { border:none; padding:0 0 10px; position: relative;}
div.franchise_intro div.intro_text { position:absolute; width:275px; top:0; left: 0; margin-left:135px; float:right; }
div.franchise_intro div.intro_title { font-size: 14px; line-height:16px; }
div.franchise_intro div.intro_thumb { float:left}
div.franchise_intro div.intro_date { display:none}

div.franchise_intro .section_heading { clear:both; font-family:Impact,Charcoal,sans-serif; margin-bottom:0px; 
font-size:22px; line-height:38px; color: #88372F; text-transform:uppercase; background: none; }
div.franchise_intro .section_heading span { vertical-align:bottom; background:#fff}
div.franchise_intro .section_heading span a { color:#88372F; }

#MP3player { padding-bottom:10px; overflow: hidden;}
#MP3player ul li { border-bottom: 1px dotted #c2c2c2;}

ul.playlist li a.sm2_link .mp3play_button{
 font-size:23px;
 font-family:Georgia;
 background:url('images/mp3_play.png') no-repeat 0px 0px; 
float:left; display:block;
margin:5px 7px 0 0;
padding:0; width:21px; height: 21px;
}
ul.playlist li.sm2_playing a.sm2_link .mp3play_button{ background:url('images/mp3_pause.png') no-repeat 0px 0px; float:left; display:block;
margin:5px 7px 0 0;
padding:0; width:21px; height: 21px;}
ul.playlist li a.sm2_link .mp3play_button img { width:21px;height:21px; }
ul.playlist li a.post_link { padding-left:30px;color:#E74903; }
ul.playlist li:hover a.post_link, ul.playlist li.sm2_playing a.post_link, ul.playlist li.sm2_playing:hover a.post_link {color:#E74903;}
ul.playlist li.sm2_paused a.post_link, ul.playlist li.sm2_paused:hover a.post_link { color:#0C575F; }
ul.playlist li.mp3inline {border-top: 1px dotted #c2c2c2 !important; border-bottom: 1px dotted #c2c2c2 !important;}

/*  inline-list player for MP3s in posts pages */  
p.playlist { border-top: 1px dotted #c2c2c2 !important; border-bottom: 1px dotted #c2c2c2 !important;}
p.playlist a.sm2_link .mp3play_button{ font-family:Georgia; background:url('images/mp3_play.png') no-repeat 0px 0px; float:left; display:block;
margin:5px 7px 0 0;
padding:0; width:21px; height: 21px;}
p.playlist.sm2_playing a.sm2_link .mp3play_button{ background:url('images/mp3_pause.png') no-repeat 0px 0px; float:left; display:block;
margin:5px 7px 0 0;
padding:0; width:21px; height: 21px;}
p.playlist a.sm2_link .mp3play_button img { width:21px;height:21px;margin:0px; padding: 0; }
p.playlist a.post_link { padding-left:30px;color:#E74903; }
p.playlist:hover a.post_link, p.playlist.sm2_playing a.post_link, p.playlist.sm2_playing:hover a.post_link {color:#E74903;}
p.playlist.sm2_paused a.post_link, p.playlist.sm2_paused:hover a.post_link { color:#0C575F; }

ul.playlist li a.sm2_link, p.playlist a.sm2_link {
line-height:33px;
margin:0;
padding:0;
}






div.buzzbox_item {border-bottom: 1px dotted rgb(194, 194, 194); padding: 10px 0pt; overflow: hidden; height: 50px;}
div.buzzbox_item:hover {background:#dbe6e7;}
.buzzbox_title {line-height: 16px}
.buzzbox_title a { font-family:Georgia,serif;font-size:14px;font-weight:normal;}
.buzzbox_rank { color:#0C575F; font-family:Impact,Charcoal,sans-serif; font-size:24px;padding:0 10px}

/* generic class modifiers */
.bluebox { background:#DAE7E7;}
.greybox { background:#808080;}
.whitebox { background:#ffffff;}
.pad10 { padding:10px;}
a.orangelink , a.orangelink :hover { color:#e74903;text-decoration:none; }
.bigtext { font:16px Georgia,serif;}
.tinytitle { font-family: Georgia,serif;font-size:12px; line-height:16px}

.news_post {padding: 10px 0pt;}
.news_post  .postmetadata {margin:7px 0px;}

.news_post_short {padding:0}
.news_post_short .top { margin:0 -7px; background:url(images/shortstorybg_top.png) no-repeat; height:10px}
.news_post_short .middle { margin:0 -7px; padding:10px 27px 20px 27px; background:url(images/shortstorybg_middle.png); }
.news_post_short .bottom { margin:0 -7px; background:url(images/shortstorybg_bottom.png) no-repeat; height:10px}
/* .news_post_short .wrapper { margin:0 -7px; padding:20px 27px; background:url(images/shortstorybg.png); height:110px} */
.news_post_short .posttitle { font-size:16px; line-height:18px; }
.news_post_short .news_text { margin: 10px 0; }
.news_thumb { margin:4px 10px 5px 0px; overflow:hidden; width:217px; height:145px; float:left; }
.news_thumb a div { width:217px; height:145px;}
.news_text { clear:both; }
.news_text a { color:#0C575F; }

.prevnext table tr td { font-family: Georgia,serif;font-size:12px; line-height:16px; padding:0 0 10px 0;}
.prevnext table tr td a { font-weight:normal}
.prevnext table tr td a img { width:50px;height:50px;padding-right:10px}

#prevnext {float:left; list-style-image:none;list-style-position:outside;list-style-type:none;padding:0 0 7px 0;
	border-bottom:1px dotted #c2c2c2;margin:0 0 10px 0;overflow:hidden;clear: both;width:622px;
	background:url(images/prev_next_first.png) no-repeat;}
.prev {float: left; width:505px;padding:0;margin: 0; }
.next {float: right;width: 101px;padding:0;margin: 0;}

div.prevnext_titlelink {font-family:Georgia,serif;padding:5px 0px}
div.prevnext_titlelink a {font-weight:normal}

.post { margin: 0px; text-align: left; }
/*.post h2 { font-family:Georgia,sans-serif;font-size: 20px; line-height:22px; }*/
.post_comments {padding: 5px; font-weight: bold; font-size: 12px;white-space:nowrap}
span.post_comments { padding:0;float:right}
.post_comments  a {color:#808080}

span.sharebutton { margin-left:10px; white-space:nowrap; float:left }
span.sharebutton  a.retweet { font-weight:bold; padding-top:2px; float:left }
span.sharebutton  a.retweet span {padding:2px 4px;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:10px;}
span.sharebutton  iframe { margin-bottom:-9px }

span#twitterbutton { margin-right: -30px; }

div.profile_edit { padding:0 10px; background:#DAE7E7; }
div.profile_edit table { padding:10px 0; width:100%}
div.profile_edit table td { padding:5px 0; }
div.profile_edit table td input.longfield { width:380px; font-size:12px; color:#808080;height:20px }
div.profile_edit table table, div.profile_edit table table td { padding:0; }
#savechanges {width:109px;height:21px;background: url(images/btn_savechanges.png) no-repeat;border:0px;cursor:pointer}


div.profile_comments, div.profile_posts { border-top:1px dotted #c2c2c2;clear:both;padding:10px 0;overflow:hidden }
div.profile_comments div, div.profile_posts div { color:#808080; }
div.profile_comments div a, div.profile_posts div a { font-family: georgia,serif; font-weight:normal; }

#profile_posts_list, #profile_comments_list {
    position: relative;
}
.overlay{
    background: rgba(0,0,0, 0.3);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 100;
    top:0;}
.overlay img{display: block;left:50%;position:absolute;top:50%;margin-left:-64px;margin-top:-64px;}

.entry {margin: 10px 0;}

/* .entry p {clear:both;} */
.entry p img {margin:5px;}

.entry object { max-width:609px;}
.entry embed { max-width:609px;}
.entry object embed { max-width:609px;}

	
.tag_bar, .tag_bar a { padding:10px 0; color:#808080;}
.comment_bar { font-family:Georgia,sans-serif;font-size: 16px; line-height:18px;font-weight:normal;padding:10px 0; } /* border-bottom: 1px dotted #c2c2c2; */

.border_black { border:1px solid black; }
.border_grey  { border:1px solid #888; }

blockquote { margin: 15px 20px 0 0; padding-left:45px; background: url(images/block_quote.png) no-repeat; }

/* Wp-Paginate plugin*/
.wp-paginate {padding:0; margin:0; font-size:15px; font-weight:bold;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a { color:#E74903; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active { color:#0C575F;}
.wp-paginate .title {color:#555; margin-right:4px;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {color:#808080; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

.wp-paginate .prev {
float:none;
margin:0;
padding:0;
width:auto;}

/* wp-page-numbers plugin*/
#wp_page_numbers {display:inline;padding:0; margin:0; font-size:15px; font-weight:bold}
#wp_page_numbers ul {display:inline;padding:0;}
#wp_page_numbers li {display:inline;list-style:none;}
#wp_page_numbers a { color:#E74903;margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
#wp_page_numbers a:hover, #wp_page_numbers a:active { color:#0C575F;}
#wp_page_numbers .title {color:#555; margin-right:4px;}
div#wp_page_numbers div {display:none}
#wp_page_numbers li.active_page  a {color:#808080; margin-right:4px; padding:3px 6px;}


/* Some old stuff ... */

.widecolumn .entry p { font-size: 1.05em; }

.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
 
.widecolumn { line-height: 1.6em; }

.narrowcolumn .postmetadata { text-align: left; }

.thread-alt { background-color: #f8f8f8; }
.thread-even { background-color: white; }
.depth-1 { border-top: 1px dotted #c2c2c2; }
/* .even, .alt { 	border-left: 1px solid #ddd; }*/
.comment-author, .comment-author a {color:#808080; font-size:12px}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	
h3 { font-family:Georgia, serif;font-size:16px; line-height:18px; font-weight:normal;	padding: 0; margin: 0 0 10px; }


	
	
#sidebar h2 { font-size: 1.2em; }



h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #2c2621;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry a { font-weight:bold; color:#0C575F;}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li {
	/* margin: 5px 0 5px; */
	padding: 5px 0px 10px;
	list-style: none;
	overflow:hidden;
}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 12px Arial, Helvetica, Sans-Serif;;
}

.commentlist li ul {
	margin:0px
}

.commentlist li ul li {
	background: url(images/comment_thread.png) no-repeat -2px 0px;
	padding: 0px;
	padding-left: 20px;
	margin: 5px 0;
}

.commentlist li {
	/* font-weight: bold; */
}

.commentlist li .avatar { 
	/* float: right; 
	border: 1px solid #eee;
	padding: 2px;*/
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.commentlist div.reply {
	margin: 10px 0pt 5px;
}
.comment-reply-link {
	color:#fff; background: url(images/reply_bg.png) no-repeat scroll 0 0;
	padding:3px 20px 4px; 
}
.comment-reply-link:hover { 
	color:#fff; 
	background: url(images/reply_bg_hover.png) no-repeat scroll 0 0;
 }
 
#respond { padding:10px; border:1px solid #c2c2c2; clear:both; }
#respond, #respond a { color:#808080;}
#respond h3 { color:#808080; font-family:Georgia,sans-serif;font-size: 16px; line-height:18px;font-weight:normal;}
#respond textarea {  border:1px solid #c2c2c2; }
#respond a.fb_button { margin-top: 2px; }

button.btn_pill,
a.btn_pill {
	color:#fff !important; 
	font: 12px Arial,Helvetica,serif; font-weight:bold;
	text-align:center;
	background: url(images/reply_bg.png) no-repeat scroll 0 0;
	width:69px; height:21px;
	border: none; cursor:pointer;
	padding-bottom:3px;
	margin-left:10px
}
a.btn_pill {
	display: inline-block;
	line-height: 21px;
}
button.btn_pill:hover,
a.btn_pill:hover { background: url(images/reply_bg_hover.png) no-repeat scroll 0 0; }

#respond button.btn_pill { margin-top:3px; }

#fbc_login {display:inline; margin-top:0; padding:0}
#fbc_login span, #fbc_login br {display:none;}
#twc_connect { display:inline }
#twc_connect #twc_button { padding-top:0px }

#artistnotes li h3 {display:inline}

 

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike { color: #777; }

code { font: 1.1em 'Courier New', Courier, Fixed; }

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #2c2621; /* #096FA9; */
	text-decoration: none;
	font-weight: bold;
	}

a:hover, h2 a:hover, h3 a:hover {
	color: #e74903; /* #096FA9; */
	text-decoration: none;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 25px 30px;
	margin: 0px 0 0;
	width: 480px;
	background: white;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 30px;
	width: 570px;
	}



.post hr {
	display: block;
	}

.widecolumn .post { margin: 0; }
.narrowcolumn .postmetadata { padding-top: 5px; }
.widecolumn .postmetadata { margin: 30px 0; }

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata { clear:both;
float:left;}
.clear { clear: both; display: block; }

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 { margin: 0 0 10px 0; }

h2.pagetitle {
	margin: 0 0 10px 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 20px;
	line-height:22px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.thumb {
	padding: 0px;
	border: 1px solid #000000;
	margin: 2px 0 5px 5px;
	float: right;
	}

img.thumb_large {
	padding: 0px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}
	
.comment img { max-width:480px;}

.commentlist {
	padding: 0;
	text-align: left;
	clear:both;
	margin:0px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form { margin: 0; }
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
hr { display: none; }
a img { 	border: none; }

acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* class mofifiers */ 
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }
.hidden { display: none; }
div.keyhole { text-align:center; overflow:hidden; }

.narrow {width:468px;}
.wide {width:609px;}
.med {width: 580px}

.screen-reader-text { position: absolute; left: -1000em; }


.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	display:block;
	}
	
.navigation .page_nav ol.wp-paginate{ display:inline; }
.navigation img.pagenav_image {margin: 0px 5px -1px;}
	
	
.post .navigation {margin: 0px}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.page_banner {
float: left;
}

/*FB login button*/
.fb_oauth2_login {
    background: url("images/fb-login-button.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 21px;
    text-indent: -10000px;
    width: 65px;
	margin: 0;
}

#respond  a.fb_oauth2_login {
	float: right;
}


.cat_image {
	float: none;
	clear: both;
	overflow: hidden;
}


.slider .gallery-more{
    background: url("images/gallery_grid_view.png") no-repeat scroll 0 3px transparent;   
    height: 24px;    
    width: 135px;
    cursor: pointer;
}
.slider .gallery-more.less{
    background: url("images/gallery_strip_view.png") no-repeat scroll 0 8px transparent;   
    height: 24px;    
    width: 135px;
    cursor: pointer;
}
.slider .gallery-more a{
    padding: 0 0 0 17px;
    display: block;
    font-size: 11px;
    font-weight: normal;
}
.slider .gallery-more.less a{
    padding: 0px 0px 0px 18px;    
}

.slider #photogrid{
    min-height: 105px;
}

.slider #photogrid.less{
    min-height: 525px;
}

.slider .gallery-grid .gallery-load{
    display: block;
    background: url('images/loading.gif') #000 no-repeat 50%; 
    width: 100%;
    height: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter:alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
    position: absolute;
    top:0;
    z-index: 3;
}

/*
 * Generic Slider 
 */
.slider { position: relative; margin: 0 auto; 
    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/ }
    /*
    .slider .slider_prev, 
    .slider .slider_next { position: absolute; z-index: 1; top: 0; cursor: pointer; }
    .slider .slider_prev:before, 
    .slider .slider_next:before { font-family: FontAwesome; }
    .slider .slider_prev:hover, 
    .slider .slider_next:hover { color: #E5AA21; }
    .slider .slider_prev:before { content: "\f0d9"; }
    .slider .slider_next:before { content: "\f0da"; }
    */
    .slider .transition { 
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
    .slider .slider_container { position: relative; overflow: hidden; }
    .slider .items { position: absolute; left: 0; width: 100000px; padding: 0; margin: 0; list-style-type: none; /*left: 0 !important;*/ }
    #slider-wrapper .slider .items { position: absolute; left: 0; width: 392px; height: 200px; padding: 0; margin: 0; list-style-type: none; /*left: 0 !important;*/ }
    .slider .item { float: left; overflow: hidden; }
    /*.slider .slider_xofy { position: absolute; top: 590px; color: #999; font-size: 11px; }*/
    .slider .slider_full_size_link { position: absolute; top: -30px; color: #999; }
    /*.slider .slider_excerpt { position: absolute; top: 590px; right: 0; color: #999; font-size: 11px; }
*/

#main_image_slider { width: 609px; background-color: #dae7e7; }
/*
    #main_image_slider .slider_prev, 
    #main_image_slider .slider_next { color: #CE201C; top: -40px; background: #FFF; margin: 0 7px; padding: 9px 25px 0; cursor: pointer; 
        border-radius: 5px 5px 0 0;
        box-shadow: -3px -1px 6px -3px #444444; }
    #main_image_slider .slider_prev:before, 
    #main_image_slider .slider_next:before { font-size: 30px; line-height: 1; }
    #main_image_slider .slider_prev { right: 80px; }
    #main_image_slider .slider_next { right: 0px; }
    */
    #main_image_slider .slider_container { width: 609px; height: 348px; margin-top: 15px;}
    #main_image_slider .item { width: 524px; height: 348px; text-align: center; cursor: pointer; }
    #main_image_slider .image { max-width: 524px; max-height: 348px; }

#main_image_items .item img { opacity: 0.7; filter:alpha(opacity=70); }
#main_image_items .visible img { opacity: 1; filter:alpha(opacity=100); }

#thumb_slider { width: 490px; }

    #thumb_slider .slider_prev, 
    #thumb_slider .slider_next { top: 15px; }
    #thumb_slider .slider_prev:before, 
    #thumb_slider .slider_next:before { font-size: 80px; line-height: 80px; }
    #thumb_slider .slider_prev { left: -40px; }
    #thumb_slider .slider_next { right: -40px; }
    #thumb_slider .slider_container { width: 392px; height: 170px; }
    #thumb_slider .item { width: 94px; height: 94px; padding: 0 2px; position: relative; }
    #thumb_slider .image { width: 94px; height: 94px; }
    #thumb_slider .item:hover:before { content: ""; display: block; width: 74px; height: 74px; border: 10px solid #E00; opacity: 0.6; position: absolute; top: 0px; left: 2px; z-index: 1; }
    #thumb_slider .new_gallery:after { content: "New Gallery"; font-size: 11px; text-align: center; background: #CD853B; color: #FFF; width: 94px; position: absolute; bottom: 0px; left: 2px; z-index: 2; }

.image-gallery { margin: 0 0 20px 0; }
#main_image_slider { margin-top: 10px; /*background-color: #DAE7E7;*/ }
#thumb_slider .slider_container { padding: 0 0 20px 0; }

#loading { display: none; background: #000; opacity: 0.7; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 5; }

/*gallery grid */
.gallery-grid div.photothumb:hover:before {   border: 3px solid #0C575F;
    height: 88px;
    opacity: 0.6;
    width: 88px;
    position: absolute;
    display: block;
    content: "";
    z-index: 1;
}
.slider #photogrid div.photorow div.photothumb img {width:94px; height:94px;}
.slider #photogrid div.photorow div.photothumb{width: 94px;padding: 5px; cursor: pointer;}
.slider #photogrid.gallery div.photorow{height: 105px;}
.slider #photogrid{padding: 0 0 0 45px;}
.slider #grid_gallery{
    position: relative;
    margin: 0 auto;
} 
.slider #grid_gallery .grid_next{
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 44%;   
}
.slider #grid_gallery .grid_prev{
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 44%;       
}

.slider .gallerygrid .photothumb{
    display: none;
}
.slider .photopage .photorow div.photothumb{
    display: block;
}

div.slider_excerpt .details p{
    margin-bottom: 0px;
}

.slider .slider_container .gallery-prev{
    background: url("images/gallery_prev.png") no-repeat scroll 0 0 transparent;
    width: 28px;    
    height: 69px;
    float: left;
    margin-top: 159px;
    margin-left: 5px;
    margin-right: 10px;
    cursor: pointer;
}
.slider .slider_container .gallery-prev:hover{
    background: url("images/gallery_prev_hover.png") no-repeat scroll 0 0 transparent;
}
.slider .slider_container .gallery-next{
    background: url("images/gallery_next.png") no-repeat scroll 0 0 transparent;    
    width: 28px;    
    height: 69px;
    float: right;
    margin-top: 159px;
    margin-right: 5px;
    cursor: pointer;
}
.slider .slider_container .gallery-next:hover{
    background: url("images/gallery_next_hover.png") no-repeat scroll 0 0 transparent;    
}

.slider_container_2{
    overflow: hidden;
    height: 348px;
    width: 524px;
    float: left;
    position: relative;          
}
.slider a.full_size_link{
    background: url("images/gallery_fullsize_icon.png") no-repeat scroll 0 0 transparent;    
    padding-left: 17px;
    font-weight: normal;
}

.slider_container a.slider_next, .slider_container a.slider_prev{
    display: block;
    height: 69px;
    width: 28px;
}

.slider .photo-credit{
    font-size: 11px;
    text-align: right;
    padding-right: 42px;
}

.slider .photo-title{
    color: #0C575F;
    font-weight: 500;
    font-size: 21px;
    font-family: Impact, Charcoal, sans-serif;    
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.slider .slider_container .none{
    background: none;
    cursor: default;
}

.slider .slider_container .none:hover{
    background: none;
}

.slider_container .none a{
    display: none;
}
.jReadMoreClose, .jReadMoreOpen{
    color: #0C575F;
    font-weight: bold;
}
.jReadMoreClose:hover, .jReadMoreOpen:hover{
    color: #e74903;
}
#sign-in-dialog,#sign-up-dialog,#forgot-dialog {
	text-align: left;
}
#sign-in-dialog a {
	font-weight: normal;
}
.ui-dialog {
	text-align: left;
}

#taboola { margin-top: 10px; }

.widget_text { list-style-type: none; }
.widget_text .textwidget { border: none !important; }

#footer #comscore_container { background-color: #201f1f; width: 950px; margin: 10px 0; font-weight: normal; background-image: url("http://cdn.buzznet.com/assets/pages/p2/ads/comscore_footer/comscore_background.png"); background-repeat: repeat-x; color: #FFFFFF; font-family: Arial; font-size: 12px; padding: 7px 7px 5px 13px; text-align: left; }
#footer #comscore_container .bold { font-weight: bold; }
#footer #comscore_container .small_text { font-size: 9.5px; }
#footer #comscore_header_text { padding: 0 0 4px 0; }
#footer #comscore_body_text { font-size: 10px; line-height: 15px; }
#footer #comscore_container a { color: #FFFFFF; text-decoration: none; font-weight: normal }
#footer #comscore_container a:link { color: #FFFFFF; text-decoration: none; font-weight: normal }
#footer #comscore_container a:visited { color: #FFFFFF; text-decoration: none; font-weight: normal }
#footer #comscore_container a:hover { color: #A7A7A7; text-decoration: none; font-weight: normal }


.author_page .posttitle {
    color: #E74903;
}

#continued_from_link a{color:#E74903;}
#continued_from_link a:hover{color:#0C575F;}

#sidebar #aol-video { height: 250px; margin-bottom: 12px; }
