/*
Theme Name: Bit Rebels
Theme URI: http://www.bitrebels.com
Description: 2014 Redesign of The Bit Rebels Theme
Version: 1.0
Author: Richard Darell
Author URI: http://www.bitrebels.com
Tags: bitrebels, streamlined, visual, responsive, redesign

*/

/** CSS - Bit Rebels
==============================================================================*/

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	list-style: none;
	}

/** Body
==============================================================================*/

body {
  font-family: Helvetica;
  font-size: 12px;
  line-height: 16px;
  color: #454545;
  margin: 0 auto;
}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

/** Misc
==============================================================================*/

.clear {
clear: both;
}

.left {
float: left;
}

.right {
float: right;
}

/** Images
==============================================================================*/

#content img, #content-inner img {
border: 0;
padding: 0px;
background-color: #fff;
margin-bottom: -16px;
}

#sidebar img {
border: 0;
padding: 0px;
background-color: #fff;    
}

#content img.left, #content-inner img.left, #sidebar img.left, img.alignleft {
margin: 0 16px 8px 0;
float: left;
}

#content img.right, #content-inner img.right, #sidebar img.right, img.alignright {
margin: 0 0 8px 16px;
float: right;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
float: center;
}

a img {
border: none;
}

.index_image_container {
  float: left;
  text-align: center;
  width: 400px;
  height: 260px;
  overflow: hidden;
}

.index_header {
  height: 416px;
  width: auto;
  position: relative;
  left: 50%;
  top: -60px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
}

.index_header_gradient_overlay {
	position: absolute;	
	z-index: 2;
	height: 256px;
	width: 400px;
	margin-top: 4px;	
	background: #ffffff; /* For browsers that do not support gradients */
  	background: -webkit-linear-gradient(left,rgba(238,238,238,0),rgba(238,238,238,1)); /*Safari 5.1-6*/
  	background: -o-linear-gradient(right,rgba(238,238,238,0),rgba(238,238,238,1)); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(right,rgba(238,238,238,0),rgba(238,238,238,1)); /*Fx 3.6-15*/
  	background: linear-gradient(to right, rgba(238,238,238,0), rgba(238,238,238,1)); /*Standard*/	
}

.index_image_container_small {
  float: left;
  text-align: center;
  width: 213px;
  height: 261px;
  overflow: hidden;
}

.index_header_small {
  height: 416px;
  width: auto;
  position: relative;
  left: 50%;
  top: -60px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
}

.index_header_gradient_overlay_small {
	position: absolute;	
	z-index: 2;
	height: 257px;
	width: 213px;
	margin-top: 4px;	
	background: #ffffff; /* For browsers that do not support gradients */
  	opacity: 0.6;	
}


/** Headings
==============================================================================*/

h1 {
font-size: 18px;
line-height: 20px;
margin: 0 0px 8px 0px;
margin-bottom: 12px;
font-weight: bold;
}

.new_stories_bar_style {
font-size: 14px;
line-height: 16px;
margin: 0 0px 8px 0px;
margin-bottom: 12px;
font-weight: normal;
text-transform: none;
}

.in_article_headline {
width: 665px;
float: left;
color: #000;
font-family: "Helvetica";
font-style: normal;
font-size: 44px; 
line-height: 46px;
font-weight: 700;
margin: 20px 0 16px 0;
}

h2 {
font-size: 20px;
line-height: 22px;
margin: 0 0 8px 0;
font-weight: normal;
}

.index_stories_style {
font-size: 24px; 
line-height: 26px;
font-weight: 700;  
}

.index_stories_style a:hover {
  text-decoration: underline;
}

h3 {
font-size: 16px;
line-height: 16px;
margin: 0 0 16px 0;
font-weight: bold;
text-transform: uppercase;
}

h4 {
font-size: 14px;
line-height: 16px;
margin: 0 0 8px 0;
font-weight: normal;
text-transform: uppercase;
}

h5 {
font-size: 20px;
line-height: 26px;
margin: 0 0 8px 0;
font-weight: bold;

}

#footer h4 {
  text-transform: none;
  color: #454545;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 0 12px 6px 0;
}

/** Paragraphs
==============================================================================*/

p {
margin: 0 0 24px 0;
}

/** Links
==============================================================================*/

a:link {
color: #000000;
text-decoration: none;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #000000;
text-decoration: none;
}

a:active {
color: #243f58;
text-decoration: none;
}

#pages a:link, #nav a:link {
color: #cccccc;
text-decoration: none;
}

#pages a:visited, #nav a:visited {
color: #cccccc;
text-decoration: none;
}

#pages a:hover, #nav a:hover {
color: #ffffff;
text-decoration: none;
}

#pages a:active, #nav a:active {
color: #cccccc;
text-decoration: none;
}

#trend a:link {
color: #fff;
text-decoration: none;
}

#trend a:visited {
color: #fff;
text-decoration: none;
}

#trend a:hover {
color: #444444;
text-decoration: none;
}

#trend a:active {
color: #444444;
text-decoration: none;
}

/** Main Container
==============================================================================*/

#container {
width: 980px;
margin: 0 auto;
}


/** Search
==============================================================================*/

#s {
float: right;
margin: 0px -10px 0 0;
width: 185px;
height: 30px;
padding: 4px 0 0 25px;
border: 1px solid #a2a2a2;

}

/** Main Menu **/

#menu {
position: absolute; 
width: 982px;
margin-left: 50%;
left: -500px; 
padding-top: 0px;
float: left;
color: #FFFFFF;
text-align: left;
z-index: 10;
}

nav ul ul {
display: none;
}

nav ul li:hover > ul {
display: block;
}

nav ul {
width: 982px;
background: #3571bd;  
padding: 0 10px; 
list-style: none;
position: relative;
display: inline-table;
}

nav ul:after {
content: ""; 
clear: both; 
display: block;
}

nav ul li {
float: left;
}

nav ul li:hover {
background: #4593f6;
}

nav ul li:hover a {
color: #fff;
}
	
nav ul li a {
display: block; 
padding: 11px 13px;
color: #fff; 
text-decoration: none;
}

nav ul ul {
background: #4593f6;
border-radius: 0px; 
padding: 0px;
position: absolute; 
top: 100%;
width: 180px;
}

nav ul ul li {
float: none; 
border-top: 1px solid #5fa6ff;
border-bottom: 1px solid #3e83da;
position: relative;
}

nav ul ul li a {
padding: 8px 20px;
color: #fff;
}	

nav ul ul li a:hover {
background: #3571bd;
}

nav ul ul ul {
position: absolute;
left: 100%; 
top:0;
}

.menu {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: 100;
letter-spacing: 1px; 
}

.submenu {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: 100;
letter-spacing: 1px;
}

.submenupos {
margin-top: -1px;
z-index: 4;
}

/** Breadcrumbs
==============================================================================*/

#breadcrumbs {
position: relative;
width: 661px;
font-size: 11px;
color: #b4b4b4;
text-transform: uppercase;
background: url(images/content_header_bg.jpg) repeat-x 0 0;
z-index: 100;
}

#breadcrumbs p {
margin: 0;
padding: 8px 0 8px 16px;
}

#breadcrumbs p a {
color: #ffffff;
}

#catsbtn {
position: absolute;
right: 16px;
width: 114px;
}

#catsbtn span a {
float: right;
color: #efefef;
display: block;
margin: 5px 0 0 0;
padding: 4px 16px 4px 16px;
width: 82px;
background: url(images/categories_btn.jpg) no-repeat;
}

