html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a{ color: #222; outline: none; }
a:hover{ text-decoration: none; }
a img{ border: 0; }
a div{ display: inline; }



body{
	background: #dedede;
	color: #333;
	font: 11px Verdana, Arial, sans-serif;
	margin: 0 20px;
	text-align: center;
}
h1{
	background: url(../images/logo.gif) no-repeat;
	float: left;
	height: 44px;
	margin: 0;
	text-indent: -50000px;
	width: 211px;
}
	h1 a{
		display: block;
		height: 75px;
		width: 100%;
	}
h2{
	color: #222;
	font: 30px Georgia, "Times New Roman", serif;
  padding: 0 0 10px;
}
  h2 span{
    font: 11px Verdana, Arial, sans-serif;
    padding: 0 0 0 25px;
  }
h3{
  color: #222;
	font: 20px Georgia, "Times New Roman", serif;
	margin: 0 0 10px;
}
label{
	display: block;
	font-weight: bold;
	padding: 0 0 3px;
}
	label a{
		color: #999;
		font-size: 10px;
		font-weight: normal;
	}
p, pre{
	margin: 0 0 10px;
}
table{ font-size: 1.1em; }
	table td{
		width: 50%;
		padding: 2px 2px 2px 0;
	}
	table th{ font-size: 1.2em; }
ol{ margin: 10px 0 10px 25px; }
ul{
	margin: 10px 0 10px 10px;
}
	ul li, ol li{
		margin: 0 15px;
		padding: 0 0 0 5px;
	}



#about-inside{ min-height: 260px; }
#user-inside{ min-height: 150px; }
#account{
	position: absolute;
	right: 10px;
	top: 5px;
}
	#account ul{
		color: #cfe1ed;
		font-size: 11px;
		list-style: none;
		margin: 0;
	}
		#account li{
			display: inline;
			margin: 0;
			padding: 4px 5px 0 0;
		}
			#account li a{
				color: #efefef;
			}
#comments{
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}
#explore-inside{
	min-height: 410px;
}
#featured-img{
  background:url(../images/featured_post.jpg) no-repeat;
  float:right;
  height:253px;
  margin: 20px 0 0 13px;
  width:210px;
}
  #featured-img .rating{
    padding:0 0 0;
  }
#footer{
	background: #fff url(../images/footer_background.gif) no-repeat center 10px;
	border-top: 1px solid #efefef;
	clear: both;
	color: #666;
	padding: 90px 0 10px;
	text-align: center;
}
	#footer a{
		color: #efefef;
	}
	#footer p{
		margin: 0; padding: 0;
	}
#header{
  background: #111;
  font: 11px Verdana, Arial, sans-serif;
  padding: 31px 20px 24px;
  position: relative;
}
#blockup, #latest{
	background: #ccc url(../images/latest_background.jpg) repeat-x;
	margin: 0 0 15px;
}
	#blockup-inside, #latest-inside{
		background: #fff;
		border: 1px solid #dedede;
		border-top: 0;
		min-height: 225px;
		padding: 10px 0;
	}
#main{
  float: left;
  
	min-height: 400px;
	width: 635px;
}
	#main-inside{
		line-height: 1.4em;
    padding: 10px 0 10px 10px;
	}
#navigation{
	position: absolute;
	bottom: 0;
	right: 5px;
}
#outside{
  position: relative;
}
#post-body{
  font: 11px/20px Verdana, Arial, sans-serif;
}
  #post-body blockquote{
    margin: 20px 0 20px 30px;
  }
  #post-body pre{
    color: #000;
    font: 12px/15px "Courier New", Courier, monospace !important;
  }
  #post-body h2{
    font-size: 14px;
    font-weight: bold;
  }
  #post-body h3{
    font-size: 13px;
    font-weight: bold;
  }
  #post-body h4, #post-body h5, #post-body h6{
    font-size: 12px;
    font-weight: bold;
  }
#post-comments{
	border-top: 1px solid #efefef;
	margin: 20px 0 0;
  padding: 8px 0 0;
}
	#post-comments h2{
		padding: 10px 0 0;
	}
  #post-comments p{
    font-size: 11px;
  }
