/*
	Theme Name: Teknikal Design
	Theme URI: http://www.teknikaldesign.com
	Description: A very minimal theme, widget-ready, gravatar-supporting, and standards-compliant. Black on white with blue highlights, two columns with a thin right sidebar. Possibly the minimalest of minimalist themes.
	Version: 1.3.1
	Author: Peter Duong
	Author URI: http://www.teknikaldesign.com
	Tags: widgets, blue, white, right sidebar, fixed width, two columns, valid CSS, valid XHTML, widget ready, 2 column, 2 columns, clean, simple, free, Gravatar, light, minimal, minimalist, sidebar right, tags, Two Column, widgetized, widget
*/


/* Changelog:
 	1.3.1: Bugfix. Fixed clipping title problem in IE7 and some ugly text if comments were closed for a post. Released 2008/08/11.
	1.3: Added real blog tagline support (previous was fake): if you have a tagline it displays it prominently, if you have no tagline it looks exactly like it did before. Made list-of-posts pages better. Removed an ugly line that happened sometimes in the comments. Bumped version number because of requirement in WordPress Theme Directory. Released 2008/07/31.
	1.1: Added categories, multipule authors, blog tagline, and gravatar support. Made compatible with WordPress Theme Directory. Changed version numbering scheme. Released 2008/07/29.
	1.02: Compatibility updates. Released 2008/07/21.
	1.01: Fixed comment date bug. Released 2008/07/01.
	1.0: Initial release. Released 2008/03/23.
*/

/* whole page */
body {
	margin: 0em;
	padding: 0em;
	background-color:#000000;
	background-image:url(assets/wood_bg_1600x1050.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-attachment:fixed;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:.75em;
}
#wrapper {
	position:relative;
	min-height:100%;
	margin:0 auto;
	text-align:left;
}
#decorativeHeader {
	background-image:url(assets/decorative_header.png);
	position:absolute;
	background-position:top center;
	top:0px;
	height:292px;
	width:100%;
	z-index: 3;
}
#logo {
	float:left;
	margin:29px 0px 0px 37px;
	border:none;
	z-index:55;
}
#page {
	position:relative;
	margin:0 auto;
	text-align:left;
	width:950px;
	color:#CCCCCC;
}
#navbar {
	position:absolute;
	left:465px;
	font-weight: bold;
	font-size:75%;
}
#green_bar {
	position:absolute;
	top:62px;
	left:705px;
	background:#8CC541;
	width:55px;
	height:3px;
}
.bread_crumb {
	font-size:85%;
	position:relative;
	width:950px;
	padding:0px 0px 0px 39px;
}
.bread_crumb a:link { color:#CCCCCC; text-decoration:underline; }
.bread_crumb a:visited { color:#CCCCCC; text-decoration:underline;}
.bread_crumb a:hover { color:#CCCCCC; text-decoration:none}

.menu {
	background:url(assets/navbar2.png) no-repeat;
	position:relative;
	height:65px;
	width:432px;
	z-index:4;
}
.menu ul {
	list-style:none; 
	z-index:10; 
	position:absolute; 
	z-index:100; 
	padding: 33px 0px 0px 0px;
}
#menu li {
	float:left;
	width:50px;
	padding:0px 30px 0px 0px; 
}

.menu a, .menu a:active, .menu a:visited {
	text-decoration:none; 
	color:#000; 
	padding:7px;
}
.menu a:hover {
	color:#FFF
}

#my_teknikal_blog {
	position:relative;
	margin:0 auto;
	background:url(assets/welcome.png) no-repeat;
	width:950px;
	height:213px;
	clear:both;
	z-index:4;
}
#error_heading {
	position:relative;
	margin:0 auto;
	background:url(assets/error_heading.png) no-repeat;
	width:950px;
	height:271px;
	clear:both;
}

