/*  
Theme Name: ModernFresh
Theme URI: http://www.roschweb.com/
Description: Modern WP theme with custom layout, dropdown categories menu, multiple widget-ready placement and feedburner email form integrated, easy to customize. Created by <a href="http://indivisable.me/">indivisible.me</a> and <a href="http://roschweb.com" >ROSCH</a>. 
Author: TrickB and ROSCH
Author URI: http://indivisable.me/
Version: 1.5
Tags: black, blue, 3 columns, 2 columns, clean, transparent, right sidebar, fixed width, valid xhtml, valid css, feedburner, adsense ready, 1024, dropdown categories, widgets, footer navigation, drop down
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -165px; /* the bottom margin is the negative value of the footer's height */
}
.bot-footer, .push {
	height: 165px; /* .push must be the same height as .footer */
	clear:both;
}
a {
	text-decoration:none;
}
a:focus {
	outline:none !important;
}

* {
  margin: 0;
  padding: 0;
  outline:none !important;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0 5px;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana;
  font-weight:normal;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #6598b8;
  text-decoration: none;
  outline:none;
  }

a:hover {
  color: #222;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 ;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  background: #000 url(images/bgbody.jpg) top center no-repeat;
  }


/* Header and wrapper */
#wrapper {
  width: 1000px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0;
  margin: 0;
  height: 132px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 5px 0 0 0;
}
#header #topright ul {
  list-style: none;
  padding: 0;
  margin: 0;
  }
#header #topright li {
  display: inline;
  }
#header #topright li a {
  color: #fff;
  font-size: 9pt;
  padding: 0 0 0 25px;
  text-transform: lowercase;
  }
#header #topright li a:hover {
  color: #000;
  text-decoration: none;
  }

#header #logo {
  float: left;
  margin: 80px 0 0 0;
  padding: 0;
  height:52px;
  background:transparent url(images/logo.png) top left no-repeat;
}
#header h1 {
  padding: 0;
  margin: 0;
  height:55px;
  width:217px;
  display:block;
  float:left;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  display:block;
  visibility:hidden;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #858585;
  font-size: 17pt;
  font-family:HelveticaNeue, helvetica, arial;
  font-weight:normal;
  text-transform:lowercase;
  float:left;
  padding:27px 0 0 0;
  _padding:24px 0 0 0;
  }


/* Menu */

#catnav {
  margin: 0;
  padding: 15px;
  clear: both;
  height: 35px;
  width: 980px;
  background:transparent url(images/nav-bg.png) no-repeat top left;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0 4px;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  margin: 0;
  padding: 13px 20px 10px 15px;
  font-size: 10pt;
  color: #fff;
  }

#nav li a:hover {
  color: white;
  text-decoration: none;
  display: block;
  background:transparent url(images/nav-hl.png) repeat-x;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  margin-top:-1px;
  background:transparent url(images/g-75.png) top left repeat;
  overflow:hidden;
  z-index:9999;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  color: #fff;
  border-top:0px solid #131f27;
  margin: 0;
  padding:  0px 20px 0px 15px;
  display:block;
  line-height:30px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  padding:  0px 20px 0px 15px;
  background:#CCCCCC url(none);
  color:#333333;
  font-weight:bold;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }
#nav li ul.children li a {
	border:none;
}
#toprss {
  float: right;
  margin: 12px 5px 0 0;
  display: inline;
  line-height: 51px;
  }
#search {
	float:right;
	 background:transparent url(images/search-bg.png) no-repeat top left;
	 margin:10px 5px;
}
#s {
	border:none;
	background:transparent url(none);
	font-size:10px;
	height:20px;
	padding:7px 0 0 5px;
	color:#707070;
	width:120px;
	float:left;
} 
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
}
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
}
  
#search .submitbutton {
  margin: 0px;
  background:transparent url(none);
  color: transparent;
  font-size: 0;
  padding: 3px 6px;
  vertical-align: middle;
  border:none;
  float:left;
  height:26px;
  width:26px;
  display:block;
  }
#search .submitbutton:hover {
  cursor: pointer;
}


/* Top Content */

#main {
  margin: 0px 0px 12px 18px;
  clear: both;
  width: 980px;
  background:transparent url(images/main_mid.png) top left repeat-y;
}
.main-bot {
	background:transparent url(images/main_bot.png) bottom left no-repeat;
	height:4px;
}
#contentwrapper {
  float:left;
  width: 980px;
  margin: 0;
  padding: 0;
  min-height:381px;
  background:transparent url(images/main_top.png) top left no-repeat;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 5px 10px 5px;
  font-size: 14pt;
  color: #fff;
  font-weight: normal;
  padding: 5px;
  }
.featuredpost, .lgImgHolder, .featureditem {
	height:385px;
	overflow:hidden;
}
.featuredpost, .featureditem {
	width:980px !important;
}

