/*
Theme Name: aZs_WIDE

Description: 1200 wide aZs Site template based on deFusion by Webdemar <a href="http:/alphazedstudios.com">alphaZED studios</a>. Now with dropdown menu, sticky posts and threaded comments.
Version: 1.0
Author: aZs
Author URI: http://alphazedstudios.com
Tags: black, dark, white, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post

Comment from aZs; I'm finding that most tempate developers leave out important authoring notes...So I've added my own.

General Notes

The tab menu is edited in the superfish.css 0 inside the lib/js folder
All other style settings and such are in the style.css

*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- COMMENTS
	- SEARCHFORM
	- FOOTER
	- WORDPRESS CSS
	- USEFUL

/*	##################################
   	GENERAL "Body" controls the BG of the page behind the content 727272 is the text color - it's also the control for the colors and type styles seen in the blog posts - line height controls leading
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #191a1c url(img/CARBON_BG_v4.png) no-repeat center top;
	color: #727272;
	font: 16px/24px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: lighter;
	line-height: 18pt;
	/*26282a*/
	
}

a {
	color: #727272;
	outline: none;
	
}
/*This margin controls the spacing of the elements on the page - higher numbers = more distance between blocks */

p {
	margin: 0 0 10px 0;
	border: none;
	
}
/*This controls the color and location of the bullet points - line height = leading*/
ul, ol {
	border-top: 0px dotted #ffcc00;
	margin-bottom: 50px;
	margin-left: 40px;
	color: #ffcc00;
	line-height: 24px;
}

/*	##################################
   	BASIC LAYOUT '#' means div tag
	################################## */
	
#page {
	width: 960px;
	margin: 0 auto;
	border-bottom: 0px solid #474747;
	/*border-left: 1px solid #474747;
	border-right: 1px solid #474747;*/
	border-right: 8px solid #141414;
	border-left: 8px solid #141414;
	

}
	
#header {
	position: relative;
	height: 310px;
	border-bottom: 6px solid #181818;
	border-right: 0px solid #ffcc00;
	border-left: 0px solid #ffcc00;
}
/*this controls the color of the background behind the content areas - if there is no color specified the BG image used in the header will show*/
#content {
	padding: 10px 0px 0 0;
	background: #212121;
	border-bottom: 1px solid #474747;
	border-left: 0px solid #48515b;
	border-right: 0px solid #474747;
	border-top: 0px solid #ffcc00;
}
/*adjust the width to balance between the right and left columns - puts the rt edge of the left content closer to the left edged of the right content box*/
/*<hr> 10px solid #ffcc00 <hf />*/
#content-bottom {
	
	margin: 0px;
	padding: 0px 0px 0 0;
	float: center;
	width: 960px;
	border-right: 0px solid #474747;
	border-top: 0px dotted #ffcc00;
}

content-right {
	float: right;
	width: 960px;
	color: #2a373f;
	
	border-right: 1px solid #474747;

}

#footer {
	background: #282828 /*url(img/bg-body_new.jpg) no-repeat center top*/;
	width: 960px;
	margin-left: 0px;
	align: center
/*	border-left: 1px solid #474747;
	border-right: 1px solid #474747;*/
	position: bottom;
	color: #48515b;
	font-weight: bolder;
	background: ;
	border-left: 0px solid #ffcc00;
	border-right: 0px solid #ffcc00;

}

/*	##################################
   	HEADINGS h1 is AZS  h2 is is blog description h3a is the post title h4 = the sidebar title
	################################## */
	
h1, h1 {
	margin: 0 0 10px 0;
}

h3, h4, h5, h6 {
	margin-top: 0pt;
	margin-bottom: 5pt;
}
	
h1#blog-title {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 18pt;
	font-weight: bold;
}

h1#blog-title a {
	color: #48515B;
	text-decoration: none;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	font-weight: normal;
}

h2.category-title {
	margin: 0 20px 20px 20px;
	color: #48515B;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dedede;
	font-size: 14px;
}
/*Changes color of the page title eg: aZs story telling the digital age*/
h3.post-title {
	margin: 0 0 20px 0;
	color: #ffcc00;
	font-size: 1.8em;
	font-weight: normal;
}
/*48515B is the date blue color for titles and such*/
h3.post-title a {
	text-decoration: none;
	color: #48515B;
	font-weight: ;
	font-size: 24pt;
	line-height: 28pt;
}

h3.post-title a:hover {
	text-decoration: none;
	line-height: 28pt;
}

h4.sidebar-title {
	/*border-top: 1px dotted #ffcc00;*/
	margin: 10px 0 10px 40px;
	font-size: 24px;
	color: #48515B;
	line-height: 16pt;
}

/*	##################################
   	HEADER "top-nav" controls where the siteadmin, logout, rss subscribe text appears on the page
	################################## */
	
#top-nav {
	position: absolute;
	top: 120px;
	right: 50px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	color:ffcc00;
	align: center;
}

#top-nav li {
	float: center;
	margin: 0 0 0 45px;
	color: 48515B;
}

#top-nav li#rss {
	align: center;
	padding: 0 0 0 0px;
	background: url(img/rss-icon.gif) no-repeat left center;
	color: 48515B;
}

/*	##################################
   	CONTENT box right-li controls the text in the right column
	################################## */
	
/** CONTENT LEFT controls the appearance of the left side of the screen - box left margin controls how far the text is indented from the left side of the screen colors: 727272 is the warm grey of the type in the meta area*/

.box-left, .post, .page {
	float: bottom;
	margin: 0px 40px 20px 40px;
	border-bottom: 1px dotted #ffcc00;
}

.sticky {
	padding: 20px;
	border: 1px dotted #ccc;
}

