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

*/



/* 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;
}

#page { 	
	padding: 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;
	}

#logo_vg {
	margin-top: 10px;
	margin-left: 10px;
}


#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_btn {
	text-align:center;
	width:75px;
	float: right;
	padding: 3px 0px;
	font-size: 11px;
	font-weight: bold;
	/* background: #691e88; #691e88*/
}

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

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

#search_sg { /*
	float:right;
	height:40px;
	padding:0;
	width:220px; */
}

#searchsubmit { display:none; } 

#s { 
	border:1px solid #000000;
	color: #2c2621;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
	margin:4px 0;
	padding:3px 8px;
	position:relative;
	width:200px;
}

#follow_module {
	font: 12px Arial;
	font-weight: bold;
	color: #691e88;
	vertical-align: middle; 
	float:right;
}

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

#search_sg  { border: none; margin: 0px 10px; padding:2px 15px 2px 10px; float:right;
	height:16px; background: #fff url(images/search_icon.png) no-repeat scroll right center;
}
#search_sg  form, #search_sg  div {display:inline;}
#search_sg  #searchform {margin:0; padding:0;text-align:left}
#search_sg  #s { margin:0; padding:0;border:none; font-size:12px; width:225px}

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

/* standard custom bulleted list with "taupe" hover */
#navbar ul, div.intro_box ul { list-style:none; padding:0px; margin:0 0 10px}
div.intro_box ul li { background:transparent url('images/bullet.png') no-repeat left 15px; padding:10px 0 10px 15px; } 
div.intro_box ul li:hover { background-color:#ECE8D5;} 
div.intro_box ul 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: absolute;
	width: 480px;
	left: 50%; 
	top: 25%;
	z-index: 3000001 !important;
}
.modal { 
	background-color: #ffffff; 	
	border: solid 1px black; 
	position: relative; 
	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 }
.modalTop a, .modalTop a:visited { color: #9e8a2c; }
.modalBody { padding: 0 10px 10px; font-size: 14px; line-height:16px; text-align: left;}
/*
.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 */

#navbar { list-style:none; float:right;
	padding:0; margin: 22px 150px 0 0; overflow:hidden;
	height:20px; width:468px;
	background: transparent url(images/nav_regular.png) no-repeat scroll 0 0;}
#navbar ul li { overflow:hidden; background:none; padding:0px; float:right;text-align:center} 
#navbar ul li:hover, #navbar ul li.NAV_ON  { background: #DEDEDE url(images/nav_hover.png) no-repeat scroll 0 0;} 
#navbar ul li a { }

#navbar_movies { width:125px;}
#navbar_tv {width:77px;}
#navbar_webjunk {width:140px;}
#navbar_photos {width:126px;}


#navbar ul #navbar_home:hover, #navbar ul #navbar_home.NAV_ON { background-position: 0px top;}
#navbar ul #navbar_movies:hover, #navbar ul #navbar_movies.NAV_ON { background-position: 0px top; }
#navbar ul #navbar_tv:hover, #navbar ul #navbar_tv.NAV_ON { background-position: -125px top; }
#navbar ul #navbar_webjunk:hover, #navbar ul #navbar_webjunk.NAV_ON { background-position: -202px top; }
#navbar ul #navbar_photos:hover, #navbar ul #navbar_photos.NAV_ON{ background-position: top right; }


.nav_menu { background:#691e88;position:absolute;z-index:999999;width:155px;text-align:left;display:none;}
.nav_menu div { padding:5px 10px; border-top:1px dotted #c2c2c2;}
.nav_menu div:hover { background:#073439;}
.nav_menu div a, .nav_menu div a:hover {color:#fff;font-size:12px;font-weight:normal;}

#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?v=1) 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} 
#buzzbox_title ul li:hover, #buzzbox_title ul li.TAB_ON { background: #691e88 url(images/buzzbox_title_hover.png) no-repeat scroll 0 0;} 
#buzzbox_comments {width:85px}
#buzzbox_views {width:70px}
#buzzbox_newcomments {width:70px}
#buzzbox_newtweets {width:75px}

#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_newcomments:hover, #buzzbox_title ul #buzzbox_newcomments.TAB_ON { background-position: -155px top; }
#buzzbox_title ul #buzzbox_newtweets:hover, #buzzbox_title ul #buzzbox_newtweets.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: #691e88 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:14px}
#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.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%;
}

#content-container { 
	width: 629px; 
}

#sidebar {
	float: right;
}

#sidebar-container {
	width: 300px;
}

#content_left  { width:412px; padding-right:10px; float:left }
#content_right { width:176px; padding-left:10px; float:right; border-left: 1px dotted #c2c2c2;}
	
#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, .postdate a {color:#808080}

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