#catslist {
position: absolute;
right: 0;
top: 27px;
width: 148px;
display: none;
z-index: 100;
background-color: #efefef;
float: right;
border: 1px solid #aaa;
padding: 16px;
}

#catslist li a {
display: block;
width: 100%;
padding: 4px 0 4px 0;
}

/** Content
==============================================================================*/

#content, #content-inner {
width: 677px;
margin-top: -1px;
margin: 0 0 16px 0;
padding: 0 0 16px 0px;
background-color: #fff;
z-index: 101;
}

.post {
width: 665px;
height: 261px; 
padding: 0 0 0 0;
background: #eee;
-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.small_post_container {
width: 665px;
height: 261px;
margin-bottom: 13px;
}

.postsmall {
float: left;
width: 213px;
height: 261px;
padding: 0 0 0 0;
background: #eee;
-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.postreal {
width: 665px;
padding: 0px 0px 0px 0;
border-bottom: 1px solid #ffffff;
}

.postreal a {
color: #3571bd;
}

.postreal a:hover {
text-decoration: underline;
color: #234b7e;
}

.postcontent {
width: 665px;
}

.postcontent-inner {
width: 665px;
}

.postcontent-inner img {
  width: 665px;
  height: auto;
}

.postcontent-inner iframe {
  width: 665px;
  height: 410px;
}

.postcontent-inner object {
  width: 665px;
  height: 410px;
}

.postcontent p {
margin: 0;
}

.index_top_border {
  height: 4px;
  width: 665px;
  position: absolute;
  background-color: #3571bd;
  z-index: 1;
}

.index_top_border_small {
  height: 4px;
  width: 213px;
  position: absolute;
  background-color: #3571bd;
  z-index: 1;
}

.index_category_plain {
  text-transform: uppercase;
  text-align: right;
  position: absolute;
  width: 150px;
  letter-spacing: 1px;
  padding: 7px 2px 0 0;
  color: #000;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 220px 0 0 440px;
  z-index: 4;
}

.index_category_plain a {
  color: #ffffff;
}

.index_author_plain {
  position: absolute;
  letter-spacing: 1px;
  color: #000000;
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 100;
  line-height: 26px;
  letter-spacing: 1px;
  margin: 180px 0 0 12px;
}

.index_shares_plain_bar {
  position: absolute;
  padding: 14px 0 0 14px;
  margin: 217px 0 0 0;
  height: 30px;
  width: 587px;
  z-index: 3;
  background: #000;
  opacity: 0.7;
}

.index_shares_plain_bar_small {
  position: absolute;
  padding: 14px 0 0 14px;
  margin: 217px 0 0 0;
  height: 30px;
  width: 199px;
  z-index: 3;
  background: #000;
  opacity: 0.7;
}

.index_shares_plain {
  text-transform: uppercase;
  position: absolute;
  padding: 14px 0 0 14px;
  color: #fff;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 217px 0 0 0;
  height: 20px;
  width: 651px;
  z-index: 3;  	
}

.index_comments_plain {
  position: absolute;
  text-align: center;
  padding: 14px 0 0 0;
  color: #000;
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 217px 0 0 601px;
  height: 31px;
  width: 64px;
  background: #ddd;
  border-bottom: 1px solid #ddd;
  z-index: 2;
}

.index_comments_click {
  position: absolute;
  text-align: center;
  color: #fff;
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 14px 0 0 0;
  margin: 217px 0 0 601px;
  height: 31px;
  width: 64px;
  background: #3571bd;
  z-index: 4;
  opacity: 0.0;	
}

.index_comments_click:hover {
  opacity: 1.0;	
  cursor: pointer;
  z-index: 4;
}

.index_headline {
  position: absolute;
  width: 350px;
  height: 150px;
  font-family: "Helvetica";
  margin-top: 30px;
  margin-left: 300px;
  z-index: 3;
}

.index_headline_small {
  position: absolute;
  width: 190px;
  height: 190px;
  font-family: "Helvetica";
  margin-top: 16px;
  margin-left: 10px;
  z-index: 3;
}

.index_headline_h2_small {
  font-size: 20px; 
  line-height: 22px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
}

.index_headline_h2_small a:hover {
  text-decoration: underline;
}

.index_description {
  position: absolute;
  width: 350px;
  height: 150px;
  font-family: "Helvetica";
  margin-top: 120px;
  margin-left: 300px;
  z-index: 3;  
}

.index_description_p {
  font-size: 16px; 
  line-height: 18px;
  font-weight: 100;
  color: #000000;
}

.index_description_small {
  position: absolute;
  width: 213px;
  height: 150px;
  font-family: "Helvetica";
  margin-top: 120px;
  margin-left: 300px;
  z-index: 3;  
}

.index_description_p_small {
  font-size: 16px; 
  line-height: 18px;
  font-weight: 100;
  color: #000000;
}

.index_excerpt {;
  color: #868686;
  width: 402px;
  margin-left: -30px;
  margin-top: -4px;
  font-size: 16px; 
  line-height: 19px;
  font-weight: 100;
  word-spacing: 2px;
  font-style: normal;
}

.index_excerpt_text {
  float: left; 
  height: 190px; 
  width: 414px;
}

.meta {
margin: 0 0 24px 0;
padding: 4px 0 4px 0;
border-top: 1px solid #dfddd5;
border-bottom: 1px solid #dfddd5;
color: #777676;
}

.metacustom {
margin: 0 0 0px 0;
padding: 4px 0 4px 0;
width: 250px;
height: 18px;
border-top: 1px solid #dfddd5;
color: #777676;
}

.date-cat-author, .commentsnum {
margin: 0;
}

.commentsnum {
padding: 0 16px 0 0;
color: #333333;
background: url(images/comments_icon.jpg) no-repeat right 3px;
}

#postsnav {
float: left;
width: 627px;
padding: 28px 0px 11px 0;
}

.previous {
text-transform: uppercase;
padding: 0 0 0 16px;
background: url(images/posts_nav_left_arrow.jpg) no-repeat left;
}

.next {
text-transform: uppercase;
padding: 0 16px 0 0;
background: url(images/posts_nav_right_arrow.jpg) no-repeat right;
}

.postcontent p {
margin: 0 0 16px 0;
}

#content p {
margin: 0;
}

.postcontent-inner ul, .postcontent-inner ol {
padding: 16px 0 16px 24px;
margin: 16px 0 16px 24px;
}

.postcontent-inner ul li {
list-style-type: disc;
}

.postcontent-inner ol li {
list-style-type: decimal;
}

/** Author Info
==============================================================================*/

#author {
width: 597px;
padding: 15px;
background: url(images/author_info_bg.jpg) repeat-x top #dfdfdf;
border-left: 1px solid #dfddd5;
border-right: 1px solid #dfddd5;
border-bottom: 1px solid #c3c3c3;
}

#author .avatarwrap {
background-image: none;
}

#author h3 {
text-transform: none;
}

/** Share
==============================================================================*/

#share {
width: 599px;
padding: 0 15px 0 15px;
border-top: 1px solid #dfdfdf;
background-color: #ccc;
}

#share img {
border: 0;
padding: 8px 0 0 0;
margin: 0;
background-color: #ccc;
}

#share p {
margin: 12px 0 0 0;
padding: 0 0 0 0;
}


/** Related
==============================================================================*/

#related {
padding: 16px 0 16px 0;
}

#related h3 {
font-weight: bold;
}

#related div {
width: 224px;
}

#related ul {
width: 389px;
border-left: 1px solid #dfddd5;
}

#related ul li {
padding: 0 0 0 16px;
}

