/********************************************************************************************* 

1: Background for change is in "body {"

0. CSS Reset & Tool Box

*********************************************************************************************/   

#sm2movie { display: none; }

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: square;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, h7 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {content: '';}

abbr, acronym {border: 0;}


a {
  text-decoration: none;
  color: #444444;
}

a:hover {
  text-decoration: underline;
  }

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a img {
  border: none;
}

.imagenoborder {
  box-shadow: none !important;
}

.ngg-singlepic {
  padding: 0 !important;
  background-color: none !important;
  margin: 15px 0;
}

.ngg-gallery-thumbnail-box {
  margin-right: 4px;
  margin-left: 5px;
}

table { -x-system-font: none; font-family: inherit; font-size: inherit; font-size-adjust: inherit; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; line-height: inherit; width: 100%; }

th {  background: #BBCCDD; color:#333; }

th, td { line-height: 20px; padding: 4px; }

tr:nth-child(2n) {  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0; }

tr:nth-child(2n+1) {  }

/* Navigation for pages */

.navigation
  color: #fff;
  float: left;
  width: 100%;
}

.navigation .alignleft a, .navigation .alignright a {
  width: 125px;
  text-align: center;
  height: 20px;
  }

.navigation a, .post .navigation a {
  color: #fff;
  background: #34475b;
  margin: 7px 5px;
  cursor: pointer;
  font-size: 12px;

  text-shadow: 0 -1px 0 rgba (0, 0, 0, 0.3);
  border: none;
}
  
.navigation .alignleft {
  float: left;
}

.navigation a:hover {
  color: #fff;
  text-decoration: none;
  background: #243445;
}

.navigation .alignright {
  float: right;
}

.wp-pagenavi {
  font-size: 12px;
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba (0, 0, 0, 0.3);
  text-transform: uppercase;
}

.wp-pagenavi .pages {
  padding: 7px;
  margin: 0 6px;
  color: #fff;
  background: #0089B6;
  border: 1px solid #DDD;

}

.wp-pagenavi a:link, .wp-pagenavi a:visited {
  padding: 7px;
  color: #fff;
  background: #0089B6;
}  

.wp-pagenavi .current {
  padding: 7px;
  color: #fff;
  margin: 0 5px;
  background: #34475b;
}

.wp-pagenavi a:hover {
  color: #fff;
  background: #243445;
}

.wp-pagenavi a, .wp-pagenavi span {
  padding: 7px;
}

/* End Navigation */

.descriptiontext {
    font-size: 17px;
    font-family: sans-serif, Verdana;
		color: #003399;
    font-weight: bold;
		text-transform: uppercase;
    margin-right: 20px;
    letter-spacing: -1px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 5px solid #003399;
    width: 650px;
}

.blueh3 {
  font-family: sans-serif, Verdana;
  font-size: 20px;
  color: #333333;
  letter-spacing: -1px;
}

input, textarea, text {
  border: solid 1px #ddd;
  border-top-color: #ccc;
  background-color: white;
  background: #fff url ('images/bg-form.png') repeat-x left 1px;
  padding: 6px;
}

textarea {
  height: 150px;
}

img.aligncenter, img.alignright, img.alignleft { 
	box-shadow: 0 0 15px #ccc;
}

.wp-caption { border: 1px solid #ccc; text-align: center; background-color: #DCDCDC; margin: 10px; padding: 5px; }
	.wp-caption img { margin: 0; border: 0 none; }
	.wp-caption p.wp-caption-text { font-size: 12px; line-height: 14px; padding: 0 3px 5px; margin: 10px 0 0 0; text-align:center;}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 0 15px #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alignnone {
	box-shadow: 0 0 15px #ccc;
	margin: 10px 0;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0; 
	margin: 0 20px 10px 0;
}

.alignleft img {
	float: left;
	box-shadow: 0 0 15px #ccc;
}
	
.alignright {
	float: right;
	margin: 10px 0 10px 20px; 
}

.alignright img {
	float: right;
	box-shadow: 0 0 15px #ccc;
}

.floatleft, #more_left { float: left; }

/********************************************************************************************* 

1. Header  -------------------------  header.php

*********************************************************************************************/   

#header {
	width: 1000px;
	height: 110px;
	margin: 0 auto; 
	padding-top: 65px;
}

#logo {
	float:left;
	height:100px;
	margin-top:15px; 
}

#content {
  width: 1000px;
}

.fullwidth {
	width: 970px !important;
}

/********************************************************************************************* 

2. Page Structure / Body  -------------------------  header.php

*********************************************************************************************/   

body {
  font-family: sans-serif, Verdana, Arial;
  background-attachment: fixed;
  background-color: #ffffff;
  background-image: url("http://egmr.net/wp-content/gallery/egamer-backgrounds/egamer-wallpaper.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  color: #333;
  font-size: 100%;
}

#content-wrap {
  width: 1000px;
  margin: 0 auto; 
  padding-bottom: 15px;
  text-align: center;
}

#main_content {
  background: none repeat scroll 0 0 #F1F1F1;
  float: left;  
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 15px #111;
  border-top: 5px solid #0089B6;
}

#content {
	float: left;
	width: 970px;
	margin: 15px 0 15px 0;
}

/********************************************************************************************* 

3. Navigation -------------------------  header.php

*********************************************************************************************/ 

#menu {
  height: 33px;
  width: 1000px;
  margin: 0 auto; 
}

#menu-item ul li{
  background-color: #FFFFFF;
  margin: 0;
}

#menu-item ul li:hover{
  background-color: #1F1F1F;
  margin: 0;
  border: none;
  -moz-border-radius: 0px !important;
}

