/*
Theme Name: amptools-v5
Theme URI: http://www.amptools.net
Description: Dark stlye clean WordPress Theme deCoder by <a href="http://webdemar.com">webdemar</a> with multi-level dropdown, threaded comments and sticky posts (backward compatible).
Version: 0.9.1
Author: michael herndon
Author URI: http://www.amptools.net
Tags: black, dark, blue, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/* Eric Meyers Reset */

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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, 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-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: #fff;
	background: #111;
	font-family:  Verdana, Helvetica, Arial;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left; 
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: '"' '"' "'" "'";
}

blockquote q {
        font-style:italic;
        font-size: 120%;
font-weight: bold;
       
}

blockquote q:before, blockquote q:after {
        content: '"';
        font-style:italic;
        font-weight: bold;
        font-size: 120%;
}

blockquote {
        margin: 40px 10px 40px 10px;
        padding: 10px 10px 25px 10px;
        background: #efefef;
}

blockquote .byline {
   margin: 25px 15px 0px 0px;
   display: block;
   float: right;
   
}

a {
	text-decoration: none;
}

a:hover, a:active {
	
}

p {
	margin: 10px 0px;
}

#page {
	width: 990px;
	margin: auto;
}

/** header **/

header {
	margin-top: -10px;
	float: left;
	width: 100%;
	height: 155px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	position: relative;
}

header h1 a {
	margin-top: 10px;
	margin-left: 70px;
	background: transparent url(images/logo.png) repeat-x;
	text-indent: -999em;
	display: block;
	float: left;
	height: 100px;
	width: 294px;		
}

header h2 {
	text-indent: -999em;
}

/** Nav **/ 
nav {
	height: 40px;
	float: left;	
	margin-left: 69px;
	margin-top: -40px;
	background: transparent;
	line-height:	1.0;
	clear: both;

}

nav ul {
	float: right;
	width: 100%;
	height: 25px;
	position: relative;
}



nav li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}

nav li {
	float: left;
	position: relative;	
}

nav  a {
	display: block;
	float: left;
	padding: 12px 20px;	
	color: #fff;
	position: relative;
	font-size: 75%;
	margin: 1px 5px 1px 1px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	background: #282828;
	border-right: 2px solid #333333;
	border-top: 2px solid #222222;
}

nav li li a {
	background: transparent;
	margin: 0;
}

nav a:hover, nav a:active {
	text-decoration: none;
	background: transparent url(images/nav-background-hover.png) repeat-x;;
}

nav ul ul a {
	border-top: 1px solid #333;
}

nav ul ul a:hover {
	border-top: 1px solid #444;
}

nav ul ul li {
	width: 100%;
	float: left;
	clear: both;
	background: #333;
}

nav ul ul {
	position:		absolute;
	top:			-999em;
	width: 			140px; 
	width: 			auto;
	overflow: 		visible;	
	z-index: 		100;
	position: 		absolute;
}

nav li:hover ul,
nav li.sfHover ul {
	left:			0;
	top:			40px; /* match top ul list item height */
	z-index:		100;
}
nav li:hover li ul,
nav li.sfHover li ul {
	top:			-999em;
}
nav  li li:hover ul,
nav li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			0px;
}
nav li li:hover li ul,
nav li li.sfHover li ul {
	top:			-999em;
}
nav  li li li:hover ul,
nav  li li li.sfHover ul {
	left:			140px; /* match ul width */
	top:			0px;
}

nav li.rss {

}

nav li.rss a {
	padding-right: 32px;
	margin: 0;
	border: none;
	width: 60px;
	text-align:right;
    left: 330px;
    display: block;
    position: absolute;
	background: transparent url(images/rss.png) no-repeat right 3px;
}

input[type=submit],
input[type=button],
button {
	height: 30px;
	color: #fff;
	border: 0;
	padding: 3px;
	cursor: pointer;
	outline: 1px solid #5ffc00;
	background: transparent url(images/nav-background-hover.png) repeat-x;
}

input[type=text] {
	padding: 7px;
	border: 1px solid #444;
}

input[type=text]:focus {
	border: 1px solid #5ffc00;
}


/** Body **/
section.content {
	float: left;
	margin-top: 1px;
	width: 710px;	
	font-size: 90%;
	min-height: 1200px;
}



section.content > h1:first-child {
	margin: 2px 0px 0px 70px;
	padding: 5px 4px 4px 15px;
	background: #fff;
	color: #0082f2;
	font-weight: normal;
	font-family: Verdana;
}

section.content p,
section.content li {
	line-height: 1.3;
}

section h1,
section h2, 
section h3, 
section h4, 
aside h1, 
aside h2 {
	margin: 10px 0px;
	font-weight: bold;
	font-family: Georgia;
}



section, article {
	margin-bottom: 15px;
}


