/*  
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/
Version: 2.3.1
Author: Colleen Chard
Author URI: http://blog-themes.kalinawebdesigns.com/
*/


/* 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; }
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #8a8a8a;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
        font-size:1.1em;
}
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 */
}

#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;
}
	
/* 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;
}

/* Comments */

#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;
}
.alt {
	background: #ddd !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #8a8a8a;
}
#comment {
	width: 98%;
}
h2#postcomment, h2#comments {
 font-size:1.2em;
}
