/* @override http://www.essencecoaching.com/wp-content/themes/Tech/style.css */

/*
Theme Name: Tech-Theme
Theme URI: http://tech.ithemes.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.1
Description: Technology is a premium WordPress theme designed by iThemes.
Tags: dark, technology, theme options, image fader, dropdown menus, CMS
All the CSS, XHTML, design, and images are copyrighted. Please don’t steal.

	Changelog:
	0.9   – 2008.01.21
		Beta Release
	0.9.1 - 2008.01.21
		Updated the theme description in the style.css file
		Changed the URL in footer.php to tech.ithemes.com
		Fixed the wp_page_menu argument filter in functions.php
		Added screenshot.png
	0.9.2 - 2008.01.22
		Added a wp_page_menu filter to functions.php
		Changed .menu to #menu in style.css
		Increased the width of the dropdowns to 200px in style.css
		Restrained the image width for page templates using CSS
	0.9.3 - 2008.01.22
		Added page_blog.php template
	1.0   - 2008.01.22
		Fixed a final IE6 bug in the /css/lt-ie7.css file
		Initial Public Release!
	1.0.1 - 2008.01.23
		Added comment-reply code to header.php
		Fixed nested comments style in style.css

*/
/*CSS Reset*/
@import(css/reset.css);

body { /* This is where you set many of the universal defaults */
	background: #2e2e2e;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #FFF;
	text-decoration: underline;
}
a:hover { 
	color: #FFF; 
	text-decoration: none; 
}

/*********************************************
		Universal Text Elements
*********************************************/
p, ul, ol, blockquote {
	color: #000;
}

ol, ul {
	margin: 5px 0px;
	list-style-type: circle;
}

li {
	padding: 2px;
	margin: 4px;
}

li:hover {
	background-color: #bad7e5;
}

blockquote {
	margin: 5px 0px 5px 30px; 
    padding: 5px 5px 5px 10px;
	font-style: italic;
    border-left: 8px solid #0973a2;
    background-color: #bad7e5;
}
img { border: 0px; background:none; }
p {
	padding: 0px;
	margin: 10px 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	margin: 0px; padding: 0px;
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
	margin: 0 0 0px 0; 
	padding: 0px;
	text-transform: uppercase;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 16px;
	margin: 15px 0 -5px 0;
	padding: 0px;
	text-transform: uppercase;
}
h3 { /* This style used as the post titles on homepage/archive */
	clear: both;
	font-size: 14px;
	font-weight: normal;
	margin: 15px 0 -5px 0; 
	padding: 0px;
	text-transform: uppercase;
	color: #fff;
}
h3 a {
}
h3 a:hover {
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 14px;
	margin: 0px; padding: 0px;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	margin: 0px; padding: 0px;
}
h6 {
	font-size: 14px;
	margin: 0px; padding: 0px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.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 p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Container Div
*********************************************/
#container {
	background: #FFF url(images/container-bg.gif) repeat-y;
        color: #000;
	width: 960px;
	margin: 20px auto; padding: 0px;
	text-align: left;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	background: url(images/header.gif) no-repeat;
	width: 960px; height: 124px;
}
#header a {
	display: block;
	width: 960px; height: 124px;
	margin: 0px; padding: 0px;
	text-indent: -9999px;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#menu {
	float: left;
	font-size: 14px;
	background: #4d4d4d;
	width: 954px; height: 30px;
	margin: 0px; padding: 0px;
	border: 3px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: relative;
	z-index: 100;
}
/* This is the style for the first UL (horizontal) */
#menu ul {
	float: left;
	background: transparent;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
}
/* This is the style for the top level list items */
#menu ul li {
	background: none;
	width: auto;
	display: block;
	float: left;
	list-style-type: none;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px;
	border-right: 1px solid #FFF;
}
#menu ul li.home {
	background: none;
}
/* The style for all links */
#menu a {
	color: #FFF;
	text-decoration: none;
}
/* The universal hover state colors and background for all LI items and links */
#menu li:hover,
#menu li:hover a,
#menu li.sfhover,
#menu li.sfhover a,
#menu li a:hover {
	background: #43681b url(images/menu-active.gif) repeat-x;
	color: #FFF;
	text-decoration: none;
}
/* This is the style for the top level links, if different than the universal */
#menu ul li a {
	display: block;
	height: 30px; line-height: 30px;
	margin: 0px; padding: 0px 15px;
	text-decoration: none;
}
/* if you want to set a "current page item" style, do it here */
#menu ul li.current_page_item a {
	background: #43681b url(images/menu-active.gif) repeat-x;
}
/****************************** 
The second-level stuff 
*******************************/
/* This hides the nested UL before you hover */
#menu li ul {
	clear: both;
	position: absolute;
	width: 200px; /* the width of the dropdown */
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, 
#menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: transparent;
	display: block;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: transparent;
	width: 100%;
	display: block;
	padding: 0px; margin: 0px;
	height: 26px; line-height: 26px;
	overflow: hidden;
	text-align: left;
}
/* This is the style for the links within the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	width: 190px;
	display: block;
	background: #43681b url(images/menu-active.gif) repeat-x;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
	border: 1px solid #FFF;
	border-top: none;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, 
#menu li.sfhover ul li a:hover {
	background: #000 url(images/menu-active-hover.gif) repeat-x;
        color: #0973A2;
	text-decoration: none;
	margin: 0px; padding: 0px 5px;
	height: 25px; line-height: 25px;
}


/*********************************************
		Homepage Styles
*********************************************/
#homefeature {
	width: 954px;
	background: #84B9D0;
	margin: 0px; padding: 0px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#homefeature #rotator {
	display: block;
	float: left;
	border-right: 1px solid #FFF;
}
#homefeature #homefeature-blurb {
	display: block;
	float: left;
	width: 298px;
	margin: 0px; padding: 10px;
}