#sidebar{
	float: right;
	width: 315px;
}
	#sidebar p{
		padding: 3px 0;
	}
  #sidebar .post-details p{
    font-size: 11px;
  }
  #sidebar-inside{
    padding: 10px 10px 10px 0;
  }
#sidebar-signup{
  background: url(../images/sidebar_signup.gif) no-repeat 10px 0;
  height: 210px;
  padding: 30px 10px 0 220px;"
}
  #sidebar-signup p{
     font:10px/13px Verdana, Arial, sans-serif;
     margin:0;
  }
#star-ratings-block{
	margin: 0 auto;
}
#wrapper{
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
}

.add{
  background:url(../images/icon_add.gif) no-repeat 0 15px;
  padding: 10px 0 0 12px;
}
.background{
  border: 1px solid #efefef;
}
  .background h2{
    background: #efefef;
  }
.blockup-comments ul, .blockup-fav ul{
	margin: 0; padding: 0;
}
	.blockup-comments li{
		font-size: 11px;
		line-height: 22px !important;
		padding: 3px 0 7px;
	}
  .blockup-fav li{
	  background: url(../images/icon_fav_on.gif) no-repeat 0 9px;
  	font-size: 11px;
		font-weight: bold;
	  list-style: none;
	  margin: 0 0 0 3px;
    padding: 5px 0 5px 20px;
  }