#menu-wrap {
  width: 1000px;
  margin: 0 auto; 
}

#rss {
  float: right;
  margin-top: 8px;
  color: #fff;
  font-size: 11px;
  height: 20px; 
}

#rss li {
  display: inline;
  padding: 0;
  float: left;
  height: 20px; 
}

#rss li a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding: 0;
  font-weight: bold;
  line-height: 1.5; 
}

#rss li a:hover { 
  text-decoration: underline; 
}

#rss li.rssimg {
  background: url(images/feed.png) no-repeat left top;
  padding-left: 19px; 
}

#rss li.emailimg {
  background: url(images/mail.png) no-repeat left top;
  padding-left: 21px;
  margin-left: 10px; 
}

#rss img {
  vertical-align: middle;
  margin-right: 3px; 
}

#searchform-top {
  float: left;
  width: 300px;
  margin-top: -2px;
}

#searchform-top .text {
  padding: 8px;
  width: 200px;
  font-size: 16px;
  border: 1px solid #0089B6;
}

/* Category Bar Replace all from here*/

#category-bar {
        background: rgba(00, 00, 00, 0.9);
	height: 50px;
	position: fixed;
	width: 100%;
	z-index: 999;
	box-shadow: 0 7px 7px -6px #000000;
}

#category-bar .category-holder {
	margin: 0 auto;
	width: 1000px;
	height: 50px;
}

#category-bar .top-logo {
	float: left;
	margin-top: 6px;
	width: 240px;
	text-align: center;
}

#category-bar .top-menu {
	float: right;
	width: 750px;
	height: 50px;
}

#category-bar ul li {
  display: inline;
  list-style: none;
}

#category-bar ul.mselection {
  	font-size: 0px;
}

#category-bar li.mselection a {
	border-top: 3px solid rgba(0, 0, 0, .0);
	font-size: 15px;
	font-family: sans-serif, Verdana;
	color: white !important;
	text-transform: uppercase;
	display: inline-block;
  	letter-spacing: -1px;
	width: 125px;
	height: 47px;
	text-align: center;
	font-weight: 100;
}

#category-bar li.mselection a:hover, .menuselect {
	border-top: 3px solid #0089b6 !important;
	text-decoration: none;
}

.fullmenu {
  position: absolute;
  background: rgba(41, 41, 41, .97);
  display: block;
  z-index: 100;
  border-top: none;;
  border-bottom: 3px solid #0089b6;
  box-shadow: 0 0 15px black;
  text-transform: none;
  width: 670px;
  margin-left: 40px;
}

.fullmenu .blocksection {
  margin: 10px 10px 10px 30px;
  color: #333;
  float: left;
}

#category-bar li.msitem a:hover {
	background-color: #0089b6;
}

.textpadding {
	padding-top: 15px;
}

/********************************************************************************************* 

4. Featured Articles -------------------------  index.php

*********************************************************************************************/ 

.sliderwrapper{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  width: 968px; /*width of featured content slider*/
  height: 300px;
  border: 1px solid black;
  box-shadow: 0 0 10px #888888;
  margin-bottom: 15px;
}

.sliderwrapper .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  top: 0;  /*leave as is*/
  background: white;
  width: 968px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 100%;
  float: left;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

#paginate-featuredslider ul li {
  display: inline;
  list-style: none;
}

#paginate-featuredslider ul.fselection {
  	font-size: 0px;
}

#paginate-featuredslider li.fselection:first-child {
	font-size: 12px;
	font-family: sans-serif, Verdana;
	color: #444;
	text-transform: uppercase;
  	letter-spacing: -1px;
	border-left: none;
	display: table-cell;
	width: 123px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

#paginate-featuredslider li.fselection {
	font-size: 12px;
	font-family: sans-serif, Verdana;
	color: #444;
	text-transform: uppercase;
  	letter-spacing: -1px;
	border-left: 1px solid #444;
	display: table-cell;
	width: 121px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

#paginate-featuredslider li a:first-child {
	display: table-cell;
	width: 123px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

#paginate-featuredslider li a {
	display: table-cell;
	width: 121px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
}

#paginate-featuredslider li.fselection a:hover {
	text-decoration: none;
	color: white;
}

#paginate-featuredslider li.fselection:hover {
	background-color: #A1C928; 
}

#paginate-featuredslider li.fselection a.selected {
	background-color: #A1C928; 
	color: white;
}

.featured-black-background {
  background-color: white;
  width: 450px;
  left: 518px;
  height: 300px;
  position: absolute;
  background-z-index: 2;
  z-index: 2;
  background: url(images/featurebbg.png);
}

.ftextmain {
  margin: 25px 15px 5px 25px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1px;
  font-smooth: antialiased;
  font-family: sans-serif;
}

.ftextmain a {
  color: white !important;
}

.fpara {
  color: #c9c8c6;
  font-family: sans-serif;
  margin: 0 15px 15px 25px;
  font-size: 14px;
  font-weight: 400;
}

.ftitle {
  color: white;
  font-family: sans-serif;
  margin: 30px 15px 15px 25px;
  font-size: 16px;
  font-weight: 700;
}

.fli {
  list-style: square;
  color: #0089B6;
  margin-top: 5px;
  margin-left: 40px !important;
}


.fli a {
  color: #c9c8c6;
  font-family: sans-serif;
  margin: 10px 15px 0px 5px;
  font-size: 14px;
  font-weight: 400;
}

.fli a:hover {
  text-decoration: none;
  border-bottom: 1px solid #0089B6;
}

