/*
Theme Name: The Computer Hero
Version: 1.0
Description: The derived from the TransGravita Theme by <a href="http://www.wpthemedesigner.com/">WPThemeDesigner.com</a>.
Author: Timothy J Nolte
Author URI: http://www.ndigitals.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font: 11px Verdana;
	color: #000000;
	/*background: url(images/background1.gif) repeat 0 0;*/
}

a {
	text-decoration: none;
	color: #2978B0;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}

.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}

.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}

.aligncenter {
	text-align: center;
}

.hidden {
	display: none;
}

#buffer {
	background-color: #F8F8F8;
	/*background: url(images/background2.jpg) repeat-y center 0;*/
}

/** BEGIN wrapper **/
#wrapper {
	width: 986px;
	margin: auto auto;
	text-align: left;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

/** END wrapper **/

/** BEGIN header **/
#header {
	height: 219px;
	background: url(images/header.gif) repeat-x 0 0;
	background-position: bottom left;
	margin-top: 0;
	/*margin-right: 1px;*/
}

#header ul {
	list-style-type: none;
	height: 30px;
	padding-left: 8px;
}

#header ul li {
	float: left;
	text-transform: uppercase;
}

#header ul li a {
	color: #00000;
	display: block;
	/*padding: 8px 15px 9px;*/
}

#header ul li a:hover {
	background-color: #637380;
	color: #ffffff;
	text-decoration: none;
}

#header .links {
	float: right;
	color: #D9E7EA;
	margin-top: -21px;
	padding-right: 15px;
}

#header .links a {
	color: #D9E7EA;
	margin: 0 8px;
}

#header .links a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#header .logo {
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

#header .logo h1 {
	font-size: 0;
	padding: 36px 24px 0;
}

#header .logo h1 a {
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url(images/logo.gif) no-repeat 0 0;
	width: 274px;
	height: 72px;
}

#header .logo p {
	display: none;
}

#header .ad468x60 {
	float: right;
	margin: 28px 22px;
}

#header ol {
	list-style-type: none;
	padding: 0;
}

#header ol li {
	float: left;
	padding: 2px 12px;
	margin: 0;
}

#header ol li a {
	color: #21262A;
}

#header ol li a:hover {
	color: #000000;
	text-decoration: underline;
}

/** END header **/

/** BEGIN body **/
#body {
	background-color: #ffffff;
}

/** END body **/

/** BEGIN content **/
#content {
	width: 670px;
	float: left;
	padding-bottom: 20px;
}

#content p {
	margin-bottom: 10px;
	line-height: 1.4em;
}

#content h3 {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: normal;
}

#content blockquote {
	margin: 0 20px 10px 40px;
	padding: 15px 20px 5px;
	background-color: #EBEBEB;
	border-width: 1px 0;
	border-style: solid;
	border-color: #DEDCD4;
	font-weight: bold;
}

#content ul {
	margin: 0 0 10px 18px;
}

#content ol {
	margin: 0 0 10px 16px;
}

#content li {
	padding: 2px 0;
}

#content .post {
	padding: 25px 35px 0;
	color: #565656;
}

#content .post h2 {
	font-size: 1.6em;
	padding-bottom: 5px;
	margin: 0 -10px 5px;
	border-bottom: 1px dotted #DEDCD4
}

#content .post h2 a {
	color: #2978B0;
	text-decoration: none;
}

#content .post .date {
	color: #8A8A8A;
	margin-bottom: 20px;
}

#content .post .date a {
	color: #2978B0;
	text-decoration: none;
}

#content .post .comments a {
	padding-left: 16px;
	background: url(images/comments.gif) no-repeat 0 2px;
	font-weight: bold;
	margin-left: 20px;
}

#content .post a {
	text-decoration: underline;
}

#content .post .details {
	background-color: #EEEEEE;
	border: 1px solid #DBD9D9;
	padding: 5px 10px 20px;
	color: #8A8A8A;
	margin: 20px -10px 0;
	clear: both;
}

#content .post .details .l {
	float: left;
}

#content .post .details .r {
	float: right;
}

#content .post .details a {
	text-decoration: none;
}

/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 301px;
	float: right;
	padding: 25px 10px 20px 0;
}

#sidebar h2 {
	color: #2978B0;
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#sidebar ul {
	list-style-type: none;
	padding-bottom: 15px;
}

#sidebar ul li {
	line-height: 1.4em;
	padding: 3px 0;
}

#sidebar ul li a {
	color: #565656;
}

#sidebar .l {
	float: left;
	width: 140px;
	padding: 10px 0 10px 15px;
}

#sidebar .r {
	float: right;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*#sidebar form {
	background: url(images/search.gif) no-repeat 0 0;
	width: 301px;
	height: 44px;
	margin-bottom: 10px;
}

#sidebar form input {
	float: left;
	border: 1px solid #ffffff;
	margin: 13px 8px 0 11px;
	width: 216px;
}

#sidebar form button {
	float: left;
	border: 0;
	text-indent: -9999px;
	width: 56px;
	height: 26px;
	margin-top: 8px;
	background-color: transparent;
}*/

#sidebar .box {
	background: url(images/sidebody.gif) repeat-y 0 0;
	margin-bottom: 10px;
	width: 301px;
}