#related ul li a {
display: block;
width: 349px;
padding: 4px 24px 4px 0;
background: url(images/arrow_right.jpg) no-repeat right;
border-bottom: 1px solid #dfddd5;
}

/** Comments
==============================================================================*/

#comments {
width: 658px;
margin: 16px 0 16px 0;
padding: 0 0 16px 0;
}

#respond {
padding-top: 38px;
width: 665px;
border-top: 1px solid #dfddd5;
}

#commentform {
margin: 0 0 32px 0;
padding: 16px 0 0 0;

}

input {
display: block;

height: 20px;
margin: 5px 5px 1px 0;
}

fieldset {
border: none;
}

input, textarea {
padding: 0px;
border: 1px solid #e1dece;
background-color: #f6f6f6;
outline: none;
}

textarea {
margin: 5px 5px 1px 0;
overflow: auto;
}

#submit {
float: right;
}

.avatarwrap { 
float: left;
width: 100px;
margin: 0 0 24px 0;
}

.avatar_top_border {
  height: 4px;
  width: 665px;
  background-color: #3571bd;
  position: absolute;
  z-index: 1;
}

.avatarwrap p {
margin: 0;
padding: 0;
font-size: 10px;
}

.avatarwrap_reply { 
float: left;
width: 52px;
margin: 0 0 12px 0;
}

.commentdate {
  color: #808072;
  font-family: "Helvetica";
  font-size: 10px;
  font-weight: 100;
  letter-spacing: 2px; 
}

.comment {
  float: left;
  width: 542px;
  color: #808072;
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 200;
  line-height: 20px;
  letter-spacing: 1px;
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 -10px 24px 0;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  background-color: #ffffff;
}

.comment a {
  color: #ff7e00;    
}

.comment_reply {
  border-top: 1px dotted #777;
  padding-top: 20px;
  width: 552px;
  color: #808072;
  font-family: "Helvetica";
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;
}

.comment_children {
  font-style: italic;
}

.comment_textarea {
  float: left;
  max-width: 648px;
  width: 99%;
  height: 100px;
  margin-bottom: 10px;
  padding: 8px 8px 8px 8px;
  color: #808072;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}

.comment_headline_spacer {
  margin-bottom: 40px;
}

.comment_submit_button_div {
  float: right;
  height: 25px;
  width: 110px;
  background-color: #3571bd;
  margin-top: 4px;
  margin-right: 2px;
  text-align: center;
  color: #fff;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 9px;
}

.comment_submit_button_div:hover {
  background-color: #234b7e;
}

.comment_logged_in {
  float: left;
  text-transform: uppercase;
  height: 25px;
  margin-top: 0px;
  margin-right: 2px;
  margin-top: -8px;
  padding-top: 9px;
  padding-left: 12px;
  padding-right: 12px;
  background-color: #3571bd;
  text-align: left;
  color: #fff;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
}

.comment_log_out {
  float: left;
  text-transform: uppercase;
  height: 25px;
  width: auto;
  margin-top: -8px;
  margin-right: -8px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  background-color: #3571bd;
  text-align: left;
  color: #fff;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px; 
}

.comment_log_out:hover {
  background-color: #234b7e;
}

#cancel_reply {
  float: right;
  text-transform: uppercase;
  height: 25px;
  width: auto;
  margin-top: -32px;
  margin-right: -13px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 9px;
  background-color: #3571bd;
  text-align: left;
  color: #fff;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px; 
}

#cancel_reply:hover {
  background-color: #234b7e;    
}

.name {
  color: #454545;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.name a {
  color: #ff7e00;
}

.name a:hover {
  text-decoration: underline;
}

.reply_name {
  color: #454545;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

.reply_name a {
  color: #ff7e00;
}

.reply_name a:hover {
  text-decoration: underline;
}

#comment_post_ID, #comment_parent, #_wp_unfiltered_html_comment {
display: none;
}

/** Sidebar
==============================================================================*/

#sidebar {
width: 302px;
padding: 0px 0px 0 0px;
background-color: #fff;
}


#sideframing {
width: 266px;
margin: 0 0 16px 0;
background-color: #ffffff;
}

.sideframing a {
color: #f4e1c3;
text-decoration: none;
}

.sideframing a:visited {
color: #f4e1c3;
text-decoration: none;
}

.sideframing a:hover {
color: #000000;
text-decoration: none;
}

.sideframing a:active {
color: #000000;
text-decoration: none;
}

#dailytop {
width: 266px;
height: 450px;
padding: 16px 16px 0 16px;
margin: 0 0 16px 0;
background-color: #474747;
}

.dailytop a {
color: #f4e1c3;
text-decoration: none;
}

.dailytop a:visited {
color: #f4e1c3;
text-decoration: none;
}

.dailytop a:hover {
color: #ffffff;
text-decoration: none;
}

.dailytop a:active {
color: #ffffff;
text-decoration: none;
}


/** Footer
==============================================================================*/

#footercontainer {
margin: 0 auto;
background-color: #dfddd5;
border-top: 2px solid #2c2c2c;
min-height: 150px;
height: 350px;
margin-bottom: -20px;
}

#footer {
width: 982px;
margin: 0 auto;
padding: 48px 0 32px 0;
color: #454545;
}

#copyright {
float: left;
width: 219px;
}

#copyright p {
font-size: 10px;
margin: 0 0 0 0;
}

#footerlogo {
  float: left;
  margin-top: 12px;
  margin-bottom: 12px;
}

.footer_logo_copyright {
  text-align: left;
  
}

.footer_copyright {
  position: relative;
  float: left;
  margin-top: 44px;
  margin-left: -178px;
}

.footer_info {
  position: relative;
  float: left;
  margin-top: 64px;
  margin-left: -217px;
}

.footer_subscribe_container {
  color: #454545;
  font-family: "Helvetica";
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 24px;
  float: right;
  height: 64px;
  width: auto;
  padding-top: 14px;
}

.footer_subscribe {
  text-align: center;
  height: 32px;
  width: 238px;
  background-color: #3571bd;
  color: #fff;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 24px; 
  padding-top: 9px; 
  text-transform: uppercase;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.footer_subscribe:hover {
  background-color: #234b7e;
}

#about, #aboutus {
  color: #454545;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 24px;
  float: left;
  width: 234px;
  margin: 0 0 0 4px;
}

#contribute {
  color: #454545;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 24px;
  float: left;
  width: 234px;
  margin: 0 0 0 12px;
}

#follow {
  color: #454545;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 24px;
  float: left;
  width: 234px;
  margin: 0 0 0 12px;
}

#popular {
  color: #454545;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 16px;
  float: left;
  width: 234px;
  margin: -3px 0 0 12px;
  padding-top: 3px;
}

#popular a {
  color: #000;
}

#popular a:hover {
  text-decoration: underline;
}

#popular ul li{
  color: #454545;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 17px;
  float: left;
  width: 234px;
  margin: 0 0 0 12px;
}

.popular_margin {
  margin-bottom: 13px;
}

.footer_content_divider {
  float: left;
  width: 982px;
  border: 0;
  border-top: 1px solid #999;	
  margin-top: 30px;
}

#elsewhere li, #popular li {
margin: 0 0 8px 0;
}

.readmore {
font-size: 10px;
text-align: right;
text-transform: uppercase;
}

#hidehidden {
visibility:hidden;
display:none;
}

#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    background-color: #373737;
    padding: 10px;
}

#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 10px;
    display: block;
    padding: 0px;
    border: solid 1px #f4e1c3;
    width: 300px;
}

