/* resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp, 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* Default Color Scheme */

body {
	background:#222222;
}
.container, #top-nav li.current_page_item a, #top-nav li.current-menu-item a {
	background:#2c2c2c;
	border:1px #353535 solid;
}
.element, .widget li {
	background:#343434;
	border-bottom:1px #454545 solid;
}
.element:hover, .widget li:hover {
	background:#3b3b3b;
	border-bottom-color:#515151;
}
#accordion li.first a, .widget ul {
	border-top:1px #454545 solid;
}
.navigation a {
	background:#343434;
	border:1px #454545 solid;
}
.navigation a:hover {
	background:#343434;
	border:1px #515151 solid;
}

/* End Default Color Scheme */

body {
	line-height: 1;
}
ol, ul, ol li, ul li {
	list-style: none;
	list-style-position:inside !important;
}
/* 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: "" "";
}



/* generic tags */
body {
	font:62.5% Tahoma,Arial,sans-serif;
	color:white;
	overflow-y:scroll;
	background-attachment:fixed;
}
h1 {
	font:bold 2.2em Arial,sans-serif;
}
h2,h3 {
	font:bold 1.8em Arial,sans-serif;
	text-transform:uppercase;
	border-bottom:3px #ccc solid;
	margin-bottom:6px;
}
h3 {
	font-size:1.3em;
	line-height:1.1em;
	margin:16px 0 4px 0;
}
h4 {
	font:italic bold 1.2em Arial,sans-serif;
	border-bottom:3px #ddd solid;
	margin:16px 0 4px 0;
}
table {width:97%;border:1px #ccc solid;border-bottom:0;margin:7px;}
table th {padding:4px 5px; font:bold 1.1em Arial,sans-serif;background:#ddd;border-bottom:1px #bbb solid;}
table td { font-size:100%;  padding:1px 5px;border-bottom:1px #ccc solid;}
table tr.alt td { background-color:#eee;}
table tr.over td {background-color:#e1e1e1;}

blockquote {
	margin:15px;
	font:italic 1.1em Georgia,sans-serif;
	line-height:1.5em;
	padding:10px 15px;
	background:#eee;
	border:1px #d5d5d5 solid;
}
#content blockquote p {margin:0;text-align:left;}

code {
	font:1.1em Consolas,monospace;
}
pre {
	font:0.9em Consolas,monospace;
	color:white;
	background:#2c2c2c;
	margin:15px;
	margin-left:0;
	padding:10px 15px;
	border:1px #353535 solid;
	position:relative;
	left:-31px;
	border-left:0;
	padding-left:45px;
	overflow:auto;
}
dt {
	font-weight:bold;
}
address {
	font-size:14px;
	font-style:oblique;
}
abbr {
	border-bottom:#444 1px dotted;
}
q {
	font-style:oblique;
}
#content .post ol, #content .post ul {
	margin:15px 0;
}
#content .post ol ol, #content .post ul ul {
	margin:0;
}
#content .post ol li {
	margin-left:55px;
	list-style:decimal;
}
#content .post ol li li {
	list-style:lower-alpha;
}

#content .post ol li li li {
	list-style:lower-roman;
}
#content .post ul li {
	margin-left:55px;
	list-style:square;
}
#content .post ul li li {
	list-style:disc;
}

#content .post ul li li li {
	list-style:circle;
}
#content img {
	padding:5px;
	background:white;
	border:1px #ddd solid;
	border-color:#ccc #d5d5d5 #d5d5d5 #ccc;
	margin:7px;
	max-width:571px;
	height:auto;
}
#content img.left {
	margin-left:0 !important;
}
#content img.right {
	margin-right:0 !important;
}
#content p {
	text-align:justify;
	margin:6px 0;
}
#content a, #footer a {
	color:#535353;
	text-decoration:none;
	font-family: Arial,sans-serif;
	font-weight:bold;
	padding:2px 2px 0 2px;
	border-bottom:3px #d2d2d2 solid;
}
#footer a {
	letter-spacing:-1px;
}
#content a:hover, #footer a:hover {
	color:black;
	border-bottom-color:#b3b3b3;
}


/* generic classes */
.left {
	float:left;
}
.right {
	float:right;
}




/* clearfix */
.clear {clear:both;height:1px;visibility:hidden;line-height:normal;}
.clear-block {clear:both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
* html .clearfix {
	height: 1%;
}




/* outmost wrapper */
#horz-wrapper {
	font-size:1.3em;
	width:55em;
	margin:auto;
	margin-bottom:2em;
}




