/*********************************************************************************************

Theme Name: Massive News
Theme URI: http://www.press75.com/
Description: Designed by Jason Schuller
Version: 2.5
Author: Press75.com
Author URI: http://www.press75.com/

**********************************************************************************************

Designed and Built by Jason Schuller - theSevenFive.com

CSS, XHTML and Design Files are all Copyright 2007-2010 Circa75 Media, LLC

Be inspired, but please don't steal :)

**********************************************************************************************

1.  Basic Setup  -----------------------  All Pages
2.  Headings  --------------------------  All Pages
3.  Paragraphs, Lists and Tables  ------  All Pages
4.  Content Containers  ----------------  All Pages
5.  Main Content Wrappers --------------  All Pages
6.  Header Styles  ---------------------  header.php
7.  Navigation and Menu Styles  --------  header.php
8.  GravityForms and Form Styles  ------  index.php, single.php, page.php
9.  Article Styles  --------------------  index.php, single.php, page.php
10. Featured Content -------------------  index.php
11. WordPress Specific Styles ----------  index.php, single.php, page.php
12. Comment Styles ---------------------  single.php
13. Sidebar Widgets  -------------------  single.php
14. Footer Styles  ---------------------  footer.php

**********************************************************************************************/


/********************************************************************************************* 

1.  Basic Setup  -----------------------  All Theme Files

*********************************************************************************************/
body {
background: #999;
color: #000;
font-size: 11px;
padding: 0;
}

a {
color: #000000;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #555555;
}

.container_16 {
background: #FFFFFF;
}


/********************************************************************************************* 

2.  Headings  --------------------------  All Theme Files

*********************************************************************************************/


h1 {
font-size: 2.1em;
color: #000;
border-bottom:1px solid #999;
margin-bottom: 5px;
}

h2 {
font-size:1.8em;
font-weight:normal;
color:#000000;
}

h2 a, .box h2 a.visible {
color:#000000;
font-weight: normal;
}

h2 a:hover {
color:#FFFFFF;
background: #000000;
}

h3 {
background: #999;
font-size: 1.1em;
color: #fff;
font-weight: bold;
padding: 5px;
margin-bottom: 10px;
}

h3 a {
background: #999;
font-size: 1.1em;
color: #fff;
font-weight: bold;
padding: 5px;
margin-bottom: 10px;
}

h3 a: hover {
background: #000;
}

h3 img {
float: right;
}

h4 {
background: #333;
font-size: 1.1em;
color: #fff;
font-weight: bold;
padding: 5px;
}

h4 a {
background: #333;
font-size: 1.1em;
color: #fff;
font-weight: bold;
padding: 5px;
}


h5 {font-size:1.1em;}

	
h6{ 
		font-size: 16px;
		padding: 0;
		margin: 0;
		line-height: 20px;
		}

h6 a { 
		background: #fff;
		}

h7 {
font-weight:normal;
font-family:helvetica, arial,sans-serif;
padding:.0;
color: #333333;
font-size: 16px;
margin:5px 0 10px 0px;
border-bottom:1px solid #666;
}

h8 { 
		font-size: 6.1em;
		color: #fff;
		padding: 0;
		margin: 0;
		}
		
h8 a { 
	color: #999;
	padding: 0;
	margin: 0;
		}

h9 {font-size:1.3em; text-transform:uppercase;}