/********************************************************************************************* 

5. Homepage Articles -------------------------  index.php

*********************************************************************************************/ 

#middle {
  width: 650px;
  float: left;
  margin: 5px 20px 15px 0; 
}

#newsselection {
  border-bottom: 5px solid #0089B6;
  padding: 15px 0px 5px 0px;
  margin-bottom: 25px;
}

  #newsselection ul li {
  display: inline;
	list-style: none;
  margin: 0;
}

	#newsselection li.currentnews {
	font-size: 16px;
	font-family: sans-serif, Verdana;
	color: #003399;
  font-weight: bold;
	text-transform: uppercase;
  margin-right: 20px;
  letter-spacing: -1px;
}

#newsselection li.currentnews a {
  padding: 8px 7px;
}

#newsselection li.currentnews a:hover {
  color: #F1F1F1;
  text-decoration: none;
  background: #0089B6;
  padding: 8px 7px;
}

#newsselection .active {
  color: #F1F1F1 !important;
  text-decoration: none;
  background: #0089B6;
  padding: 8px 7px;
}

.readmoreof {
  text-align: center;
}

.readmoreof a {
  color: #f1f1f1;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  background: #0089B6;
}

#posts {
  width: 650px;
  float: left;
 }

#posts .individualposts {
  font-family: sans-serif;
//  text-align: justify;
  width: 650px;
  clear: both;
}

.individualposts .thumbnail {
  float: left;
  position: relative;
}

.individualposts .thumbnail img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 0 15px #ccc;
}

.individualposts .thumbnaillarge {
  float: left;
  position: relative;
}

.individualposts .thumbnaillarge img {
  margin-bottom: 10px;  
  margin-top: -15px;
  box-shadow: 0 0 15px #ccc;
}

.overlay-revpre {
  position: absolute;
  left: 630px;
  z-index: 1;
  box-shadow: none !important;
}

.overlay-all {
  position: absolute;
  left: 180px;
  z-index: 1;
  box-shadow: none !important;
}

.individualposts .headline {
  font-family: sans-serif, Verdana;
  font-size: 17px;
  letter-spacing: -1px;
  padding-bottom: 6px;
  font-weight: bold;
  text-decoration: none;
}

.individualposts .headline a {
  color: #444444;
}

.individualposts .headline a:hover {
  color: #0089b6;
}

.individualposts .postinfo {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  float: left;
  color: #666666;
}

.individualposts .postinfo a {
  color: #666666;
}

.individualposts .article {
  color: #444444;
  font-size: 12px;
  line-height: 20px;
}

#postmeta {
  letter-spacing: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  float: left;
  color: #003399; 
  padding: 5px 0;
  margin-bottom: 30px;
  margin-top: 5px;
  width: 650px;
  border-top: 1px solid #d9d9d9;
}

#postmeta .readmore {
  float:right;
  font-size: 12;
  margin-top: -5px;
}

#postmeta .readmore a {
  color: #003399;
  display: block;
  background: #d9d9d9;
  padding: 2px 4px 2px 4px;
}

#postmeta .comments {
  float: left;
  margin-top: -3px;
}

#postmeta .comments a {
  color: #003399;
}

#postmeta .bubble {
  background: url("images/bubble.gif") no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
  margin-left: 0px;
}

#postmeta .user {
  background: url("images/user.gif") no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
  margin-right: 10px;
}

/********************************************************************************************* 

6. Main Page Break One -------------------------  mainbreakone.php

*********************************************************************************************/ 

#mainbreakone {
  width: 650px;
  height: 300px;
}

#mainbreakone .mbadvert {
  width: 300px;
  height: 250px;
  float: left;
}

#mainbreakone .mbcontent {
  float: left;
  width: 350px;
}

#mainbreakone .mbcontent h3 {
  font-family: sans-serif, Verdana;
  font-size: 17px;
  margin-left: 10px;
  width: 340px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #003399;
  color: #003399;
}

#mainbreakone .mbcontent a {
  color: #263B51;
  font-weight: bold;
}

#mainbreakone .mbcontent a:hover {
  color: #0089b6;
}

#mainbreakone .mbcontent ul li {
  float: left;
  padding-bottom: 20px;
  list-style: square;
  margin-left: 30px;
  font-size: 12px;
  color: #003399;
}

#mainbreakone .bubblecomments {
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  background: url("images/bubble.gif") no-repeat;
  background-position: 0 2px;
  padding-left: 15px;
  font-weight: 400;
  margin-top: 2px;
}

#mainbreakone .bubblecomments a {
  color: #003399;
  font-weight: 400;
}

#mainbreakone .bubblecomments a:hover {
  color: #003399;
}

/********************************************************************************************* 

7. Main Page Break Two -------------------------  mainbreaktwo.php

*********************************************************************************************/ 
#mainbreaktwo {
  width: 650px;
  height: 200px;
}

#mainbreaktwo h3 {
  font-family: sans-serif, Verdana;
  font-size: 17px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #003399;
  color: #003399;
}

#mainbreaktwo .imagesforgallery {
  list-style: none;
  float: left;
  width: 120px;
  height: 120px;
  padding: 1px;
  background-color: white;
  margin-right: 7px;
  box-shadow: 0 0 5px #333;
}

#mainbreaktwo .imagesforgallery:hover {
  float:left;
  background-color: #A1C928;
  margin-right: 7px;
  box-shadow: 0 0 5px #333;
}

#mainbreaktwo .imagesforgallery:last-child {
  margin-right: 0 !important;
}

/********************************************************************************************* 

8. Sidebar -------------------------  sidebar.php

*********************************************************************************************/ 

