/*  
Theme Name: Massive News Theme
Theme URI: http://www.massivepress.net/
Description: A premium WordPress news theme.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.massivepress.net/

Please leave credit where credit is due.
*/

*{
margin:0;
padding:0;
}


/* sub page nav */
.wide-box-nav
{
	width: 874px;
	height: 62px;
	float: left;
	margin: 0 11px 0px 0;
        padding: 4px 2px 0px 2px;
	background-color: #fff;
	border-top: 1px solid;
     
        border-color: #990F0D;
        font-size: 13px;
}


/* farm images */
#gallery
{
	margin: 0 auto 10px auto;
	padding: 10px;
	background-color: #ddd;

	/*border-top: 1px solid #aaa;*/
	border-bottom: 1px solid #aaa;
        border-right: 1px solid #aaa;
}

#gallery img
{
	border: none;
	padding: 0px;
	display: block;
	margin: 0px auto 0 auto;
	width: 500px;
        height: 224px;
}

/* sidelinks stuff for project view */
#sidebar .side-links
{
	border: 0px solid #aaa;
	background-color: #fff;
	list-style: none;
	padding: 10px 15px 20px 15px;
	margin-bottom: 11px;	
        
}

#sidebar .side-links ul
{
	list-style: none;
}

#sidebar .side-links li li
{
	padding: 5px 5px 5px 20px;
	border-bottom: 1px dotted #aaa;
  background: url("images/bullet_1.gif") no-repeat 4px 11px;
}

#sidebar .side-links li.current
{
	margin: 0 -15px 0 -15px;
	padding: 5px 20px 5px 34px;
	background: #ddd url("images/bullet_1.gif") no-repeat 19px 11px;
}

#sidebar .side-links li a
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #444;
}

#sidebar .side-links #sidebar .side-links label
{
	font: bold 1.2em Arial, Tahoma, sans-serif;
	color: #666;
	text-transform: uppercase;
	display: block;
	border: none;
	
	padding: 12px 15px 16px 15px;
	margin-bottom: 8px;
}

/* Page content - portfolio items
------------------------------------------------------*/

/* Clearing method
------------------------------------------------------*/
#content .box {
background-color:#FFFFFF;
border:1px solid #AAAAAA;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear
{
	clear: both;
}


#portfolio-list 
{
	margin: 30px 0 0 0;
}

#portfolio-list .portfolio-item
{
	width: 275px;
	float: left;
	margin: 0 13.5px 12px 0;
}

#portfolio-list .last
{
	float: right;
	margin-right: 0;
}

#portfolio-list .inner
{
	margin: 10px;
	background-color: #424747;
        padding: 0px;
}

#portfolio-list .inner img
{
	width: 255px;
        height: 130px;
	display: block;
	margin: 0 0 10px 0;
	padding: 0px;
	border: none;
	border-bottom: 1px solid #fff;
}

#portfolio-list .inner h3
{
	font: bold 1.1em/140% Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 0;
	padding: 0 10px 5px 10px;
}

#portfolio-list .inner h3 a
{
	color: #fff;
}

#portfolio-list .inner p
{
	font: normal 1.0em/130% Arial, Tahoma, sans-serif;
	color: #dedfdf;
	padding: 0 10px 10px 10px;
}

/* wp-snapnav */


#recipe-div {
position:relative;
overflow:hidden;
width:400px;
/*background-color:#ddd;*/
}
ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
        letter-spacing: 1.1px;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}
/* end wp-snapnav */

html,body{
background:#BDBDBD url(images/bodybg.jpg) repeat-x;
color:#333;
text-align:center;
} 

body{font:12px arial,helvetica,verdana,sans-serif;}

.alignleft {
float: left;
}
.alignright {
float: right;
}

h1{
font-size:55px;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
}

h2{font-size:18px;}
h3{font-size:15px;}
h4{font-size:13px;}

h5{
font-size:10px;
color: #7f7f7f;
padding-left:1px;
font-weight:normal;
margin-bottom:8px;
}

a{
color:#333;
text-decoration:none;
}

a:hover{color:#666;}

#wrapper{
margin:0px auto;
text-align:left;
width:878px;
} 

/* header */
#header{
background:url(images/headerbg.jpg) top no-repeat;
padding:5px 0;
}

#header h1 a{
width:400px;
float:left;
margin:0;
}

#header h1 a em{
font-style:normal;
color:#555;
}

#searchWrap input{vertical-align:middle;}
#searchWrap #s{
font-size:1.1em;
border:none;
padding:1px 2px;
margin-right:3px;
width:200px;
}

/* page navigation */
#pagenav{
float:left;
width:500px;
padding-top:7px;
}

