/* 
Theme Name: Video Games Blogger Theme
Theme URI: http://www.heroicdreams.com/
Description: Custom design for VGB.
Version: 1.0
Author: Nate Yungkans
Author URI: http://www.heroicdreams.com
*/



body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/headerbackground.jpg) center top #bcbdbf  repeat-y;
	text-align:center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	min-height:900px;
}

a:hover {
	border:none;
}

#interstitialCode {
	/* display: none;	*/
	width:0px;
	height:0px;
	overflow:hidden;
}

p {
	margin-bottom:8px;
}

a {
	color: #3A5AA8;
	text-decoration:underline;
}

a:hover {
	background: #f00; 
	color: #ff0; 
	text-decoration: none;
}

a img {
	border:none;	
}

h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}

h2.alistTitle {
	font-size:29px;
	padding:7px 40px 7px 7px;
	width:599px;
	color:#FFF;
	text-decoration:none;
	background:url(images/headlineBacking.jpg) left top no-repeat #7F1A1E;
	line-height:32px;
}

h2.aVidlistTitle {
	font-size:21px;
	padding:4px 40px 2px 15px;
	width:591px;
	color:#FFF;
	text-decoration:none;
	background:url(images/headlineBacking.jpg) left top no-repeat #7F1A1E;
	line-height:32px;
	border-bottom:1px solid #000;
}

h2 a, .listedArticle h2.alistTitle a {
	color:#FFF;
	text-decoration:none;
}

.listedArticle h2.alistTitle a:hover {
	text-decoration:underline;
	color:#FFF;
}

h2 a:hover {
	background:none;
	text-decoration:underline;
}

.listedArticle h1 a, .listedArticle h2 a, .listedArticle h3 a, .listedArticle h4 a, .listedArticle h5 a {
	color:#990000;	
}

.listedArticle h1 a:hover, .listedArticle h2 a:hover, .listedArticle h3 a:hover, .listedArticle h4 a:hover, .listedArticle h5 a:hover {
	background-color:none;	
}

.aExcerpt {
	padding:0px 10px 10px 10px;	
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width:1000px;
	min-height:242px;
	float:left;
	position:relative;
}

#headerTop {
	position:absolute;
	width:1000px;
	background:url(images/topnavback.png) repeat-x top;
}

#header a:hover {
	background:none;
}

#backButton {
	float:left;
	background:url(images/headerBackButton.png) no-repeat;
	width:73px;
	height:85px;
	overflow:hidden;
}

#topNav {
	float:left;
	height:29px;
	width:854px;
	text-align:center;
	z-index:8;
}

.dropMenu {
	display:inline-block;
	margin:0 auto;
}

#topNav a.menuLink {
	display:inline-block;
	font-family:Trebuchet "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding:4px 5px 6px 5px;
	margin:0 2px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

#topNav a.menuLink:hover {
	background:#000;
	text-decoration:underline;
}

ul.menu {
	display: none;
	list-style-type: none;
	margin:0 0 0 -60px;
	padding: 10px 0px 10px 10px;
	background:#000;
	position:absolute;
	z-index:20;
	top:27px;
	max-width:366px;
	min-width:125px;
	-moz-border-radius: 8px; /* FF1+ */
  	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 8px;
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
 	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #00;
}

.dropMenu:hover ul.menu {
	display:block;
}
.dropMenu:hover a.menuLink {
	background:#000;
}

#topNav ul.menu li {
	float:left;
	font: 11px arial, helvetica, sans-serif;
	text-align:center;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


#topNav ul.menu li a {
	display:block;
	padding:3px 10px 3px 10px;
	text-decoration: none;
	font-weight:bold;
	color: #FFF;
	
}

#topNav ul.menu li a:hover {
	background: #F00;
	color: #FF0;
}

#menuQ {
	right:10px;
}

#menuR {
	right:10px;
}

#menuS {
	right:10px;
}

#nextButton {
	float:right;
	width:73px;
	height:85px;
	background:url(images/headerNextButton.png) no-repeat;
	overflow:hidden;
}

