/*  
Theme Name: MassivePress
Theme URI: http://www.massivepress.com/
Description: The MassivePress.com WordPress Theme
Version: 1.8
Author: Jason Schuller
Author URI: http://www.wpelements.com/

Much of this CSS is Based on GridFocus by 5ThirtyOne.com
*/


* {
margin:0;
padding:0;
}

html,body {
background:#FFF url(images/body-bg.jpg) top repeat-x;
color:#333;
text-align:center;
}

body {
font:0.9em arial,helvetica,verdana,sans-serif;
}

h1 {
font-size:22px;
}

h2 {
font-size:18px;
margin-top: 20px;
color: #333;
}

h3 {
font-size:16px;
}

h4 {
font-size:14px;
}

h5 {
font-size:10px;
color:#7f7f7f;
padding-left:1px;
font-weight:400;
}

a {
color:#4B6274;
text-decoration:none;
}

a:hover {
color:#333;
}

.btn {
padding: 5px 10px;
}

#wrapper {
margin:0 auto;
text-align:left;
width:950px;
/*padding-left:10px;
padding-right:10px;
border: 1px red dotted;*/
}

/* masthead / footer - navigation and categories */
#masthead {
/*background:url(images/logo1.jpg) no-repeat;*/
height:155px;
margin-top:0;
}

#masthead h1 a {
text-transform:uppercase;
width:400px;
float:left;
margin:12px 0 0;
}

#masthead h1 a em {
font-style:normal;
color:#555;
}

#headLinks {
/*float:left;*/
padding-top:6px;
color:#f5f5f5;
height:30px;
/*border: 1px yellow dotted;*/
}

#headLinks a {
font-size:14px;
color:#f5f5f5;
}

#headLinks a:hover {
color:#CCC;
}

#headLinks ul li {
list-style:none;
display:inline;
margin:0 15px 0 0;
}

#subHead {
width:1080px;
height:90px;
border-bottom:1px solid #B8B8B8;
padding-top:-20px;
padding-bottom:5px;
display:none;
}

#headAds {
width:728px;
height:90px;
margin:auto;
display:none;
}

li.top {
border-left:1px solid #DDD;
float:right;
display:block width:100px;
}

li.top a {
width:100px;
}

.nav li.skip a:hover,li.top a:hover {
background:transparent;
color:#333!important;
}

/* main - middle content and columns */
#mid {
}

#mainCol {
float:left;
width:600px;
overflow:hidden;
margin:5px 0 0;
/*border: 1px blue dotted;*/
}

#mainCol p a {
text-decoration: underline;
}


#mainCol a {
font-weight: bold;
}

#mainCol p {
margin-top: 15px;
}

#vids {
padding-left:20px;
}

/* style individual sidebars */
#midCol a {
font-weight:700;
}

#midCol h3 {
color: orange;
}

#midCol {
color:#444;
float:right;
margin:5px 0 0 25px;
width:270px;
line-height:1.3em;
background-color: #f6f6f6;
padding: 15px;
/*border: 1px green dotted;
padding: 5px;*/
}

#midCol p {
color:#777;
}

#searchWrap,.middle_links {
margin-bottom:20px;
}

#searchWrap {
/*background-color: #FFFFCC;*/
padding: 5px;
/*border: 1px #FFFF79 solid;*/
}

#searchWrap input {
vertical-align:middle;
}

#searchWrap h3 {
margin-bottom:5px;
/*color: #4B6274;*/
color: orange;
}

#searchWrap #s {
font-size:1.1em;
border:1px solid #BBB;
padding:1px 2px;
margin-right:3px;
width:218px;
}

.middle_links h3 {
margin-bottom:5px;
color: #4B6274;
}

#midCol ul {
list-style:none;
margin:8px 0 4px;
border-top:1px dotted #ccc;
}

.middle_links ul li {
color:#7F7F7F;
line-height:1.5em;
border-bottom:1px dotted #ccc;
padding:3px 0 4px;
}

.middle_links img {
border:0;
margin-left: 5px;
}

#tertCol {
float:left;
width:226px;
margin:5px 0 0 25px;
/*border: 1px orange dotted;*/
}

#tertCol p {
color:#777;
}

#tertCol ul {
list-style:none;
margin:8px 0 4px;
border-top:1px dotted #ccc;
}

#tertCol ul li {
color:#7F7F7F;
line-height:1.5em;
border-bottom:1px dotted #ccc;
padding:3px 0 4px;
}

