/*
Theme Name: Computer Geek
Description: No plugins required. Compatible with WordPress 2.9. W3C Validated CSS & HTML. Configure your RSS, Comments and email links from the Theme Options panel.
Version: 1.6
Author: Zoarra Solutions
Author URI: http://www.zoarra.com
Tags: blue, threaded-comments, theme-options, two-columns, fixed-width
License: GNU General Public License v2.0 or newer
License URI: http://www.gnu.org/licenses/gpl.html
*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;	
	color: #333;
	text-align: center;
	padding:0;
	margin:0;
	background:url(images/body_bg.jpg) repeat;	
	}

a
{
outline:none;
}

#page {	
	text-align: left;
	width:980px;
	margin:0 auto;
	}
	
#background
{
width:980px;
float:left;	
}

#top_frame
{
width:980px;
height:60px;
float:left;
background:url(images/top_frame.jpg) no-repeat;
}	
#main_frame_b
{
width:948px;
margin:0 auto;
}
#main_frame
{
width:948px;
float:left;
background:url(images/main_frame_repeat.png) repeat-y;
}
#wrapper
{
width:980px;
float:left;
}

#header {
	
	width: 913px;
	float:left;
	height:100px;
	padding: 0 0 0 32px;
	margin: 0;
	}

#logo
	{
	 padding: 0;
	 margin: 0;
	 float: left;
	 background: url(images/logo.png) no-repeat 20px 5px;
	 height: 100px;
	 width: 347px;
	}

#headerimg 	{
	padding: 34px 0 0 40px;
	margin: 0;
	float: left;
	}

#headerimg h1
	{
	padding: 0;
	margin: 0;
	float: left;
	width: 329px;
	}

#headerimg h1 a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #0099ff;
	float: left;
	}

#headerimg .description
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 18px;
	 font-weight: normal;
	 color: #999999;
	 padding: 0;
	 margin: 0;
	 float: left;
	}

#link-section
	{
	 padding: 0;
	 margin: 0;
	 width: 543px;
	 height: 85px;
	 float: left;
	 background: url(images/header-link.png) no-repeat 42px 11px;
	}

#text
	{
	 padding: 33px 0 0 66px;
	 margin: 0;
	 float: left;
	}

p.first
	{
	 padding: 0;
	 margin: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 color: #00adfe;
	 text-align: right;
	}

p.second
	{
	 padding: 0;
	 margin: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: normal;
	 color: #878888;
	 text-align: right;
	}

#link
	{
	 padding: 0;
	 margin: 0;
	 float: left;
	}

.email
	{
	 padding: 20px 24px 0 45px;
	 margin: 0;
	 float: left;
	 width: 48px;
	}

#rss-copy
	{
	 padding: 22px 18px 0 0;
	 margin: 0;
	 float: left;
	 width: 45px;
	}

#rss
	{
	 padding: 22px 0 0 0;
	 margin: 0;
	 float: left;
	 width: 45px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	width: 569px;
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

.narrowcolumn {
	float: left;
	padding: 0  0 0 20px;
	margin: 0px;
	width: 610px;
	}

.widecolumn {
	padding: 0;
	margin: 0;
	width: 630px;
	}

.post {
	padding: 0 0 0 11px;
	margin: 0;
	width: 569px;
	text-align: justify;
	}

#content-total
	{
	 padding: 0 0 0 50px;
	 margin: 0;
	 float: left;
	 width: 925px;
	}

#content-upper
	{
	 padding: 0;
	 margin: 0;
	 float: left;
	 background: url(images/content-top.jpg) no-repeat top;
	 height: 45px;
	 width: 630px;
	}

#content-bg
	{
	 padding: 0;
	 margin: 0;
	 float: left;
	 width: 925px;
	 background: url(images/content-bg.jpg) repeat-y left;
	}

#search-bar
	{
	 padding: 9px 19px 0 0;
	 margin: 0;
	 float: right;
	}

#search-bar #searchform {
	margin: 0;
	padding: 0;
	float: left;
	}

#search-bar #searchform #s {
	width: 141px;
	line-height: 20px;
	padding: 5px 5px 5px 0;
	margin: 0 5px 0 0;
	background: none;
	border: none;
	background: url(images/search-button.png) no-repeat top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #808080;
	text-align: right;
	float: left;
	}

#search-bar #searchsubmit {
	padding: 0 0 0 0;
	margin: 0;
	float: left;
	background: none;
	border: none;
	background: url(images/go.png) no-repeat top;
	width: 44px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #636363;
	font-weight: bold;
	}

/*#menu
	{
	 padding: 0;
	 margin: 2px 0 0 25px;
	 float: left;
	 width: 580px;
	 background-color: #82c5e7;
	}

#menu ul 
	{
	 padding: 13px 0 13px 0;
	 margin: 0;
	 text-align: center;
	 width: 580px;
	 }

#menu ul li
	{
	 padding: 0 10px 0 10px;
	 margin: 0;
	 display: inline;
	 list-style: none;
	  background: url(images/separator.jpg) no-repeat right;
	 }
	
#menu ul li a
	{
	 padding: 0;
	 margin: 0;
	 font-family: Tahoma, Arial, Helvetica, sans-serif; 
	 font-size: 12px;
	 font-weight: bold;
	 color: #1a4d68;
	 }
*/
.title
	{
	 padding: 32px 10px 0 0;
	 margin: 0;
	 float: left;
	 width: 46px;
	 height: 54px;
	 border: none;
	 background: none;
	 background: url(images/comment.png) no-repeat left 24px;
	}

