/*
Theme Name: Massive News
Theme URI: http://www.press75.com/
Description: The all new Massive News WordPress theme by Jason Schuller and Press75.com. Detailed usage instructions for this theme can be found at <a href="http://www.press75.com/docs/massive-news/">http://www.press75.com/docs/massive-news/</a>.
Version: 2.3.1
Author: Jason Schuller
Author URI: http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jasonschuller.com

The CSS, XHTML and Design are all Copyright 2009 Circa75 Media, LLC:

The CSS in this file was developed by Vico Rock Media for Massey-Media.com. When upgrading to a new version of the Massive News Theme by Press75.com, you must 1) copy this stylesheet into the root folder of the updated theme and 2) add the following line below the other CSS file calls in header.php:

<!-- Vico Rock Media theme customizatoin -->
<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/style-massey.css" type="text/css" media="screen" />

*/

/* Change header background color */
#header {
	background:#FFFFFF none repeat scroll 0 0;
	border-bottom:1px solid #435664;
	padding:0 0;
}
.container_16 {
	background:#ffffff none repeat scroll 0 0;
}
a, a:visited, a:active {
	color:#3399FF;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color:#609509;
	text-decor	sation:none;
}

/* format blog tagline */
.blogdescription {
	color:#609509;
	font-size:2em;
	font-weight:normal;
	margin-left:180px;
	position:relative;
	text-align:left;
	top:35px;
	width:300px;
	text-transform:lowercase;
}
img.branding {
	padding:0 0 0 0;
}

/* change menu background color */
#navigation {
	background:#000000 none repeat scroll 0 0;
}
ul.nav li.page_item:hover a {
	background-color:#3399FF;
}
ul.main li a {
	color:#e0eef8;
}
ul.main li:hover a {
	background-color:#3399FF;
}
ul.main li ul li a {
	color:#000;
	border-top:1px solid #000000;
	background-color:#fff;
}
ul.main li ul li a:hover {
	color:#8DC740;
}
ul.main li:hover ul li a:hover {color:#8DC740; background:#fff;}
ul.main li:hover a:active {background:#fff;}

/* Add a bottom-border to the last list item in drop-down */
ul.main ul li:last-child {
	border-bottom:1px solid #000000;
}
ul.main ul li.last { /* IE 6.0 Fix */
	border-bottom:1px solid #000000;
}

/* move Categories menu to right side */
ul.nav li {
	float:right;
}
ul.nav li {
	background:transparent url(images/menudiv.jpg) no-repeat scroll left top;
}

/* move Pages menu to left side */
ul.nav li.page_item {
	float:left;
}
ul.nav li.page_item {
	background:transparent url(images/menudiv.jpg) no-repeat scroll right top;
}

/* Press kit menu button appears on right */
ul.nav li.page-item-16 {
	float:right;
}
ul.nav li.page-item-16 {
	background:transparent url(images/menudiv.jpg) no-repeat scroll left top;
}
.content_right .box h2 {
	background-color:#8DC740;
/*	color:#edf4ef; */
	color:#fff;
}

#feature_box .boxcaption {
	background:#ffffff none repeat scroll 0 0;
	width:245px;
	padding-right:20px;
	padding-bottom:40px;
}
#feature_box .boxgrid h4 a {
	font-weight:bold;
}

/* Change text box background color */
.box {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #E1E1E1;
}
.box h2 {
	color:#fff;
	background-color:#3399FF;
}
.box h2 a, .box h2 a.visible {
	color:#fff;
}
#pk h3 {
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	color:#8DC740;
}

/* Change search box border color */
#search_form input {
	border:1px solid #999999;
}

/* Change box pagination background color */
.pagination {
	background-color:#dddddd;
}

/* Footer adjustments */
#footer {
	background-color:#ffffff;
	border-top:1px solid #E1E1E1;
	color:#666666;
}
#footer h4 {
	font-weight:bold;
}
#footer p {
	font-size:11px;
	color:#999999;
}
#footer p.tagline {
	font-size:10px;
}
#footer a {
	text-decoration:underline;
	color:#999999;	
}
#footer a:hover {
	text-decoration:none;
}
#footer a.vrm {
	font-weight:bold;
	
}