#sidebar {
  float: left;
  width: 300px;
  margin-top: 5px;
}

#sidebar .socialmediaarea {
  background-image: url("http://egmr.net/wp-content/gallery/egamer-backgrounds/sm-background-block.png");
  background-repeat: repeat-x repeat-y;
  width: 300px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
}

.searchbarside {
  margin-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 45px;
}

.newsletter {
  border-top: 1px solid #C0CDDB;
  padding-top: 19px;
  margin-left: 5px; 
  margin-top: 20px;
  padding-left: 15px;
  font-size: 17px;
  font-family: sans-serif, Verdana;
  width: 275px;
  height: 60px;
  text-transform: uppercase;
}

#sidebar .facebookcount {
  float: left;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  color: #30508c;
}

#sidebar .facebookcount img {
  padding-right: 18px;
  padding-left: 18px;
}

#sidebar .twittercount {
  float: left;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  color: #6b92b1;
}

#sidebar .twittercount img {
  padding-right: 18px;
  padding-left: 18px;
}

#sidebar .rsscount {
  float: left;
  margin-top: 20px;
  width: 100px;
  height: 100px;
  color: #ec1c24;
}

#sidebar .rsscount img {
  padding-right: 18px;
  padding-left: 18px;
}

#sidebar .youtubepic {
  margin-top: 20px;
  margin-left: 5px;
}

#sidebar .sideheadblue {
  width: 300px;
  padding-top: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #0089b6;
  box-shadow: 0 5px 5px -5px gray;
}

#sidebar .sideheadgreen {
  width: 300px;
  padding-top: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #A1C928;
  box-shadow: 0 5px 5px -5px gray;
}

#sidebar .sideheadblack {
  width: 300px;
  padding-top: 10px;
  margin-bottom: 15px;
  border-bottom: 5px solid #FF0000;
  background: none repeat scroll 0 0 #F1F1F1;
  box-shadow: 0 5px 5px -5px gray;
}

#sidebar .sideheaderblue {
  font-size: 17px;
  font-family: sans-serif, Verdana;
  color: #f1f1f1;
  text-transform: uppercase;
  margin-right: 25px;
  letter-spacing: 0px;
  font-size: 17px; 
  display: block; 
  padding: 7px 5px 2px 5px;
  width: 150px;
  background-color: #0089b6;
}

#sidebar .sideheadergreen {
  font-size: 17px;
  font-family: sans-serif, Verdana;
  color: #f1f1f1;
  text-transform: uppercase;
  margin-right: 25px;
  letter-spacing: 0px;
  font-size: 17px; 
  display: block; 
  padding: 7px 5px 2px 5px;
  width: 150px;
  background-color: #A1C928;
}

#sidebar .sideheaderblack {
  font-size: 17px;
  font-family: sans-serif, Verdana;
  color: #f1f1f1;
  text-transform: uppercase;
  margin-right: 25px;
  letter-spacing: 0px;
  font-size: 17px; 
  display: block; 
  padding: 7px 5px 2px 5px;
  width: 150px;
  background-color: #FF0000;
}

.sideheadblue a {
  text-decoration: none;
  color: #F1F1F1;
}

.sideheadgreen a {
  text-decoration: none;
  color: #F1F1F1;
}

.sideheadblack a {
  text-decoration: none;
  color: #F1F1F1;
}

#sidebarcontent {
  float: left;
  width: 100%;
  font-size: 12px;
  font-family: sans-serif, Verdana;
  color: #f1f1f1;
}

#sidebarcontent li {
  list-style: none;
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

#sidebarcontent li a {
  margin-top: 5px;
  font-weight: bold;
  color: #263B51;
}

#sidebarcontentf {
  float: left;
  width: 100%;
  font-size: 12px;
  font-family: sans-serif, Verdana;
  color: #f1f1f1;
//  background-color: #c0cddb;
  background-color: #FEDADA;
  border-radius: 0 0 15px 15px;
}

#sidebarcontentf li {
  list-style: none;
  display: block;
  width: 94%;
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}

#sidebarcontentf li a {
  margin-top: 5px;
  font-weight: bold;
  color: #263B51;
}

#sidebarcontentf li a:hover {
  color: #FF0000;
// color: #0089B6;
}

#sidebarexclusive {
  float: left;
  width: 100%;
  font-size: 12px;
  font-family: sans-serif, Verdana;
  color: #f1f1f1;
}

#sidebarexclusive li {
  list-style: none;
  display: block;
  width: 280px;
  float: left; 
  background: url(images/side-hover-0.png) no-repeat center left;
  padding: 7px 0 7px 20px;
}

#sidebarexclusive li:hover {
  background: url(images/side-hover-1.png) no-repeat center left;
}

#sidebarexclusive li a {
  font-weight: bold;
  color: #263B51;
}



#sidebarexclusive li:nth-child(even) {
  background-color: #E9E8E8;
}

#sidebarexclusive li:nth-child(even):hover {
  background: url(images/side-hover-1.png) no-repeat center left;
  background-color: #E9E8E8;
}

#sidebarcontent span {
  letter-spacing: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  float: left;
  color: #2b2b2b; 
  margin-top: 5px;
  font-weight: 400;
}

#sidebarcontent img {
  float: left;
  margin-bottom: 10px;
  margin-right: 5px;
}

#sidebarcontentf span {
  letter-spacing: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  float: left;
  color: #2b2b2b; 
  margin-top: 5px;
  font-weight: 400;
}

#sidebarcontentf img {
  float: left;
  margin-bottom: 10px;
  margin-right: 5px;
}

#facebookside {
  float: left;
  margin: 0px 10px 15px 0px;
}

