/*  
Theme Name: Mag Essentials
Theme URI: 
Description: Magazine Style Theme - Mag Essentials
Author: ChiQ Montes
Author URI: 
*/

/* DEFAULT */

.clear {
     clear: both:
}

* {
	margin:0em;
	padding:0em;
	list-style: none;
	line-height:1.2;
}

html, body, #wrap {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
   }
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* REGULAR CODING */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
}

/* STRUCTURE */

#container{
	margin: 0px auto;
	background:url(images/container_back.gif);
	padding:25px 0;
}

#holder{
	width:950px;
	margin: 0px auto;
         background-color: #fff;
}
#holder .con{
	padding:26px;
	background:#fff;
}

#top-back{
	background:url(images/holder_top_back.png) no-repeat center;
	height:8px;
}

#bottom-back{
	background:url(images/holder_bottom_back.png) no-repeat center;
	height:8px;
}

#header{
	height:100px;
}

#logo{
	float:left;
}

#weather {
	float: left;
	display: block;
	padding-left: 20px;
	margin: auto;
}

#nav-main{
	width:900px;
	height:35px;
	border:#ccc thin solid;
	border-bottom:#336699 2px solid;
	margin:10px 0 15px 0;
}

#content-box{
	
	width:900px;
	line-height:1.5;
	float:left;
}
#contentarea{
	width:445px;
	float:right;
	border:#ccc thin solid;
}
calendarcontentarea{
	float:right;
	border:#ccc think solid;
}

#singlecontentarea{
	width: 600px;
	float: right;
	border:#ccc thin solid;
}
#gallerycontentarea {
	width: 625px;
	float: right;
	border:#ccc thin solid;
}
#searchcontentarea{
	width: 600px;
	float: right;
	padding-left:20px;
	padding-right:10px;
	border:#ccc thin solid;
}

#calendarcontentarea {
         width:620px;
         float:right;
         border:#ccc thin solid;

}

#directorycontentarea{
	width: 625px;
	height:600px;
	float: right;
	border:#ccc thin solid;
}
.directorytext{
	padding-top:10px;
	padding-left:10px;
}

#welcomecontainer{
	width: 900px;
	border:#ccc thin solid;
	height:50px;
	margin-bottom:10px;
}
#welcomecontainer #welcome{
	color:#fff;
	background:#336699;
	font-size:12px;
	font-weight:bold;
	line-height:50px;
	padding-left:10px;
         padding-top:20px;
	height:30px;
	width:590px;
	float:left;
}
.welcometext{
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
#welcomecontainer #search{
	background:#336699;
	width:300px;
	padding-top:10px;
	height:40px;
	float:right;
}
#pageheader{
	width: 600px;
	float: right;
	margin-bottom:10px;
	border-bottom:#ccc thin solid;

}

#postinfo {
	color:#666;
	font-size:9px;
	padding:0;
	margin:0;
	width:200px;
	float:right;
	text-align:right;
}
#postcategory{
	width:200px;
	float:left;
}
#posttitle{
	float:left;
}

#rightbar{
	width:170px;
	margin-left:15px;
	height:425px;
	float:right;
	border:#ccc thin solid;
}
#rightbar h3{
	height:35px;
	line-height:35px;
	background:#336699;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 10px;
	border-right:#ccc thin solid;
}
#gallery{
	width:650px;
	height:600px;
	border:#ccc thin solid;
}

#content-bottom{
	clear:left;
	height:0px;
	margin:0 0 10px 0;
}
#signup{
	width:50px;
	height: 80px;
}

#sidebar{
	width:250px;
	margin:0;
	float:left;
	border:#ccc thin solid;
}

#sidebar #subscribe{
	border-left:#ccc thin solid;
	border-top:#ccc thin solid;
	border-width:0 1px 1px 1px;
	color:#999;
	background:#fff;
	font-size:11px;
}

#sidebar #subscribe .back{
	height: 80px;
	padding:0 0 0 5px;
}

#sidebar #ad-block{
	height:250px;
	background:#fff;
}
.centertext{
	text-align:center;
}

#sidebar .split-holder{
	float:left;
}
	
#sidebar .split{
	float:left;
	width:250px;
}

#footer{
	width:900px;
	margin-top:10px;
	clear:both;
	border:#ccc thin solid;
	text-align:right;
	line-height:1.5;
}
	
/* NAVIGATION */

#nav-main ul{
	float:left;
	text-align: center;
}

#nav-main ul li{
	float:left;	
}

#nav-main a{
	float:left;
	height:35px;
	line-height:35px;
	display:block;
	font-weight:bold;
	font-size:12px;
	color:#666;
	padding:0 21px;
	border-right:#ccc thin solid;
}

#nav-main a:hover{
	background:#336699;
	color:#fff;
}

.pagenavigation {
         padding-top:30px;
         padding-bottom:30px;
}

/* HEADINGS */

h1{
	padding:0;
}

h1 a{
	color:#336699;
	font-size:36px;
	font-weight:bold;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
}