/*
.lgImgHolder img {
	margin-top:-100px;


}*/
div#pager {
	position:absolute;
	text-align:center;
	z-index:9998;
	left:50%;
	margin-top:3px;
}
#pager a {
	display:block;
	height:10px;
	width:25px;
	border:1px solid #d9d9d9;
	background:transparent;
	float:left;
	color:transparent;
	margin:5px 8px;
}
#pager a:hover {
	background:transparent url(images/page-hl.png) top left repeat-x;
}
#pager a.activeSlide {
	background:transparent url(images/page-hl.png) bottom left repeat-x;
}

.caption {
	background:transparent url(images/capgrade.png) repeat-x top left;
	display:block;
	margin:-139px 0 0 0;
	padding:10px;
	position:absolute;
	width:953px;
	height:119px;
	color:#dbdbdb;
}
.caption h2 {
	color:#dbdbdb;
	font-family: HelveticaNeue, Helvetica, arial;
	font-size:36px;
	font-weight:normal;
	padding:5px 0 0 0;
	text-shadow:-1px -1px #111, 1px 1px #333;
}
.caption p {
	font-size:18px;
	color:#dbdbdb;
	font-family: HelveticaNeue, Helvetica, arial;
	text-shadow:-1px -1px #222, 1px 1px #333;
}
#arrows {
	left:50%;
	margin-left:-472px;
	position:absolute;
	top:225px;
	width:960px;
	z-index:9999;
	height:220px;
}
#prev2, #next2 {
	width:480px;
	display:block;
	float:left;
	height:30px;
	height:220px;
	overflow:hidden;
}
#next2 {
	text-align:right;
}

.topPost {
  margin: 4px 4px 0 4px;
  padding: 0;
  font-size: 9pt;
  height:385px;
  overflow:hidden;
  }
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  color: #ABD1EA;
  letter-spacing: -2px;
  }
 .topPost h2.topTitle {
  font-size: 15pt;
  font-weight: normal;
  color: #ABD1EA;
  letter-spacing: -2px;
  } 
  
  
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #ffffff;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent p{
  font-size: 11pt;
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comment {
  margin: 10px;
  padding: 10px 15px;
  color: #fff;
  }
#comment a {
  color: #6598b8;
  }
#comment a:hover {
  color: #fff;
  }
#numberofcomments {
  color: #fff;
  font-size: 12pt;
  margin: 10px;
  }
ol#commentlist {
  list-style: none;
  margin: 10px 0;
  font-size: 9pt;
  }
#commentlist li {
  margin: 0 0 15px 0;
  padding: 10px;
  }
#commentlist li.alt {
  border: none;
  }
#commentlist li.cleared {
  background: transparent;
  border: none;
  }
#commentlist a:hover {
  color: #eee;
  }
#commentlist a.gravatar {
  float: left;
  margin: 0 10px 0 0;
  width: 69px;
  }
#commentlist .commentbody {
  margin: 0;
  padding: 0 5px 0 0;
  float: left;
  }
#commentlist .commentbody p a {
  text-decoration: underline;
  }
#commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
#commentlist small.commentmetadata a {
  color: #666;
  }
#commentlist p {
  color: #dedede;
  }
#comment h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0 0 0;
  padding: 0;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  }
#comment #submit {
  margin-left: 0px;
  margin-top: -25px;
  }



/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }



/* Sidebars */
#sidebars {
  margin: 15px 0 0 0;
  float: right;
  width: 340px;
  color: #eee;
  display:none;
  }
#sidebars .sidebarbox {
  background: url(images/bg-trans.png) repeat;
  padding: 8px 15px;
  }

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

#sidebar_left {
  float: left;
  width: 160px;
  }

#sidebar_right {
  float: right;
  width: 160px;
  }

#sidebars h2 {
  margin: 0;
  padding: 0 0 8px 0;
  font-weight: normal;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

#sidebars table {
  width: 130px;
  }

#sidebars ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

#sidebars li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

#sidebars li ul {
  padding: 0;
  }

#sidebars ul ul li {
  margin: 0;
  padding: 2px 2px 2px 16px;
  color: #eee;
  background: url(images/bullet.gif) left 8px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }

#sidebars a {
  display: inline;
  color: #eee;
  }
#sidebars a:hover {
  color: #6598b8;
  text-decoration: underline;
  }

#sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  color: #eee;
  }

#tag_cloud a {
  display: inline;
  }

#sidebars ul.children li {border-bottom:none;}
#sidebars ul.children {margin-bottom:0;}



/* Before footer */

#morefoot {
  padding: 0px;
  color: #dfdfdf;
  margin: 0 0px 10px 15px;
  float:left;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: none;
  color: #ddd;
  }