.content_more { text-align:right; font-family:Arial,sans-serif;font-size:12px; font-weight:bold;}
.content_more a { color: #9e8a2c}
.content_more a:hover { color: #691e88 }


.section_heading { clear:both;font-family:Impact,Charcoal,sans-serif;  font-size:22px; line-height:20px; color: #691e88; 
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:bold; color:#808080;}

.topstory {display:none;height:450px}
.topstory:hover {background-color:#dbe6e7;}
.topstory_image {width:412px;height:245px;background:#222;margin:0px auto 10px;overflow:hidden;text-align:center}
.topstory_image a img {width:412px;}

div.single_featuredposts { padding: 0 0 8px;background: url('images/featured_bg_gradient.png') repeat-x bottom;margin:0 5px 11px}
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:83px;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:#ECE8D5; }

#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;width:125px;height:125px}
#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:#9e8a2c}

div.intro_box {border-bottom:1px dotted #c2c2c2; padding:10px 0;clear:both;height:125px;overflow:hidden}
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;}
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/default_thumb.png');
	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;height:100%;}
div.franchise_intro div.intro_text { position:relative; width:300px; margin-top:0;margin-left:0px; }
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:21px;
 font-family:Georgia;
 background:url('images/mp3_play.png') no-repeat 0px 3px; 
 padding-right:9px
}
ul.playlist li.sm2_playing a.sm2_link .mp3play_button{ background:url('images/mp3_pause.png') no-repeat 0px 3px; }
ul.playlist li a.sm2_link .mp3play_button img { width:21px;height:21px; }
ul.playlist li a.post_link { padding-left:30px;color:#9e8a2c; }
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:#9e8a2c;}
ul.playlist li.sm2_paused a.post_link, ul.playlist li.sm2_paused:hover a.post_link { color:#691e88; }

/*  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-size:20px; font-family:Georgia; background:url('images/mp3_play.png') no-repeat 0px 3px;  padding-right:9px }
p.playlist.sm2_paused a.sm2_link .mp3play_button{ background:url('images/mp3_pause.png') no-repeat 0px 3px; }
p.playlist a.sm2_link .mp3play_button img { width:21px;height:21px; }
p.playlist a.post_link { padding-left:30px;color:#9e8a2c; }
p.playlist:hover a.post_link, p.playlist.sm2_playing a.post_link, p.playlist.sm2_playing:hover a.post_link {color:#9e8a2c;}
p.playlist.sm2_paused a.post_link, p.playlist.sm2_paused:hover a.post_link { color:#691e88; }






#big_search { border: 1px solid #808080; margin: 9px 0px 9px; height:30px; 
	background: transparent url(images/search_icon_big.png) no-repeat scroll right center;
}
#big_search #searchform {margin:0; padding:0;text-align:left}
#big_search #s { border: none; font-size:15px;width:505px}

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

/* generic class modifiers */
.bluebox { background:#ECE8D5; }
.greybox { background:#808080;}
.whitebox { background:#ffffff;}
.pad10 { padding:10px;}
a.orangelink , a.orangelink :hover { color:#9e8a2c;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 0; }

.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; 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 a { color:#691E88; }

.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:611px;
	background:url(images/prev_next_first.png) no-repeat;}
.prev {float: left; width:505px;padding:0;margin: 0; }
.next {width: 80px;padding:0;margin: 0;}

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

div.monstersball {width: 600px; border-top: 1px dotted rgb(194, 194, 194); background: none repeat scroll 0% 0% rgb(255, 255, 255); padding: 5px;}
div.monstersball img {max-width:480px;}

.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.stumbleupon { margin-left:5px;margin-right:-5px;float:left }

div.profile_edit { padding:0 10px; background:#ECE8D5; }
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 { border-top:1px dotted #c2c2c2;clear:both;padding:10px 0;overflow:hidden}
div.profile_comments div { color:#808080; }
div.profile_comments div a { font-family: georgia,serif; font-weight:normal; }

.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:#9e8a2c; margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active { color:#691e88;}
.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-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:#9e8a2c;margin-right:4px; padding:3px 6px; text-align:center; text-decoration:none;}
#wp_page_numbers a:hover, #wp_page_numbers a:active { color:#691e88;}
#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:#691E88 }

.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 }

 

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: #9e8a2c; /* #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;
	}
	/*
.postdate {
	position: absolute;
	width: 20px; 
	color: #2c2621;
	line-height: 1.0em;
	font-size: 10px; 
	font-weight: normal;
	text-align: right; 
	margin-left: -27px;
	margin-left: 460px;
	margin-top: 2px;
	/* text-transform: uppercase; */
}*/



	
.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; }
.clear { clear: both; }

/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	text-indent:0px
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}*/
/* End Entry Lists */



/* 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; }

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


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
.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 !important;
	margin-right: auto !important;
}

.wp-caption {
	/* border: 1px solid #ddd; */
	text-align: center;
	background-color: #f3f3f3;
	/* padding-top: 4px; */
	margin: 10px 0;
	-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 */

/*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;
}
#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; }

#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 }
