/*
Theme Name: I-Evolve Technology Services Blog
Theme URI: 
Description: Custom Wordpress Theme for I-Evolve Technology Services
Version: 1.0 (WP 2.7.1)
Author: Kevin Laubacker
Author URI: http://www.i-evolve.com
Tags: clean, semantic, custom
*/

/* Initial reset
---------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address {
	margin: 0;
}
li, dd {
	margin-left: 0;
}

ol, ul {
	list-style: none;
}

form {
	padding: 0 2em;
}
fieldset, img {
	border:0;
}
input, select, textarea {
	font-size: 100%;
}
/* General
---------------------------------------------------------- */

body {
	font-size:68.5%;
	color:#464646;
	border-top: 13px solid #004B85;
	background-image: url(http://www.i-evolve.com/graphics/css/bg_horiz.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
div#content, div#iehead {
	margin: 0 auto 0 auto;
	width: 78.2em;
	border-left: 0.1em solid #6D6F71;
	border-right: 0.1em solid #6D6F71;
	border-bottom: 0.1em solid #6D6F71;
}
div#content {
	clear:both;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color:#990000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* Wordpress
---------------------------------------------------------- */

/* These classes are generated by WordPress, so it's useful to have some styles for them. More info: http://codex.wordpress.org/CSS */

.aligncenter {
	display:block;
	margin:0 auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.wp-caption {
	border:1px solid #666;
	text-align:center;
	background:#ccc;
	padding:10px;
	margin:10px
}
/* Forms
---------------------------------------------------------- */
fieldset {
}
fieldset div {
}
label {
}
input, select, textarea {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#666;
	vertical-align:middle;
}
select {
}
textarea {
	overflow:auto;
}
.image-button {
	vertical-align:middle;
}
/* Header
---------------------------------------------------------- */

div#iehead {
	border-right: .1em solid #6D6F71;
	border-left: .1em solid #6D6F71;
	position: relative;
}
#iehead #bgServer {
	float: right;
	width: auto;
	height: 105px;
}
div#iehead #ievolve {
	float: left;
	padding: 17px 12px 0;
}
div#iehead a#ie-logo {
	margin:0;
	padding:0;
	position:absolute;
	top: -12px;
	left: -14px;
}
#header {
	padding-top: 25px;
}
#header ul {
	display: inline;
}
#header ul li {
	display: inline;
	list-style-type: none;
}
#topNav {
	margin: 0;
	padding: 0;
}
#topNav li {
	float:left;
	padding: 0;
	margin:0;
	text-align: center;
	height: 1.4em;
	line-height: 1.4em;
}
#topNav li a {
	display:block;
	font-size: 0.95em;
	text-decoration: none;
	color: #000;
}
ul#topNav li a:hover, ul#topNav li a:active, ul#topNav li a:focus {
	color: #000;
	background-color: #EEE;
}
#blog {
	width: 4.2em;
	border-right: 1px solid #CCCCCC;
}
#careers {
	width: 5.1em;
	border-right: 1px solid #CCCCCC;
}
#contact {
	width: 6.5em;
	border-right: 1px solid #CCCCCC;
}
#sitemap {
	width: 5.4em;
}
h1 {
	float:left;
	background:url(http://www.i-evolve.com/graphics/images/ievolve_logo.gif) no-repeat;
	margin:38px 0 0 20px;
	display:inline;
}
h1 a {
	text-indent:-9000px;
	display:block;
	width:340px;
	height:78px;
}
#subscribe {
	text-align:right;
	color:#666;
	padding:10px 20px 0 20px;
}
#subscribe .icon {
	margin-left:5px;
	vertical-align:middle;
}
div#subNav {
	clear:both;
	width: 100%;
	border-top:0.5em solid #1B134C;
	background-color: #004b85;
	background-image: url(http://www.i-evolve.com/graphics/css/btntop_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom: 0.5em solid #1B134C;
	height: 29px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */
html[xmlns] .clearfix {
	display: block;
}
#search {
	float:right;
	color:#fff;
}
#search form {
	margin:5px !important;
}
#search input.input-search {
	width:172px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border:1px solid #a6a6a6;
	height:14px;
	padding:3px;
	vertical-align:middle;
}
/* Contents
---------------------------------------------------------- */
#container {
	padding:0 20px 0 20px;
}
#subscribe {
	height: 24px;
}
p {
	line-height:150%;
}
/* Sidebar
---------------------------------------------------------- */
#sidebar {
	float:left;
	width:290px;
	margin-right:20px;
}
.box {
	border:1px solid #d5d5d5;
	background:#f2f2f2;
	padding:10px;
	margin-bottom:20px;
}
.inner-box {
	border:1px solid #d5d5d5;
	background:#fff;
	padding:10px;
}
#sidebar h2 {
	font-size:13px;
	font-weight:bold;
	padding-bottom:7px;
	border-bottom:3px solid #cecece;
	margin-bottom:8px;
}
#sidebar ul li {
	font-size:12px;
	display:inline; /* to avoid bug in explorer */
}
#sidebar ul li a {
	border-bottom:1px solid #cecece;
	padding:6px 0 3px 0;
	color:#333;
	display:block;
	background:#fff;
	height:100%; /* to avoid bug in explorer */
}
#sidebar ul li a:hover {
	background:#f2f2f2;
	text-decoration:none;
}
#sidebar ul.categories-list li a {
	padding:6px 0 3px 18px;
	background:#fff url(../../../../Blog1/wp-content/themes/default/images/category-bg.gif) no-repeat 4px 8px;
}
#sidebar ul.categories-list li a:hover {
	background:#f2f2f2 url(../../../../Blog1/wp-content/themes/default/images/category-bg.gif) no-repeat 4px 8px;
}
.newsletter {
	margin-top:12px;
}
.newsletter input.input-newsletter {
	border:1px solid #a6a6a6;
	height:14px;
	padding:3px;
}
.vertical-banner {
	overflow:hidden;
	height:100%;
	margin-bottom:20px;
}
#archives {
	float:left;
	width:110px;
}
#sidebar .banner-160x600 {
	float:right;
}
.insider {
}
.insider .insider-heading {
	overflow:hidden;
	height:100%;
	margin-bottom:10px;
}
.insider .pic {
	float:left;
}
.insider .pic img {
	border:2px solid #dedede;
}
.insider .name {
	float:left;
	margin:10px 0 0 8px;
}
/* Tabs
---------------------------------------------------------- */
#tabs {
	border:1px solid #d5d5d5;
	background:#f2f2f2;
	padding:10px;
	margin-bottom:20px;
}
#tabs .tabs-nav {
	overflow:hidden;
	height:100%;
	padding-left:6px;
	background:url(http://dev2.i-evolve.net/~klaubacker/I-Evolve/Blog/wp-content/themes/default/images/tab-border.gif) repeat-x bottom left;
}
#tabs .tabs-nav li {
	font-size: 13px;
	font-weight: bold;
	margin-right:2px;
	padding:5px 10px;
}
#tabs .tabs-nav li {
	float: left;
}
#tabs .tabs-nav li a {
	float: left;
}
#tabs .tabs-nav li a {
	text-decoration: none;
	color: #333;
	outline:none;
}
#tabs .tabs-nav li.active {
	background:#fff;
	border:1px solid #d5d5d5;
	border-bottom:none;
}
#tabs div {
	background: #fff;
	padding: 10px;
	border:1px solid #d5d5d5;
	border-top:none;
}
/* override some general styles */