#aboutimage {
float:left;
margin: 0 16px 8px 0;
}

#frontavatar { 
 margin-left: -220px;
 margin-top: -212px;
 position: absolute;
 background: none;
}

#followus {
width: 266px;
height: 100%;
padding: 16px 16px 0 16px;
margin: 0 0 16px 0;
background-color: #fff;
}

#pwcounter {
width: 266px;
padding: 16px 16px 0 16px;
margin: 0 0 16px 0;
background-color: #373737;
}

.pwcounter a {
color: #f4e1c3;
text-decoration: none;
}

.pwcounter a:visited {
color: #f4e1c3;
text-decoration: none;
}

.pwcounter a:hover {
color: #ffffff;
text-decoration: none;
}

.pwcounter a:active {
color: #ffffff;
text-decoration: none;
}

h5 {
font-size: 13px;
margin: 0 0 -20px 0;
font-weight: normal;
color: #f4e1c3;
}

#adsider {
width: 266px;
padding: 16px 16px 0 16px;
margin: 0 0 16px 0;
background-color: #474747;

}

.adsider a {
color: #f4e1c3;
text-decoration: none;
}

.adsider a:visited {
color: #f4e1c3;
text-decoration: none;
}

.adsider a:hover {
color: #ffffff;
text-decoration: none;
}

.adsider a:active {
color: #ffffff;
text-decoration: none;
}


/* Trender / Riser Container */

.trender_riser_container {
  width: 678px;
  height: 260px;
}

/* Trending Article */

.trender_container {
  float: left;
  text-align: center;
  width: 327px;
  height: 250px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  overflow: hidden;
}

.trender_image {
  min-height: 250px;
  min-width: 328px;
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);  
}

.trender_bar {
  background-color: #ff7e00;
  height: 4px;
  width: 327px;
  position: absolute;
  z-index: 2;
}

.trender_name {
  background-color: #ff7e00;
  color: #fff;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  height: 18px;
  width: 82px;
  position: absolute;
  padding: 4px 0px 0px 0px;
  z-index: 2;
}

.trender_text_pane {
  background-color: #f3f3f3;
  position: absolute;
  width: 328px;
  height: 75px;
  margin-top: 175px;
  z-index: 2;
}

.trender_category {
  text-transform: uppercase;
  position: absolute;
  color: #777;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 180px;
  margin-left: 10px;
  z-index: 3;
}

.trender_headline {
  text-align: left;
  position: absolute;
  line-height: 18px;
  width: 307px;
  color: #000000;
  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 600;
  margin-top: 200px;
  margin-left: 10px;
  z-index: 3;
}

.trender_headline:hover {
  text-decoration: underline;
}

.trender_hover {
  position: absolute;
  height: 250px;
  width: 328px;
  background: #fff;
  opacity: 0;
  z-index: 1;
}

.trender_hover:hover {
  opacity: 0.4;
}


/* Rising Article */

.riser_container {
  float: right;
  margin-right: 12px;
  text-align: center;
  width: 327px;
  height: 250px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  overflow: hidden;
}

.riser_image {
  min-height: 250px;
  min-width: 328px;
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); 
}

.riser_bar {
  background-color: #3571bd;
  height: 4px;
  width: 327px;
  position: absolute;
  z-index: 2;
}

.riser_name {
  background-color: #3571bd;
  color: #fff;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  height: 18px;
  width: 62px;
  position: absolute;
  padding: 4px 0px 0px 0px;
  z-index: 2;
}

.riser_text_pane {
  background-color: #f3f3f3;
  position: absolute;
  width: 328px;
  height: 75px;
  margin-top: 175px;
  z-index: 2;
}

.riser_category {
  text-transform: uppercase;
  position: absolute;
  color: #777;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 180px;
  margin-left: 10px;
  z-index: 3;
}

.riser_headline {
  text-align: left;
  position: absolute;
  line-height: 18px;
  width: 307px;
  height: 46px;
  color: #000000;
  font-family: "Helvetica";
  font-size: 15px;
  font-weight: 600;
  margin-top: 200px;
  margin-left: 10px;
  z-index: 3;
}

.riser_headline:hover {
  text-decoration: underline;
}

.riser_hover {
  position: absolute;
  height: 250px;
  width: 328px;
  background: #fff;
  opacity: 0;
  z-index: 1;
}

.riser_hover:hover {
  opacity: 0.4;
}

/* New Stories / Rising Stories Bars */