ul.nav{list-style:none;}

.nav li{
float:left;
display:block;
padding:2px 10px 2px 10px;
background:url(images/pagebreak.gif) left no-repeat;
}

.nav li a{
font-size:11px;
outline:none;
color:#2F2F2F;
text-decoration:none;
display:block;
padding:5px 0 0 5px;
text-transform:uppercase;
}

.nav li a:hover{
text-decoration:underline;
color:#484848!important;width:
}

* html .nav li a:hover{background:#333;}

/* category navigation */
#categories{
float:left;
width:878px;
}

#categories ul{
list-style:none;
padding:1px 0 0px 0;
}

#categories li{
float:left;
display:block;
background:url(images/catbreak.gif) left no-repeat;
height: 25px;
padding-top:4px;
}

#categories li a{
color:#FFF;
display:block;
padding:2px 10px 4px 10px;
}

#categories li a:hover{color:#CCC;}

/* main content */
#mid{padding-top:0px; padding-bottom:0px;}
#main{
background:#FFFFFF;
float:left;
margin:0 10px 0 0;
width:548px;
}

#singlemain{
/*background:#FFFFFF url(images/smbottom.gif) bottom no-repeat;*/
background:#FFFFFF;
float:left;
margin:0 10px 0 0;
width:548px;
}
#wide-singlemain{
/*background:#FFFFFF url(images/smbottom.gif) bottom no-repeat;*/
background:#FFFFFF;
float:left;
margin:0 10px 0 0;
width:880px;
}

#featured{
/*background:url(images/maintop.gif) top left no-repeat;*/
padding:5px;
}

#myGallery{
margin:4px;
font-size:18px;
}

/* sidebar */
#sidebar a{font-weight:bold;}

#sidebar{
color:#333;
float:left;
margin:0;
width:321px;
line-height:1.3em;
}

#sidebar p{color:#333;}

#blocks{
/*background:#FFFFFF url(images/blocktop.gif) top no-repeat;*/
background:#FFFFFF;
padding:5px 10px 0 10px;
}

#widgetblock{
/*background:#FFFFFF url(images/blocktop.gif) top no-repeat;*/
background:#FFFFFF;
padding:5px 5px 0 5px;
}

#tagblock{
/*background:#FFFFFF url(images/blocktop.gif) top no-repeat;*/
background:#FFFFFF;
padding:5px 10px 0 10px;
}

#tagblock a{
font-weight:normal;
color:#484848;
}

#tagblock a:hover{color:#7F7F7F;}

#advertblock{
/* background:url(images/advertblockbg.gif) top no-repeat; */
height:270px;
 margin-left: auto;
 margin-right: auto;

padding:5px 0 0 65px;
}

#blocks a{
font-weight:bold;
color:#484848;
}

#blockpost{
padding:0 0 8px 0;
}

#blocks a:hover{color:#7F7F7F;}

h3.blocks{
font-size:15px;
margin-bottom: 10px;
color:#484848;
font-weight:bold;
}

h3.mainblock{
font-size:15px;
margin-bottom: 10px;
margin-left: 5px;
}

#bottomblock{
/*background: #ffffff url(images/blockbottom.gif) top no-repeat;*/
background: #ffffff;
height:7px;
padding:0;
margin-bottom:10px;
}

#searchWrap{
float:right;
margin-top:69px;
margin-right:2px;
}

.blocks{margin-bottom:20px;}

/* main content */
#content{
padding:0px 10px 10px 10px;
}

#content p{
margin-bottom:1em;
background:none;
}

#introIMG{
width:155px;
height:155px;
float:left;
margin-right:8px;
margin-bottom:5px;
padding:0px 5px 5px;
/*overflow:hidden;*/
}

#introIMG img{
/*border:none;*/
padding:4px 4px 4px 4px;
/*border-bottom: 1px solid #BDBDBD;*/
border:1px solid #BDBDBD;
background-color:#ffffff;

}


.postMeta{
background:url(images/dot.gif) repeat-x left center;
text-transform:uppercase;
font-size:11px;
text-align:right;
margin-bottom:2px;
}

.postMeta span.date{
background:#FFF;
color:#7F7F7F;
padding:0 2px 0 4px;
}

.postMeta span.comments{
background:#FFF url(images/user.gif) no-repeat left center;
padding-left:15px;
margin-left:2px;
}