article h1 {
	font-size: 140%;
	font-weight: normal;
	padding: 10px 0px 0px 0px;
	margin: -10px 150px 0px 0px;
}

#search {
	background: #fff url(images/search.png) no-repeat 2px center;
	width: 120px;
	padding-left: 28px;
}

article p, li {
	font-size: 85%;
	line-height: 1.5 !important;
}

article h2 {
	margin-top: 30px;
	font-size: 120%;
}

article h3 {
	font-size: 110%;
}

section.content a {
	color: #006a96;
}



section aside {
	float: left;

	display: block;
	width: 70px;
	background: #282828;
	padding-top: 65px;
	height: 60px;
	position: static;
	font-family: Georgia;
	font-size: 85%;
	text-align: center;
	margin-top: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

article {
	
	position: relative;
}

article .gravatar {
	margin: 10px 0px 0px -75px;
	top: 0;
	z-index: 99;
	position: absolute;
	border: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
}

section article {
	display: block;
	background: #fff url(images/article-background.png) no-repeat right top;
	width: 610px;
	color: #111;
	float: right;
	padding: 10px 15px;
}

aside.content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	float: left;	
	width: 255px;
	margin-left: 15px;
	color: #ccc;
	margin-top: 1px;
	background: #282828;
}

aside a {
	text-shadow: #000000 1px 1px 1px;
}



aside h4 {
	color: #fff;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
	text-shadow: 2px 2px 2px #000;
}

aside .box-right {
	padding: 5px;
	font-size: 75%;
	margin: 15px 5px 0px 5px;
	margin-bottom: 25px;
	
}

section nav {
	margin-top: 10px;
	background: #444;
}

#page section nav a {
	background: transparent;
	color: #72ff00;
}

#page section nav a:link {
	background: transparent;
}

aside .box-right:first-child {
	
}

section.content a[href*="http://www.twitter.com"],
section.content a[href*="http://www.myspace.com"],
section.content a[href*="http://www.facebook.com"],
section.content a[href*="http://msdn.microsoft.com"],
section a[href*="//github.com"] {
	background: #fff url(images/twitter-20.png) no-repeat;
	padding: 2px 4px 3px 24px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	opacity: .7;
}

section.content a[href*="http://msdn.microsoft.com"] {
	background: #fff url(images/msdn-20.png) no-repeat;
}

section.content a[href*="http://www.myspace.com"] {
	background: #fff url(images/myspace-20.png) no-repeat;
}

section.content a[href*="http://www.facebook.com"] {
	background: #fff url(images/facebook-20.png) no-repeat;
}

section a[href*="//github.com"] {
	background: #fff url(images/git.png) no-repeat;
}

section.content a[href*="http://www.twitter.com"]:hover,
section.content a[href*="http://www.myspace.com"]:hover,
section.content a[href*="http://msdn.microsoft.com"]:hover,
section.content a[href*="http://www.facebook.com"]:hover {
	background-color: #fff;
	text-decoration: none;
	opacity: 1;
}

table {
	width: 100%;
}

aside table th {
	background: #0080ef;
	
} 

aside th,
aside td {
	padding: 5px 5px;
	border: 1px solid #333;
	margin: 2px;
	
}

aside a[href*="http://search.twitter.com"] {
	background: #333;
	padding: 1px 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

aside a {
	
	color: #0080ef;
}

aside li {
	margin: 10px;
}

#twitter-tools li {
	padding-left: 32px;
	min-height: 32px;
	background: transparent url(images/tweet.png) no-repeat left -3px;
}

#twitter-tools li a:last-child {
	clear: both;
	display: block;
}

#twitter-tools  h4 {
	padding: 7px 0 0 45px;
	min-height: 32px;
	background: transparent url(images/twitter-follow.png) no-repeat left -3px;
}


aside section {
	float: left;
	padding: 10px;
}

/** blog **/
article .tags {
	margin-top: 30px;
	font-size: 75%;
	padding: 5px;
}

article .meta {
	border-top: #ccc 1px dotted;
	padding: 5px 5px 10px;
	font-size: 75%;	
} 

article .meta .comments {
	padding: 5px 5px 5px 25px;
	background: transparent url(images/comment.png) no-repeat 5px 2px;
}


/** Footer **/
footer {
	display: block;
	float: left;
	width: 100%;	
	margin: 10px 0 0px;
	clear: both;
	background: #222;
	color: #fff;
	bottom: 0px;
	font-size: 85%;
	
}

article strong {
	font-weight: bold;
}

article ul {
	padding: 10px 0px;
}

article li {
	list-style-type: disc;
	margin: 2px 20px;
}

footer a {
	color: #5ffc00;
}
footer a:hover, footer a:active {
	text-decoration: none;
}

footer p {
	margin: 10px;
}