/*
Theme Name: Paradox Designs v6
Theme URI: http://paradoxdgn.com
Description: The new theme for paradox designs.
Author: Paradox
Author URI: http://paradoxdgn.com
.
All theme content and work copyright paradox designs. Wordpress is GPL.
*/
/**************
Global styles
***************/

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, 'Helvetica Neue', Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: url(img/bg.png) #1c1c1c;
	position: absolute; top: 0; left: 0; bottom: 0; right: 0;
	color: #E1E1E1;
	text-shadow: 0px -1px 1px rgba(0,0,0,.2);
}
a, a:link {
	color: #7b9fbd;
	text-shadow: 0px -1px 1px rgba(0,0,0,.4);
	text-decoration: none;
}
a:hover {
	color: #3e79a8;
}
.textinput {
   -webkit-border-radius: 15px;
   -moz-border-radius: 15px;
   border-radius: 15px;
   border: 1px solid #2e2e2e;
   background: #353535;
   outline: none !important;
   padding: 1px 7px;
   -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
   -moz-box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
	box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
   color: #8d8d8d;
   text-shadow: 0px -1px 1px rgba(0,0,0,.3);
   font-weight: bold;
}
label {
	color: #a9a9a9;
   font-weight: bold;
	text-shadow: 0px -1px 1px rgba(0,0,0,.7);
}
h2, h3, h4, h5 {
	margin: 5px 0;
}
code, pre {
	background: #3a3a3a;
	padding: 0px 3px 2px;
	margin: 2px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important;
	text-shadow: 0px -1px 1px rgba(0,0,0,.6);
	border: 1px solid #222;
	-webkit-box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
	-moz-box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
	box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
	border-break: solid;
}
pre {
	-webkit-border-radius: 8px;
   -moz-border-radius: 8px;
	padding: 5px;
	margin: 1em 0;
}
.hole {
   background: #3a3a3a;
   padding: 2px 3px;
   border: 1px solid #222;
   -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
   -moz-box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
	box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);

}
.small {
	font-size: 0.7em;
}
/*Image styles*/
.alignright {
	float: right;
	margin: 5px 0 5px 5px;
	text-align: center;
}
.wp-caption {
   background: #3a3a3a;
   padding: 5px;
   border: 1px solid #222;
   -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
   -moz-box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
   box-shadow: 0px -1px 1px rgba(0,0,0,.7), 0px 1px 1px rgba(255,255,255,.4);
   -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;
}
.wp-caption-text {
	margin: 0;
}
ins {
color: #6C6;
font-style: italic;
text-decoration: none;
}
/*Radiuses */
.round {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.round_top {
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.round_bottom {
   -webkit-border-bottom-left-radius: 8px;
   -webkit-border-bottom-right-radius: 8px;
   -moz-border-radius-bottomleft: 8px;
   -moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;					
}
/*Buttons */
.button {
	background-color: #464646;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#535353), to(#3f3f3f));
	background: -moz-linear-gradient(top, #535353, #3f3f3f);
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#535353', startColorstr='#3f3f3f', gradientType='0');
	border: 1px solid #2f2f2f;
	color: #a9a9a9 !important;
	text-shadow: 0px -1px 1px rgba(0,0,0,.7);
	font-weight: bold;
	padding: 1px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
        text-align: center;
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
}
.button:hover {
	background-color: #525252;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#626262), to(#3f3f3f));
	background: -moz-linear-gradient(top, #626262, #3f3f3f);
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#626262', startColorstr='#3f3f3f', gradientType='0');
	color: #ccc !important;
	border: 1px solid #2f2f2f;
}
.button:active {
   background-color: #464646;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#535353), from(#3f3f3f));
   background: -moz-linear-gradient(top, #3f3f3f, #535353);
   filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#535353', endColorstr='#3f3f3f', gradientType='0');
	color: #888 !important;
}
/***************
Layout Elements
****************/
.centerize {
	margin: 0 auto;
	width: 980px;
}

#main {
	margin: 20px auto 0;
	border: 1px solid #171717;
	background: #2C2C2C;
	position: relative;
	-webkit-border-radius: 8px;
	min-height: 900px;
	-webkit-box-shadow: 3px 5px 3px rgba(0,0,0,.25); -moz-box-shadow: 3px 5px 3px rgba(0,0,0,.25); box-shadow: 3px 5px 3px rgba(0,0,0,.25);
}
#titlebar {
	text-align: center;
	color: #ddd;
	font-weight: bold;
	font-size: 1.1em;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999), to(#777));
	background: -moz-linear-gradient(top, #999, #777);
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#777777', startColorstr='#999999', gradientType='0');
	background-color: #888;
	padding: 5px;
	border-bottom: 1px solid #898989;
	text-shadow: 0px -1px 1px rgba(0,0,0,.4);
}
#topbar {
	width: 100%;
	height: 40px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e4e4e), to(#3e3e3e));
	background: -moz-linear-gradient(top, #4e4e4e, #3e3e3e);
	background-color: #3a3a3a;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#4e4e4e', endColorstr='#3e3e3e', gradientType='0');
	border-top: 1px solid #222;
	border-bottom:  1px solid #171717;
	position: relative;
}
#sidebar {
	width: 250px;
	background: #262626;
	position: absolute;
	top: 71px;
	bottom: 0px;
	padding: 0;
	border-right: 1px solid #333; border-top: 1px solid #666;
	-webkit-border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; border-bottom-left-radius: 8px;
}
#content {
	position: relative;
	margin-left: 251px;
	border-left: 1px solid #171717;
	-webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; border-bottom-right-radius: 8px;
	border-top: 1px solid #666;
	height: 100%;
	min-height: 900px;
}
.toolbar {
	background-color: #363636;
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #171717;
}
/*Header and Navigation */
.menu {
	position: relative;
	display: inline-block;
	margin: 7px 10px 10px;
}
.menu ul {
	list-style: none;
	margin: 0; padding: 0;
}
.menu ul li {
display: inline;
}
.menu ul li a {
   background-color: #464646;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#535353), to(#3f3f3f));
   background: -moz-linear-gradient(top, #535353, #3f3f3f);
   filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#535353', startColorstr='#3f3f3f', gradientType='0');
   border: 1px solid #2f2f2f;
	border-right: 1px solid #555;
   color: #a9a9a9 !important;
   text-shadow: 0px -1px 1px rgba(0,0,0,.7);
   font-weight: bold;
   padding: 1px 5px;
	display: inline-block;
	height: 20px;
   -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
   -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
	box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
}
.menu ul li a:hover {
   background-color: #525252;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#626262), to(#3f3f3f));
   background: -moz-linear-gradient(top, #626262, #3f3f3f);
   filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#626262', startColorstr='#3f3f3f', gradientType='0');
   color: #ccc !important;
   border: 1px solid #2f2f2f;
	border-right: 1px solid #666;
}
.menu ul li a:active {
   background-color: #464646;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#535353), from(#3f3f3f));
   background: -moz-linear-gradient(top, #3f3f3f, #535353);
   filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#535353', endColorstr='#3f3f3f', gradientType='0');
   color: #888 !important;
}
.menu ul li.current_page_item a {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#334c62), to(#1f2c3a));
	background: -moz-linear-gradient(top, #334c62, #1f2c3a);
	background-color: #334c62;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#334c62', endColorstr='#1f2c3a', gradientType='0');
   border-right-color: #334c62;
}
.menu ul li.current_page_item a:active {
   background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#334c62), to(#1f2c3a));
   background: -moz-linear-gradient(top,  #1f2c3a, #334c62);
   filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#1f2c3a', endColorstr='#334c62', gradientType='0');
   background-color: #1f2c3a;

}
.menu ul li:first-child a, .menu ul li.first-child a {
	-webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
}
.menu ul li:last-child a {
	-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px;
   -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-right:  1px solid #2f2f2f;
}

/*Search*/
#search {
	display: inline-block;
	position: relative;
	height: 100%;
	margin: 10px;
}
#topbar #search {
	float: right;
}
#s {
   width: 350px;

}
#go {
	margin: 0 10px;
}
#topbar #searchform-header {
	float: right;
}
/*Sidebar*/
#sidebar_ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#sidebar_ul li.widget h2.widgettitle {
	margin: 0;
	background-color: #2c4154;
	border: 1px solid #163754; border-width: 1px 0;
	color: #919191;
	padding: 10px 10px;
	font-size: 1em; font-weight: bold;
	text-shadow: 0px -1px 1px rgba(0,0,0,.4);
}
#sidebar_ul li.widget:first-child h2.widgettitle, #sidebar_ul li.widget.first-child h2.widgettitle {
	border-top: none;
}
#sidebar_ul li.widget div.widgetbody {
	margin: 5px;
}
/*Comment list*/
ul#recentcomments {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
ul#recentcomments li {
	border-bottom: 1px solid #1a1a1a;
	border-top: 1px solid #333;
	padding: 3px 0;
	font-size: .85em;
}
ul#recentcomments li:first-child {
	border-top: none;
}
ul#recentcomments li:last-child {
	border-bottom: none;
}
/*Toolbar*/
#list_btn, #thumb_btn {
	margin: 5px;
	display: inline-block;
	height: 20px;
	font-weight: bold;
}
#list_btn {
	margin-right: 0;
	-webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0;
	border-top-right-radius: 0; border-bottom-right-radius: 0;
	border-right: 1px #555 solid;
}
#thumb_btn {
	margin-left: 0;
	-webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0; -moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0; border-top-left-radius: 0;
}
#list_btn.active, #thumb_btn.active {
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#334c62), to(#1f2c3a));
	background: -moz-linear-gradient(top, #334c62, #1f2c3a);
	background-color: #334c62;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#334c62', endColorstr='#1f2c3a', gradientType='0');
	border-right-color: #334c62;
}
#list_btn.active:active, #thumb_btn.active:active {
   background: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#334c62), to(#1f2c3a));
   background: -moz-linear-gradient(top, #1f2c3a, #334c62);
   background-color: #334c62;
   filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#1f2c3a', endColorstr='#334c62', gradientType='0');

}
#views {
	display: inline-block;
	margin-right: 15px;
	position: absolute;
}
.ui-selectmenu {
	background-color: #464646;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#535353), to(#3f3f3f)) !important;
	background: -moz-linear-gradient(top, #535353, #3f3f3f) !important;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#535353', startColorstr='#3f3f3f', gradientType='0') !important;
	border: 1px solid #2f2f2f;
	color: #a9a9a9 !important;
	text-shadow: 0px -1px 1px rgba(0,0,0,.7);
	font-weight: bold !important;
	padding: 1px 5px;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,.2);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,.2);
	box-shadow: 0px 1px 1px rgba(255,255,255,.2);
	height: 22px !important;
	
}
.ui-selectmenu:hover {
	border: 1px solid #2f2f2f;
	background-color: #525252;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#626262), to(#3f3f3f)) !important;
	background: -moz-linear-gradient(top, #626262, #3f3f3f) !important;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#626262', startColorstr='#3f3f3f', gradientType='0') !important;
	color: #ccc !important;

}
.ui-selectmenu:active {
   background-color: #464646;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#535353), from(#3f3f3f)) !important;
   background: -moz-linear-gradient(top, #3f3f3f, #535353) !important;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#535353', endColorstr='#3f3f3f', gradientType='0') !important;
	color: #888 !important;
	-webkit-box-shadow: 0px -1px 1px rgba(0,0,0,.2) !important;
	-moz-box-shadow: 0px -1px 1px rgba(0,0,0,.2) !important;

}
.ui-selectmenu-menu-dropdown {
	margin-top: 3px;
}
.ui-selectmenu-menu-dropdown li:hover {
   border: 1px solid #2f2f2f;
   background-color: #525252;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#626262), to(#3f3f3f)) !important;
   background: -moz-linear-gradient(top, #626262, #3f3f3f) !important;
   filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#626262', startColorstr='#3f3f3f', gradientType='0') !important;
   color: #ccc !important;
}
.ui-selectmenu-menu-dropdown li:first-child, .ui-selectmenu-menu-dropdown li.first-child {
	border-top: 0 !important;
}
#pagelinks {
	position: absolute;
	right: 5px;
}
#pagelinks a {
	height: 20px;
	display: inline-block;
	margin:5px;
}
#pagelinks a {
   background-color: #464646;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#535353), to(#3f3f3f));
   background: -moz-linear-gradient(top, #535353, #3f3f3f);
   filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#535353', startColorstr='#3f3f3f', gradientType='0');
   border: 1px solid #2f2f2f;
   color: #a9a9a9 !important;
   text-shadow: 0px -1px 1px rgba(0,0,0,.7);
   font-weight: bold;
   padding: 1px 5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
   -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
   box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px 1px 1px rgba(255,255,255,.2);
}
#pagelinks a:hover {
   background-color: #525252;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#626262), to(#3f3f3f));
   background: -moz-linear-gradient(top, #626262, #3f3f3f);
   filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#626262', startColorstr='#3f3f3f', gradientType='0');
   color: #ccc !important;
   border: 1px solid #2f2f2f;
}
#pagelinks a:active {
   background-color: #464646;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#535353), from(#3f3f3f));
   background: -moz-linear-gradient(top, #3f3f3f, #535353);
   filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#535353', endColorstr='#3f3f3f', gradientType='0');
   color: #888 !important;
   -webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px -1px 1px rgba(0,0,0,.2);
   -moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px -1px 1px rgba(0,0,0,.2);
   box-shadow: inset 0px 1px 1px rgba(255,255,255,.1), 0px -1px 1px rgba(0,0,0,.2);
}

#pagelinks a:first-child, #pagelinks a.first-child {
	margin-right: 0; margin-left: 5px; 
   -webkit-border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0;
   -moz-border-radius-topright: 0; -moz-border-radius-bottomright: 0;
   border-top-right-radius: 0; border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 3px !important; -webkit-border-bottom-left-radius: 3px !important;
	-moz-border-radius-topleft: 3px !important; -moz-border-radius-bottomleft: 3px !important;
	border-bottom-left-radius: 3px !important; border-top-left-radius: 3px !important;
   border-right: 1px #6f6f6f solid;
}
#pagelinks a:last-child {
	margin-left: 0; margin-right: 5px;
   -webkit-border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0;
   -moz-border-radius-topleft: 0; -moz-border-radius-bottomleft: 0;
   border-bottom-left-radius: 0; border-top-left-radius: 0;

	-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-right: 1px solid #2f2f2f;
			
}
/****************
 Post
*****************/
.post {
	margin: 10px 10px;
	background-color: #636363;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#636363), to(#4d4d4d));
	background: -moz-linear-gradient(top, #636363, #4d4d4d);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#636363', endColorstr='#4d4d4d', gradientType='0');
	padding: 10px;
	border: 1px solid #2f2f2f;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,.1);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,.1);
   box-shadow: 0px 1px 1px rgba(255,255,255,.1);
}
h2.posttitle {
	margin: 0;
}
h2.posttitle a {
	color: #a9a9a9;
}
.postimg {
	text-align: center;
	margin: 10px auto;
}
.postfoot_upper {
	border-bottom: 1px solid #2F2F2F;
	clear: both;
	margin-top: 5px;
}
.postfoot {
	border-top: 1px solid #666;
	padding-top: 5px;
}
.postbtns {
	float: right;
}
.postbtns a {
	display: block;
	margin-top: 5px;
}
.postfoot_table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.postfoot_table th {
	text-align: right;
	padding-right: 5px;
	color: #a9a9a9;
}
.post.thumbview .postfoot_upper, .post.thumbview .postfoot, .post.thumbview .postcontent {
	display: none;
}
/*Comments*/
#comment_out {
	border: 1px solid #272727;
	margin: 10px 10px;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,.1);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,.1);
   box-shadow: 0px 1px 1px rgba(255,255,255,.1);
}
h2#comments {
	margin: 0;
	padding: 10px;
	color: #a9a9a9;
	background: #363636;
	text-shadow: 0px -1px 1px rgba(0,0,0,.4);
	border-top: 1px solid #666;
	border-bottom: 1px solid #171717;
}
.commentlist, .children {
	list-style-type: none;
}
.commentlist {
	border-top: 1px solid #666;
	margin: 0;
	padding: 10px ;
}
.children {
	padding: 5px;
}
li.comment, #respond {
	display: block;
	border: 1px solid #171717;
	margin: 5px 0;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,.1);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,.1);
   box-shadow: 0px 1px 1px rgba(255,255,255,.1);

}
.children li.comment {
	border: 1px solid #1e1e1E;
}
li.comment .comment_header, .respond_header {
	margin: 0;
	padding: 10px;
	color: #a9a9a9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsl(0, 0%, 23%)), to(hsl(0, 0%, 21%)));
	background: -moz-linear-gradient(top, hsl(0, 0%, 23%), hsl(0, 0%, 21%));
	background-color: #363636;
	text-shadow: 0px -1px 1px rgba(0,0,0,.4);
	border-top: 1px solid #666;
	border-bottom: 1px solid #171717;
	position: relative;
}
li.comment.bypostauthor > .comment_header {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsl(209, 32%, 30%)), to(hsl(209, 31%, 25%)));
	background: -moz-linear-gradient(top, hsl(209, 32%, 30%), hsl(209, 31%, 25%));
	background-color: #2c4154;
	border-top: 1px solid #647584;
}
li.comment .comment_header .avatar {
	float: left;
	padding: 5px;
	background: hsla(0, 0%, 0%, .3);
	border: 1px solid hsla(0, 0%, 0%, .5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 0px hsla(0, 100%, 100%, .2), 0px -1px 0px hsla(0, 0%, 0%, .1);
}
li.comment .comment_header h3.fn, .respond_header h3 {
	display: inline-block; margin: 10px 5px 5px 10px;
}
li.comment .comment_header .commentdate {
	float: right;
	font-size: 11px;
}
li.comment .comment_body {
	border-top: 1px solid #666;
	padding: 10px;
	word-wrap: break-word;
}
.comment-reply-link , #cancel-comment-reply-link{
   background-color: #464646;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#535353), to(#3f3f3f));
   background: -moz-linear-gradient(top, #535353, #3f3f3f);
   filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#535353', startColorstr='#3f3f3f', gradientType='0');
   border: 1px solid #2f2f2f;
   color: #a9a9a9 !important;
   text-shadow: 0px -1px 1px rgba(0,0,0,.7);
   font-weight: bold;
   padding: 1px 5px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,.2);
   -moz-box-shadow: 0px 1px 1px rgba(255,255,255,.2);
   box-shadow: 0px 1px 1px rgba(255,255,255,.2);
	margin-left: 5px;
}
.comment-reply-link:hover, #cancel-comment-reply-link:hover {
   background-color: #525252;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#626262), to(#3f3f3f));
   background: -moz-linear-gradient(top, #626262, #3f3f3f);
   filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#626262', startColorstr='#3f3f3f', gradientType='0');
   color: #ccc !important;
   border: 1px solid #2f2f2f;
}
.comment-reply-link:active  #cancel-comment-reply-link:active {
   background-color: #464646;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, to(#535353), from(#3f3f3f));
   background: -moz-linear-gradient(top, #3f3f3f, #535353);
   filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#535353', endColorstr='#3f3f3f', gradientType='0');
   color: #888 !important;
   -webkit-box-shadow: 0px -1px 1px rgba(0,0,0,.2);
   -moz-box-shadow: 0px -1px 1px rgba(0,0,0,.2);
   box-shadow: 0px -1px 1px rgba(0,0,0,.2);

}
#cancel-comment-reply-link {
float: right;
}
#respond {
	margin: 10px;
}
ul.commentlist #respond, ul.children #respond {
	margin: 0;
}
#commentform {
	padding: 10px;
   border-top: 1px solid #666;
	position: relative;
}
.respond_table {
   border-collapse: collapse;
   border-spacing: 0;
   border: 0;
}
.respond_table th {
   text-align: right;
   padding-right: 5px;
   color: #a9a9a9;
   font-weight: bold;
   text-shadow: 0px -1px 1px rgba(0,0,0,.7);
}
.respond_table .textinput {
	width: 533px;
}
#comment {
	resize: none;
	width: 650px;
	position: relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-family: inherit;
	height: 80px; min-height: 80px;
	-webkit-transition: height 0.05s linear;
	-moz-transition: height 0.05s linear;
	-o-transition: height 0.05s linear;
}
#submit {
	float: right;
}
.subscribe-to-comments {
}
.chistle {
   border-top: 1px solid #666;
}
/*Footer*/
#footer {
	border: 1px solid #171717;
	border-top: none;
	width: 940px;
	background: #1F1F1F;
	padding: 5px;
	-webkit-box-shadow: 0px 2px 1px rgba(255,255,255,.1);
	-moz-box-shadow: 0px 2px 1px rgba(255,255,255,.1);
   box-shadow: 0px 2px 1px rgba(255,255,255,.1);
	table-layout: fixed;
}
#footer .widget {
   border: 1px solid #171717;
   margin: 5px 0;
   -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,.1);
   -moz-box-shadow: 0px 1px 1px rgba(255,255,255,.1);
   box-shadow: 0px 1px 1px rgba(255,255,255,.1);
	padding: 0;
	vertical-align: top;
}
#footer .widgettitle {
   margin: 0;
   padding: 10px;
   color: #a9a9a9;
   background: #292929;
   text-shadow: 0px -1px 1px rgba(0,0,0,.4);
   border-top: 1px solid #333;
   border-bottom: 1px solid #171717;
   position: relative;
}
#footer .widgetbody {
	border-top: 1px solid #333;
	padding: 10px;
}