#elseWhere {
margin:0 0 20px;
}

#elseWhere h3 {
margin-bottom:5px;
/*color: #4B6274;*/
color: orange;
}

ul#imgLinks {
list-style:none;
margin:5px 0;
}

#imgLinks li {
color:#7F7F7F;
line-height:1.2em;
padding:0 0 1px;
}

#imgLinks li a img {
border:3px solid #EEE;
width:145px;
height:74px;
color:#333;
font-weight:700;
}

#imgLinks li a:hover img {
border-color:#DDD;
}

.introIMG {
float:left;
margin:6px 8px 0 0;
overflow:hidden;
width:100px;
height:100px;
}

#introIMG img {
border:none;
padding:4px;
border:1px solid #BDBDBD;
width:100px;
height:100px;
}

.rss_links h3 {
margin-bottom:5px;
color: #4B6274;
}

.rss_links {
margin-bottom:20px;
}

.rss_links ul li {
background:url(images/rss.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.5em;
border-bottom:1px dotted #ccc;
padding:3px 0 4px 16px;
}

.user_links h3 {
margin-bottom:5px;
color: #4B6274;
}

.user_links {
margin-bottom:20px;
}

.user_links ul li {
background:url(images/user.gif) no-repeat 0 3px;
color:#7F7F7F;
line-height:1.5em;
border-bottom:1px dotted #ccc;
padding:3px 0 4px 16px;
}

#featured {
padding:2px;
}

#featured img{
width:90px;
height:90px;
padding:4px;
margin:-2px;
border:1px solid #B6B6B6;
}

/* wordpress entries styling - main content column */
#postMain {
/*height:212px;*/
overflow:hidden;
margin-bottom:5px;
}

.postMeta {
background:url(images/dot1.gif) repeat-x left center;
text-transform:uppercase;
font-size:11px;
text-align:right;
margin-bottom:5px;
}

.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 5px;
}

.post h2 {
line-height:1.2em;
}

.post h2 a {
width:100%;
display:block;
outline:none;
}

.entry h3 {
margin:1em 0;
}

.post .entry {
line-height:2em;
overflow:hidden;
}

.post .entry p {
margin:5px 0;
}

.post .entry p a {
/*background:url(images/dot.gif) repeat-x bottom left;*/
font-weight:normal;
}

.entry blockquote {
margin:0 1.5em;
font-style:italic;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif
}

.entry ul {
margin:0 1.3em;
/*list-style:none;*/
}

.entry li a {
color:#333;
font-weight:normal;
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;
}

.entry img,.entry a img {
/*border:3px solid #EEE;*/
}

.entry a:hover img {
border-color:#DFDFDF;
}

.entry table tr {
padding:15px 0;
}

.entry table tr.alt {
background:#eee;
}

/* style pagination buttons */
#more_reading {
color:#7F7F7F;
font-size:11px;
text-transform:uppercase;
margin-bottom:15px;
margin-top:15px;
text-align:right;
}

span.navback{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/arrow_prev.gif) top right no-repeat;
cursor:pointer;
}

span.navforward{
width:25px;
height:15px;
display:block;
float:right;
background:url(images/arrow_next.gif) top right no-repeat;
cursor:pointer;
}

/* style me some comments and inputs */
#comments {
width:435px;
padding:12px 0 0;
}

#comment {
width:458px;
overflow:auto;
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;
line-height: 20px;
}

ol.commentlist p {
margin-bottom:10px;
line-height: 20px;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
}

ol.commentlist li {
padding: 20px 10px 10px 10px;
}

ol.commentlist li.alt {
padding: 10px 10px 5px 10px !important;
border:1px solid #BBBBBB;
}

input#submit {
cursor:pointer;
margin:5px 0 15px 0;
}

#comment,#author,#email,#url {
border:1px solid #BBBBBB;
padding:2px;
margin:0 0 5px 0;
}

.labeltext {
padding:0 0 10px 0;
}


/* footer - text string and links */
#footer {
border-top:1px solid #B8B8B8;
padding-top:10px;
padding-bottom:60px;
margin:15px 0 0 0;
}

#footer p a {
font-weight:normal;
color:#333;
}

/* float rules */
.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;
}

/* Tips */
.tool-tip {
color:#ccc;
width:150px;
z-index:13000;
}