#facevert {

  width: 300px;
}

#subscribe p {
  letter-spacing: 0px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  float: left;
  color: #2b2b2b; 
  padding-bottom: 10px;
  padding-left: 5px;
}

#podcastsidebar {
  background-color: #0089B6; 
  display: block; 
  border-radius: 5px;
  padding: 8px 3px 10px 10px; 
  margin-bottom: 30px;
}

#podcastsidebar a {
  color: white;
}

#podcastsidebar a:hover {
  text-decoration: underline;
}

/* SOCIAL ICONS - GENERAL */
.social { list-style:none; margin:30px auto; width:300px; }
.social li { display:inline; float:left; background-repeat:no-repeat; }
.social li a { display:block; width:48px; height:48px; padding-right:15px; position:relative; text-decoration:none; }
.social li a strong { font-weight:normal; position:absolute; left:20px; top:-1px; color:#fff; padding:3px; z-index:9999;
 text-shadow:1px 1px 0 rgba(0, 0, 0, 0.75); background-color:rgba(0, 0, 0, 0.7);
 -moz-border-radius:3px; -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -webkit-border-radius:3px; -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); border-radius:3px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

li.rss { background-image:url('images/rss.png'); }
li.facebook { background-image:url('images/facebook.png'); }
li.twitter { background-image:url('images/twitter.png'); }
li.youtube { background-image:url('images/you_tube.png'); }

/* SOCIAL ICONS - CSS3 */
#css3:hover li { opacity:0.2; }

#css3 li { -webkit-transition-property: opacity; -webkit-transition-duration: 500ms;
 -moz-transition-property: opacity; -moz-transition-duration: 500ms; }
#css3 li a strong { opacity:0;
 -webkit-transition-property: opacity, top; -webkit-transition-duration: 300ms;
 -moz-transition-property: opacity, top; -moz-transition-duration: 300ms; }

#css3 li:hover { opacity:1; }
#css3 li:hover a strong { opacity:1; top:-10px; }

/********************************************************************************************* 

9. Post -- single.php 

*********************************************************************************************/ 

#egamerreview {
  clear: both;
  background-color: #f9f9f9;
  margin-top: 20px !important;
  box-shadow: 0 0 15px #ccc;
  margin-bottom: 10px;
}

#egamerreview .reviewheader {
  background-color: #A1C928;
  width: 640px;
  padding: 5px 0px 5px 10px;
  margin-bottom: 15px;
  color: #f1f1f1;
  text-shadow: 1px 1px #444444;
}

#egamerreview .moviereviewheader {
  background-color: #0089b6;
  width: 640px;
  padding: 5px 0px 5px 10px;
  margin-bottom: 15px;
  color: #f1f1f1;
  text-shadow: 1px 1px #444444;
}

#egamerreview .reviewheaderwords {
  background-color: #0089B6;
  width: 640px;
  padding: 5px 0px 5px 10px;
  margin-bottom: 5px;
  color: #f1f1f1;
  text-shadow: 1px 1px #444444;
}

#egamerreview .moviereviewheaderwords {
  background-color: #a1c928;
  width: 640px;
  padding: 5px 0px 5px 10px;
  margin-bottom: 5px;
  color: #f1f1f1;
  text-shadow: 1px 1px #444444;
}

#egamerreview .reviewsubsection {
  width: 140px;
  margin-left: 5px;
  float: left;
  font-weight: 700;
  margin-bottom: 10px;
}

#egamerreview .reviewcontent {
  width: 480px;
  float: left;
  margin-bottom: 10px;
//  text-align: justify;
}

/* Copy from here for Review */

#egamerreview .reviewlastwords {
  width: 630px;
  padding: 10px;
//  text-align: justify;
  padding-bottom: 20px;
min-height: 195px;
}

#egamerreview .reviewscore {
  float: right;
  display: block;
  width: 220px;
  height: 170px;
  margin: 10px 5px 5px 20px;
  text-align: center;
  padding-top: 15px;
}

#egamerreview ._0 {
  font-size: 140px;
  color: black;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._5 {
  font-size: 140px;
  color: #FF0000;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._10 {
  font-size: 140px;
  color: #FF3300;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._15 {
  font-size: 140px;
  color: #FF3300;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._20 {
  font-size: 140px;
  color: #ff6600;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._25 {
  font-size: 140px;
  color: #ff6600;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._30 {
  font-size: 140px;
  color: #ff9900;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._35 {
  font-size: 140px;
  color: #ff9900;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._40 {
  font-size: 140px;
  color: #FFCC00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._45 {
  font-size: 140px;
  color: #FFCC00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._50 {
  font-size: 140px;
  color: #FFFF00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._55 {
  font-size: 140px;
  color: #FFFF00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._60 {
  font-size: 140px;
  color: #ccff00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._65 {
  font-size: 140px;
  color: #ccff00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._70 {
  font-size: 140px;
  color: #99ff00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._75 {
  font-size: 140px;
  color: #99ff00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._80 {
  font-size: 140px;
  color: #66ff00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._85 {
  font-size: 140px;
  color: #66ff00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._90 {
  font-size: 140px;
  color: #33ff00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._95 {
  font-size: 140px;
  color: #33ff00;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview ._100 {
  font-size: 140px;
  color: #0089B6;
  font-weight: 700;
  padding: 40px 0;
  letter-spacing: -3px;
  text-shadow: 0 0 5px #444444;
  margin-bottom: 5px;
}

#egamerreview .reviewtotalscore {
  border-top: 3px solid #0089B6;
  font-size: 55px;
  color: #0089B6;
  font-weight: 500;
  padding-top: 20px;
  letter-spacing: -3px;
}