.border{
  border: 1px solid #efefef;
}
.border-bottom{
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
}
.border-top{
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.box{
	margin-bottom: 20px;
}
	.box h2{
    padding: 8px 10px;
	}
.box-inside{
	background: #fff;
  font: 11px/17px Verdana, Arial, sans-serif;
	padding: 10px;
}
  .box-inside img{
    float:right;
    padding:0 0 0 10px;
  }
.categories{
	background: #ccc url(../images/latest_background.jpg) repeat-x;
	margin: 0 0 15px;
}
	.categories a{
		color: #666;
	}
.clear:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.comment{
	border-top: 1px solid #efefef;
}
	.comment span{
		color: #999;
	}
.comment-header{
	padding: 10px 0 !important;
}
.delete{
  background: url(../images/icon_delete.gif) no-repeat 0 3px;
	color: #900;
  padding: 0 0 0 12px;
}
  .post-tools .delete{
    background-position: 0 4px;
  }
.edit{
  background: url(../images/icon_edit.gif) no-repeat 12px 2px;
}
.edit-table{
	border-collapse: collapse;
	border-top: 1px solid #efefef;
	margin-top: 10px;
	width: 100%;
}
	.edit-table img{
		border: 4px solid #ccc;
	}
	.edit-table td{
		vertical-align: top;
		width: 50%;
	}
.empty{
	margin: 2.5px 5px -2.5px 0;
}
.error{
	background: #900;
	color: #fff;
}
.featured{
  padding-top: 0;
}
.feed-p{
	font-size: 11px;
}
.feed-right{
	float: right;
  font-size: 11px;
	padding: 1.8em 10px 0 0;
}
.feed, .feed-right a{
	background: url(../images/icon_feed.png) no-repeat left 1px;
	padding: 1px 0 1px 18px;
}
.field-with-errors input, .field-with-errors textarea{
	border: 2px solid #900;
	margin: 0 !important;
}
.flash{
	font-weight: bold;
	margin: 0 0 10px;
	padding: 10px;
	position: relative;
}
.form-error{
	background: url(../images/icon_error.gif) no-repeat left 4px;
	color: #900;
  display: block;
	font-size: 10px;
  margin: 2px 0 0;
	padding: 2px 0 3px 16px;
}
.full{
	width: 99%;
}
.half{
	width: 49%;
}
.head-left{
	float: left;
	padding: 10px 0 15px !important;
	width: 200px;
}
.headline{
	padding: 0 0 15px;
}
.hide{
	display: none;
}
.hint{
	background: url(../images/icon_hint.gif) no-repeat left 2px;
	color: #444;
	display: block;
	font-size: 10px;
	padding: 0 0 10px 16px;
}
.hint-link{
	padding: 1px 3px;
}
.inline{
	display: inline;
}
.innerbar{
	float:right;
	width: 28%;
}
.innerbox{
	width: 99%;
}
.inside{
  padding: 0 10px;
}
.label{
	display: block;
	padding: 0 0 3px;
}
.latest{
  padding-top: 0;
}
.loginbar{
	float:right;
	width:250px;
}
.loginbox{
	float:left;
	margin:-10px 0 0;
	padding: 0 10px;
	width:250px;
}
.margbottom{
	margin: 0 0 20px;
}
.margzero{
	margin-right: 0;
}
.mark-favorite{
	background: url(../images/icon_fav_off.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
}
.unmark-favorite{
	background: url(../images/icon_fav_on.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
}
.mycomment{
	border-bottom: 1px solid #efefef;
	margin: 10px 0 5px 0;
	padding: 0 0 10px;
}
	.mycomment p{
		margin: 7px 0 0 0;
	}
	.mycomment .mycomment-posted{
		margin: 4px 0 0;
	}
.notice{
	background: #FBCC7C;
  color: #111;
}
.optional{
	color: #666;
	font-weight: normal;
}
.paddingtop{
	padding: 0 0 20px;
}
.pagination{
	color: #666;
	font-size: 11px;
	margin: 20px 0 0 0;
}
	.pagination span, .pagination a{
		border: 1px solid #ccc;
		padding: 3px 6px;
	}
	.pagination a:hover, .current-page{
		background: #ff6000;
		border: 1px solid #ff6000 !important;
		color: #fff;
	}
  .post-details{
    line-height: 1.3em;
  }
.post-fav{
	color: #999;
	font-size: 10px;
}
.post-meta{
  color: #999;
  margin: 0 0 20px;
}
.post-tips{
  
}
  .post-tips img{
    float:left;
    padding:10px 0 0 10px;
  }
  .post-tips ul{
    line-height:14px;
    list-style:none;
  }
    .post-tips li{
      padding: 0 0 15px;
    }
.post-tools{
  font-size: 12px !important;
  margin: 10px 0;
}
.pullquote{
	font: bold 21px Georgia, "Times New Roman", serif;
	font-style: italic;
	float:right;
	margin: 0 5px 5px 15px;
}
.rating{
	position: relative;
}
.rating-vert{
	padding: 17px 0 0 5px;
	position: relative;
}
.remove{
	margin: 2.5px 0 -2.5px 5px;
}
.report-this a{
	color: #999;
}
.separator{
	background: #31363E;
}
	.separator div{
		background: #31363E url(../images/footer_background.jpg) repeat-x top left;
		height: 20px;
	}
.sidebar{
	border-bottom: 5px solid #ccc;
}
	.sidebar-inside{
		background: #fff;
		font: 13px Georgia, "Times New Roman", Times, serif;
		padding: 10px;
	}
		.sidebar-inside ul{
			margin: 0; padding: 0;
		}
			.sidebar-inside li{
				list-style: none;
        margin: 0;
				padding: 0 0 3px 5px;
			}
.sponsor{
	background: #000;
}
	.sponsor h2{
		color: #fff;
		font: 25px Helvetica, Arial, Verdana, sans-serif;
		padding: 10px 10px 0;
	}
	.sponsor p{
		color: #fff;
		margin-top: 0;
		padding: 5px 10px 10px;
	}
#sidebar .subscribe{
   background:url(../images/subscribe.jpg) no-repeat 20px top;
   font: bold 20px Georgia, Times New Roman, serif;
   line-height: 23px;
   padding: 10px 10px 20px 140px;
}
.submit{
	padding: 10px 0 0;
}
.tabs{
  background: #efefef;
	font: 11px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0 10px;
}
	.tabs li{
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.tabs li a{
			color: #111;
			display: block;
			padding: 3px 10px 5px !important;
		}
      .tabs li a:hover{
        background: #ddd;
			  text-decoration: none;
      }
      .tabs .active-tab, .tabs .active-tab:hover{
        background: #fff;
			  text-decoration: none;
      }
.show{
	display: block;
}
div.tag-cloud{
	line-height: 2.2em;
	padding: 0 10px;
}
p.tag-cloud{
	line-height: 2.2em;
	margin: 5px 10px;
	padding: 0;
}



/* styles for the star rater */
.star-rating{
  background: url(../images/star_rating.gif) left top repeat-x;
  height: 25px;
	list-style:none;
  margin: 0; padding: 0;
  position: relative;
  width: 125px;
}
	.star-rating-vert{
  	background: url(../images/star_rating_vert.gif) left bottom repeat-y;
  	height: 125px;
		list-style:none;
  	margin: 0; padding: 0;
  	position: relative;
		width: 25px;
	}
.star-rating li{
  /*\*/
  float: left;
  /* */
	margin:0; padding:0;
}
	.star-rating-vert li{
		display: block;
		margin:0; padding:0;		
	}
.star-rating li a, .star-rating-vert li a{
  display:block;
  height: 25px;
  padding: 0;
  position: absolute;  
  text-decoration: none;
  text-indent: -9000px;
  width: 25px;  
  z-index: 20;
}
.star-rating li a:hover{
  background: url(../images/star_rating.gif) left center;
  border: none;
  left: 0;
  z-index: 2;
}
	.star-rating-vert li a:hover{
		background: url(../images/star_rating_vert.gif) center top;
		border: none;
  	top: 0;
  	z-index: 2;
	}
.star-rating a.one-star{
  left: 0;
}
	.star-rating-vert a.one-star{
  	top: 0;
	}
.star-rating a.one-star:hover{
  width: 25px;
}
	.star-rating-vert a.one-star:hover{
		height: 25px;
		width: 25px;
	}
.star-rating a.two-stars{
  left: 25px;
}
	.star-rating-vert a.two-stars{
		top: 25px;
	}
.star-rating a.two-stars:hover{
  width: 50px;
}
	.star-rating-vert a.two-stars:hover{
		height: 50px;
		width: 25px;
	}
.star-rating a.three-stars{
  left: 50px;
}
	.star-rating-vert a.three-stars{
  	top: 50px;
	}
.star-rating a.three-stars:hover{
  width: 75px;
}
	.star-rating-vert a.three-stars:hover{
  	height: 75px;
		width: 25px;
	}
.star-rating a.four-stars{
  left: 75px;
}
	.star-rating-vert a.four-stars{
  	top: 75px;
	}
.star-rating a.four-stars:hover{
  width: 100px;
}
	.star-rating-vert a.four-stars:hover{
  	height: 100px;
	}
.star-rating a.five-stars{
  left: 100px;
}
	.star-rating-vert a.five-stars{
		top: 100px;
	}
.star-rating a.five-stars:hover{
  width: 125px;
}
	.star-rating-vert a.five-stars:hover{
		height: 125px;
	}
.star-rating li.current-rating{
  background: url(../images/star_rating.gif) left bottom;
  display: block;
  height: 25px;
  left: 0;
  position: absolute;
  text-indent: -9000px;
  top: 0;
  z-index: 1;
}
  .star-rating-vert li.current-rating{
  	background: url(../images/star_rating_vert.gif) right top;
  	display: block;
  	width: 25px;
  	left: 0;
  	position: absolute;
  	text-indent: -9000px;
  	top: 0;
  	z-index: 1;
  }

/*Inheritance stuff*/
	
.nube1 {font-size: 1em;}
.nube2 {font-size: 1.4em;}
.nube3 {font-size: 1.8em;}
.nube4 {font-size: 2.2em;}
.nube5 {font-size: 2.6em;}
.nube6 {font-size: 3em;}

.sidebar-inside .nube1 {font-size: 14px;}
.sidebar-inside .nube2 {font-size: 14px;}
.sidebar-inside .nube3 {font-size: 14px;}
.sidebar-inside .nube4 {font-size: 14px;}
.sidebar-inside .nube5 {font-size: 14px;}
.sidebar-inside .nube6 {font-size: 14px;}

#header .tabs{ background: none; }
  #header .tabs li{ float: right; }
  #header .tabs li a{ color: #efefef; }
  #header .tabs li a:hover{ background: #444; }


#home #nav-home, #posts #nav-posts, #about #nav-about, #contact #nav-contact{
	background: #fff;
	color: #222;
	text-decoration: none;
}


.mceEditor{background:#fff;!important; font-size: 12px !important; padding:5px !important;}
.mceToolbarTop {padding:2px 4px !important;border-bottom: 1px solid #cccccc; padding-bottom: 1px;}
.mceEditorIframe {width:99% !important; padding: 0 0 0 .6%;border: 0; height:400px !important;}
.mceContentBody {font: 12px/14px Verdana, Arial, sans-serif !important;}