#logoBox {
	position:absolute;
	margin:35px 0 0 40px;
	z-index:1;
}	

#videoHighlightBox {
	position:absolute;
	width:460px;
	height:100px;
	margin:40px 0 0 238px;
	padding-left:15px;
	background:url(images/latestvideos.jpg) left top no-repeat;
	z-index:7;
}

#videoHighlightBox ul li {
	width:102px;
	height:100px;
	clear:none;
	float:left;
	background:#333;
	padding:3px;
	margin:0 2px 0 0;
	border:1px solid #000;
	overflow:hidden;
}

#videoHighlightBox ul li img {
	width:100px;
	height:65px;
	border:1px solid #000;
	margin:0 0 2px 0;
	float:left;
}

#videoHighlightBox ul li a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;	
	line-height:11px;
}

#videoHighlightBox ul li a:hover span {
	text-decoration:underline;
	background:none;
}

#videoHighlightBox ul li span {
	float:left;
	clear:both;
	display:inline-block;	
}

#loginBox {
	position:absolute;
	width:261px;
	height:99px;
	z-index:5;
	background:url(images/loginboxBack.png) no-repeat;
	margin:40px 0 0 705px;
	overflow:hidden;
}

#loginBox .userAvatar {
	float:left;
	display:inline-block;	
	margin:15px 10px 0 20px;
}

#loginBox .welcomeMessage {
	float:left;
	display:inline-block;
	margin:13px 8px 8px 0;
	color:#fff;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	max-width:165px;
	max-height:28px;
}

#loginBox .loggedInLinks {
	float:left;
	display:inline-block;
}

#loginBox .loggedInLinks a {
	display:inline-block;
	padding:5px;
	margin-right:8px;
	background:#000;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	-moz-border-radius: 8px; /* FF1+ */
  	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
   	border-radius:8px;	
	text-decoration:none;
}

#loginBox .loggedInLinks a:hover {
	color:#000;
	background:#FFF;
}

#loginBox .badgevilleMessage {
	float:left;
	clear:left;
	margin:4px 10px 0 20px;
}

#loginBox .badgevilleMessage a {
	color:#FFF;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#loginBox .badgevilleMessage a:hover {
	text-decoration:underline;
}

#headerBottom {
	position:relative;
	width:1000px;
	min-height:66px;
	margin-top:162px;
}

#extraContentBox {
	position:absolute;
	left:12px;
	width:225px;
	height:78px;
	background:#7F1A1E;
	z-index:0;
	border:1px solid #000;
	overflow:hidden;
	color:#FFF;
	font-size:12px;
	padding: 5px;
}

#extraContentBox ul {
	list-style:none;
	margin:0;
	padding:0;
}

#extraContentBox h2.widgettitle {
	background:none;	
	width:auto;
	height:auto;
	margin:0 0 4px 0;
	padding:0;
}

#horizAdBox {
	position:relative;
	min-width:728px;
	max-width:970px;
	min-height:66px;
	text-align:center;
	float:right;
	display:inline-block;
	margin-bottom:8px;
	margin-right:10px;
}

#mainBody {
	position:relative;
	width:1000px;
	float:left;
	background:url(images/maincontentTop.jpg) top center no-repeat #FFF;
	min-height:100px;
}

#leftContent {
	float:left;
	width:646px;
	padding:0 15px 0 15px;
	margin-top:8px;
	background:url(images/leftcontentrightside.jpg) right repeat-y;
}

#popularThisMonth {
	width:646px;
	float:left;
	background: url(images/footershadow.jpg) top repeat-x #e6e7e9;
	padding-bottom:15px;
	margin-bottom:15px;
}

.popularBox {
	width:150px;
	float:left;
	margin-left:9px;
}

.popularArticleImage {
	width:150px;
	height:76px;
	border:1px solid #000;
	background:#0F0;	
}

h3.popularArticleTitle a {
	clear:both;
	color:#7F1A1E;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:none;
	text-align:center;
	width:150px;
	display:block;
}

h3.popularArticleTitle a:hover {
	text-decoration:none;
}