#sidebar #tabs .tabs-nav li a {
	border-bottom:none;
	padding:0;
	background:none;
}
#sidebar #tabs .tabs-nav li a:hover {
	background:none;
	text-decoration:none;
}
#sidebar #tabs div ul li a {
	padding:6px 8px 3px 8px;
}
/* Main-content
---------------------------------------------------------- */

#main-content {
	margin-left: 310px;
}
#main-content p {
	margin-bottom:12px;
}
#main-content ul {
	margin:8px 0 24px 0;
	margin-left:14px;
}
#main-content ul li {
	background: url(../../../../Blog1/wp-content/themes/default/images/list-bullet-small-arrow.gif) no-repeat 0px 4px;
	margin-bottom:8px;
}
#main-content blockquote {
	margin:24px;
	padding-left:16px;
	border-left:3px solid #dadada;
}
#main-content blockquote p {
	font-family:Georgia, Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	font-style:italic;
}
#main-content p.highlight {
	font-size:14px;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	background:#f9f9f9;
	padding:10px;
	margin-bottom:30px;
}
/* Post
---------------------------------------------------------- */
.post {
	overflow:hidden;
	height:100%;
}
h2 {
	font-size:20px;
	font-weight:bold;
}
h2 a {
	color:#333;
}
h2 a:hover {
	text-decoration:none;
}
.post-info {
	overflow:hidden;
	height:100%;
	margin:6px 0;
}
.posted {
	float:left;
	color:#666;
	width: 340px;
}
.comments-count {
	float:right;
	background: url(http://dev2.i-evolve.net/~klaubacker/I-Evolve/Blog/wp-content/themes/default/images/icon-comments.gif) no-repeat 0 1px;
	padding:1px 0 1px 20px;
}
.post-content {
	padding-top:10px;
	border-top:1px solid #cecece;
	margin: 10px 0 40px;
	font-size: 13px;
}
.post-content li {
	margin-left: 5em;
	margin-bottom: 0.15em;
	margin-top: 0.15em;
	line-height: 1.4em;
	list-style: square url(http://www.i-evolve.com/graphics/css/dot_on.gif);
}
.post-content img.alignleft {
	margin:6px 12px 12px 0;
}
.post img.alignright {
	margin:6px 0 12px 12px;
}
.post .more-link {
	font-size:13px;
	font-weight:bold;
	padding-right:10px;
	background:url(../../../../Blog1/wp-content/themes/default/images/icon-read-more.gif) no-repeat 100% 5px;
}
#main-content .share {
	float:right;
	border-left:1px solid #cecece;
	padding-left:19px;
	margin-left:20px;
}
#main-content .share-heading {
	font-size:14px;
	font-weight:bold;
	border-bottom:3px solid #cecece;
	padding-bottom:8px;
}
#main-content .share ul {
	margin:12px 0 0 0;
	margin-left:0;
}
#main-content .share ul li {
	background:none;
	padding-left:0;
}
#main-content .share ul li img {
	vertical-align:middle;
}
#main-content .share ul li a {
	vertical-align:middle;
	padding-left:6px;
}
/* Comments
---------------------------------------------------------- */
h3 {
	font-size:16px;
}
h3 a {
	color:#333;
}
h3 a:hover {
	text-decoration:none;
}
h3 span {
	font-size:14px;
	font-weight:normal;
}
h3 span a {
	color:#990000;
}
h3 span a:hover {
	text-decoration:underline;
}
.comments {
	margin-bottom:40px;
}
#main-content .comments li {
	padding:10px;
	border:1px solid #dedede;
	background:#fafafa;
	margin-bottom:14px;
}
.comments .heading {
	overflow:hidden;
	height:100%;
}
.comments .heading .comment-avatar {
	float:left;
	margin-right:4px;
}
.comments .heading .comment-avatar .avatar {
	background:#dedede;
	padding:2px;
}
.comments .heading .comment-author {
	float:left;
	padding-top:6px;
}
.comments .heading .comment-author cite {
	font-style:normal;
	font-weight:bold;
}
.comments .heading .comment-author span {
	font-style:italic;
}
.comments .heading .comment-author p.date a {
	font-size:11px;
	color:#666;
}
.comments-form label {
	display:block;
	margin-bottom:2px;
}
.comments-form input.text {
	color:#333;
	border:1px solid #7f9db9;
	padding:3px 2px 1px 2px;
	width:290px;
	height:18px;
	margin-bottom:12px;
}
.comments-form textarea {
	color:#333;
	border:1px solid #7f9db9;
	padding:2px;
	width:480px;
	height:130px;
	margin-bottom:12px;
	overflow:auto;
}
.comments-form input.send {
	color:#333;
	display:block;
}
/* Featured
---------------------------------------------------------- */
/* The class "sticky" is generated by Wordpress */

