/* 
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: #efefef url(images/containerbg2.gif) repeat-y center;
	font-size:small;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:76%;
	color:#444;
}

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

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 solid;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a:link,a:visited {
	color: #141464;
	text-decoration:none;
}

a:hover, a:active 
{
	color:#48431d;
	text-decoration: none;
	border-bottom:#48431d 1px solid;
}
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: 750px;
	height: 150px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat center center;
	text-align:right;	
}

#header * {
	/*margin: 0;*/
	padding: 0;
	text-decoration: none;
	color: black;
}

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

#header h2 {
	padding: 0 10px;
	font-size:1em;
}
#menu
{
	
	background: #38005F;
	width: 750px;
	height:28px;
	line-height:28px;
	margin:0 auto;
	padding:0;
}
#menu ul {
	
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	
	display: inline;
}

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

#menu a:hover, 
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background: #38005F;
	
}

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

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

#main {
	width: 750px;
	margin: 0 auto;		
}

#content {
	float: right;
	width: 500px;
	padding: 20px 15px;	
}

#sidebar 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:0.9em;
	float: left;
	width: 212px;	
	/* padding: 10px; */		
}

/* 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:#888;
	font-family:Trebuchet MS, Verdana, Arial, Serif;
}
#content .post-meta
{
	color:#999;
	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 
{
	color: #38005F;
	font-size:1.4em;
	text-transform:uppercase;
	border-bottom:#cdc 1px solid;
	margin:1em 0 0.5em 0;
}
#sidebar ul {
	
	font-weight: bold;
	background-color: #FF9900;
	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: 0 0 5px 0;
	padding:0;
}
#sidebar li li 
{
	margin:10px 0;
}
/* Footer */

#footer {
	width: 730px;
	margin: 0 auto;
	background: #38005F;
	color:#fff;
	padding:10px;
}

#footer p {
	margin: 0;
	padding:0;	
}
#footer p.credits 
{
	font-size:0.9em;
}
#footer * 
{
	color:#fff;
}
#footer a:hover 
{
	border-bottom:#fff 1px solid;
}
/************************************************
*	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;
}