h9 a {color:#333}

h10{ 
	font-size: 2.3em;
	line-height: .8em;
	color: #999;
	padding: 15px;
	margin-bottom: 10px;
	}

h10 a {
color: #333;
}

h11 a {
font-weight:bold;
background: none;
font-size: .8em;
color: #000;
}
/********************************************************************************************* 

3.  Paragraphs, Lists and Tables  ------  All Theme Files

*********************************************************************************************/
p {
margin-bottom: 1em;
}

blockquote {
font-family: Georgia, 'Times New Roman', serif;
padding-left: 1em;
border-left: 4px solid #CCCCCC;
}

blockquote cite {
font-size: .9em;
}

ul, ol {
padding-top: 0;
}

table {
width:100%;
border:0px solid #BBBBBB;
margin-bottom:10px;
}

col.colC {
width:8em;
}

th, td {
padding:.2em 1em;
text-align:left;
}

thead th {
border-bottom:0px solid #888888;
background:#BBBBBB;
padding:.4em 1em .2em;
}

thead th.table-head {
font-size:1em;
font-weight:normal;
text-transform:uppercase;
color:#FFFFFF;
background:#fff;
border:0px solid #555555;
}

tbody th, tbody td {
border-top:0px solid #BBBBBB;
border-bottom:0px solid #BBBBBB;
background:#fff;
}

tbody tr.odd th,
tbody tr.odd td {
background:#FFFFFF;
}

tfoot th,
tfoot td {
border-top:2px solid #666666;
background:#EEEEEE;
}

tfoot tr.total th,
tfoot tr.total td {
border-top:6px double #666666;
}

tfoot tr.total th {
text-transform:uppercase;
}

th.currency,
td.currency {
text-align:right;
}


/********************************************************************************************* 

4.  Content Containers  ----------------  All Theme Files

*********************************************************************************************/
.box {
background:#FFFFFF;
margin-bottom:20px;
padding:0px 5px 0px;
border: 0px solid #E1E1E1;
}

.box_special {
background:#E1E1E1;
margin-left:5px;
margin-bottom:20px;
padding:5px 15px;
border: 1px solid #999999;
}

.block {
padding-top:10px;
margin-bottom: 10px;
}

.ad_box {
margin-top:30px;
margin-bottom: 0px;
background: #192227;
padding: 10px;
}

.ad_box img {
border: 1px solid #000;

}

.mini_block {
margin-top: 5px;
float: left;
width: 25%;
}

.mini_block img {
width: 100px;
height: 100px;
}

.entry img {
padding: 5px;
border: 1px solid #BBBBBB;
background: #FFFFFF;
}

div.menu {
padding: 0;
}

div.menu h2 {
margin: 0;
}

div.menu .block {
padding-top: 0;
}

.main_wrap {
-webkit-border-radius: 8px;
padding: 10px 10px 0 10px;
margin-top: 15px;
margin-bottom: 15px;
}


/********************************************************************************************* 

5. Main Content Wrappers -------------------------  All Theme Files

*********************************************************************************************/
#content_left_wrapper {
float: left;
width: 100%;
}

#content_right_wrapper {
width: 610px;
float: left;
margin-left: -610px;
}

#content_right_wrapper_single {
width: 320px;
float: left;
margin-left: -320px;
}

.content_left {
margin-right: 620px;
}

.content_right_full {
width: 600px;
float: left;
margin-bottom: 20px;
margin-left: 5px;
}

.content_center {
width: 320px;
float: right;
margin-right: 10px;
}

.content_right {
width: 280px;
float: right;
}

.content_left_single {
margin-right: 340px;
}

.content_right_single {
width: 320px;
float: right;
}


/********************************************************************************************* 

6.  Header Styles  ---------------------  header.php

*********************************************************************************************/
#head_wrap {
padding: 0 10px 10px 10px;
}

#header {
background: #ffffff;
border-bottom: 0px solid #435664;
padding: 20px 0 20px 0;
}


#head-left {
padding: 25px 0 0 15px;
float: left;
width: 50%
}

#head-left img {
width: 100%;
}

#header_right {
width: 40%;
padding: 5px;
float: right;
}

#socialprofilr {
float: right;
margin-bottom: 10px;
}

#search_wrap {
float: right;
margin-bottom: 10px;
}

.header_ad {
float: right;
padding: 4px;
margin: 0 10px 0 0;
border: none;
}

/********************************************************************************************* 

7.  Navigation and Menu Styles  --------  header.php

*********************************************************************************************/
#navigation {
background: #000;
}

.menu, .menu * { /* SuperFish Menu Styles */
margin: 0;
padding: 0;
list-style: none;
}

.menu_right {
float: right;
}
.menu {
float: left;
}

.menu a {
display: block;
position: relative;
}

.menu a, .menu a:visited  {
color: #fff;
font-size: 12px;
text-transform: uppercase;
font-weight: normal;
}

.menu a:hover  {
color: #B9B9B9;
}

.menu ul li {
width: 100%;
}

.menu ul {
position: absolute;
top: -15000px;
width: 160px; /* Left Offset of Sub-Menus Need to Match */
}

.menu li:hover ul, 
.menu li.sfHover ul {
left: -15px;
top: 22px; /* Match Top UL List Item Height */
z-index: 10000;
}