.new_stories_bar {
  text-transform: uppercase;
  background-color: #3571bd;
  height: 24px;
  width: 656px;
  padding: 10px 0 0 10px;
  color: #fff;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 2px;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.rising_stories_bar {
  background-color: #3571bd;
  height: 24px;
  width: 290px;
  padding: 10px 0 0 10px;
  color: #fff;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}


/* Sidebar 300x250 Ad */

.sidebar_top_ad {
  margin-bottom: 8px;
}


/* New Pagination Styling */

.pagination_spacer {
  height: 14px;
  width: 669px;
}

.pagination_container {
  width: 669px;
  height: 42px;
  border: 0;
  margin-left: -1px;
  margin-top: -2px;
}

.pagination_fill_adjuster {
  width: 100%;
  background-color: #3571bd;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.pagination_adjuster {
  text-align: right;
  padding-left: 1px;
}

.pagination_container tr td:last-child{
  width:1%;
  white-space:nowrap;
}

.pagination li a,
.pagination li a:hover, 
.pagination li.active a,
.pagination li.disabled {
  color: #fff;
  text-decoration:none;
}

.pagination li {
  display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
  position: relative;
  background-color: #3571bd;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.pagination li a:hover,
.pagination li.active a {
  background-color: #234b7e;
}


/* Top 10 Rising Article List */

.rising_article_container {
  width: 300px;
  height: 125px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  margin-bottom: 12px;
}

.rising_article_image {
  position: relative;
  height: 150px;
  left: 20%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);  
}

.rising_article_direction {
  float: left;
  width: auto;
  height: auto;
  position: absolute;
  margin-top: 65px;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.rising_article_text {
  float: left;
  width: 170px;
  height: 125px;
  position: absolute;
  margin-top: 0;
  margin-left: 130px;
  z-index: 1;
  background: #f3f3f3;
}

.rising_article_title {
  float: left;
  width: 150px;
  position: absolute;
  margin-top: 33px;
  margin-left: 140px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  font-style: normal;
  z-index: 2;
}

.rising_article_title a:hover {
  text-decoration: underline;   
}

.rising_article_category {
  text-transform: uppercase;
  float: left;
  width: 150px;
  position: absolute;
  margin-top: 15px;
  margin-left: 140px;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 200;
  line-height: 16px;
  z-index: 2;
}

.rising_article_top_bar {
  position: absolute;
  float: left;
  width: 300px;
  height: 4px;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 2;
}

.rising_article_hover {
  position: absolute;
  float: left;
  width: 130px;
  height: 121px;
  background: #fff;
  margin-top: -150px;
  opacity: 0.0;
  z-index: 3;
}

.rising_article_hover:hover {
  opacity: 0.4;
}


/* Article Formtatting */

.in_article_header_container {
  width: 665px;
  height: 397px;
  overflow: hidden;
  float: left;
}

.in_article_header_image {
  position: relative;
  min-height: 403px;
  min-width: 671px;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
}

.in_article_comments {
  float: right;
  width: auto;
  height: 24px;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  margin-top: 20px;
  margin-right: 20px;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 20px;
  z-index: 1;
  text-align: right;
  text-transform: uppercase;
  color: #ff7e00;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 2px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.in_article_comments a {
  color: #ff7e00;
}

.in_article_views {
  float: right;
  width: auto;
  height: 24px;
  background-color: #fff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  margin-top: 60px;
  margin-right: 20px;
  padding-top: 9px;
  padding-right: 10px;
  padding-left: 20px;
  z-index: 1;
  text-align: right;
  text-transform: uppercase;
  color: #3571bd;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.in_article_category {
  float: left;
  width: 665px;
  color: #777;
  text-transform: uppercase;
  font-family: "Helvetica";
  text-align: left; 
  font-size: 14px; 
  font-weight: 600;
  line-height: 18px;
  margin: 0 0 0px 0;
}

.in_article_time_author {
  float: left;
  color: #777;
  text-transform: uppercase;
  font-family: "Helvetica";
  text-align: left; 
  font-size: 12px; 
  font-weight: 100;
  line-height: 22px;
  margin: 0 0 20px 0;
}

.in_article_time_author a {
  color: #777;
}

.in_article_time_author a:hover {
  text-decoration: underline;
  color: #000;
}

.in_article_older_navigation_arrow {
  float: left;
  height: 27px;
  width: 24px;
  margin-right: 2px;
  margin-top: 2px;
  background-color: #3571bd;
  text-align: left;
  color: #fff;
  font-family: "Helvetica";
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 7px;
  padding-left: 10px;
  margin-bottom: 12px;
}

.in_article_older_navigation_arrow:hover {
  background-color: #234b7e;  
}

.in_article_older_navigation_text {
  float: left;
  height: 25px;
  width: 100px;
  margin-right: 2px;
  margin-top: 2px;
  background-color: #3571bd;
  text-align: center;
  color: #fff;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 9px;
  margin-bottom: 12px;
}

.in_article_older_navigation_text:hover {
  background-color: #234b7e;  
}

.in_article_newer_navigation_text {
  float: right;
  height: 25px;
  width: 100px;
  margin-right: 2px;
  margin-top: 2px;
  background-color: #3571bd;
  text-align: center;
  color: #fff;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 9px;
  margin-bottom: 12px;
}

.in_article_newer_navigation_text:hover {
  background-color: #234b7e;  
}

.in_article_newer_navigation_text_adjacent {
  float: right;
  height: 25px;
  width: 100px;
  margin-right: 2px;
  margin-top: 2px;
  background-color: #3571bd;
  text-align: center;
  color: #000;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 9px;
  margin-bottom: 12px;
}

.in_article_newer_navigation_arrow {
  float: right;
  height: 27px;
  width: 26px;
  margin-top: 2px;
  background-color: #3571bd;
  text-align: right;
  color: #fff;
  font-family: "Helvetica";
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 7px;
  padding-right: 8px;
  margin-bottom: 12px;
}

.in_article_newer_navigation_arrow:hover {
  background-color: #234b7e;  
}

.in_article_newer_navigation_arrow_adjacent {
  float: right;
  height: 27px;
  width: 26px;
  margin-top: 2px;
  background-color: #3571bd;
  text-align: right;
  color: #000;
  font-family: "Helvetica";
  font-size: 26px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 7px;
  padding-right: 8px;
  margin-bottom: 12px;
}

.in_article_navigation_spacer {
  text-align: center;
  float: left;
  height: 25px;
  width: 389px;
  margin-top: 2px;
  margin-right: 2px;
  background-color: #3571bd;
  color: #fff;
  font-family: "Helvetica";
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 2px;
  padding-top: 9px;
  margin-bottom: 12px;
}

.in_article_content {
  font-family: "Helvetica";
  text-align: left; 
  font-size: 17px; 
  font-weight: 100;
  line-height: 23px;
}

.in_article_google_left {
  float: left;
  height: 263px;
  width: 326px;
  text-align: center;
  padding-top: 13px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  margin-bottom: 20px;
}

.in_article_google_right {
  float: right;
  margin-right: 12px;
  height: 263px;
  width: 326px;
  text-align: center;
  padding-top: 13px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  margin-bottom: 20px;
}

.in_article_divider_line {
  width: 665px;
  border-top: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}


/* Page Formatting */

.page_container {
  text-align: left;
  width: 979px;
  min-height: 1200px;
  background-color: #fff;
  padding-top: 38px;
}

.page_container p {
  color: #868686;
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}

.page_container h1 {
  color: #656565;
  font-size: 30px; 
  line-height: 33px;
  font-weight: 100;
  font-style: normal;   
}

.page_container_about {
  text-align: left;
  width: 979px;
  height: 3520px; /* 5000px */
  background-color: #fff;
  padding-top: 38px;
}

.page_container_about p {
  color: #868686;
  font-family: "Helvetica";
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}

.page_container_about h1 {
  color: #656565;
  font-size: 30px; 
  line-height: 33px;
  font-weight: 100;
  font-style: normal;   
}

.page_container_advertise {
  text-align: left;
  width: 979px;
  height: 2700px; /* 5000px */
  background-color: #fff;
  padding-top: 38px;
}

.page_container_advertise p {
  color: #868686;
  font-family: "Helvetica";
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}

.page_container_advertise h1 {
  color: #656565;
  font-size: 30px; 
  line-height: 33px;
  font-weight: 100;
  font-style: normal;   
}

.page_container_privacy_policy {
  text-align: left;
  width: 979px;
  min-height: 2000px;
  background-color: #fff;
  padding-top: 38px;
}

.page_container_privacy_policy p {
  color: #868686;
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}

.page_container_privacy_policy h1 {
  color: #656565;
  font-size: 30px; 
  line-height: 33px;
  font-weight: 100;
  font-style: normal;   
}

.page_container_terms {
  text-align: left;
  width: 979px;
  min-height: 3260px;
  background-color: #fff;
  padding-top: 38px;
}

.page_container_terms p {
  color: #868686;
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}

.page_container_terms h1 {
  color: #656565;
  font-size: 30px; 
  line-height: 33px;
  font-weight: 100;
  font-style: normal;   
}

.page_headline_bar {
  width: 100%;
  height: 4px;
  background-color: #3571bd;
  margin-bottom: 20px;
}

/* Top User Menu Formatting */

.user_menu_bar {
  
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #000;
  background-color: #6cab3a;
}

.user_menu {
  position: relative;
  width: 979px;
  margin-left: 50%;
  left: -490px;
  float: left;
  color: #fff;
  font-size: 12px; 
  line-height: 12px;
  font-weight: 100;
  margin-top: 5px;
}

.user_menu_account_settings {
  float: right;
  display: table-cell;
  padding-right: 20px;
  border-right: 1px solid #59932b;
  margin-top: 4px;
}

.user_menu_account_settings a {
  color: #fff;
}

.user_menu_account_settings a:hover {
  text-decoration: underline;
}

.user_menu_sign_out {
  float: right;
  display: table-cell;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #59932b;
  margin-top: 4px;
}

.user_menu_sign_out a {
  color: #fff;
}

.user_menu_sign_out a:hover {
  text-decoration: underline;
}

.user_menu_current_user {
  float: right;
  display: table-cell;
  padding-left: 20px;
  padding-right: 2px;
  margin-top: 4px;
}


/* Submit News Formatting */

.submit_news_social_login {
  float: right;
}

.submit_news_important_container {
  width: 300px;
  height: auto;
  float: right;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.submit_news_top_title_important {
  float: right;
  height: 24px;
  width: 288px;
  text-align: left;
  color: #fff;
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 1px;
  padding-top: 9px;
  padding-left: 12px;
  background-color: #3571bd;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.submit_news_top_title_guidelines {
  position: absolute;
  margin-left: 679px;
  margin-top: 420px;
  height: 24px;
  width: 288px;
  text-align: left;
  color: #fff;
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 1px;
  padding-top: 9px;
  padding-left: 12px;
  background-color: #3571bd;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.submit_news_submission_title_bar {
  float: left;
  height: 24px;
  width: 653px;
  text-align: left;
  color: #fff;
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 1px;
  padding-top: 9px;
  padding-left: 12px;
  background-color: #3571bd;
  margin-top: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.submit_news_information {
  float: right;
  width: 276px;
  height: 339px;
  padding: 12px 0 12px 0;
  color: #868686;
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
  margin-right: 12px;
}

.submit_news_information ul {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 26px;
}

.submit_news_information li {
  list-style-type: disc;
}

.submit_news_contact_redirection {
  width: 276px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-size: 14px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 1px;
  padding-top: 9px;
  background-color: #777;
}

.submit_news_contact_redirection:hover {
  background-color: #555;
  color: #fff;
}

.submit_news_contact_redirection a {
  color: #fff;
}

.submit_news_top_text {
  float: left;
  width: 665px;
  color: #868686;
  font-size: 16px; 
  line-height: 20px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}

.submit_news_top_text a {
  color: #ff7e00;
}

.submit_news_top_text a:hover {
  text-decoration: underline;
}

.submit_news_rules_guidelines_container {
  float: right;
  width: 300px;
  height: auto;
  color: #fff;
  font-size: 16px; 
  line-height: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  font-family: "Helvetica";
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

/* Submission Form Formatting */

.submission_divider {
  float: left;
  width: 665px;
  margin-top: 49px;
  border-bottom: 1px dotted #808072; 
}

.drop-area{
  position: absolute;
  width:665px;
  height:397px;
  text-align: center;
  padding:10px;
  cursor:pointer;
  z-index: 1;
  color: #2a2a2a;
  font-size: 17px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 1px;
  font-family: "Helvetica";  
}

.submit_news_head_image_container {
  float: left;
  position: relative;
  display: inline-block;
  width: 665px;
  height: 397px;
  overflow: hidden;
  vertical-align: middle;
  cursor: pointer;
  background-color: #000;
}

#submit_news_header_image img:not(.submit_news_camera){
  min-height: 413px;
  min-width: 681px;
  width: auto;
  height: auto;
  padding: 0;
  display: inline-block; 
  vertical-align: middle;
  margin: 0 4px 0 0;
  cursor: pointer;
  position: relative;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  filter: blur(3px);
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);

}
canvas{
  border:1px solid red;
}

.submit_news_camera {
  float: left;
  position: realtive;
  width: 139px;
  height: 106px;
  margin-left: 263px;
  margin-top: 100px;
}

.sidebar_bottom_ad_title {
  text-align: left;
  width: 300px;
  height: 600px;
  margin: -39px 0 12px 0;  
}

/* Contact Page Formatting */

.contact_text {
  float: left;
  width: 100%;
  color: #868686;
  font-size: 16px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}

.contact_text a {
  color: #3571bd;
}

.contact_text a:hover {
  text-decoration: underline;
}

.contact_text b {
  color: #777;
}

.contact_divider {
  width: 100%;
  border: 0;
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
  margin-top: 20px;
}

.field_headline {
  width: 180px; 
  font-size: 14px;"
}

.contact_form_styling {
  width: 700px;
  border: 0; 
  margin-bottom: 30px;
}

.contact_inquiry_type {
  width: 300px;
  font-size: 16px;
  margin-bottom: 20px; 
  margin-top: 10px;
}

.contact_submit_button {
  border: 0;
  float: right; 
  margin-top: -42px; 
  margin-right: 48px;
  width: 200px; 
  height: 40px; 
  background-color: #3571bd;
  color: #fff;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 3px;
}

.contact_submit_button:hover {
  background-color: #234b7e;
}

.contact_submission_alerts {
  float: left;
  color: #dd0000;
  font-family: "Helvetica";
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 40px;  
}

/* Send Us A Tip Formatting */

.tip_submit_button {
  border: 0;
  float: right; 
  margin-top: -43px; 
  margin-right: 6px;
  width: 200px; 
  height: 40px; 
  background-color: #3571bd;
  color: #fff;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 3px;
}

.tip_submit_button:hover {
  background-color: #234b7e;
}

#tip {
  z-index: 100;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -325px;
  border: solid rgba(30, 30, 30, 0.75) 8px;
  border-radius: 8px; 
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  padding: 10px;
  background-color: rgb(255,255,255);
  font-size: 12px;
  font-family: "Helvetica";
  font-weight: 100;
  color: #868686;
  width: 600px;
  height: 622px;
}

#skin_video {
  z-index: 100;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -375px;
  margin-top: -230px;
  border: solid rgba(30, 30, 30, 0.75) 8px;
  border-radius: 8px; 
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  padding: 10px 0 0 0;
  background-color: rgb(255,255,255);
  font-size: 12px;
  font-family: "Helvetica";
  font-weight: 100;
  color: #868686;
  width: 750px;
  height: 446px;
}

#modaler {
  z-index: 99;
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: Black;
  opacity: 0.6;
}