/* title and slogan */
#title-slogan {
	margin:6em 0 0 30px;
}
#title-slogan h1, #title-slogan h1 a {
	margin-bottom:-0px;
	margin-top:-40px;
	color:white;
	text-decoration:none;
}
#title-slogan p.slogan {
	padding:4px 0 0 15px;
	margin-bottom:16px;
	font:1.1em Arial,sans-serif;
	color:#ddd;
}

#searchform {
	float:right;
	margin:18px 15px 0 0;
}

#s {
	width:170px;
	color:white;
}

#searchsubmit {
	color:#ddd;
	background:#343434;
	border:#454545 1px solid;
}


/* top navigation tabs */
#top-nav {
	padding-left:15px;
	float:right;
	width:100%;
}
#top-nav li {
	display:inline;
}
#top-nav li a {
	display:block;
	float:right;
	padding:8px 17px;
	color:#c5c5c5;
	text-decoration:none;
	text-transform:lowercase;
}
#top-nav li a:hover {
	text-decoration:underline;
	color:white;
}
#top-nav li.current_page_item a, #top-nav li.current-menu-item a {
	color:white;
	position:relative;
	padding:8px 17px;
	bottom:-1px;
	padding-bottom:8px;
	border-bottom:0;
}
#top-nav li.current_page_item a:hover, #top-nav li.current-menu-item a:hover {
	text-decoration:none;
}

ul#top-nav {
 position: relative;
 z-index: 597;
 left:15px;
}

ul#top-nav li {
 float: left;
}

ul#top-nav li:hover {
 position: relative;
 z-index: 599;
}

ul#top-nav ul {
 display:none;
 position: absolute;
 top: 100%;
 z-index: 598;
 width: 100%;
 margin-left:80px;
}

ul#top-nav ul li a {
 min-width:150px;
 background:#343434;
 text-align:left;
}

ul#top-nav ul ul {
 top: 1px;
 left: 99%;
 margin-left:0;
}

ul#top-nav li:hover > ul {
 display:block;
 margin-left:0;
}


/* gray shading */
#gray-shading .padding {
	padding:30px;
	padding-top:30px;
}




/* accordion */
#accordion li {
	background-repeat:no-repeat;
	background-position: 10px 9px;
	display:block;
}
#accordion-wrapper #accordion li {
	min-height:45px;
}
#accordion-wrapper #accordion li a {
	padding:6px 0 6px 52px;
	display:block;
	color:#ddd;
	text-decoration:none;
	font:1.3em Arial,sans-serif;
}
#accordion li.post {background-image:url('../images/post.png');}
#accordion li.sandbox {background-image:url('../images/16x16/sandbox.png');}
#accordion li.portfolio {background-image:url('../images/16x16/portfolio.png');}
#accordion li.pricing {background-image:url('../images/16x16/pricing.png');}
#accordion li.free-software {background-image:url('../images/16x16/free-software.png');}
#accordion li p {
	margin:0;
	padding:0;
}
#accordion-wrapper #accordion li p span {
	display:block;
	padding:6px 12px 12px 36px;
	color:white;
	font:italic 1.4em Georgia,serif;
}
#accordion li a span {
	display:block;
	font-size:0.6em;
	line-height:1.3em;
}




/* content */
#content {
	color:#444;
}
#content .gutter {
	background:white;
	border:1px #353535 solid;
	padding:30px;
	line-height:1.75em;
}

#content .comments {
	margin-top:30px;
}

.commnav
{
	height:20px;
	margin-bottom:20px;
}


/* footer */
#footer .gutter {
	padding:10px;
	color:#999;
}
#footer a {color:white;border-color:#444;}
#footer a:hover {border-color:white;color:white;}