ul.menu li:hover li ul, 
ul.menu li.sfHover li ul {
top: -15000px;
}

ul.menu li li:hover ul, 
ul.menu li li.sfHover ul {
left: 160px; /* Match ul width. */
top: 0;
}

ul.menu li li:hover li ul, 
ul.menu li li.sfHover li ul {
top: -15000px;
}

ul.menu li li li:hover ul, 
ul.menu li li li.sfHover ul {
left: 160px; /* Match ul Width. */
top: 0;
}

.menu li {
border-right: 1px solid #666;
float: left;
position: relative;
margin: 0 0 0 0;
padding: 6px 10px 6px 10px;
}

.menu li:hover {
background: url(images/current.png) bottom center no-repeat;
visibility: inherit; /* Fixes IE7 Sticky Bug */
}

.menu li ul {
background: #FFFFFF;
width: 125px;
margin: 10px 0 0 10px;
padding: 10px 40px 10px 15px;
}

.menu li ul li {
border: none;
text-transform: none;
}

.menu li ul a:link, .menu li ul a:visited {
color: #555555;
}

.menu li ul a:hover {
color: #888888;
}

.menu li ul li:hover {
background: none;
}

.menu li li {
background: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
text-transform: none;
}

.menu li li ul {
background: #FFFFFF;
margin: -10px 0 0 -50px;
}


/********************************************************************************************* 

8.  GravityForms and Form Styles  ------  index.php, single.php, page.php 

*********************************************************************************************/
form {
overflow:hidden;
}

fieldset {
border:1px solid #BBBBBB;
padding:10px;
position:relative;
background:#E9E9E9;
margin-bottom:10px;
}

legend {
font-size:1.1em;
padding:.4em .8em;
background:#FFFFFF;
border:1px solid #BBBBBB;
}

fieldset.login p {
margin-bottom:1em;
margin-top:0pt;
}

fieldset p label {
width:98%;
}

fieldset p input {
width:98%;
}

fieldset p select {
width:99%;
}

fieldset.login p label {
float:left;
line-height:2em;
margin-right:3%;
text-align:right;
width:32%;
}

fieldset.login p input {
width:60%;
}

fieldset.login input.button {
margin-left:35%;
}

form p.notice {
font-weight:bold;
}

input.search.text {
width:66%;
}

input.search.button {
width:28%;
margin-left:2%;
}


/********************************************************************************************* 

9.  Article Styles  --------------------  index.php, single.php, page.php

*********************************************************************************************/
#articles {
padding-top:0;
}

.article {
margin-top: 20px;
}

.main_article {
font-size: 12px;
margin-top: 30px;
}

.first_main_article {
margin-top: 2px;
font-size: 12px;
}

.box .first {
border-top:none;
margin-top: 12px;
}

.article a.image {
border: 1px solid #BBBBBB;
float: left; 
margin: 3px 15px 5px 0; 
padding: 5px;
}

.article a.image:hover {
border:1px solid #666666;
}

.article a.image img {
float:right; 
}

.main-article img {
border: 1px solid #BBBBBB;
margin: 10px 15px 5px 10px; 
padding: 5px;
background: #ffffff;
}

.article-index {
margin-left: 10px;
}
.main_article-index {
font-size: 12px;
margin-top: 30px;
}

.article-index a.image {
border: 1px solid #BBBBBB;
float: left; 
margin: 3px 15px 5px 0; 
padding: 5px;
}

.article-index a.image:hover {
border:1px solid #666666;
}

.article-index a.image img {
float:right; 
}

.meta {
color:#000000;
font-size: 11px;
margin-bottom: 15px;
padding: 25px 0 0;
}

.meta a:link, .meta a:visited {
font-weight: normal;
color: #000000;
}

.meta a:hover {
font-weight: normal;
color: #333333;
}


.video {
width: auto;
margin: 0;
text-align: center;
padding: 0px;
}

.time {
background: #000;
color: #fff;
font-size:11px;
padding: 5px 5px 3px 20px;
margin: 0px;
float: right;
}

.time a {
font-weight: bold;
color: #fff;
}

.categories {
background: #999;
color: #000;
float: right;
padding: 1px 10px 0px 20px;
font-size: 12px;
margin: 1px;
}

.tags {
color: #000;
float: right;
padding: 1px 10px 0px 20px;
font-size: 11px;
margin: 10px 10px;
}