#sidebar .box .b {
	background: url(images/sidefoot.gif) no-repeat 0 bottom;
	padding-bottom: 10px;
}

#sidebar .box h2 {
	background: url(images/sidehead.gif) no-repeat 0 0;
	padding: 10px 10px 6px;
	margin-bottom: 7px;
}

#sidebar .box .sponsors {
	text-align: center;
}

#sidebar .box ul {
	padding: 5px 15px;
}

#sidebar .box ul li {
	line-height: 1.4em;
	padding: 4px 0 4px 14px;
	background: url(images/bullet.gif) no-repeat 0 9px;
}

#sidebar .box ul li a {
	color: #8A8A8A;
}

#sidebar .box .flckr {
	text-align: center;
}

#sidebar .box .flckr img {
	margin: 2px;
}

#sidebar .box .video {
	padding: 5px 0 5px 20px;
}

#sidebar .box .tags {
	padding: 0 20px 5px;
}

#sidebar .box .tags a {
	color: #8a8a8a;
}

#sidebar .box .tags a:hover {
	color: #2978b0;
	text-decoration: none;
}

/** END sidebar **/

/** BEGIN footer **/
#footer {
	background-color: #252326;
	color: #ffffff;
	clear: both;
	padding: 15px;
}

#footer a {
	color: #ffffff;
}

#footer-sidebars {
	clear: both;
	height: 200px;
	/*margin-bottom: 30px;*/
}

div#linkcat-2, div#footer-left, div#footer-middle, div#footer-right {
	float: left;
	overflow: hidden;
	width: 308px;
	height: 100%;
	margin: 0 0 10px 0;
	padding: 4px;
}

#footer-sidebars ul li {
	list-style: none;
	margin: 0;
}

#footer div.credit {
	float: right;
}

#footer div.legal {
	float: left;
}

/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	text-align: center;
	padding-top: 20px;
	;
}

#comments {
	padding: 0 35px 20px;
}

#comments h2 {
	margin: 20px 0 5px;
	font-size: 1.5em;
	font-weight: normal;
}

#comments p {
	margin-bottom: 10px;
	line-height: 1.5em;
}

#comments form {
	padding-top: 20px;
}

#comments form p {
	margin-bottom: 5px;
}

#comments form input, textarea {
	border: 1px solid #cccccc;
	font-size: 0.9em;
	font-family: Verdana;
	padding: 4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}

#comments form input {
	width: 260px;
	border: 1px solid #cccccc;
}

#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #cccccc;
}

#comments form button {
	border: 1px solid #909090;
	background-color: #cccccc;
	font-size: 0.9em;
	font-family: Verdana;
	width: 120px;
	height: 23px;
}

.commentdetails {
	margin-top: 25px;
}

.commentauthor {
	margin-bottom: 5px !important;
	font-weight: bold;
}

.commentdate {
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #909090;
}

.required {
	color: #ff0000;
}

h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 25px 0;
	color: #565656;
}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}

#comments ol li {
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}

#comments ol li .avatar {
	float: right;
}

#comments ol li .comment-author {
}

#comments ol li .comment-author .fn {
	font-weight: bold;
	font-size: 1.2em;
}

#comments ol li .comment-meta {
	font-size: 0.9em;
	color: #999999;
	margin: 5px 0 10px;
}

#comments ol li .reply {
	font-size: 0.9em;
	font-weight: bold;
	padding-bottom: 10px;
}

#comments .children {
	list-style-type: none;
}

#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}

#comments .navigation a {
	color: #999999;
	padding: 3px 8px;
	border: 1px solid #cccccc;
}

#comments .navigation a:hover {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
}
/** END wordpress 2.7 comments **/

/* BEGIN WPML */
br.cms-nav-clearit {
	display:none;
}

#menu-wrap, #menu-wrap ul { 
	background-color: #252326;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap ul a, #menu-wrap ul a:visited { 
	border-right:none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
	padding:  0px  15px  0px  10px;
	line-height:  20px;
}

#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active { 
	background-color: #73B3D9;
	color: #252326;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap li.selected_page > a,#menu-wrap li.selected_page:hover > a { 
	background-color: #73B3D9;
	color: #252326;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
}

#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited { 
	background-color: #626473;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: normal;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

#menu-wrap ul ul a, #menu-wrap ul ul a:visited { 
	background-color: #73B3D9 !important;
	color: #252326 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size:  11px !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding:  5px  10px  5px  10px;
	line-height:  15px;
}

#menu-wrap ul ul a:hover { 
	background-color: #626473 !important;
	color: #FFF !important;
	font-family: Arial, Helvetica, sans-serif!important;
	font-size:  11px !important;
	font-weight: normal !important;
	font-style: normal !important;
}

#menu-wrap li.section { 
	background-color: #252326;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  11px;
	font-weight: bold;
	font-style: normal;
	padding:  5px  11px  5px  10px;
	line-height:  15px;
}

#menu-wrap { 
	height:  20px;
}

#menu-wrap ul ul { 
	top:  20px;
}
/* END WPML */

/* BEGIN AdSense */
div.ezAdsense {
	float: right;
	width: auto;
}
/* END AdSense */
