/* 
Theme Name: TechLand
Theme URI: http://wpthemeland.com/
Description: <a href="http://wpthemeland.com/themes/techland/" title="TechLand Theme">TechLand</a> is a WP ThemeLand Product.
Version: 1.0
Author: WP ThemeLand
Author URI: http://wpthemeland.com
*/
/*
Header Image from http://sxc.hu/photo/764140
*/

body {
	margin: 0 auto;
	padding: 0;
        background: #304057 url(/bg.jpg);
        background-attachment: fixed;
	font-size:small;
	font-size:10px;
	font-family: Helvetica, Arial,Verdana,sans-serif;
	font-size:76%;
	color:#000000;  /*--Controls Color of the Main Text--*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Georgia, Arial, Serif;
	font-weight:normal;
	line-height:1.4em;
	color:#000000;
}

p, ul, ol, blockquote {
	line-height: 180%;
}
h2, h3 
{
	font-size:20px;
}
blockquote 
{
	background:url(images/blockquote.gif) no-repeat left top;
	margin:1em;
	padding:0 0 0 4em;
	color:#666;
	font-style:italic;
}
img 
{
	padding:2px;
	border:#ccc 1px transparent;  /*--edit image borders here--*/
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a:link,a:visited {
	color: #000066;
	text-decoration:none;
}

a:hover, a:active
{
/*--Removed (border-bottom:#48431d 1px solid;) and added underline to text-decoration--*/
	color: #181965;
	text-decoration: underline;
	
}
img.wp-smiley 
{
	padding:0;
	border:none;
}
.clear
{
	clear:both;
}
#main .feed 
{
	background:url(images/icon_feed.gif) no-repeat left;
	margin:0;
	padding:5px 16px;
}
ul
{
	margin:0;
	padding:0 1em;
}
ol 
{
	margin:0;
	padding:0 3em;
}
#content ul li 
{
	list-style:none;
	background:url(images/bullet.gif) no-repeat left 3px ;
	margin:0;
	padding:0 20px;
}
/* Header */

#header {
	width: 900px;
	height: 125px;
	margin: 0 auto;
	text-align:right;
	border: 2px solid #A58719;
	border-width: 2px 2px 0px 2px;
	background-color: url;
	background-repeat: no-repeat;
	background-position: center;
}
#header * {
	margin: 0;
	padding: 0;
        text-decoration: none;
	color: #000;
        display: none;
}

#header h1 {
	padding: 20px 10px 5px;
	font-size:1.8em;
	font-variant:small-caps;
}

#header h2 {
	padding: 0 10px;
	font-size:1em;
}
#menu
{
	background: #000000;
	width: 900px;
	height:28px;
	line-height:28px;
	margin:0 auto;
	padding:0;
        border: 2px solid #A58719;
        border-width: 2px 2px 2px 2px;
        font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
        background-color: #ff6500;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 2px 20px 0;
	border-bottom:0px;
	text-decoration: none;
	color:#ffffff;
}

/*--Removed #menu li.current_page_item a:link,--*/ 
#menu a:hover, 
#menu a:active
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active

{
	background: #6b739f;
	color:#ffffff;
}

#menu #rss a {
	float: right;
	padding-left: 30px;
	background: url(images/rss.gif) no-repeat 10px 50%;
	border: none;
	}

#menu #rss a:hover {
	background-color:#6b739f;
}
/* Content */

#main {
	width: 900px;
	margin: 0 auto;
        border: 2px solid #A58719;
        border-width: 0px 2px 2px 2px;
        background: #FFFFFF url(/middlebg.jpg) repeat-y;		
}

#content {
	float: right;
	width: 580px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#sidebar 
{
	background-color: transparent;
        font-size:0.9em;
	float: left;
	width: 190px;	
	padding: 10px;
        color: #000000;  /*--Controls the Color of Text on the Sidebar--*/
        		
}

/* Content > content */
#content .post 
{
	margin-bottom:1em;
	padding-bottom:2em;	
}
#content .posted
{
	margin:0;
	padding:0;
	font-size:0.9em;
	letter-spacing:1px;
	font-variant:small-caps;
	color:#000000;
	font-family:Trebuchet MS, Verdana, Arial, Serif;
}
#content .post-meta
{
	color:#000000;
	font-size:0.9em;
	clear:both;
	border-top:#ddd 1px solid;
	padding-bottom:1em;
	
}
#content .comments
{
	float:right;
	background:url(images/icon-comments.gif) no-repeat left;
	padding-left:15px;
	
}
#content .category
{
	background:url(images/icon-category.gif) no-repeat left;
	padding-left:12px;	
}
#content h2.pagetitle 
{
	margin:0 0 1em 0;
	padding:0;
}
/* Content > sidebar */
#sidebar h2 
{
	font-size:1.4em;
	text-transform:uppercase;
        color: #000000;   /*--Controls Sidebar Title Text--*/
	border-bottom:#000000 1px solid;
	margin:1em 0 0.5em 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar form, #sidebar table, #sidebar p, #sidebar ul ul
{
	padding-left:1em;
	margin:0.5em 0;
}
#sidebar li {
	margin: 5px 0;
	padding:0;
}
#sidebar li li 
{
	margin:10px 0;
}
/* Footer */

#footer {
	width: 878px;
	margin: 0 auto;
	background-color: #000000;
        color:#FFFFFF;
        text-align: center; /*--This was added to center align all text on the footer--*/
	padding:10px;
        border: 2px solid #A58719;
        border-width: 2px 1px 1px 1px;
}

#footer p {
	margin: 0;
	padding:0;
        	
}
#footer p.credits 
{
	font-size:0.9em;
/*--Removed #footer * {color: #FFF;}--*/
        
}
#footer a:link,a:visited {
	color: #000066;
    text-decoration: none;
}

#footer a:hover {
    color: #e0edf4;
    text-decoration: underline;
/*--no need to add link color or other attributes here, will inherit attributes from parent link section--*/
}
/************************************************
*	Comments									*
************************************************/
	
#content .commentlist 
{
	margin:0;
	padding:0;
	border-top:#ccc 1px dotted;
}
#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding:1em;	
	border-bottom: #ccc 1px dotted;	
}
.commentlist li.alt 
{
    background:#f5f5f5;    
}
.commentlist li .cmtinfo 
{
	font-size:0.9em;
	margin:0;
	padding:0;	
	text-align:right;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
	float:left;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
}
#content .nocomments 
{
	text-align:center;
	color:#999;
	font-size:0.9em;
}
.trackback
{
	background:url(images/trackback.png) no-repeat left center;
	padding:0px 17px;
}
input.textbox
{
	border:#ccc 1px dotted;
	background:#f5f5f8;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	margin:2px 0;
	width:150px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px dotted #ccc;	
	background:#f5f5f8;
	font:1em Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
	border:#999 1px solid;
}
#header, #content, #sidebar, #footer, .widget 
{
	overflow:hidden;
}