.titles {
color: #000;
float: left;
font-size: 9px;
}

.thumb-over {
color: #000;
background: #999;
float: left;
width: 100px;
overflow: hidden;
font-size: 9px;
margin: 5px 0px 0px 0px;
padding: 3px;
font-weight: bold;
}

.discuss {
background: url(images/comments.jpg) left no-repeat;
padding: 4px 0 4px 22px;
margin: 0 10px 0 0;
}

.editlink {
background: url(images/edit.jpg) left no-repeat;
padding: 4px 0 4px 22px;
margin: 0 10px 0 0;
}



/********************************************************************************************* 

10. Featured Content -------------------  index.php

*********************************************************************************************/
.boxgrid { 
float:left; 
overflow: hidden; 
position: relative; 
}

.last_box {
margin-right: 0px;
border: none;
height: 200px;
}

.featured_box {
margin-right: 10px;
border: none;
height: 200px;
}

.featured_box h2, .last_box h2 {
margin: -10px -10px 0 -10px;
}

a.featured_link {
width: 100%;
height: 80px;
float: left;
}

a.featured_link_nc {
width: 100%;
height: 150px;
float: left;
}


a.featured_title {
width: 100%;
height: 55px;
float: left;
}

.boxgrid img { 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}

.boxgrid p { 
padding: 0 20px 0 10px;
}

.boxgrid h4 {
font-size: 16px;
padding: 10px 0 0 10px;
margin: 0;
}


/********************************************************************************************* 

11. WordPress Specific Styles -------------------------  All Theme Files

*********************************************************************************************/
.wp-caption {
border:1px solid #BBBBBB;
background: none;
margin-bottom: 5px;
}

.wp-caption-text {
color:#FFFFFF;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
width: auto;
font-weight: bold;
text-transform: uppercase;
}

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

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

img.alignright {
padding: 5px;
margin: 0 0 2px 10px;
display: inline;
}

img.alignleft {
padding: 5px;
margin: 0 10px 2px 0;
display: inline;
}

.author {
border: 1px solid #BBBBBB;
background: #fff;
float: right; 
margin: 10px 4px 5px 11px; 
padding: 5px;
}

.article-single {
float: right; 
}

.thumb-article {
float: right; 
}

.thumb-article img {
border: 1px solid #BBBBBB;
background: #fff;
margin: 10px 4px 5px 11px; 
padding: 5px;
width: 175px;
height: 175px;
}

.alignright {
float: right;
margin-left: 15px;
}

.ad-alignright {
color: #000;
float: right;
padding: 1px 10px 0px 20px;
font-size: 11px;
margin: 10px 10px;
}
}

#ad-alignright {
width: 250px;
float: right;
margin-left: 15px;
padding: 10px;
border: 1px solid;
}

.ad-alignright a {
text-decoration: underline;
}

.alignleft {
float: left;
margin-right: 15px;
}

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

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

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

#wp-calendar a {
display: block;
}

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

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

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

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

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

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

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

.wp-caption {
text-align: center;
padding: 5px 0px 0 0px;
margin-bottom: 5px;
}

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

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 4px 4px 5px;
margin: 0;
background: none;
color: #333;
}


/********************************************************************************************* 

12. Comment Styles -------------------------  All Theme Files

*********************************************************************************************/
#comments {
margin: 0 0 0 0;
}

#comments h3 {
font-size: 16px;
font-weight: normal;
color: #181512;
margin: 5px 0 0 0;
padding: 0;
}

.comment-author {
font-size: 16px;
font-weight: normal;
}

.comment-meta {
font-size: 10px;
font-weight: normal;
margin: 0 0 10px 0;
}

.avatar {
float: right;
display: inline;
padding: 3px;
margin: 5px 0 4px 8px;
border:1px solid #BBBBBB;
}

#comment {
width: 510px;
font: 12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color: #333 !important;
}

ol.commentlist {
margin: 10px 0 20px;
padding: 0;
list-style: none;
font-size: 12px;
}

ol.commentlist p {
margin-bottom: 10px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0;
}

ol.commentlist li.alt {
padding: 0 0 15px 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #BBBBBB;
}

ol.commentlist li {
padding: 0 0 15px 0;
margin: 0 0 15px 0;
border-bottom: 1px solid #BBBBBB;
}