a {	color: #8CC541;
	text-decoration: none;
}
a:visited {	color:#8CC541;}
a:hover {	color: #336666;}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	margin: 1em 2em 1em 1em;
	
	font-size: 0.9em;
}
/* end whole page */

/* header */
#header {
	margin: 0em;
	padding: 0em;
	position:relative;
	height:169px;
	width:950px;
	z-index:26;
}

#header h1 {
	margin: 0em;
	border: 0px solid gray;
	padding: 0em;
	
	font-size: 4em;
	line-height: 0.75em; /* weird IE7 bug fix */

	float: left;
}

#header #tagline {
	margin: 0.75em 0em 0em 2em; /* also part of the IE7 fix */
	border: 0px solid gray;
	border-left: 1px solid gray;
	padding: 0.5em 0em 0.5em 2em;
	
	color: gray;
	background: inherit;
	
	float: left;
}

/* end header */

/* content area */
#content {
	margin:30px 0px 20px 38px;
	padding-bottom:2em;
	width: 615px;
	float: left;
	line-height:1.5em;
	/*background-image:url(assets/transparent_black.png);*/
}

/*this is the heading for Recent Posts*/
#content h2 {
	color:#4D4D4D;
	padding:.5em 0em 0em 0em;
	margin:0;
	font-size: 3.5em;
	line-height:1em;
	letter-spacing:.2em;
}

/*this controls the amount of padding from the heading title and the first post*/
#content .post {
	margin: 0em 0em 4em 0em;
	padding:2.8em 3em 3em 6.5em;
	background:url(assets/transparent_black.png);
}
.author {
	display:block;
	font-size:0.85em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height:2em;
	letter-spacing:0.1em;
	text-align:right;
}

.dateContainer {
	background:url(assets/date_bg.png) no-repeat;
	margin-top:3.5em;
	padding-top:3.6em;
	float:left;
	width:50px;
	height:130px;
	text-align:center;
	line-height:.2em;
}
.month {
	padding-right:.3em;
	text-transform: uppercase;	
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.day {
	padding:0em .3em 0em 0em;
	font:2em bolder;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}
.year {
	padding:0em .5em 0em 0em;
	font-size:85%;
}
/*this is the heading for posts*/
#content h3 {
	margin:0em;
	padding: 0em;
	font-size: 2em;
	line-height:1.2em;
}
#meta_seperator {
	background:url(assets/meta_seperator.png) no-repeat;
	margin-top:1em;
	margin-bottom:.25em;
	width:38.5em;
	height:15px;
}
#content .postmetadata {
	color:#AFAFAF;
	margin:0em 0em 0em 0em;
	font-size: 0.9em;
}

#content .navigation {
	margin: 1em 0em 0em;
	padding: 0em;
	
	display: block;
}

#content .goback {
	margin: 0em 0.5em 0em 0em;
	padding: 0em;
	
	float: right;
	
	font-size: 1em;
}

#content .goforward {
	margin: 0em 0em 0em 0.5em;
	padding: 0em;
	
	float: left;
	
	font-size: 1em;
}

#comments_div {
	padding-left:0em;
}
#content #comments {
	margin: 2em 0em 1em;
	padding: 0em;
	
	clear: both;
}

#content .commentlist {	
	margin: 0em;
	padding: 0em;
	
	font-size: 0.9em;
}

#content .commentlist li {
	margin: 2em 0em 0em 0em;
	padding: 0em 0em 0em 1em;
	
	list-style-type: none;	
	border:1px #777777 solid;
}

#content .commentlist img.avatar {
	float:right;
	margin: 2em 1em 0em 1em;
}

#content .commentmetadata {
	margin: 0em 0em 2em;
	color: #777777;

}

#content #respond {
	margin: 2em 0em 0em 0em;
	padding: 0em;
	
	clear: both;
}
/* these rules are added for compatibility with WordPress Theme Directory */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* end Theme Directory compatibility */

/* sidebar */
#search {
	width:187px;
	height:25px;
	background:url(assets/transparent_black.png);
}
#search #s {
	background: none;
	width:160px;
	padding:5px 0px 5px 5px;
	margin:0px 0px 20px 0px;
	border:0;
	float:left;
	color:#CCCCCC;
	font-size:85%;
	}