.widget_search {
	width:300px;
	text-align:center;
	height:33px;
	background: url(images/searchBoxBack.jpg) no-repeat center;	
	padding-top:10px;
	margin-bottom:10px;
	clear:both;
	position:relative;
	margin-top:10px;
}

.widget_search label {
	display:none;	
}

.widget_search input#s {
	border:1px solid #000;
	font-size:13px;
	padding:2px;
	width:190px;
}

.widget_search #searchsubmit {
	border:none;
	background:#58595B;
	-moz-border-radius: 5px; /* FF1+ */
 	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 5px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	padding:1px 8px;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.searchResultBox {
	float:left;
	clear:both;	
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #CCC;
}

.searchResultBox p {
	font-size:14px;
	padding-top:10px;
}

.searchResultBox a.readMoreLink {
	float:right;
	font-size:14px;
}

.aThumbImage {
	float:left;
	width:187px;
	height:96px;
	margin:10px 10px 0 0;
	background:#000;
	border:1px solid #000;
}

#homepageTopBox {
	background:#7F1A1E;
	margin-bottom:18px;
	position:relative;
	float:left;
}

#videoBox {
	width:646px;

	overflow:hidden;
	position:relative;
	float:left;
}

#moreBox {
	width:646px;	
	position:relative;
}

#breakingNews {
	float:left;
	width:325px;
	background: url(images/breakingnewsBox_02.jpg) repeat-y;
}

#breakingNews p {
	padding: 2px 15px;	
	font-size:14px;
}

h3.bnewsTitle {
	background:url(images/breakingnewsBox_01.jpg) no-repeat;
	width:315px;
	height:	34px;
	padding:6px 0 0 10px;
}

#bnewsFoot {
	width:325px;
	height:10px;
	background:url(images/breakingnewsBox_04.jpg) no-repeat;	
}

#watchMoreVideos {
	float:right;
	width:321px;
	margin-bottom:5px;
}

#watchMoreVideos ul {
	list-style: none;
	list-style-type: none;
	margin-bottom:5px;
}

#watchMoreVideos ul li {
	width:300px;
	clear:both;
	float:left;
	background:#333;
	padding:3px;
	margin: 2px 5px;
	border:1px solid #000;
}

#watchMoreVideos ul li img {
	width:70px;
	height:50px;
	margin-right:8px;
	border:1px solid #000;
	float:left;
	display:inline-block;
}

#watchMoreVideos ul li a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;	
	display:inline-block;
	clear:none;
}

#watchMoreVideos ul li a:hover {
	text-decoration:underline;
	background:none;
}

a.morevidslink {
	float:right;
	font-size:12px;
	color:#FFF;	
	text-decoration:none;
	font-weight:bold;
	margin:2px 10px 2px 0;
}

a.morevidslink:hover {
	text-decoration:underline;
	background:none;	
}

h3.watchMoreVidTitle {
	color:#FFF;
	padding:4px;
}

h2.pagetitle {
	font-size:29px;
	border-bottom:3px solid #000;
	margin-bottom:10px;
}

.listedArticle {
	position:relative;
	float:left;
	clear:both;
	width:646px;
	min-height:100px;
	padding-bottom:20px;
	margin-bottom:15px;
	border-bottom:1px solid #A6A8AB;
}

.sublineInfo {
	width:646px;
	height:36px;
	background:#000;	
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	overflow:hidden;
}

.sublineInfoPage {
	width:646px;
	height:16px;
	background:#000;	
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	margin-bottom:10px;
}

.aDate {
	display:inline-block;	
	float:left;
	margin:10px 0 0 12px;
}

.aCommentLink {
	display:inline-block;
	margin:0 auto;
	background:url(images/commentBox.jpg) left top no-repeat #000;
	
}

.aCommentLink a {
	display:inline-block;
	padding:10px 0 10px 45px;
	color:#FFF;
	text-decoration:none;
}

.aCommentLink a:hover {
	background:none;
	text-decoration:underline;
	color:#FFF;
}

.aAuthor {
	display:inline-block;	
	float:right;
	margin:3px 10px 0 0;
}