#homefeature #homefeature-blurb h2 {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#homefeature #homefeature-blurb p a#action {
	display: block;
	text-align: center;
	text-transform: capitalize;
	padding: 6px 0px;
	text-decoration: none;
	font-size: 15px;
	background-color: #4d4d4d;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-mozilla-border-radius: 10px;
}

#homefeature #homefeature-blurb p a#action:hover {
	background-color: #0973a2;
}

#homebottom {
	width: 954px;
	background: url(images/homebottom-bg.gif) repeat-y;
    color: #FFF;
	margin: 0px; 
	padding: 0px;
	border-top: 1px solid #FFF;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#homebottom .widget {
	width: 318px;
	display: inline;
	float: left;
}

#homebottom h4 {
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}

#homebottom h4 span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 4px;
}

#homebottom h4#homebottom-extra {
	border-top: 1px solid #FFF;
}

#homebottom h5 {
	margin: 4px 8px 4px 8px; 
	font-weight: bold;
}

#homebottom .widget p {
	padding: 0 10px;
        color: #FFF;
}

/* @group Side Bar Buttons */
#homebottom p a#homebottom-newsletter,
.sidebar p a#sidebar-newsletter,
.sidebar p a#sidebar-book {
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	-mozilla-border-radius: 10px;
	background: #4d4d4d url(/wp-content/_images/newsletter.png) no-repeat right center;
}

#homebottom p a#homebottom-newsletter,
.sidebar p a#sidebar-newsletter {
	background: #4d4d4d url(/wp-content/_images/newsletter.png) no-repeat right center;
}

.sidebar p a#sidebar-book {
	background: #4d4d4d url(/wp-content/_images/book-wph.jpg) no-repeat 97% center;
}

#homebottom p a#homebottom-newsletter span,
.sidebar p a#sidebar-newsletter span,
.sidebar p a#sidebar-book span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

#homebottom p a#homebottom-newsletter:hover,
#homebottom p a#homebottom-book:hover {
	background-color: #84B9D0;
}

.sidebar p a#sidebar-newsletter:hover,
.sidebar p a#sidebar-book:hover {
	background-color: #0973a2;

}

/* @end */

#homebottom p a.homebottom-more {
	display: block;
	padding: 4px 10px;
}

#homebottom p a.homebottom-more:hover {
	background-color: #84B9D0;
	text-decoration: none;
	color: #000;
	-webkit-border-radius: 10px;
	-mozilla-border-radius: 10px;
}

#homebottom .widget img {
	/*padding: 0 10px;*/
	margin: 0 10px 0 10px;
        color: #FFF;
}

#homebottom .widget img.alignleft {
	margin-left: 0;
	margin-bottom: 8px;
}