.postMeta span.comments a,
.postMeta span.date a{color:#555;}
.post{margin:0 0 15px 0;}

.post h2{
line-height:1.2em;
}

.post h2 a{
width:100%;
display:block;
outline:none;
}

.entry h3{margin:1em 0;}

.post .entry{
line-height:1.4em;
overflow:hidden;
}

.post .entry p{margin:0;}

.post .entry p a{
background:url(images/dot.gif) repeat-x bottom left;
font-weight:bold;
}

.entry blockquote{margin:0 1.3em 0;}

.entry ul{
margin:0 1.3em 0;
list-style:none;
}

.entry li a{
color:#333;
font-weight:bold;
background:url(images/dot.gif) repeat-x bottom left;
}

.entry ul li{
background:url(images/li.gif) no-repeat 0 1px;
padding-left:18px;
margin-bottom:7px;
}

.entry ol{margin:0 1em 0 3em;}
.entry ol li{margin:0 0 7px 0;}
.entry img,.entry a img{border:none;}
.entry a:hover img{border-color:#DFDFDF;}
.entry table tr {padding: 15px 0;}
.entry table tr.alt {background: #eee;}

/* lists */
.rsslinks h3{margin-bottom:5px;}

.rsslinks p{
margin-bottom:5px;
padding-top:5px;
}

.rsslinks ul li{

color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px 16px;
list-style:none;
}

#widgetblock h3{margin-bottom:5px;}

#widgetblock p{
margin-bottom:5px;
padding-top:5px;
}

#widgetblock ul li{
color:#7F7F7F;
line-height:1.2em;
border-top:1px solid #BBB;
padding:3px 0 4px 0;
list-style:none;
}

/* pagination */
#pagination{
color:#7F7F7F;
font-size:11px;
text-transform:uppercase;
margin-bottom:10px;
margin-top:40px;
text-align:right;
}

#pagination p,#pagination img{vertical-align:middle;}

#pagination a img{
border:none;
margin:0 0 3px 2px;
}

/* comments */
#comments{
width:435px;
padding:12px 0 0 0;
}

#comments h3,
h3#respond{
color:#555;
margin-bottom:7px;
}

ol.commentslist{
list-style:none;
margin:5px 0 12px;

}
.commentslist li{
background:#FFF url(images/lgrey_diag.gif) repeat top left;
border:1px solid #BBB;
margin-bottom:7px;
padding:7px 0;
}

.commentslist li a{
font-weight:bold;
background:url(images/dot.gif) repeat-x bottom left;
}

.commentslist li.alt{background:#FFF;}
.commentslist li:hover{border-color:#888;}

.commentslist .comment_text{
margin:0 7px;
line-height:1.4em;
overflow:hidden;
}

.comment_text p,.comment_text ul,.comment_text ol,.comment_text blockquote{margin:1em 0;}
.comment_text ul,.comment_text ol,.comment_text blockquote{margin:0 1em;}

p.author_meta{
font-weight:bold;
text-transform:uppercase;
margin:0 0 0 7px;
}

p.post_meta{
font-size:11px;
text-transform:uppercase;
text-align:right;
margin:0 7px 0 0;
}

.commentslist li.author{
background:#333;
color:#CCC;
}

.commentslist li.author a{color:#DDD;}
.commentslist li.author a:hover{color:#FFF;}

#comments_closed{
background:#333;
color:#ccc;
padding:7px 0;
margin-top:12px;
line-height:1.5em;
}

p.nocomments{margin:0 12px 0 7px;}

p.nocomments a{
color:#ddd;
font-weight:bold;
text-decoration:underline;
}

p.nocomments a:hover{color:#FFF;}

ol.pingslist{
margin:1.5em 2em;
font-size:12px;
}

.pingslist li{
color:#7F7F7F;
margin:0 0 7px 0;
}

.pingslist li a{
font-weight:bold;
background:url(images/dot.gif) repeat-x bottom left;
}

#commentform p{margin:1em 0;}

#commentform p a{
font-weight:bold;
background:url(images/dot.gif) repeat-x bottom left;
}

#author,#email,#url,#comment{
font:1.1em arial,helvetica,verdana,sans-serif;
border:1px solid #BBB;
padding:2px;
}

#comment{width:429px;overflow:auto;}

#commentform p small{
font-size:10px;
color:#7F7F7F;
}

.commentslist code{background:transparent;}

/* footer */
#footer p{
padding-top:7px;
padding-bottom:50px;
}

#footer p a{
font-weight:bold;
color:#333;
}

/* floats */
.floatleft{
float:left;
margin:3px 7px 0 0;
}

.floatright{
float:right;
margin:3px 0 0 7px;
}

.right{float:right;}
.left{float:left;}
.clear{clear:both;}

.fix:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.fix{display:inline-block;} 
* html .fix{height:1%;}
.fix{display:block;}