.post .reviewinfo li {
  display: inline-block;
  list-style: none !important;
  margin-left: -10px;
  clear: both;
}

.post .gameinfo li {
  display: block;
  list-style: none !important;
  margin-left: -20px;
}

.gallery .gallery-item {
  width: 650px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  display: inline;

}

.gallery {
  clear: both;
  text-align: center;
  background-color: #f9f9f9;
  padding-top: 20px !important;
  box-shadow: 0 0 15px #ccc;
  padding-bottom: 20px;
}

.gallery img {
  border: solid 5px white !important;
}


.gallery-caption {
  margin-left: auto;
}

.attachment {
  margin: 1em 0;
}

#egamergallery {
  clear: both;
  text-align: center;
  background-color: #f9f9f9;
  padding-bottom: 20px;
  margin-top: 40px !important;
  box-shadow: 0 0 15px #ccc;
}

#egamergallery .gallerytext {
  background-color: #A1C928;
  width: 640px;
  text-align: left;
  padding: 5px 0px 5px 10px;
  margin-bottom: 15px;
  color: #f1f1f1;
  text-shadow: 1px 1px #444444;
}

.ngg-gallery-thumbnail img {
  border: none !important;
  background-color: #f9f9f9 !important;
  margin: 4px 0 4px 12px !important;
  padding: 1px !important;
  box-shadow: 0 0 5px #333 !important;
}

.ngg-gallery-thumbnail img:hover {
  background-color: #A1C928 !important;
}

.post {
  float: left;
  font-size: 14px;
  line-height: 23px;
  color: #444444;
  width: 650px;
}

.post .post-meta {
  font-size: 13px;
  font-family: 'Droid Sans', sans-serif;
  float: left;
  margin-bottom: 15px;
  margin-top: 15px;
}

.post .post-meta a {
  color: #444444;
  font-weight: 400;
}

.post .post-comments {
  font-size: 13px;
  font-family: 'Droid Sans', sans-serif;
  float: right;
  margin-bottom: 15px;
  margin-top: 15px;
}

.post .post-comments a {
  font-weight: 400;
  color: #444444;
}

.post h1 {
    font-size: 36px;
    font-family: sans-serif, Verdana;
		color: #444444;
    letter-spacing: -2px;
    line-height: 35px;
    margin: 0px 20px 20px 0px;
} 

.post h1 a {
  color: #154A7F;
}

.post h2 {
  font-size: 31px;
}

.post h3 {
  font-size: 27px;
}

.post h4 {
  font-size: 24px;
}

.post h5 {
  font-size: 21px;
}

.post h6 {
  font-size: 18px;
}

.post h7 {
  font-size: 16px;
}

.post h2, h3, h4, h5, h6, h7 {
  color: #444;
  padding-bottom: 10px;
  font-weight: 700;
}

.post a {
  color: #154A7F;
  font-weight: 700;
}

.post a img {
  box-shadow: 0 0 15px #ccc;
}

.post a:hover {
  border: none;
  text-decoration: underline;
} 

.post .topImage {
  margin-bottom: 0px;
  border: none;
  width: 650px;
  box-shadow: 0 0 15px #ccc;
}

.post .postright {
  float: right;
  margin-left: 25px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: none;
  background-color: #f1f1f1;
  box-shadow: 0 0 15px #ccc;
}

.post .mainVideo {
  margin-bottom: 0px;
}

.post ul li {
  line-height: 25px;
  list-style: square;
  color: #444444;
}

.post ul li:hover {
  line-height: 25px;
}

.post ul, .post ul, ol {
  padding: 10px 0 20px 20px;
}

.post li ol {
  line-height: 25px;
  padding-left: 10px;
}

.post ol {
  list-style-type: decimal;
  }

.post blockquote {
  border-left: 3px solid #0089B6;
  color: #777777;
  font-family: Georgia, 'Droid Sans', sans-serif;
  font-size: 13px;
  line-height: 1.8em;
  padding-left: 10px;
  margin: 10px 20px 10px 10px;
}

.post p {
  margin-bottom: 15px;
//  text-align: justify;
}

.post .tagsource {
  border-left: 3px solid #6aa700;
  color: #777777;
  padding-left: 10px;
  clear: both;
  font-size: 12px;
  margin: 30px 10px 10px 0px;
}

.post .source {
  border-left: 3px solid #6aa700;
  color: #777777;
  font-size: 12px;
  padding-left: 10px;
  clear: both;
  margin: 30px 10px 10px 0px;
}