.meta {
	clear: both;
	padding: 10px;
	background: #141414 /*url(img/bg-meta.gif) repeat-x left top*/;
	color: #727272;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** CONTENT bottom padding controls vertical spacing - box-right li paddding controls the leading...padding = leading, margins are jst that*/

.box-bottom {
	width: 960px;
/*	margin: 0 auto;*/
	border-bottom: 0px solid #474747;
	margin: 0 5px 5px 0;
	padding: 10px;
	background: #202020 /*url(img/bg-box-right.gif) no-repeat left top*/;
	border-bottom: 1px solid #474747;
	border-top: 5px solid #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 5px;
	color: #48515b;
}

.box-bottom ul {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.box-bottom li {
	margin: 40px;
	padding: 8px;
	border-top: 20px solid #ffcc00;
}

.box-bottom li a {
	text-decoration: none;
	color: #727272;
}

.box-bottom li ul {
	margin: 40 0 0 40px;
	list-style: square;
}

.box-bottom li li {
	border: none;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 90%;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 36px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #ffcc00;
}

#commentform textarea {
	height: 300px;
	padding: 6px 6px 0 6px;
	background: #323232 /*url(img/bg-form-text.gif) repeat-x left top;*/
	border-left: 1px dotted #ffcc00;
	color: #ffcc00;
}

#commentform .button {
	width: 25%;
	height: 30px;
	margin: 0px;
	padding: 0 5px;
	background: #323232;
	border-left: 1px dotted #ffcc00;
	color: #ffcc00;
	font-weight: normal;
}

.commentlist .comment {
	height: auto;
	margin: 5px 0 0 0;
	color: #fff;
}

.commentlist .quote {
	padding: 20px 20px 0 20px;
	background: #4a4f54 url(img/bg-comment-quote.gif) no-repeat right top;
}

.avatar {
	float: right;
	margin: 0 0 10px 20px;
}

.commentlist .cite {
	display: block;
	padding: 20px 0 0 0;
	color: #6e7073;
	background: #fff url(img/bg-comment-bubble.gif) no-repeat left top;
	font-style: normal;
}

/** COMMENTS IN WP 2.7 */

.commentlist li {
	margin: 0px;
	padding: 20px 0 20px 20px;
	list-style: none;
	background: #202020;
}

.commentlist li a {
	color: #999;
}

.commentlist li .avatar {
	margin: 0 20px 10px 20px;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	border: 1px solid #6e7073;
	border-right: none;
}

#cancel-comment-reply {
	margin: 10px 0;
}

.commentlist li.depth-2, .commentlist li.depth-4 {
	background: #202020;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #202020 url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #2a3642;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #202020;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER disregard footer p legal controls the look - but #footer controls size and such
	################################## */
#footerwrapper { 

 	background:#545454  /*url(dir/filename.png) 0 0 repeat-x;clear:both*/;
 	float: bottom;
}

#footer {/*setting the width to zero in th #footer section allows the footer to fit on the page*/
	float: bottom;
	width: 0px;
	padding: 0px 0;
	
}

#footer p {
	position: center;
	margin: 0px 0 0px 0;
}

#legal {/*the width here determines the width of the footer on the page, add borders here*/
	background:#202020;
	float: fixed;
	width: 960px;
	border-right: 0px solid #ffcc00;
	border-left: 1px solid #ffcc00;
	font-size: 15px;
    padding: 20px 0px 40px 0px;
		/*top right bottom left*/
}

/*#webdemar {
	float: right;
	width: 0px;
	text-align: middle;*/
}

/*	##################################
   	WORDPRESS CSS
	################################## */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
	border: none;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 80px;
	border: none;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
	border: none;
}
/*controls the look of the captions for images*/
.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 0px solid #202020;
   	text-align: center;
	background-color: #181818;
}

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

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
	color: #fffff4;
	font-style: bold;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	background: #202020;
}

/*	##################################
   	USEFUL
	################################## */
	
.clear {
	clear: both;
}

.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%;
}

/** CSS BASIC ELEMENTS */

hr {
	clear: both;
	height: 1px;
	margin: 20px 0;
	background: #fffff6;
	border: none;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 3px solid #f2bd00;
	font-size: 16px;
	border-left-style: dotted;
}

fieldset {
	margin: 0 0 20px 0;
	padding: 0 20px 20px 20px;
	background: #f7f7f7;
	border: none;
}

legend {
	font-size: 14px;
	font-weight: bold;
}
/*This section controls the colors and layout of text input boxes like contact forms*/
input, textarea {
	width: 250px;
	height: 36px;
	margin: 0 0 20px 40px;
	padding: 6px 6px 0 6px;
	background: #323232 /*url(img/bg-form-text.gif) repeat-x left*/ ;
	border: 1px solid #5e5e5e;
	color: #ffcc00;
	font-size: 16px;
	font-weight: bold;
}

textarea {
	width: 90%;
	height: 200px;
	color: #ffcc00;
}

select {
	width: 265px;
	height: 48px;
	margin: 0 0 20px 40px;
	padding: 10px;
	background: #323232;
	border: 1px solid #676767;
	color: #ffcc00;
	font-size: 16px;
	font-weight: bold;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	background: #fff;
}

input.password {
	width: 55px;
}

input.button {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0 20px;
	background: ;
	border: none;
	color: #ffcc00;
}

table {
	width: 100%;
	margin: 0 0 20px 0;
	border: 1px solid #dadada;
	border-bottom: none;
	border-right: none;
}

th, td {
	padding: 2px 5px;
	border-bottom: 1px solid #dadada;
	border-right: 1px solid #dadada;
}

th {
	background: #6e7073;
	color: #fff;
	border: none;
}

pre {
	font-family: Courier, serif;
}