.aAuthor span.postedBy {
	display:inline-block;
	margin-top:7px;
}

.aAuthor a {
	color:#FFF;
	text-decoration:none;
	padding:0 5px;	
	margin-right:5px;
}

.aAuthor a:hover {
	background:none;
	text-decoration:underline;
}

.aAuthor img {
	width:27px;
	height:27px;
	margin-top:2px;
}

.aAuthor a.authImageLink {
	float:right;
	padding:0;
	margin:0;
}

.aImage {
	width:646px;
	height:325px;
	margin-bottom:8px;
}

.aImage img {
	width:646px;
	height:325px;
}

a.readMoreLink {
	text-decoration:none;
	display:inline-block;
	padding:5px 8px;
	background:#000;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	-moz-border-radius: 8px; /* FF1+ */
  	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
   	border-radius:8px;
}

a.readMoreLink:hover {
	background:#7F1A1E;
}

.navigation {
	clear:both;
	padding-bottom:20px;	
	position:relative;
	width:646px;
	float:left;
}

.navigation a {
	-webkit-transition: all 300ms ease; 
	-moz-transition: all 300ms ease; 
    -o-transition: all 300ms ease; 
    transition: all 300ms ease;
}

.navigation a:hover {
	color:#d60000;
}

.olderListLink a {
	float:left;
	text-decoration:none;
	display:inline-block;
	padding:5px 10px;
	background:#741a1a;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	-moz-border-radius: 8px; /* FF1+ */
  	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
   	border-radius:8px;	
	max-width:250px;
}

.olderListLink a:hover {
	background:#000;
}

.newerListLink a {
	float:right;
	text-decoration:none;
	display:inline-block;
	padding:5px 10px;
	background:#741a1a;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	-moz-border-radius: 8px; /* FF1+ */
  	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
   	border-radius:8px;
	max-width:250px;		
}

.newerListLink a:hover {
	background:#000;
}

#sideBarContent {
	float:right;
	width:300px;
	padding:0 12px 0 12px;
}

.sideAd {
	width:300px;
	margin-bottom:10px;
	margin-top:10px;
}

#sideAd {
	width:300px;
	margin-bottom:10px;
}

.widgetList {
	width:300px;
	overflow:hidden;
	margin-bottom:15px;	
	clear:both;
	float:left;
}

ul.thewidgetlist {
	margin:0;
	padding:0;
	list-style:none;	
	font-size:14px;
	margin-bottom:15px;
}

ul.thewidgetlist li {
	max-width:300px;	
}

ul.thewidgetlist li ul {
	width:298px;
	border:1px solid #CCC;
	padding:0 0 8px 0;
	margin:0;	
}

ul.thewidgetlist li ul li {
	display:block;
	padding:6px 15px;
}

h2.widgettitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#FFF;
	width:270px;
	background:url(images/headlineBacking.jpg) right top no-repeat #7F1A1E;
	padding:15px;
	margin-top:15px;
}

#watchMoreVideos ul, #videoHighlightBox ul {
	list-style:none;
	margin:0;
	padding:0;
}

#watchMoreVideos h2.widgettitle, #videoHighlightBox h2.widgettitle {
	width:0;
	height:0;
	display:none;
	background:none;
}

#footer {
	width:1000px;
	float:left;
	clear:both;
}

#footerAd {
	width:1000px;
	float:left;
	text-align:center;
	background:#FFFFFF;
	padding-bottom:5px;
}

#footerTop {
	width:1000px;
	float:left;
	background: url(images/footershadow.jpg) top repeat-x #e6e7e9;
	padding-bottom:15px;
}

h3.footerHeader {
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	display:block;
	padding:10px;
}

.footerLatestGameNewsBox {
	float:left;
	width:187px;
	margin-left:10px;
}

.footerArticleImage {
	height:96px;
	width:187px;
	background:#0F0;
	margin-bottom:5px;
	border:1px solid #000;
}

.footerArticleImage img {
	height:96px;
	width:187px;
	}