/* Connect sidebar */
ul.connectlinks {
	list-style-type: none;
	padding: 0;
	margin: -5px;
}
ul.connectlinks li {
	background: #292929;
	font-weight: bold;
	border-top: 1px solid #444;
	border-bottom: 1px solid #1c1c1c;
}
ul.connectlinks li:hover {
	background: #353535;
}
ul.connectlinks li a {
	padding: 10px;
	display: block;
}
/* Twitter tools sidebar */
.aktt_tweets ul {
	padding: 0;
	list-style-type: none;
}
.aktt_tweets {
	font-size: .85em;
}
.aktt_tweets li {
	border-bottom: 1px solid #1c1c1c;
	border-top: 1px solid #444;
	color: #999;
}
.aktt_tweets li:first-child {
	border-top: 0px;
	color: #ccc;
}
.aktt_tweets li.aktt_more_updates {
	border-bottom: 0px;
}
.aktt_tweet_time {
	float: right;
}
/* Print footer */
.printonly-footer {
	display: none;
}
/* Turn on a 13x13 scrollbar */
::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}

::-webkit-scrollbar-button:vertical {
    background-color: red;
}

/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {
         background: url(img/scroll_down.png) no-repeat 2px 6px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#334C62), to(#1F2C3A));
         height: 20px;
}
::-webkit-scrollbar-button:vertical:increment:hover {
    background: url(img/scroll_down.png) no-repeat 2px 6px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#556E84), to(#1F2C3A));
    height: 20px;
}
::-webkit-scrollbar-button:vertical:increment:active {
    background: url(img/scroll_down.png) no-repeat 2px 6px, -webkit-gradient(linear, 0% 100%, 0% 0%, from(#556E84), to(#1F2C3A));
    height: 20px;
}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
         background: url(img/scroll_up.png) no-repeat 2px 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#334C62), to(#1F2C3A));
         height: 20px;
}
::-webkit-scrollbar-button:vertical:decrement:hover {
    background: url(img/scroll_up.png) no-repeat 2px 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#556E84), to(#1F2C3A));
}
::-webkit-scrollbar-button:vertical:decrement:active {
    background: url(img/scroll_up.png) no-repeat 2px 3px, -webkit-gradient(linear, 0% 100%, 0% 0%, from(#556E84), to(#1F2C3A));
}
::-webkit-scrollbar-track:vertical {
        margin: -5px 0;
}

/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
    border: 1px solid #373737;
         -webkit-border-radius: 10px;
}

/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
        border: 1px solid #171717;
        -webkit-border-radius: 10px;
}

/* Track below and above */
::-webkit-scrollbar-track-piece {
        background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#262626), to(#2f2f2f));

}

/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
    height: 50px;
        background: url(img/scroll_thumb_v.png) no-repeat center center, -webkit-gradient(linear, 0% 0%, 100% 0%, from(#535353), to(#3f3f3f));
        -webkit-border-radius: 10px;
        -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.4);
}
::-webkit-scrollbar-thumb:vertical:hover {
        background:  url(img/scroll_thumb_v.png) no-repeat center center, -webkit-gradient(linear, 0% 0%, 100% 0%, from(#626262), to(#3f3f3f));
}
::-webkit-scrollbar-thumb:vertical:active {
        background:  url(img/scroll_thumb_v.png) no-repeat center center, -webkit-gradient(linear, 0% 0%, 100% 0%, to(#535353), from(#3f3f3f));
}
/* Corner */
::-webkit-scrollbar-corner {
        background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(#141414), to(#262626));
}

/* Resizer */
::-webkit-resizer {
    background: url(img/scroll_size.png) no-repeat bottom right;
}
/*Horizontal scrollbars*/
::-webkit-scrollbar-button:horizontal {
    background-color: red;
}

/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:horizontal:start:increment,
::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none;
}

/* Place The scroll down button at the right */
::-webkit-scrollbar-button:horizontal:increment {
    background: url(img/scroll_right.png) no-repeat 6px 2px, -webkit-gradient(linear, 0% 0%, 100% 0%, from(#334C62), to(#1F2C3A));
    width: 20px;
}
::-webkit-scrollbar-button:horizontal:increment:hover {
    background: url(img/scroll_right.png) no-repeat 6px 2px, -webkit-gradient(linear, 0% 0%, 100% 0%, from(#556E84), to(#1F2C3A));
    width: 20px;
}
::-webkit-scrollbar-button:horizontal:increment:active {
    background: url(img/scroll_right.png) no-repeat 6px 2px, -webkit-gradient(linear, 100% 0%, 0% 0%, from(#556E84), to(#1F2C3A));
    width: 20px;
}

/* Place The scroll up button at the left */
::-webkit-scrollbar-button:horizontal:decrement {
    background: url(img/scroll_left.png) no-repeat 2px 2px, -webkit-gradient(linear, 0% 0%, 100% 0%, from(#334C62), to(#1F2C3A));
    width: 20px;
}
::-webkit-scrollbar-button:horizontal:decrement:hover {
    background: url(img/scroll_left.png) no-repeat 2px 2px, -webkit-gradient(linear, 0% 0%, 100% 0%, from(#556E84), to(#1F2C3A));
}
::-webkit-scrollbar-button:horizontal:decrement:active {
    background: url(img/scroll_left.png) no-repeat 2px 2px, -webkit-gradient(linear, 100% 0%, 0% 0%, from(#556E84), to(#1F2C3A));
}
::-webkit-scrollbar-track:horizontal {
   margin: 0px -5px;
}
/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:horizontal:start {
    border: 1px solid #373737;
    -webkit-border-radius: 10px;
}

/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:horizontal:end {
   border: 1px solid #171717;
   -webkit-border-radius: 10px;
}

/* Track below and above */
::-webkit-scrollbar-track-piece {
   background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#262626), to(#2f2f2f));

}

/* The thumb itself */
::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
   background: url(img/scroll_thumb_h.png) no-repeat center center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#535353), to(#3f3f3f));
   -webkit-border-radius: 10px;
   -webkit-box-shadow: 2px 0px 2px rgba(0,0,0,.4);
}
::-webkit-scrollbar-thumb:vertical:hover {
   background:  url(img/scroll_thumb_v.png) no-repeat center center, -webkit-gradient(linear, 0% 0%, 100% 0%, from(#626262), to(#3f3f3f));
}
::-webkit-scrollbar-thumb:vertical:active {
   background:  url(img/scroll_thumb_v.png) no-repeat center center, -webkit-gradient(linear, 0% 0%, 100% 0%, to(#535353), from(#3f3f3f));
}
/* Corner */
::-webkit-scrollbar-corner:vertical {
    background-color: black;
    color: white;
}