.footer_tip {
  color: #000;
}

.footer_tip:hover {
  text-decoration: underline;
}

/* Ad Formatting */
.leaderboard_ad {
  width: 732px;
  height: 90px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

/* About Bit Rebels Formatting */
.about_text {
  font-family: "Helvetica";
  float: left;
  width: 100%;
  color: #868686;
  font-size: 16px; 
  line-height: 20px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}	

.about_divider {
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
  background-color: #cccccc;
}

.about_founder_container {
  width: 483px;
  height: 200px;
  float: left;
  margin-bottom: 60px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);    
}

.about_info_container {
  width: 483px;
  height: 76px;
  float: right;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);    
}

.about_brand_container {
  width: 483px;
  height: 112px;
  float: right;
  margin-bottom: 60px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);    
}

.about_founder_image {
  float: left;
  margin-right: 12px;
}

.about_founder_name {
  float: left;
  width: 250px;
  margin-top: 100px;
  color: #868686;
  font-size: 26px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;  
}

.about_brand_name {
  float: left;
  width: 470px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 26px; 
  line-height: 17px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;  
}

.about_founder_title {
  float: left;
  margin-top: 8px;
  color: #868686;
  font-size: 11px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal; 
}

.about_founder_social {
  float: left;
}

.about_brand_link {
  float: left;
  margin-top: 8px;
  margin-left: 12px;
  color: #868686;
  font-size: 11px; 
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: normal; 
}

.about_brand_link a {
  color: #ff7e00;
}

.about_brand_link a:hover {
  text-decoration: underline;
}

.about_founder_divider {
  float: left;
  width: 258px;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #cccccc;
}

.about_brand_divider {
  float: left;
  width: 458px;
  height: 1px;
  margin-top: 8px;
  margin-left: 12px;
  margin-bottom: 8px;
  background-color: #cccccc;
}

.about_brand_social {
  float: left;
  margin-left: 12px;
}

.about_metric_title {
  float: left;
  text-align: center;
  width: 105px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal; 
}

.about_metric_number {
  float: left;
  text-align: center;
  width: 105px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 26px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal; 
}

.about_contributing_title {
  float: left;
  width: 100%;
  color: #868686;
  font-size: 22px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;
}

.about_subtitle_bar {
  float: left;
  height: 1px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #cccccc;
}