#search #searchsubmit {
	background:url(assets/search_go.png) no-repeat;
	border:0;
	width:22px;
	height:22px;
	float:right;
	margin:2px 0px 0px 0px;	
}
#rss {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	letter-spacing:.25em;
	width:155px;
	height:35px;
	margin:2em 0em 1.5em 2px;
	padding-left:48px;
	padding-top:16px;
	background:url(../../../../assets/icons/rss_icon.png) no-repeat;
}

#sidebar_top {
	background:url(assets/sidebar_top.png) no-repeat left;
	margin: 10px 0px 0px 0px;
	padding:0px 43px 0px 65px;
	width: 185px;
	height:50px;
	float: right;
}
#sidebar {
	background:url(assets/sidebar_fade.png) repeat-y left;
	margin: 0px 0px 0px 0px;
	padding:33px 43px 0px 65px;
	width: 185px;
	float: right;
	line-height:1.25em;
}
#sidebar_bottom {
	background:url(assets/sidebar_bottom.png) no-repeat left;
	margin: 0px 0px 0px 0px;
	padding:0px 43px 0px 65px;
	width: 185px;
	float: right;
	height:50px;
	clear:right;
}
/* end content area */
#twitter_logo {
	padding-top:445px;
	background:url(../../../../assets/icons/twitter_bird.png) no-repeat left;
}
#sidebar_bio {
	margin-bottom:50px;
    font-size:110%;
	line-height:1.5em;
}


#sidebar h2 {
	margin-bottom:0.25em;
	padding:0em;
	font-size: 1em;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#sidebar h2 a, #sidebar h2 a:visited {
	color: black;
	background: inherit;
}

#sidebar h2 a:hover {
	color: white;
	background: #1070c0;
}


#sidebar ul {
	margin: 0em;
	padding: 0em;
}

#sidebar ul li {
	margin: 0em 0em 1em;
	padding: 0em;
	
	list-style-type: none;
}

#sidebar ul li p, #sidebar ul li ul, #sidebar ul li ol {
	font-size: 0.85em;
}

#sidebar ul li ul li, #sidebar ul li ol li {
	margin: 0em;
	padding: 0em;
}

#sidebar .textwidget {
	font-size: 0.8em;
}
#sidebar a {
	color:#C0C0C0;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FFF;
}

#sidebar_bio a:link, #sidebar_bio a:visited {color:#8CC541; } 
#sidebar_bio a:hover {color:#336666; }

/* end sidebar */

/* footer */
#footer {
	position:relative;
	bottom:0px;
	background:url(../../../../assets/footer3.png) no-repeat;
	margin: 0em;
	padding: 0em;
	height:253px;
	width:950px;
	clear: both;	
	z-index: 9;
	font-size:90%;
}
#footerFade {
	position:absolute;
	bottom:0px;
	background-image:url(assets/footer_fade.png);
	height:253px;
	width:100%;
	z-index: 7;
}
#footer  a:link {
	color: #808080;
	text-decoration: none;
}
#footer a:visited {
	color: #808080;
	text-decoration: none;
}
#footer  a:hover {
	color: #FFFFFF;
}

#footerNav {
	position:absolute;
	left:170px;
	top:166px;
	color:#808080;
	font-size:90%;
	width: 125px;
	height: 64px;
	z-index: 6;
}
.footerNav ul {
	list-style:none;
	z-index:12;
	line-height:1.4em;
	text-align:left;
}
#footerContact {
	position:absolute;
	left:302px;
	top:174px;
	font-size:90%;
	font-weight:bold;
	width:100px;
	height:50px;
	color:#808080;
	text-align:left;
	text-decoration:none;
	z-index: 4;
}
#footerCopyright {
	position:absolute;
	left:480px;
	top:166px;
	font-size:85%;
	width:400px;
	height:50px;
	color:#808080;
	text-align:left;
	z-index: 5;
}
/* end footer */