.sticky {
	background:url(../../../../Blog1/wp-content/themes/default/images/featured-bottom.gif) no-repeat bottom left;
	padding-bottom:19px;
	color:#fff;
	position:relative;
}
.inner-sticky {
	overflow:hidden;
	height:100%;
	background:url(../../../../Blog1/wp-content/themes/default/images/featured-top.gif) no-repeat top left;
	padding:20px 20px 0 20px;
}
.sticky h2 {
	margin-right:50px; /* to avoid text under featured icons */
}
.sticky h2 a {
	color:#fff;
}
.sticky h2 a:hover {
	color:#e97900;
}
.sticky h2 a span {
	color:#f4911e;
}
.sticky h2 a:hover span {
	color:#e97900;
}
.sticky .posted {
	color:#bfbfbf;
}
.sticky .post-content {
	margin-top:0;
	padding-top:0;
	border-top:none;
}
.sticky .more-link {
	background:url(../../../../Blog1/wp-content/themes/default/images/icon-read-more-featured.gif) no-repeat 100% 5px;
}
.sticky .featured-icon {
	position:absolute;
	top:6px;
	right:6px;
}
/* Page
---------------------------------------------------------- */
.page-content {
	margin-top:10px;
	padding-top:12px;
}
/* Category
---------------------------------------------------------- */
.category { /* this overrides the .page-content */
	margin-top:0;
}
.category h4 {
	font-size:24px;
	font-weight:bold;
	border-bottom:3px solid #cecece;
	padding-bottom:4px;
	margin-bottom:24px;
}
/* Footer
---------------------------------------------------------- */

#footer {
	width: 100%;
	background-color: #ededed;
}
#footer #copyright {
	float: left;
	width: 54em;
	margin: 0;
	padding: 1.1em 0;
}
#footer p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 0 0 1.5em;
}
#footer-related {
	margin: 0;
	padding: 1.1em 0;
	text-align: right;
	float: right;
	width: 18.7em;
	background-color: #dfdfdf;
}
#footer #footer-related .tech {
	display: block;
	font-size: 1.1em;
	margin-top: 0.75em;
	margin-right: 1.5em;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Georgia,"Times New Roman",Times,serif;
	text-decoration: none;
}