#homebottom .widget form {
	padding: 0 10px;
        color: #FFF;
}

#homebottom .widget div {
	padding: 0 0px;
        color: #FFF;
}

#homebottom .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#homebottom .widget ul li {
	margin: 15px 8px;
	padding: 0 0px;
}

#homebottom .widget ul li a {
	
	padding: 4px 10px;
}

#homebottom .widget ul li:hover {
	background-color: inherit;
}

#homebottom .widget ul li a:hover {
	background-color: #84B9D0;
	text-decoration: none;
	color: #000;
	-webkit-border-radius: 10px;
	-mozilla-border-radius: 10px;
}



#homebottom .widget ol {
	padding: 10px 0px; 
	margin: 0px 15px 5px 25px;
	list-style-type: square;
}
/*#homebottom .widget .textwidget p,
#homebottom .widget .textwidget img,
#homebottom .widget .textwidget form,
#homebottom .widget .textwidget div,
#homebottom .widget .textwidget ul,
#homebottom .widget .textwidget ol {
	margin: 0px; padding: 0px;
        color: #FFF;
}*/

	
/*********************************************
		Content Div
*********************************************/
#content {
	display: inline;
	width: 596px;
	float: left;
	margin: 0px; padding: 20px;
}
#content-full {
	background: #fff;
	display: inline;
	width: 914px;
	float: left;
	margin: 0px; padding: 20px;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
}
#featureimg-wide {
	width: 954px;
	padding: 0px 3px;
	border-bottom: 1px solid #FFF;
}
#featureimg-wide img {
	width: 954px;
}
#featureimg {
	width: 635px;
	padding: 0px 0px 0px 3px;
	border-bottom: 1px solid #FFF;
	float: left;
}
#featureimg img {
	width: 635px;
}

/*********************************************
		Post Div
*********************************************/
.post {
	clear: both;
}

/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 10px 0px;
}
.meta-date {
}
.meta-author {
}
.meta-comments {
}
.meta-category {
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 0px;
}

/*********************************************
		Sidebar
*********************************************/
.sidebar {
	display: inline;
        color: #FFF;
	float: right;
	width: 278px;
	margin: 0px; padding: 20px;
}
.sidebar .widget {
	clear: both;
	margin: 0px; padding: 0px 0px 20px 0px;
}
.sidebar p, 
.sidebar .textwidget {
}
.sidebar img {
	margin: 10px 0px;
}
.sidebar form {
	margin: 5px; padding: 0px;
}
.sidebar form#searchform {
	margin: 0;
	
}

.sidebar form#searchform label {
	display: block;
	text-transform: uppercase;
}

.sidebar form#searchform input#s {
	width: 200px;
	line-height: 1.5px;
	font-size: 14px;
}

.sidebar form#searchform input#searchsubmit {
	border: 1px solid #fff;
	background-color: #4d4d4d;
	color: #fff;
	font-size: 14px;
}
.sidebar ul {
	list-style: none;
	margin: 0px; 
	padding: 0px 0px;
}
.sidebar ul li {
	margin: 5px 0;
	margin-left: 0; 
	padding: 0px;
}

.sidebar ul li:hover {
	background-color: transparent;
}

.sidebar ul li a {
	display: block;
	padding: 4px;
	padding-left: 10px;
}
.sidebar ul li a:hover {
	text-decoration: none;
	background-color: #0973a2;
	-webkit-border-radius: 10px;
	-mozilla-border-radius: 10px;
}
.sidebar ul li ul {
	margin: 0px 0px 0px 0px; 
	padding: 0px;
}
.sidebar ul li ul li {
	margin: 0px;
	margin-top: 0;
	padding-left: 10px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 20px 0px; padding: 0px;
	overflow: hidden;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	border: 1px solid #CCC;
}
#comments ul.children li {
	border: 1px solid #CCC;
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	background: #F2F2F2;
	margin: 10px 0px; padding: 10px;
}
#comments blockquote {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 98%;
	margin: 10px 0px 15px 0px; padding: 5px;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	display: block;
	background: url(images/footer-bg.gif) bottom left no-repeat;
	color: #ffffff;
	text-align: left;
	border-top: 1px solid #FFF;
	margin: 0px; padding: 15px 20px 20px 20px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}