.about_contributing_container {
  width: 314px;
  height: 100px;
  float: left;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 12px;
  border-top: 4px solid #3571bd;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.about_contributing_image {
  float: left;
  margin-right: 12px;
}

.about_contributing_name {
  float: left;
  width: 200px;
  margin-top: 8px;
  color: #868686;
  font-size: 17px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 1px;
  font-style: normal;
}

.about_contributing_link {
  float: left;
  width: 200px;
  margin-top: 4px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  font-style: normal;
}

.about_contributing_link a {
  color: #ff7e00;
}

.about_contributing_link a:hover {
  text-decoration: underline;
}

.about_contributing_social {
  float: left;
}

.about_contributing_divider {
  float: left;
  width: 188px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 7px;
  background-color: #cccccc;	
}

.about_social_icons {
  float: left; 
  width: 32px; 
  height: 32px;
  margin-right: 8px;
}

/* Advertise Formatting */
.advertise_text {
  font-family: "Helvetica";
  float: left;
  width: 100%;
  color: #868686;
  font-size: 16px; 
  line-height: 20px;
  font-weight: 100;
  word-spacing: 1px;
  font-style: normal;
}

.advertise_divider {
  float: left;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 12px;
  background-color: #cccccc;
}

.advertise_divider_two {
  float: left;
  height: 1px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #cccccc;
}