.nextpage {
  border-top: 1px solid #ccc;
  padding-top: 7px;
  float: left;
  clear: both;
  width: 640px;
  padding-right: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.nextpage p {
  display: inline;
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.nextpage p:hover {
  background-color: #A1C928;
  padding: 10px;
  color: #F1F1F1;
}

.nextpage a:hover {
  text-decoration: none !important;
}

.post .bottom-post-650-ad {
  margin-top: 20px;
  margin-bottom: 50px;
}

.post .bottom-post-650-ad img {
  border: none;
  box-shadow: none;
}

.post .tagheader {
  width: 10%;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  color: #444444;
  clear: both;
  float: left;
  font-weight: 700;
}

.post .thetags {
  width: 90%;
  float: left:

}

.post .thetags a {
  font-family: 'Droid Sans', sans-serif;
  font-size: 11px;
  text-transform: lowercase;
  color: #154A7F;
  font-weight: 600;
}

.post .endpost {
  margin-top: 10px;
  border-top: 2px solid #0089B6;
}

.post .socialmedia {
  margin-bottom: 20px;
  padding: 8px 5px 8px 5px;
  background: none repeat scroll 0 0 #c0cddb; 
  border-radius: 0 0 5px 5px;
}

.post .socialmedia-right {
  padding: 8px 5px 11px 5px;
  background: none repeat scroll 0 0 #C0CDDB; 
  border-radius: 0 0 5px 5px;
}

.post .socialmedia-video {
  width: 97%;
  margin-bottom: 20px;
  padding: 8px 5px 8px 5px;
  background: none repeat scroll 0 0 #C0CDDB; 
  border-radius: 0 0 5px 5px;
}

.post .socialicons {
  float: right;
}

.post .socialicon {
  border: none;
  margin-left: 3px;
}

.post .satiredisclaimer {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 8px 5px 8px 14px;
  background: none repeat scroll 0 0 #A1C928; 
  border-radius: 5px;
}

.post .relatedheader {
  width: 650px;
/*  margin-top: 30px; */
/*  border-bottom: 2px solid #0089b6; */
}

.post .relatedheader h2 {
  font-size: 17px;
  font-family: sans-serif, Verdana;
  color: #f1f1f1;
  text-transform: uppercase;
  margin-right: 25px;
  letter-spacing: 0px;
  font-size: 17px; 
  display: block; 
  padding: 5px;
  width: 640px;
  background-color: #0089b6;
}

#relatedc .relatedcontent {
  width: 630px;
  padding-top 5px;
  padding-bottom: 5px;
}

#relatedc .relateddate {
  width: 80px;
  float: left;
  padding: 1px 5px 0 15px;
  font-size: 10px;
  text-transform: uppercase;
}

#relatedc .relatedcontent a {
  color: #154A7F !important;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 700;
}

#relatedc .relatedcontent a:hover {
  color: #0089b6 !important;
}

#relatedc .relatedcontent .ul, .ul, .ol {
  margin: 0px !important;
  padding: 0px !important;
}

#relatedc ul {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

#relatedc .relatedcontent li {
  display: block;
  list-style: none !important;
  padding-top: 10px;
  margin-left: -20px;
  clear: both;
  width: 650px;
  line-height: normal;
}

#relatedc .relatedcontent li:nth-child(odd) {
  background: #ECECEC;
}

#relatedauthor {
  width: 650px;
  height: 200px;
  background-color: #ECECEC;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  margin-bottom: 10px; // 50px standard
}

#zergnet-widget-16024 {
  margin-bottom: 50px;
}

#relatedauthor a:hover {
  color: #0089b6;
}

#relatedauthor .authorinfo {
  display: block;
  margin-left: 70px;
  float: left;
  margin-top: 50px;
  width: 360px;
}

.authorinfo .avatar {
  float: left;
  margin-right: 13px;
}

.authorinfo p {
  text-align: left;
  line-height: 25px;
}

#relatedauthor .socialinfo {
  display: block;
  margin-top: 50px;
  float: left;
  width: 200px;
}

.socialinfo ul {
  padding: 0 !important;
  margin: 0;
  width: 200px; !important;
}

#relatedauthor .authorpostlink {
  font-weight: bold;
  color: #444444 !important; 
  width: 590px;
  font-size: 13px;
  margin-top: -10px;
}

/********************************************************************************************* 

9A. Related Content 

*********************************************************************************************/ 

#articleRelated {
	width: 100%;
	border-top: solid 1px #0089b6;
	border-bottom: solid 2px #0089b6;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #e9e9e9;
	display: inline-block;
}

#articleRelated li.inarticlerelate {
	font-size: 12px !important;
	margin-bottom: 7px;
	font-family: sans-serif, Verdana;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
	width: 325px;
	text-align: center;
	float: left;
	list-style: none;
  	background-color: #0089b6;
	height: 25px;
  	cursor: pointer;
	line-height: 25px;
}

#articleRelated li.inarticlerelate a {
	text-decoration: none;
	font-size: 12px !important;
	color: white;
}

#articleRelated li.inarticlerelate:hover {
 	color: white;
  	text-decoration: none;
  	width: 325px;
  	background-color: #0089b6;
  	display: block;
  	text-decoration: none;
}

#articleRelated li.inarticlefont {
	font-size: 12px !important;
}

#articleRelated .active {
  	color: #444444 !important;
 	text-decoration: none;
  	background-color: #e9e9e9;
 	width: 325px;
 	display: block;
	height: 25px;
}

/********************************************************************************************* 

10. Pages 

*********************************************************************************************/ 

.singlepage {
  float: left;
  font-size: 12px;
  line-height: 1.8;
  color: #444444;
  width: 650px;
}

.singlepage a {
  color: #444444;
  font-weight: 700;
}

.singlepage a:hover {
  border: none;
  text-decoration: underline;
}

.singlepage ul li {
  line-height: 25px;
  list-style: square;
  color: #444444;
}

.singlepage ul li:hover {
  line-height: 25px;
}

.singlepage ul, .singlepage ul, ol {
  padding: 10px 0 20px 20px;
}

.singlepage li ol {
  line-height: 25px;
  padding-left: 10px;
}

.singlepage ol {
  list-style-type: decimal;
  }

.singlepage p {
  margin-bottom: 15px;
  padding-right: 10px;
//  text-align: justify;
}

.fullpage {
  float: left;
  font-size: 12px;
  line-height: 1.8;
  color: #444444;
  width: 970px;
}

.fullpage a {
  color: #444444;
  font-weight: 700;
}

.fullpage a:hover {
  border: none;
  text-decoration: underline;
}