h3.footerArticleTitle a {
	clear:both;
	color:#7F1A1E;
	text-decoration:underline;
	font-size:13px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:none;
	text-align:center;
	width:187px;
	display:block;
}

h3.footerArticleTitle a:hover {
	text-decoration:none;
}

#footerBottom {
	width:1000px;
	float:left;
	min-height:200px;
	border-top:1px solid #000;
	background:#bcbdbf;
}

ul.footerLinks, ul.footerLinks li ul, ul.footerLinksNoTitle {
	list-style:none;
	font-size:12px;
	padding:5px 0 0 5px;
	margin:0;
}

ul.footerLinks {
	float:left;
	width:130px;
	margin-right:5px;
	border-left:thin solid #000;
}

ul.footerLinksNoTitle {
	float:left;
	width:130px;
	margin-right:5px;
	margin-top:25px;
	border-left:thin solid #000;
}

ul.footerLinksNoTitle a {
	display:block;
	padding:5px;
	color:#000;
	text-decoration:none;
	background:none;
}

ul.footerLinks li ul {
	
}

ul.footerLinks li ul li a {
	display:block;
	padding:5px;
	color:#000;
	text-decoration:none;
	background:none;
}

ul.footerLinks li ul li a:hover, ul.footerLinksNoTitle a:hover {
	text-decoration:underline;
}

.footLinkHolder {
	width:1000px;
	position:relative;
	float:left;
	padding:10px 10px;
}

#footerLegal {
	text-align:center;
	width:1000px;
	font-size:12px;	
	margin:10px 0 30px 0;
	clear:both;
	float:left;
}

#footerLegal a {
	color:#000;
	text-decoration:none;
	background:none;
}

#footerLegal a:hover {
	text-decoration:underline;
}

/*-------------- Internal Posts ------------------- */

.articleSingle .aImage + p {
	color:#7F1A1E;
	font-size:17px;
	font-weight:bold;
}

#leftContent .articleSingle .listedArticle .linkwithin_div {
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	background: #E6E6E6;
	padding:0 15px;
}

.sublineInfoPage + p {
	color:#7F1A1E;
	font-size:17px;
	font-weight:bold;
}

.articleSingle img {
	max-width:646px;	
}

.nav-previous {
	float:left;	
}

.nav-next {
	float:right;	
}

.nav-previous a {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#000;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
}

.nav-previous a:hover {
	text-decoration:underline;
	background:none;
}