.tool-title {
font-weight:700;
font-size:11px;
margin:0;
color:#fff;
padding:8px 8px 0 8px;
background:#192227;
text-align:left;
}

.tool-text {
font-size:11px;
padding:0 8px 8px 8px;
background:#192227;
text-align:left;
}

#ad1 {
margin-bottom: 10px;
}

#ad2 {
margin-top: 10px;
margin-bottom: 10px;
}

#ad3 {
margin-top: 10px;
}

#midad1 {
margin: 10px 0 20px 0;
}

.side_ad {
height: 270px;
padding-bottom: 10px;
/*border: 1px blue dotted;*/
}

.side_ad img {
	margin:0 10px 10px 0;
}

.sidead_1 {
float: left;
}

.sidead_2 {
float: left;
margin-left:10px;
}

.sidead_3 {
float: left;
margin-top:10px;
}

.sidead_4 {
float: left;
margin:10px 0 0 10px;
}

#midad2 {
margin: 10px 0 10px 0;
}

#tertad1 {
margin: 10px 0 20px 0;
}

.firsttocomment {
padding:10px;
margin: 10px 0 10px 0;
border: 1px #999 solid;
background-color: #ccc;
}

#tagline {
font-size:14px;
margin-top:90px;
font-weight:normal;
}

.post_image {
float: right;
padding: 0 0 10px 10px;
}

.post_image_right {
float: right;
margin-left: 20px;
margin-top: 20px;
}

.post_image_right a img {
border-color: #fff;
margin-left: 20px;
}

.post_image_right a:hover img {
border-color: blue;
}

.post_image_left {
float: left;
margin-right: 20px !important;
margin-top: 20px;
}

.post_image_left a img {
border-color: #fff;
}

.post_image_left a:hover img {
border-color: #999;
}

.post_table {
border-bottom: 1px #666 solid;
}

.post_table thead {
background-color: #ddd;
font-weight:bold;
}

.post_table td {
border-top: 1px #666 solid;
padding: 0 15px 0 15px;
text-align: center;
}

.excerpt_image {
float:left;
padding: 0 10px 10px 0;
}

.related_articles {
line-height: 1em;
}

.addthis_container {
margin: 25px 0 15px 0;
}

#disclosure {
	font-size: 0.8em;
	font-style: italic;
	line-height: 1.2em;
}

/********************* MAILCHIMP SIGNUP FORM *********************************/

#mc_embed_signup {
    margin: 10px 0 20px 0;
    padding: 10px 20px 15px 20px;
    background-color: #f3f3f3;
    /*border: 1px #eee solid;*/
    line-height: 1.3em;
}

#mc_embed_signup ul {
    list-style-type: none;
}

#mc_embed_signup li {
    display: inline;
}

#mc_embed_signup input[type=text] {
	height: 15px;
    width:300px;
    padding:3px;
    font-size:0.9em;
    vertical-align:top;
    margin: 0;
}

#mc_embed_signup label {
    display: block;
    font-size: 1em;
    font-weight: bold;
}

.mc-field-group {
    margin-top: 5px;
}

/*.input-group {
    font-weight:normal !important;
}*/

.input-group label {
    display: inline !important;
    margin-left: 5px;
    margin-right: 40px;
}

.note-required {
    color: #666;
    font-size: 0.8em;
    font-style: italic;
}

/*div.mce_inline_error { 
    color:red;
    font-size:0.8em;
}*/

#mce-success-response {
    font-size: 0.8em;
    color: green;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
}

#mce-error-response {
    font-size: 0.8em;
    color: red;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
}

/********************* MAILCHIMP SIGNUP FORM ENDS *********************************/

#newsletter_signup {
	margin: 10px 0 20px 0;
}

/*#newsletter_signup label {
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding-bottom: 10px;
	color: orange;
}*/

#newsletter_signup input[type=text] {
	height: 20px;
    width:210px;
    padding:3px;
    font-size:1em;
    vertical-align:top;
}

#newsletter_signup img {
	/*margin:0;
	padding:0;
	display:inline-block;*/
}

/*#newsletter_signup input[type=image] {
  vertical-align: middle;
  line-height: 2em;
}
*/

#weekly_article_box {
  margin-top:10px;
  padding:10px;
  border:1px #DBE3F0 solid;
  /*background-color:#DBE3F0;*/
}

#weekly_productservice_box {
  margin-top:10px;
  padding:10px;
  border:1px #feb solid;
  /*background-color:#feb;*/
}