.title a
	{
	 padding: 0 0 0 17px;
	 margin: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 color: #888888
	 }
	
.title-page
	{
	 padding: 0;
	 margin: 0;
	 float: left;
	}
	
.post .date
	{
	 padding: 0 0 0 10px;
	 margin: 0;
	 width: 501px;	
	 float: left;
	 background-color: #f4f8fb;
	}

.post h2
	{
	 padding: 28px 0 0 15px;
	 margin: 0;
	 width: 556px;
	 }

.post h2 a
	{
	 padding: 0;
	 margin: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 24px;
	 color: #0082bf;
	 font-weight: normal;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
#footer_b
{
width:100%;
float:left;
background-image: url(images/footer_repeat.png);
background-repeat:repeat-x;
background-position:bottom;
}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	height: 247px;
	background: url(images/footer-bg-f.jpg) no-repeat top;
	clear: both;	
	}

#footer ul
	{
	 margin: 0 ;
	 padding: 88px 0 0 10px;
	 width: 970px;
	 text-align: center;
	 }
	
#footer ul li
	{
	 padding: 0;
	 margin: 0;
	 display: inline;
	} 	

#footer ul li a
	{
	 padding: 0 0 0 5px;
	 margin: 0;
	 display: inline;
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 color: #666666;
	 text-align: left;
	} 	 
 	 
#footer p {
	margin: 0;
	padding: 88px 0 0 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	}

#email_me
	{
	 padding: 34px 26px 0 0;
	 margin: 0;
	 float: right;
	 width: 177px;
	 height: 177px;
	}

#email_me a
	{
	 padding: 0;
	 margin: 0;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	padding: 0 0 0 10px;
	text-align: left;
	width: 579px;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

#comments
	{
	 padding: 0;
	 margin: 0 0 0 14px;
	 float: left;
	 width: 595px;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	border:1px solid red;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	padding: 0 30px 0 0;
	}

.alignleft {
	float: left;
	padding: 0 0 0 10px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before{
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	background: none;
	padding: 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 0 5px 1px 0;
	
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 95%;
	padding: 2px;	
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#respond
	{
	 padding: 0;
	 margin: 0 0 0 14px;
	 float: left;
	 width: 595px;
	}
#respond h3
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 24px;
	 color: #0082bf;
	 font-weight: normal;
	}

#commentform #submit {
	margin: 0 23px 0 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
	{
	padding: 30px 0 0 16px;
	margin: 0;
	float: left;
	width: 228px;
	}
	
#sidebar ul
	{
	 padding: 0;
	 margin: 0;
	 }


#sidebar ul li
	{
	 padding: 0;
	 margin: 0 0 30px 0;
	 list-style-type: none;
	 background: url(images/widget-repeat.jpg) repeat-y;
	}

#sidebar ul ul 
	{
	 padding: 0 0 35px 0;
	 margin: 0;
	 background: url(images/widget-bottom.jpg) bottom no-repeat;
	}

#sidebar ul ul li
	{
	 padding: 0 5px 0 13px;
	 margin: 0 0 5px 0;
	 border: none;
	 background: none;
	 }

#sidebar ul ul li a
	{
	 padding: 0;
	 margin: 0;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #454545;
	}

#sidebar ul li h2
	{
	padding: 0 0 0 13px;
	margin: 0;
	line-height: 95px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ff8800;
	font-weight: normal; 
	background: url(images/widget-top.jpg) no-repeat top;
	}


#sidebar form {
	margin: 0;
	}
#sidebar li.widget_tag_cloud div
    {	
	  padding: 0 13px 15px 13px;
	}	
#sidebar li.widget_tag_cloud div a
{
	 color: #454545;
}	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: left;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	float:left;
	width:590px;	
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.entry p
	{
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: normal;
	 color: #454545;
	}

a:hover
	{ outline: none;
	}

.post-edit-link
	{
	 margin: 0 0 0 10px;
	}
.commentlist
	{ width: 569px; padding: 0 0 0 10px;
	margin: 0;}
.textwidget
	{
	 padding: 0 24px 40px 13px;
	 margin: 0 0 5px 0;
	 border: none;
	 background: none;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #454545;
	 background: url(images/widget-bottom.jpg) bottom no-repeat;
	}
#calendar_wrap
{
	 padding: 0 10px 40px 13px;
	 margin: 0 0 5px 0;
	 border: none;
	 background: none;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 color: #454545;
	 background: url(images/widget-bottom.jpg) bottom no-repeat;
	}
.hls { background: #eff277; }

/* New Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:97%;
}
#respond textarea {
	width:97%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}	