@-webkit-keyframes changeIt {
    0%   {color:#000;}
    50%  {color:#c90000;}
    100% {color:#000;}
}

@-moz-keyframes changeIt {
    0%   {color:#000;}
    50%  {color:#c90000;}
    100% {color:#000;}
}

@keyframes changeIt {
    0%   {color:#000;}
    50%  {color:#c90000;}
    100% {color:#000;}
}

.nav-next a {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#000;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	-webkit-animation: changeIt 5s linear infinite;
	-moz-animation: changeIt 5s linear infinite;
	animation: changeIt 5s linear infinite;
}

.nav-next a:hover {
	text-decoration:underline;
	background:none;
}

.nav-count {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#000;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
	margin-left:60px;
	text-align:center;
	float:left;
}

.nav-count a {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#000;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
}

.entry-meta {
	font-size:12px;
	margin-bottom:8px;	
}

.tagcats {
	clear:both;
	position:relative;
	margin-bottom:10px;	
	display:inline-block;
	width:626px;
	font-size:13px;
}

.tagcats a {
	color:#000;
	text-decoration:none;
	background:none;
}

.tagcats a:hover {
	text-decoration:underline;
}

blockquote {
	position:relative;
	float:left;
	max-width:380px;
	padding:10px 15px 10px 15px;
	margin:4px 10px 10px 0;
	background:#7F1A1E;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-box-shadow: 2px 2px 8px #000; /* FF3.5+ */
  	-webkit-box-shadow: 2px 2px 8px #000; /* Saf3.0+, Chrome */
    box-shadow: 2px 2px 8px #000;
}	

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto;
	width: 294px;
	}
#calendar_wrap {
	width:298px;
	border:1px solid #CCC;
	padding:0 0 8px 0;
	margin:0;	
}

#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 */



/* start archives select */
.widget_archive select {
	width:100%;	
	border:1px solid #CCC;
}
/* End archives select */

/* rating share start */
.ratingaddthis, #nav-below, #nav-above {
	position:relative;
	display:inline-block;
	padding:10px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	font-size:10px;
	width:626px;
	margin:15px 0;
	clear:both;
}



.addthis {
	position:relative;
	display:inline-block;
	float:left;	
}

.rating {
	position:relative;
	display:inline-block;
	float:right;
	width:160px;	
}

#disqus_thread {
	clear:both;
	width:646px;	
	display:inline-block;
}

.authorSideBox {
	width:300px;
	border:1px solid #999;	
	margin-bottom:15px;
	clear:both;
	float:left;
	display:inline-block;
}

.authorSideBox ul {
	list-style:none;
	margin:4px 0 0 0;
	padding:0;
}

.authorSideBox ul li {
	margin-bottom:8px;
	margin-left:10px;
}

.authorSideLinksTitle {
	color:#900;
	font-weight:bold;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
}

.authorSideLinksTitle:hover {
	text-decoration:underline;
	background:none;
	color:#900;
}

.authorLinks {
	font-size:14px;
	margin:0 0 10px 8px;
	max-width:240px;
}

.totalQuote {
	position:relative;
	display:inline-block;
	margin:5px;	
}

.quoteBubble {
	float:left;
	width:180px;
	padding:8px;
	border:1px solid #000;
	-moz-border-radius: 8px; /* FF1+ */
  	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 8px;
	background:#FFF;
	font-size:12px;
	display:inline-block;
}

.quoteBubble p {
	margin:0;
	padding:0;
}

.quoteArrow {
	float:left;
	background:url(images/quotearrow.png) no-repeat;
	width:10px;
	height:10px;
	margin:10px 0 0 -1px;
}

/* YouTube List Widget */

.pageLinks {
	display:inline-block;
	clear:both;
	margin-top:8px;
	text-align:center;
	width:646px;
}

.pageLinks a {
	text-decoration:none;
	display:inline-block;
	padding:5px 10px;
	background:#741a1a;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	-moz-border-radius: 8px; /* FF1+ */
  	-webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
   	border-radius:8px;	
}

.pageLinks a:hover {
	background:#000;
}

#dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box {
	background-color: #FFF;
}



.shareButtonNexttoAuthor {
	float:right;	
	margin-left:10px;
}
#dsq-combo-widget.grey #dsq-combo-tabs li {
	background:#FFF;
}
#dsq-combo-widget.grey, #dsq-combo-content, .dsq-combo-box { 
	background-color:#FFFFFF;
}
#wrapper #dsq-combo-widget.grey #dsq-combo-content .dsq-combo-box { 
	background-color:#FFFFFF;
	padding:8px 0 0 0;
	margin:0;
}
#wrapper #dsq-combo-widget.grey #dsq-combo-tabs li.dsq-active {
	background-color:#FFFFFF;
}

#wrapper #dsq-combo-widget.grey a:hover {
	background-color: #F00;
}

.wp-caption-text {
	font-size:10px;
	color:#999;	
}

.entry-caption {
	float:left;
	clear:both;
}

#verisign {
	float:left;
	clear:both;
	max-width:200px;	
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	}

img.alignright, img.float-right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img.float-left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, .float-right {
	float: right;
	}
	
img.alignrightNoMargin {
	float:right;
}

img.alignleftNoMargin {
	float:left;
}

.alignleft, .float-left {
	float: left;
	}

.internalWidget {
	display:block;
	width:646px;
	float:left;
	margin:10px 0 10px 0;
	overflow:hidden;
}

.internalWidget ul, .internalWidget ol, .internalWidget li {
	list-style:none;
}

.internalWidget h2.widgettitle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:none;
	width:646px;
	color: #990000;
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0 0 8px 0;
}

#loginBox #searchform {
	display:block;
	margin:10px 0px -3px 15px;
}