.split h3{
	height:35px;
	line-height:35px;
	background:#336699;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 10px;
	border-right:#ccc thin solid;
}

h3#comments{
	width:550px;
	text-align:center;
	font-size:16px;
	border-bottom:#ccc thin solid;
}
h2{
	line-height:1.2;
	font-size:18px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#336699;
}

h2.pagetitle{
	font-size:18px;
	color:#336699;
	width:550px;
	text-align:center;
	padding:0;
	font-weight:bold;
}
h4{
	line-height:35px;
	font-size:12px;
	color:#336699;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 10px;
	border-bottom:#ccc thin solid;
}
h5{
	line-height:35px;
	font-size:12px;
	color:#336699;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding:0 10px;
}

/* LISTS */

#ad-block ul{
	margin:0 0 0 10px;
}

#ad-block ul li{
	float:left;
	margin:5px 10px 10px 0;
	
}
.split ul{
	margin:0 0 0 20px;
}
.split ul li{
	list-style:url(images/bullet.gif);
	margin:5px 0;
}

.split ul li a{
	color:#666;
}

.split ul li a:hover{
	text-decoration:underline;
}


/* FORMS */

.text-box{
	border:#ccc thin solid;
	margin:0;
	height:16px;
	padding:5px;
	width:200px;
}

#subscribe p, form#searchform p{
	display:inline;
}

#welcomecontainer #search .text-box-search{
	border:#ccc thin solid;
	font-size:12px;
	height:16px;
	margin:5px 0 0 0;
	width:200px;
	}

#welcomecontainer #search .submit-box{
	border:#ccc thin solid;
	height:21px;
	background:#fff;
	font-size:12px;
	margin:5px 0 0 0;
	padding-left:10px;
	padding-bottom:0;
	color:#999;
	width: 75px;
	
}

/* LINKS */

#contentarea a {
	color:#336699; 
}

#singlecontentarea a {
	color:#336699; 
}

.post a {
	color:fff;
}
	
#footer a{
	color:#336699;
}

#contentarea a:hover,#footer a:hover{
	text-decoration:underline;
}

#singlecontentarea a:hover,#footer a:hover{
	text-decoration:underline;
}

#sidebar a{
	color:#666;
}

#sidebar a:hover{
	text-decoration:underline;
}
#ad-block a{
	color:#336699;
	font-weight:bold;
	font-size:12px;
}
ad-block a:hover{
	text-decoration:underline;
}

/* POST */

.post{
	padding-top:10px;
}

.post .date{
	height:25px;
	line-height:25px;
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:5px 10px;
}

.post h2{
	line-height:1.2;
	font-size:20px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#336699;
}

.post h2 a{
	line-height:1.2;
	font-size:20px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#336699;
}
	
.post-meta{
	
	border-bottom:#ccc thin solid;
	padding:0;
}

.post-meta .comments-count{
	float:right;
	background:url(images/comment_icon.gif) no-repeat left 50%;
	padding:0 0 0 20px;
}

.post-meta .data{
	width:280px;
}

.post ul{
	list-style-type:disc;
	margin:5px 5px 5px 25px;
}

.post ol{
	list-style-type:decimal;
	margin:5px 5px 5px 25px;
}

.post p{
	margin:10px 0;
}

.post blockquote{
	padding:5px 5px 5px 15px;
	background:#eee;
	font-style:italic;
	border:#ccc 1px dotted;
}
.post .postinfo {
	color:#666;
	font-size:9px;
	padding:0;
	margin:0;
}

.navigation{
	text-align:right;
	padding:10px;
	height:15px;
}
.navigation .alignleft{
	float:left;
}

/* COMMENT */

.comment{
	border-bottom:#ccc thin solid;
	color:#666;
}

.comment .date{
	color:#000;
	font-size:11px;
	margin:3px 0;
}

.comment b{
	color:#000;
}

.comment p{
	margin:10px 0;
}

.comment-reply p{
	color:#666;
	font-size:11px;
	margin:10px 0;
}

.comment-reply p textarea{
	width:410px;
	height:200px;
}

.comment-reply h3{
	font-size:16px;
	color:#666;
}

/* OTHER */

#logo b{
	font-size:12px;
}

#top-ad-banner{
	float:right;
}

#contentarea .content, #sidebar .content, #footer .content, #singlecontentarea {
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	padding-top:5px;
}

#sidebar #subscribe .content, #sidebar .comment .content, .comment-reply .content{
	padding:10px;
}

.post-meta .content{
	padding:5px;
}

#footer .copyright{
	padding-left:475px;
	text-align:center;
}

#sidebar .set{
	float:left;
}

.avatar{
	float:right;
}

img.alignright {float:right; margin:0 0 0 2em}
img.alignleft {float:left; margin:0 2em 0 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 0 2em}
a img.alignleft {float:left; margin:0 2em 0 0}
img.homepix {display: block; margin-left: auto; margin-right: auto}