/*  
Theme Name: Executive Pro
Theme URI: http://blog-themes.kalinawebdesigns.com/themes/index.php?wptheme=Executive+Pro
Description: Executive Pro is based off the popular Corporate Pro. It can be used for just about anything. White, gray, and just a splash of blue. Background pattern from http://www.squidfingers.com/ Download more <a href="http://blog-themes.kalinawebdesigns.com/" target="_blank">free wordpress themes</a>.
Version: 2.8.3
Author: Kalina Web Designs
Author URI: http://www.kalinawebdesigns.com/
Tags: white, gray, blue, custom design, fixed width, two columns, widgets
*/

/* Basics and Typography */

body {
        margin:0; 
        padding:0;
	background: #c8c8c8 url(images/epbg.gif) -5px 0;
	font: 74% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #8a8a8a; 
}
h1, h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
a {
	text-decoration: none;
}
a:link {
	color: #656565;
}
a:visited {
	color: #3d3c3c;
}
a:hover, a:active {
	color: #2056c5;
}
input, textarea, select {
	border: 1px solid #8a8a8a;
	background: #efefef;
	color: #333;
	font-size: 8pt;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
.submit { background: #fff; border: 1px solid #8a8a8a; }
acronym, abbr, span.caps {
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #8a8a8a;
	font-size: 0.9em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #888;
}

/* Layout */

#outer {
	padding: 0;
	margin: 0;
        background: url(images/eptopbg.gif) top repeat-x;
}
#wrapper {
        position: relative;
        top: 37px;
        padding: 0;
	margin: 0 auto;
	width: 766px;
	background: #efefef url(images/eppagebgshort.gif) repeat-y;
	text-align: left;
}
#header {
	padding: 0;
	margin: 0 auto;
	height: 121px;
	width: 100%;
	background: #efefef url(images/epheader.gif) no-repeat;
}

#header h1 {
	margin: 0;
        padding: 44px 0 0 0;
        text-align: center;
	font-size: 2.0em;
}
#header h1 a {
	text-decoration: none;
	color: #8a8a8a;
}
#description {
        text-align: center;
	font-size: 1.1em;
}
#fancy {
	margin: 0 auto;
	height: 50px;
	width: 100%;
	background: #d2d1d1 url(images/epfancy.gif) no-repeat;
}
#fancy form {
	padding: 6px 12px 0 0;
        margin: 0;
        text-align:right;
}
#inner {
	float: left;
	background: #efefef url(images/eppagebg.gif) repeat-y;
        width:766px;
	margin: 0 0 18px 0;
}
#content {
	float: left;
        margin: 0;
	padding: 0 22px;
	width: 520px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 480px;
} 
html>body #content {
	width: 480px;
}
#sidebar {
	float: left;
        margin: 0;
	padding: 0 22px;
	width: 234px;
	font-size: 0.9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 194px;
} 
html>body #sidebar {
	width: 194px;
}
* html #content, * html #sidebar {
	overflow: hidden; /* For IE */
}
.clear {
	clear: both;
}
#footer {
	clear: both;
        background: #efefef url(images/epfooter.gif) no-repeat;
        height: 42px;
        width: 100%;
	font-size: 0.9em;
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 10px 15px 10px 0;
	font-size: 0.9em;
	text-align: right;
}

/* Blog */

.post {
        margin: 0 0 25px 0;
        padding: 0;
        border-top: 1px solid #8a8a8a;
}
.post h2 {
        color: #656565;
        font-size:1.0em;
        margin: 0;
        padding: 0.4em 0;

}
h3.posttitle {
        font-size:1.3em;
        margin: 0;
        padding: 0.1em 0.1em 0.2em 0.1em;
        background: #dddddd;
        border-top: 5px solid #d2d1d1;

}
h3.posttitle a {
        font-weight:bold;
}
h3.posttitle a:link, h3.posttitle a:visited {
	color: #2056c5;	
}
h3.posttitle a:hover, h3.posttitle a:active {
	color: #6295ff;
}
.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 0.9em;
	color: #8a8a8a;
}
.postfeedback {
        font-size: 0.9em;
}


p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* Sidebar */

#sidebar h2 {
	margin: 1.2em 0 0.2em 0;
	padding: 0;
	font-size: 1.2em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
        border-bottom: 7px solid #2056c5;
        padding: 0 0 0.1em 0;
        margin: 0;
}
#sidebar ul ul {
	margin: 0 0 0.1em 0;
        padding: 0;
        background: #dddddd;
	border: 1px solid #8a8a8a;
}
#sidebar ul ul li {
	padding: 0.1em 0 0.1em 10px;
	border-bottom: 1px solid #ece9e9;
}
#sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -10px;
	padding: 0.1em 0 0.1em 10px;
	width: 201px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 181px;
} 
html>body #sidebar ul ul li a {
	width: 181px;
}
#sidebar ul ul li a:hover {
	background: #efefef;
}
#sidebar ul ul ul {
        padding: 0;
	margin: 0;
	border: none;
}
#sidebar ul ul ul li {
	margin: 0 0 0 -10px;
	padding: 0 0 0 25px;
        border-bottom: none;
	border-top: 1px solid #ece9e9;
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 0.1em 0 0.1em 25px;
	width: 201px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 166px;
} 
html>body #sidebar ul ul ul li a {
	width: 166px;
}

.postcontent form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}

/* Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
.commentlist {
	margin: 1.2em 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	list-style-type: none;
}
.commentlist li {
	border-top: 1px solid #fff;
	padding: 1px 20px;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; list-style: none}
.alt {
	background: #ddd !important;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #8a8a8a;
}
#comment {
	width: 98%;
}

#respond:after {
	content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin: 10px auto 40px auto;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}