#morefoot a:hover {
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  border-bottom: 1px dotted #707070;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #s {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 535px;
  }
#morefoot .col1 .box-top {
	background:transparent url(images/md-box-top.png) top left no-repeat;
	height:9px;
} 
#morefoot .col1 .box-mid {
	background:transparent url(images/md-box-mid.png) top left repeat-y;
	padding:6px 15px;
} 
#morefoot .col1 .box-bot {
	background:transparent url(images/md-box-bot.png) bottom left no-repeat;
	height:9px;
} 
#morefoot .col2 {
  margin: 0 15px;
  }
#morefoot .col2 .box-top, #morefoot .col3 .box-top {
	background:transparent url(images/sm-box-top.png) top left no-repeat;
	height:9px;
} 
#morefoot .col2 .box-mid, #morefoot .col3 .box-mid  {
	background:transparent url(images/sm-box-mid.png) top left repeat-y;
	padding:6px 12px;
} 
#morefoot .col2 .box-bot, #morefoot .col3 .box-bot  {
	background:transparent url(images/sm-box-bot.png) bottom left no-repeat;
	height:9px;
}   
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 210px;
  }
#morefoot .col2 .box-mid, #morefoot .col3 .box-mid, #morefoot .col1 .box-mid   {
	height:200px;
}
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/
#footer {
  	clear: both;
  	background:transparent url(images/the-foot.png) no-repeat top left;
	clear:both;
	padding:5px 15px;
	margin:10px 0 40px;
	float:left;
	width:960px;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  text-align:right;
  margin:0 10px;
  }
#footerright {
  float: right;
  text-align: left;
  margin: 0 10px;
  }



/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px;
  }
.alignright {
  float: right;
  margin: 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  /* optional rounded corners for browsers that support it */
  }

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

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }
#mrt_sub_form {
}
#mrt_sub_form input, #morefoot .col2 input {
	background:#4b4b4b url(images/foot-input.png) bottom left repeat-x;
	border:1px solid #777777;
	color:#a0a0a0;
	width:169px;
	margin:7px 0 0;
	padding:4px;
}
#mrt_sub_form .sms-submit, #morefoot .col2 .submit-btn {
	border:none;
	width:77px;
	height:26px;
	background:transparent url(images/sms-btn.png) top left no-repeat;
	color:white;
	margin-left:103px;
}
#mrt_sub_form .sms-submit:hover, #morefoot .col2 .submit-btn:hover {
	background:transparent url(images/sms-btn.png) bottom left no-repeat;
}
#mrt_sub_form select {
	background:#4b4b4b url(images/foot-input.png) bottom left repeat-x;
	border:1px solid #777777;
	color:#a0a0a0;
	width:179px;
	margin:7px 0 0;
	padding:4px;
}
#mrt_sub_form select *{
	border:none;
}
#mrt_sub_form select option {
	background-color:#474747;
	padding: 0 5px;
	border:none;
}
div.bot-footer {
	background:transparent url(images/footer-bg.png) top left repeat-x;
	color:#666;
	text-align:center;
}
div.footmap {
	width:960px;
	margin:0px auto;
	padding:10px 0 0 0;
}
div.bot-footer ul {
	list-style:none;
	text-align:center;
}
div.bot-footer ul li {
	float:left;
	list-style:none;
	margin:0 auto;
	display:block;
	text-align:left;
	margin:0 75px 0 0;
}
div.bot-footer ul li a {
	color:#979797;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
div.bot-footer ul.children li a {
	color:#737373;
	font-size:12px;
	text-decoration:none;
}
div.bot-footer ul li a:hover {
	color:#dbdbdb;
}
div.bot-footer ul.children li {
	float:none;
}
div.eblast h3{
	background:transparent url(images/emico.png) top left no-repeat;
	text-indent: 26px;
}
div.smsblast h3{
	background:transparent url(images/smsico.png) top left no-repeat;
	text-indent: 26px;
}
div.tblast h3 {
	background:transparent url(images/twico.png) top left no-repeat;
	text-indent: 26px;
}
a.facebook {
	background:transparent url(images/fbico.png) center left no-repeat;
	padding:3px 30px;
	display:block;
}
a.myspace {
	background:transparent url(images/msico.png) center left no-repeat;
	padding:3px 30px;
	display:block;
}
div.loading {
	margin:130px auto;
}
div#smsSuccess {
	color:white;
	padding:10px;
	font-size:30px;
	font-family:helveticaNeue, helvetica, arial;
}
div#smsSuccess p {
	font-size:30px;
}
div#smsSuccess p.green {
	color:#00FF00;
	font-size:30px;
	font-family:helveticaNeue, helvetica, arial;
}
div#smsSuccess p.red {
	color:red;
	font-size:30px;
	font-family:helveticaNeue, helvetica, arial;
}