.advertise_social_networks {
  width: 392px;
  height: 300px;
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_box_headline {
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;   
}

.advertise_box_divider {
  float: left;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 12px;
  background-color: #cccccc;
}

.advertise_box_ad_divider {
  float: left;
  height: 1px;
  border-bottom: 1px dotted #d7d7d7;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 12px;
}

.advertise_box_social_network {
  float: left;
  text-align: left;
  width: 112px;
  margin-top: 4px;
  margin-left: 12px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_box_social_network_percentage {
  float: left;
  text-align: right;
  width: 91px;
  margin-top: 4px;
  margin-left: 12px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_box_social_network_graph {
  border: 1px solid #ccc;
  float: left;
  width: 139px;
  margin-top: 4px;
  margin-left: 12px;
}

.advertise_brand_metrics {
  width: 392px;
  height: 300px;
  float: left;
  margin-bottom: 12px;
  margin-right: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_gender_stats {
  width: 170px;
  height: 166px;
  float: left;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_gender_bar {
  position: relative;
  float: left;
  width: 69px;
  height: 104px;
  border: 1px solid #ccc;
}

.advertise_gender_bar_graph {
  position: absolute;
  bottom: 0px;
  width: 69px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;  
  background-color: #3571bd;
  padding-top: 8px;
}

.advertise_gender_percentage {
  color: #fff;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 1px;
}

.advertise_devices {
  width: 170px;
  height: 122px;
  float: left;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_box_devices {
  float: left;
  text-align: left;
  width: 100px;
  margin-top: 4px;
  margin-left: 12px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_box_device_percentage {
  float: left;
  text-align: right;
  width: 46px;
  margin-top: 4px;
  margin-right: 12px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_box_brand_metrics_title {
  float: left;
  text-align: left;
  width: 250px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-left: 12px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_box_brand_metrics_stats {
  float: right;
  text-align: right;
  width: 100px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 12px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_location {
  width: 694px;
  height: 204px;
  float: left;
  margin-right: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_location_world_img {
  float: left;
  height: 150px;
  margin-left: 12px;
  margin-top: -4px;
  margin-right: 12px;
}

.advertise_box_location {
  float: left;
  text-align: left;
  width: 163px;
  margin-top: 4px;
  margin-left: 12px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_box_location_percentage {
  float: left;
  text-align: right;
  width: 91px;
  margin-top: 4px;
  margin-left: 12px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_box_location_graph {
  border: 1px solid #ccc;
  float: left;
  width: 139px;
  margin-top: 4px;
  margin-left: 12px;
}

.advertise_ages {
  width: 272px;
  height: 204px;
  float: left;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_box_ages {
  float: left;
  text-align: left;
  width: 202px;
  margin-top: 4px;
  margin-left: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_box_ages_percentage {
  float: left;
  text-align: right;
  width: 46px;
  margin-top: 4px;
  margin-right: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;   
}

.advertise_ad_ops_title {
  float: left;
  width: 100%;
  color: #868686;
  font-size: 22px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;
  margin-top: 60px;
}

.advertise_subtitle_bar {
  float: left;
  height: 1px;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: #cccccc;
}

.advertise_opportunities {
  float: left;
  height: 490px;
  width: 978px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_box_ad_unit {
  float: left;
  text-align: left;
  width: 200px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;   
}

.advertise_box_ad_size {
  float: left;
  text-align: left;
  width: 100px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;   
}

.advertise_box_ad_visibility {
  float: left;
  text-align: left;
  width: 110px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;   
}

.advertise_box_ad_position {
  float: left;
  text-align: left;
  width: 140px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;   
}

.advertise_box_ad_device {
  float: left;
  text-align: left;
  width: 180px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;   
}

.advertise_box_ad_length {
  float: left;
  text-align: left;
  width: 170px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;   
}

.advertise_box_unit {
  float: left;
  width: 200px;
  margin-top: 4px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_box_size {
  float: left;
  width: 100px;
  margin-top: 4px;
  margin-right: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_box_visibility {
  float: left;
  width: 110px;
  margin-top: 4px;
  margin-right: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_box_position {
  float: left;
  width: 140px;
  margin-top: 4px;
  margin-right: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_box_device {
  float: left;
  width: 180px;
  margin-top: 4px;
  margin-right: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_box_length {
  float: left;
  width: 170px;
  margin-top: 4px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_form {
  margin-top: 12px;
}

.advertise_form_client_info {
  float: left;
  width: 400px;
  height: 354px;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_form_client_info_divider {
  float: left;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 12px;
  background-color: #cccccc;
}

.advertise_form_client_info_title {
  float: left;
  text-align: left;
  width: 400px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal; 
}

.advertise_form_client_info_subtitles {
  float: left;
  width: 400px;
  margin-top: 4px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_form_client_info_short_subtitles {
  float: left;
  width: 182px;
  margin-top: 4px;
  margin-left: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px
}

.advertise_form_company_name_field {
  color: #777; 
  width: 354px;
  font-size: 16px;
  height: 30px;
  padding: 0 10px 0 10px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.advertise_form_first_short_field {
  float: left;
  color: #777; 
  width: 160px;
  font-size: 16px;
  height: 30px;
  padding: 0 10px 0 10px;
  margin: 4px 12px 4px 12px;
}

.advertise_form_last_short_field {
  color: #777; 
  width: 160px;
  font-size: 16px;
  height: 30px;
  padding: 0 10px 0 10px;
  margin: 40px 0 4px 6px;
}

.advertise_form_last_short_field_phone {
  color: #777; 
  width: 160px;
  font-size: 16px;
  height: 30px;
  padding: 0 10px 0 10px;
  margin: 54px 0 4px 6px;
}

.advertise_form_person_name_title {
  float: left;
  text-align: left;
  width: 178px;
  margin-top: 4px;
  margin-left: 14px;
  color: #868686;
  font-size: 8px; 
  line-height: 12px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal;
  margin-bottom: 6px;
}

.advertise_form_client_info_website_subtitle {
  float: left;
  width: 400px;
  margin-top: 4px;
  margin-right: 12px;
  margin-left: 12px;
  margin-top: 14px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_form_advertise_options {
  float: left;
  width: 566px;
  height: 354px;
  margin-left: 12px;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_form_ad_option_checkbox {
  float: left;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-bottom: 8px;
}

.advertise_form_ad_option_title {
  float: left;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px;
  margin-top: 4px;
  width: 240px;
  margin-bottom: 12px;
}

.advertise_form_information {
  float: left;
  width: 979px;
  height: 260px;
  margin-bottom: 12px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_form_campaign_information {
  color: #777;
  margin-bottom: 18px;
  margin-left: 12px;
  font-size: 16px;
  width: 933px;
  height: 148px;
  padding: 10px 10px 10px 10px;
}

.advertise_form_confirm_submit {
  float: left;
  width: 979px;
  height: 122px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);   
}

.advertise_form_submit_title {
  float: left;
  text-align: left;
  width: 955px;
  margin-top: 12px;
  margin-left: 12px;
  color: #868686;
  font-size: 9px; 
  line-height: 17px;
  font-weight: 100;
  letter-spacing: 2px;
  font-style: normal; 
}

.advertise_form_confirm_submit_subtitle {
  float: left;
  width: 955px;
  margin-top: 4px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 2px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_form_captcha_input {
  float: left;
  color: #777;
  text-align: center;
  margin-left: 12px;
  width: 30px;
  height: 30px;
  font-size: 16px;
}

.advertise_form_captcha_output {
  float: left;
  margin-top: 10px;
  margin-left: 8px;
  color: #868686;
  font-size: 14px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.advertise_form_submit_button {
  float: right;
}

.advertise_submit_button {
  border: 0;
  float: right; 
  margin-top: -3px; 
  margin-right: 12px;
  width: 200px; 
  height: 40px; 
  background-color: #3571bd;
  color: #fff;
  font-family: "Helvetica";
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 3px;
}

.advertise_submit_button:hover {
  background-color: #234b7e;
}

.advertise_form_ad_options_subtitles {
  float: left;
  width: 542px;
  margin-top: 4px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #868686;
  font-size: 12px; 
  line-height: 18px;
  font-weight: 100;
  letter-spacing: 1px; 
}

.privacy_policy_subtitle {
  float: left;
  width: 100%;
  color: #555555;
  font-size: 22px; 
  line-height: 15px;
  font-weight: 100;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.terms_subtitle {
  float: left;
  width: 100%;
  color: #555555;
  font-size: 22px; 
  line-height: 15px;
  font-weight: 100;
  font-style: normal;
  margin-top: 20px;
  margin-bottom: 20px;
}

.top_leaderboard_ad {
  margin-top: 10px;
  margin-left: 0;
}

/* Trenderous Promotion Container */
/* ---------------------------- */

.spotlight_item {
    width: 235px;
    height: 170px;
    border-collapse: separate;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.trenderous-promo-container {
	width: 235px;
	height: 144px;
}

.trenderous_promo_top_bar {
    position: absolute;
    width: 235px;
    height: 4px;
    background: #3571bd;
    margin-top: -1px;
    z-index: 4;
}

.trenderous-promo-thumb-container {
	float: left;
	width: 235px;
	height: 144px; /* 86px */
	margin: 0 auto;
	overflow: hidden;
	position: relative;

}

.trenderous-promo-youtube-thumb {
   top: 50%;
   margin-top: -100px;
   left: 50%;
   margin-left: -120px;
   position: absolute;
}

.trenderous-promo-vimeo-thumb {
	top: 50%;
	margin-top: -80px;
	left: 50%;
  	margin-left: -120px;
  	position: absolute;
}

.trenderous-promo-play {
	position: absolute;
	top: 45px;
	left: 92px;
	z-index: 2;
	opacity: 1.0;
}

.trenderous-promo-play-icon {
	height: 50px;
	width: 50px;
    opacity: 0.9;
}

.trenderous-promo-box-title {
	float: left;
	width: 233px;
	font-size: 11px;
	color: #333;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 10px 0 0 6px;
	text-align: left;
}

.trenderous-promo-video-title {
	float: left;
	width: 211px;
	height: 51px;
	font-size: 15px;
	color: #000;
	font-weight: 600;
	margin: 0 0 0 -1px;
	text-align: left;
	padding: 12px;
	background: #f3f3f3;
}

.trenderous-promo-video-title a:link {
    color: #000;
}

.trenderous-promo-video-title a:visited {
    color: #000;
}

.trenderous-promo-video-title a:hover {
    text-decoration: underline;
}

.trenderous-promo-click-field {
	position: absolute;
	float: left;
	width: 235px;
	height: 144px;
	background: #fff;
	opacity: 0.0;	
	cursor: pointer;
	z-index: 3;
}

.trenderous-promo-click-field:hover {
	opacity: 0.4;
}


/* Affiliate Link List */

.affiliate_image_container_left {
    float: left;
    width: 143px;
    height: 154px;
    margin: 0 13px 14px 0;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    overflow: hidden;
    position: relative;
}

.affiliate_image_container_right {
    float: left;
    width: 143px;
    height: 154px;
    margin-bottom: 14px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    overflow: hidden;
    position: relative;
}

.affiliate_list {
    min-width: 143px;
    max-height: 164px;
    position: absolute;
}

.affiliate_hover {
    width: 143px;
    height: 154px;
    background: #fff;
    opacity: 0.0;
    z-index: 2;
    position: absolute;
}

.affiliate_hover:hover {
    opacity: 0.4;
}


/* Related Articles */

.related_post_title_bar {
  float: left;
  text-transform: uppercase;
  background-color: #3571bd;
  height: 24px;
  width: 656px;
  padding: 10px 0 0 10px;
  color: #fff;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 20px 0 13px 0;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);    
}

.related_post_container {
   float: left;
   width: 213px;
   height: 220px;
   margin: 0 13px 13px 0;
   -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
   -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
   box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.related_post_container_end {
   float: left;
   width: 213px;
   height: 220px;
   margin: 0 0 13px 0;
   -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
   -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
   box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.related_post_thumb_container {
	float: left;
	width: 213px;
	height: 140px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.related_post_thumb {
   max-width: 375px;
   min-height: 250px;
   top: 50%;
   margin-top: -100px;
   left: 50%;
   margin-left: -120px;
   position: absolute;
}

.related_post_link_overlay {
   width: 213px;
   height: 140px;
   top: 0;
   left: 0;
   position: absolute;
   z-index: 2;
   background: #fff;
   opacity: 0;
}

.related_post_link_overlay:hover {
   opacity: 0.4;
}

.related_post_title_container {
   float: left;
   width: 187px;
   height: 50px;
   padding: 13px;
   background: #f3f3f3;
   font-size: 15px;
   color: #000;
   font-weight: 600;
}

.related_post_title_container a:hover {
   text-decoration: underline;
}

/** In-Article Header Image */
.thumb-main {
	float:left;
	height: 280px;
	width: 318px;
	margin: 0 auto;
	overflow: hidden;
	background: #888;
    margin-bottom: 14px;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
}

.the-thumb {
    max-width: 318px;
    min-height: 170px;
    top: 50%;
    margin-top: -140px;
    left: 50%;
    margin-left: -159px;
    position: absolute;
    
}

.in_article_top_ad_tag {
    float: right;
    width: 665px;
    color: #bbb;
    height: 12px;
    text-align: right;
    padding-top: 4px;
    margin: -13px 0 9px 0;  
}

/** In Article - Around The Web **/
.around_the_web_styler {
  float: left;
  text-transform: uppercase;
  background-color: #3571bd;
  height: 24px;
  width: 656px;
  padding: 10px 0 0 10px;
  color: #fff;
  font-family: "Helvetica";
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 33px 0 0 0;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.45);    
}