#loginBox #searchform #s {
	width:157px;
	line-height:12px;	
}

#loginBox #searchform #searchsubmit {
	background:#FFF;
	border:1px solid #000;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left:8px;
}

.authorboxContainer {
	position:relative;
	float:left;
	clear:left;
	display:block;
}

.redBack {
	color:#FFF;
	background:#7F1A1E;
	display:block;
	float:left;
	padding:10px 0px 10px 10px;
	width:636px;
}

.redBack h2.widgettitle {
	color:#FFF;
	font-size:18px;
}

#headerWidget, #secondLowestWidget {
	max-height:0px;
	overflow:hidden;
	background:#FFF;
}

#secondLowestWidget h2.widgettitle,  #headerWidget h2.widgettitle {
	position:absolute;
	z-index:301;
}

#secondLowestWidget, #secondLowestWidget > div, #secondLowestWidget #slideFrame > div, #headerWidget, #headerWidget > div, #headertWidget #hslideFrame > div {
	position:relative;
	float:left;
}

#slideFrame, #hslideFrame {
	margin-left:27px;
	margin-right:27px;
	-moz-transition: left ease-out .5s;
	-webkit-transition: left ease-out .5s; 
    transition: left ease-out .5s;
}

#leftDir, #rightDir, #hleftDir, #hrightDir {
	position:absolute;
	height:50px;
	width:20px;
	background:#FFF;
	top:25px;
	display:block;
	z-index:300;
}

#leftDir, #hleftDir {
	left:0px;
	background:url(images/leftArrow.png) no-repeat 50% 40% #FFF;
}

#rightDir, #hrightDir {
	right:0px;
	background:url(images/rightArrow.png) no-repeat 50% 40% #FFF;
}

#header #hleftDir  {
	background:url(images/leftArrow.png) no-repeat 50% 40% #FFF;
}

#header #hrightDir {
	background:url(images/rightArrow.png) no-repeat 50% 40% #FFF;
}

.videoRevealWidget {
	width:100%;
	max-height:0px;
	background:#000;
	overflow:hidden;
	margin-top:15px;
}

.videoRevealWidget.open {
	max-height:1000px;
	background:#000;
	-moz-transition: all ease-out 4s;
	-webkit-transition: all ease-out 4s; 
    transition: all ease-out 4s;
}
a.mobileMenu {
	display:none;
}

#disqus_thread {
	max-width:100%;
	width:100%;
}
.mobileAdInject {
	display:none;
	width:300px;
	margin:5px auto;
}
.mobileAd, .mobileAdInject {
	display:none;
	position:relative;
	clear:left;
}

.allAdInject {
	display:block;
	width:300px;
	margin:5px auto;
	position:relative;
	clear:left;
}

.forPhones {
	display:none;
}

@media screen and (max-width: 999px) {
	#popularThisMonth {
	width:97%;
}
	body {
		background:url(images/headerbackgroundTablet.jpg) repeat-y top center #bcbdbf;
		font-size:18px;
	}
	.searchResultBox p {
		font-size:17px;
	}
	#wrapper {
		width:728px;
		overflow:hidden;
	}
	
	#header, #headerTop, #headerBottom, #horizAdBox {
		width:728px;
		margin-right:0px;
	}
	#mobileHider {
		display:none;
	}
	
	#mobileHider.open {
		display:block;
	}
	
	a.mobileMenu {
		display:inline-block;
	font-family:Trebuchet "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding:4px 5px 6px 25px;
	margin:0 2px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	}
	#topNav {
		position:absolute;
		width:100%;
		z-index:9999;
	}
	#topNav a.menuLink {
	display:inline-block;
	font-size: 15px;
	padding:24px 25px 26px 25px;
	margin:0 2px;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	background:#424242;
	width:100%;
}

#topNav a.menuLink:hover {
	background:#000;
	text-decoration:underline;
}