/* messages */
.message {
	border:solid 1px #DEDEDE;
	background-color:#EFEFEF;
	color:#222222;padding:5px 10px; }

.warning {
	border:solid 1px #cc9;
	background:#eeb;padding:5px 10px; }

.ok {
	border:solid 1px #3c7f34;
	background:#8FE886;
	color:#113d24;padding:5px 10px; }

.error {
	border:solid 1px #BF1209;
	background:#FF8480;padding:5px 10px; }



/* forms */
fieldset {
	padding:0;
	border:0px #ddd solid;
	margin:7px 0;
	margin-bottom:15px; }

label {
	font-size:12px;
	padding:10px 5px;
	color:#777;
	}
#emailForm label {padding:13px 5px;}
input,select, button {
	padding:2px;
	border:1px #ccc solid;
	color:#333;
	margin:0;
	width:250px;
	background:#ededed; }
	
input[type=submit] {
	width:auto;
}

textarea {
	padding:3px;
	border:1px #ccc solid;
	color:#333;
	width:98%;
	margin:0 0 0 1px; }

input.hover, select.hover, button.hover {
	border-color:#aaa;
	background:#efefef; }

input.button.hover, button.hover { color:#000; }

input.focus, select.focus {
	border-color:#999;
	background:white; }

.disable-warnings {
	position:relative;
	top:10px; }

	.disable-warnings input.checkbox {
		width:20px;
		position:relative;
		top:2px; }

input.checkbox {
	width:auto;
	margin:0 7px; }

.form-row, .form-submit {
	clear:both;
	border-top:1px #dedede solid; }

	.form-row span {
		padding:10px 5px;
		display:block;
		float:left;
		width:61%; }
	.form-submit {
		padding:10px 5px;
		padding-left:222px;
	}
.form-row-last, .form-submit {border-bottom:0;border-top:1px #dedede solid;}

input.page-title {
	font-size:2em;
	width:100%; }
div.form-row span em {display:block;float:left;width:100px;color:#777777;}

input.radio {background:transparent;border:0;width:auto;margin:5px 4px;display:block;float:left;clear:left;}
input.button, button { width:auto; }

#commentform {
	margin-top:5px;
}

#commentform label {
	width:35%;
	text-align:right;
	display:block;
	float:left;
}

p.credits
{
	text-align:right;
	line-height:20px;
}

p#page-links
{
	margin-top:15px;
	text-align:center;
}

.postmetadata {
	clear:both;
	border-top:#CCCCCC 1px solid;
	border-bottom:#CCCCCC 1px solid;
	padding:10px 0;
	margin:30px 30px 0 30px;
	line-height:16px;
}

.navigation {
	margin-top:30px;
}

.navigation .left a, .navigation .right a {
	display:block;
	padding: 2px 4px 2px 4px; 
	color: #DDDDDD;
	font-size:14px;
	text-decoration:none;
	text-transform:lowercase;
}


.wp-pagenavi {
	margin-top:30px;
	text-align:center;
	border-color:#454545;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	border: 1px solid #454545;
	color: #DDDDDD;
	background-color: #343434;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #454545;
	color: #DDDDDD;
	background-color: #343434;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #454545;
	color: #DDDDDD;
	background-color: #3B3B3B;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #454545;
	color: #0066cc;
	background-color: #343434;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #DDDDDD;
	border: 1px solid #454545;
	background-color: #343434;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #454545;
	color: #DDDDDD;
	background-color: #3B3B3B;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #454545;
	color: #DDDDDD;
	background-color: #343434;
}

#sidebar
{
	padding:0 0 30px 30px;
}

.widget
{
	width:207px;
	float:left;
	margin-right:15px;
}

.widget h3
{
	text-decoration:none;
	font-family:Tahoma, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-transform:lowercase;
	text-align:right;
	border:none;
	color:#c5c5c5;
	letter-spacing:normal;
}

.widget li {
	display:block;
	padding:5px;
}
.widget a {
	color:#ddd;
	text-decoration:none;
	font:12px Arial,sans-serif;
}
.widget li:hover a, .widget a:hover {
	border-bottom-color:#515151;
}

ol.commentlist
{
	margin-bottom:15px;
}

ol.commentlist li li
{
	margin-left:15px;
}

.comment-body
{
	border:#CCCCCC 1px solid;
	padding:10px 0;
	margin:15px 0;
	background:#efefef;
	padding:10px;
}

.comment-body:hover
{
	background-color:#ededed;
}

.comment-body img.avatar
{
	float:left;
	margin:0 7px 7px 0 !important;
}

.comment-body cite
{
	font-weight:bold;
}

.comment-meta a
{
	font-size:11px !important;
	font-weight:normal !important;
	border:none !important;
}

img.wp-smiley
{
	margin:0 !important;
	padding:0 !important;
	background:none !important;
	border:none !important;
}

.required
{
	display:inline;
	color:#FF0000;
}