.fullpage ul li {
  line-height: 25px;
  list-style: square;
  color: #003399;
}

.fullpage ul li:hover {
  line-height: 25px;
}

.fullpage ul, .page ul, ol {
  padding: 10px 0 20px 20px;
}

.fullpage li ol {
  line-height: 25px;
  padding-left: 10px;
}

.fullpage ol {
  list-style-type: decimal;
  }

.fullpage p {
  width: 970px;
  margin-bottom: 15px;
  padding-right: 10px;
//  text-align: justify;
}

/********************************************************************************************* 

11. Comments ------------------------- comments.php

*********************************************************************************************/ 

.children { padding: 0 0 0 40px; margin-left: 43px; margin-top: -35px; }

ul.children li { border-bottom: none !important; margin-bottom: -15px;}


.bypostauthor { background: url(images/author.jpg) no-repeat top right; }

.authorcomm { float: left; margin: 0; padding: 0; width: 70px; text-align: center; line-height: 12px; font-size: 13px; }
.authorcomm a { text-decoration: none; font-weight: bold; }

.avatar { margin: 0 13px 0 0; border: 0 !important; box-shadow: none !important; }

.reply a { padding: 5px 5px; margin-left: 63px; font-weight: normal; font-family: sans-serif; text-transform: uppercase; background: #333; width: 50px; font-size: 11px; text-align: center; border: none; color: #fff; }
.reply a:hover { background: #0089B6; }

#respond { float: left; }

#navigation { width: 100%; height: 30px; float: left; }

.cancel-comment-reply a { padding: 5px 5px; margin-bottom: 5px; margin-left: 63px; font-weight: 400; text-transform: uppercase; background: #333; font-size: 11px; border: none; color: #fff;}
.cancel-comment-reply a:hover { background: #0089B6; }

.cancel-comment-reply { margin-bottom: 15px; }

.comment-meta  a { font-weight: normal; border-bottom: none; font-size: 11px; color: #5F5F5F; font-family: sans-serif; }

.comment-meta { padding-top: 10px; border-bottom: 2px solid #0089B6; margin-left: 63px; }

.fn { font-size: 15px; line-height: 15px; font-weight: bold; font-style: normal; }

.says { display: none; }

#comments li { width: 100%; padding: 10px 0 10px; display: block; float: left; margin-top: 35px; }

.commentlist { margin: 0px; padding: 0px; }

.commentlist ol { margin: 0px; padding: 10px;}

.commentlist li { margin: 5px 0px 0px; padding: 5px 5px 0px 0px; list-style: none; }

.commentlist li ul li { margin-right: -5px; }

.comment { float: left; padding: 0px 0 20px; font-size: 11px; }

.comment p { margin-left: 63px; line-height: 20px; padding: 0 0 3px 0; color: #333; }

body.ie6 #comments li.bgCH { background-color: #eee; background-image: none; }

.field { width: 300px; solid 1px #ddd; border-top-color: #ccc; background: #fff letter-spacing: .1em; padding: 6px; font-size: 13px; }

#commentform textarea { width: 96%; height: 200px; }

#submit,.submit,label { cursor: pointer; }

#commentform label { padding-left: 24px; font-weight: 900; }

#commentform label span,#comments .chead p.date { color: #999; }

.btn { display: block; width: 200px; height: 40px; margin-left: 0px; line-height: normal; text-align: center; color: white; font-size: 14px; font-family: sans-serif; text-transform: uppercase; font-weight: 700; background: #0089B6 no-repeat left top; }

.btn:hover { text-decoration: none; background: #34475b; background-position: left bottom; }

.btn:active { color: red; }

input.btn { border: none; }

#commentform .btn { background-position: right top; }

#commentform .btn:hover { background-position: right bottom; }

#comments { float: left; margin-top: 20px; width: 650px; }

#respond { margin-top: 30px; float: left; }

#respond:after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }

#comments li h3 { margin-top: 15px; margin-left: 63px; font-size: 16px; }

.avatar { float: left; }

.comtext { font-size: 11px; float: left; padding-left: 8px; width: 590px; }

.comtext small { display: block; font-weight: 400; font-style: normal; border-bottom: 2px solid #ccc; }

/********************************************************************************************* 

12. Footer -------------------------  footer.php

*********************************************************************************************/ 

#footer {
  background: #1D1C1C url(images/bgf.jpg) repeat-x;
  border-top: 1px solid #fff;
  padding-top: 3px;
  width: 1000px;
  margin: 0 auto;
  clear: both;
}

#fside {
  float: left;
  width: 100%;
  padding: 0 0 20px;
  clear: both;
}

#copyright {
  background: #3C3C3C;
  color: #C4C4C4;
  line-height: 19px;
  font-size: 11px;
  border-top: 1px solid #525252;
  text-align: center;
  padding: 20px 45px 30px 20px; 
}

#copyright a {
  color: #C4C4C4;
}

.footer-wrap {
  width: 980px;
  margin: 0 auto;
}

#footer .widget {
  width: 200px;
  color: #C4C4C4;
  line-height: 19px;
  font-size: 12px;
  padding: 5px 45px 0 0;
  display: inline-block;
  vertical-align: top;
  font-family: "Droid Sans", sans-serif
}

#footer .widget ul {
  padding: 0 0 0 15px;
}

#footer .widget li {
  display: block;
  list-style: none;
}

#footer .widget li a {
  font-weight: 700;
}

#footer .widget a {
color: #C4C4C4;
}

#footer .widget h3 {
  background: none;
  height: 22px;
  font-family: sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #AEAEAE;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #595959;
  padding: 7px 5px 0 10px;
}