/*
Theme Name: Black
Theme URI: http://www.amanindesign.com/
Description: Black theme <a href="http://www.amanindesign.com/">aMANinDESIGN</a>.
Version: 1.0
Author: John Alexander
Author URI: http://www.amanindesign.com/
Tags: black, custom header, fixed width, two columns, widgets

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
/* COLORS USED black #000000 blue #0099FF */
@charset "UTF-8";
/* RESETS - Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
body,div,h1,h2,h3,h4,h5,h6,p { margin:0px; padding:0px;} 
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img { border:0; } 
address,caption,cite,code,dfn,em,var { font-style:normal; font-weight:normal; } 
caption,th { text-align:left; } 
q:before,q:after { content:''; } 
abbr,acronym { border:0; border-bottom:1px dotted #000; cursor:help; } /*indicating to users that more info is available */ 
acronym, abbr, span { cursor: help; letter-spacing:0; } /* fix opera bug */

/* base.css, part of YUI's CSS Foundation */
h1 { font-size:138.5%; } /*18px via YUI Fonts CSS foundation*/
h2 { font-size:123.1%; } /*16px via YUI Fonts CSS foundation*/
h3 { font-size:108%; } /*14px via YUI Fonts CSS foundation*/
h1,h2,h3,h4,h5,h6,strong { font-weight:bold; } /*bringing boldness back to headers and the strong element*/
em { font-style:italic; } /*bringing italics back to the em element*/
th,td { padding:.5em; } /*padding to make the table readable*/
th { font-weight:bold; } /*distinguishing table headers from data cells*/
caption { margin-bottom:.5em; } /*coordinated marking to match cell's padding*/
p,fieldset,table { margin-bottom:1em; } /*so things don't run into each other*/ 
a img { border:none; background:none; } /* Gets rid of IE's blue borders */

/* Wordpress CSS http://wwwcodex.wordpress.org/CSS */
.aligncenter, div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;/* optional rounded corners for browsers that support it */-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}

/* GLOBAL DIRECTION - Corrects Right to left Browsers http://codex.wordpress.org/CSS_Fixing_Browser_Bugs*/
html, body {direction:ltr}
/* begin bidirectionality */
bdo[dir=ltr] {direction:ltr; unicode-bidi:bidi-override}
bdo[dir=rtl] {direction:rtl; unicode-bidi:bidi-override}
*[dir=ltr] {direction:ltr; unicode-bidi:embed}
*[dir=rtl] {direction:rtl; unicode-bidi:embed}
/* block-level in msie4 */
address, blockquote, body, dd, div, dl, dt, fieldset, form, frame, frameset, h1, h2, h3, h4, h5, h6, iframe, noscript, noframes, object, ol, p, ul, applet, center, dir, hr, menu, pre, li, table, tr, thead, tbody, tfoot, col, colgroup, td, th, caption {unicode-bidi:embed}

/*Begin Theme */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(http://www.dyeprecision.com/web-content/images/DYEGrillBkg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
/* STRUCTURE Layout div id */
#page { width: 960px; text-align: left; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; background-color: #171717; }
#header {
	height: 90px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	padding-right: 10px;
	padding-left: 10px;
}
#header ul, #header ol, #header li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
h1#logo {
	width: 172px;
	height: 90px;
	margin: 0px;
	float: left;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: xx-small;
	font-weight: normal;
}
#content {
	float: left;
	width: 640px;
	margin-top: 30px;
	margin-left: 10px;
}
#sidebar { float: right; padding: 9px; display:inline; margin-top: 30px; margin-right: 10px; width: 220px; }
#sidebar a {text-decoration:none;}
#sidebar h2 {
	color: #999999;
	font-size: small;
	background-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
}
#sidebar ul, #sidebar ol, #sidebar li {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	list-style-type: none;
}
#wp-calendar {
	font-size: small;
	color: #CCCCCC;
	width:99%;
}
#footer {
	font-size: x-small;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099FF;
	padding-left: 10px;
}
#comment {
	width: 640px;
}
#respond {}
#searchsubmit {}
form#searchform {
	float: right;
	margin-top: 18px;
	clear: right;
}
.login {
	display: inline;
	list-style-type: none;
	float: right;
	text-align: right;
	font-size: x-small;
	margin-top: 10px;
}
/* Look and Layout class */
.alt {}
.author {}
.blogroll {}
.categories {}
.cat-item {}
.clear {
	clear: both;
}
.commentlist {}
.current-cat {}
.current-cat-parent {}
.current_page_item {}
.current_page_parent {}
.description {}
.date{
	font-size: x-small;
	color: #666666;
}
.entry {
	font-size: small;
	color: #999999;
}
.linkcat {}
.navigation {}
.nocomments {}
.pagenav {}
.page_item {}
.pagetitle {}
.post {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.post h2, .post h2 a {
	text-decoration: none;
	color: #FFFFFF;
}
.post h2 a:hover {
	color: #0099FF;
}
.postmetadata {
	font-size: small;
}
.widget {}
.widget_text {}
.xoxo {}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display: inline;
}
img.alignleft {
	display: inline;
}
a:link, a:visited {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
code { display: block; direction: ltr; text-align: left; font-family: "Courier New", Courier, monospace; font-size: 1.1em; }
input { padding: 2px; }
.social {float:right;margin-top:7px;margin-left:10px;}