ul.menu {
	list-style-type: none;
	margin:0 0 0 0px;
	padding: 10px 0px 10px 10px;
	background:#000;
	position:absolute;
	z-index:20;
	max-width:100%;
	min-width:125px;
	-moz-border-radius: 0px; /* FF1+ */
  	-webkit-border-radius: 0px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 0px;
	-moz-box-shadow: none; /* FF3.5+ */
 	-webkit-box-shadow: none; /* Saf3.0+, Chrome */
    box-shadow: none;
}

.dropMenu ul.menu {
	position:relative;
	background:#000;
	overflow:hidden;
	top:0px;
	max-height:0px;
}

.dropMenu ul.menu.open {
	max-height:10000px;
}

.dropMenu:hover ul.menu {
	position:relative;
	/*display:none;*/
}
#topNav .dropMenu a.menuLink {
	background:#222;
	margin:0px;
	
}

#topNav ul.menu li {
	float:left;
	font: 11px arial, helvetica, sans-serif;
	text-align:center;
}
	
	.dropMenu {
		display:block;
		margin:0 auto;
		border-bottom:1px solid #727374;
	}
	
	#videoHighlightBox {
		width:160px;
		max-height:110px;
		height:110px;
		overflow:hidden;
	}
	
	#loginBox {
		margin:40px 0 0 0;
		right:0px;
	}
	
	#extraContentBox {
		display:none;
	}
	
	#mainBody {
		width:728px;
	}
	
	#leftContent {
		width:410px;
		overflow:hidden;
		padding-left:5px;
		padding-right:5px;
	}
	#homepageTopBox {
		width:100%;
	}
	h2.aVidlistTitle {
		width:97%;
		padding:5px;
	}
	#videoBox {
		width:100%;
	}
	#moreBox {
		width:100%;
	}
	#watchMoreVideos ul li {
		width:95%;
	}
	#watchMoreVideos {
		width:100%;
	}
	h2.alistTitle, .sublineInfo {
		width:98%;
		padding:5px;
		height:auto;
	}
	
	.listedArticle {
		width:100%;
	}
	
	.listedArticle img {
		max-width:100%;
		height:auto;
	}
	
	.listedArticle iframe {
		max-width:100%;
		height:280px;
	}
	.pageLinks, .ratingaddthis, #nav-below, #nav-above, .tagcats, .internalWidget, .navigation {
		width:98%;
	}
	.aImage, .aImage img {
		width:100%;
		height:auto;
	}
	
	.addthis span {
		margin-bottom:2px;
	}
	#respond textarea {
		max-width:90%;
	}
	.nav-count {
		float:right;
		margin-left:0px;
		padding-left:0px;
	}
	.nav-next {
		float:left;
		clear:left;
	}
	
	#leftContent .textwidget .wp-caption, #leftContent .textwidget .wp-caption img {
		max-width:150px;
		margin-right:5px;
	}
	
	#sideBarContent {
		padding-right:0px;
		padding-left:0px;
	}
	
	#footer {
		width:728px;
	}
	#footerAd, #footerTop, #footerBottom, #footerLegal {
		width:100%;
	}
	.footLinkHolder {
		width:96%;
	}
}

@media screen and (max-width: 728px) {
	.forPhones {
		display:block;
	}
	.mobileAdInject {
		display:block;
	}
	body {
		background:#FFF;
	}
	#wrapper {
		width:375px;
		overflow:hidden;
		padding:0px;
	}
	#header, #headerTop, #headerBottom {
		width:100%;
	}
	#horizAdBox {
		min-width:390px;
		max-width:390px;
		margin:0px;
		padding:0px;
	}
	
	#loginBox {
		display:none;
	}
	#mainBody {
		width:100%;
	}
	#sideBarContent {
		display:none;
	}
	#leftContent {
		max-width:100%;
		padding:0px;
		background:none;
	}
	.nav-count {
		float:right;
		margin-left:0px;
		padding-left:0px;
	}
	.nav-next {
		float:right;
		clear:both;
	}
	#footer {
		width:100%;
	}
}

@media screen and (max-width: 400px) {

	#wrapper {
		width:100%;
	}
	#horizAdBox {
		width:100%;
		min-width:0px;
	}
}