ol.commentlist li div.reply {
background: url(images/submit.jpg) left no-repeat;
height: 20px;
border: none;
padding: 5px 0 0 20px;
color: #000;
cursor: pointer;
}

ol.commentlist li div.reply:hover {
color: #555;
}

ol.commentlist li div.reply a {
font-weight: normal;
}

ol.commentlist li ul.children { 
list-style: none; 
margin: 0;
padding: 0;
text-indent: 0; 
}

ol.commentlist li ul.children li {
background: none;
margin: 0;
padding: 10px 0 0px 40px;
border: none;
color: #555;
}

ol.commentlist li ul.children li.alt {
background: none;
margin: 0;
padding: 10px 0 0px 40px;
border: none;
color: #555;
}

ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }

input#submit {
background: url(images/submit.jpg) left no-repeat;
height: 20px;
border: none;
padding: 0 0 0 20px;
color: #000;
cursor: pointer;
}

* + html input#submit {
padding: 0;
}

input#submit:hover {
color: #555;
}


#comment, #author, #email, #url {
background: #FFF url(images/fields.jpg) top left repeat-x;
border: 1px solid #E5E3D8;
color: #404040;
margin: 0 0 10px 0;
padding: 5px;
}

#author, #email, #url {
width: 200px;
}

#comment {
margin: 10px 0 10px 0;
height: 200px;
width: 98%;
}

#respond {
padding: 0;
margin: 0;
}


/********************************************************************************************* 

13. Sidebar Widgets  -------------------------  All Theme Files

*********************************************************************************************/
.widget_block {
margin: 0;
padding: 15px 0 15px 0;
}

#feature_sidebox {
margin-left: 30px;
}

.p75_related_posts .widget_block { padding: 0; }
.cat_posts .widget_block { padding: 0; }
.widget_tag_cloud .widget_block { padding: 0; }
.widget_text .widget_block { padding: 10px 0; }
.p75_sidebar_ads .widget_block { padding: 0; }
.content_center .p75_sidebar_ads .widget_block { padding: 0 0 0 23px; }

.widget ul {
list-style: none;
margin: 10px 0 10px 0;
padding: 0;
border-top: 1px solid #BBBBBB;
}

.widget li {
padding:4px 0;
margin: 0;
border-bottom:1px solid #BBBBBB;
}

.widget li:hover {
background: #EEE;
}

.widget p {
margin: 10px 0 10px 0;
}

#search_submit {
margin: 0;
padding: 0;
border: 0;
}

#search_form input {
border: 1px solid ##999;
padding: 2px;
margin: 10px 10px;
color: #333;
width: 200px;
height: 15px;
}

.p75_sidebar_ads {
padding: 12px 0 0px 5px;
}

* + html .p75_sidebar_ads {
padding: 12px 0 4px 11px;
}

.p75_sidebar_ads img {
margin: 5px 1px;
}

* + html .p75_sidebar_ads img {
margin: 0 4px 4px 0;
float: none;
}

#media_box {
margin:0px 0px 10px 5px;
float: left;
overflow: hidden;
}

#media_box img {
padding: 1px;
}

.video_block {
width: 100px;
height: 152px;
margin:10px 0px 0px 3px;
float: left;
overflow: hidden;
}

.video_block2 {
width: 125px;
margin:10px 0px 2px 10px;
float: left;
overflow: hidden;
}

.video_block_cat {
width: 100px;
height: 175px;
margin: 0px 1px 0px 3px;
float: left;
overflow: hidden;
}

.related_block {
width: 23%;
margin:10px 0px 2px 5px;
float: left;
overflow: hidden;
}

/********************************************************************************************* 

14. Footer Styles  ---------------------  footer.php

*********************************************************************************************/
#footer_wrap {
padding: 10px 10px 0 10px;
margin-bottom: 0px;
}

.pagination {
font-size: 14px;
padding: 5px 5px 5px 10px;
}

.pagination a {
font-weight: normal;
}

#footer {
background: #333;
padding: 10px;
color: #FFFFFF;
}

#footer h4 {
font-size: 12px;
font-weight: normal;
text-transform: uppercase;
}

#footer p {
font-size: 10px;
margin: 0;
padding: 0;
color: #9BAAB5;
}

#footer a {
color: #9BAAB5;	
font-weight: normal;
}

#footer a:hover {
text-decoration: underline;
}