/* 
Theme Name: egkardos
Theme URI: www.edwardgkardos.com
Author: Michael Talley
.
Theme specifically created and designed for edwardgkardos.com
.
*/

/* GENERAL */

html { height: 100%; }

body 
{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 1em Arial, Helvetica, Sans-serif;
	height: 100%;
}

/* GENERAL AND TEXT STYLES */
h1
{
	font: 2em Georgia, "Times New Roman", serif;
}
h2 
{
	font: 1.5em Georgia, "Times New Roman", serif;
	color: #5674b9;
}
h3
{
	font: italic 1.1em Georgia, "Times New Roman", serif;
}

img {border: 0;}
.left{	float: left;}
.center{text-align: center;	margin: auto;}
.right{	float: right;}
.border { padding: 10px 10px 10px 10px; border: 1px solid #a09a86; background: #FFF; }

/* STRUCTURE */
#page-wrap
{
	width: 900px;
	margin: 0px auto -250px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	text-align: left;
	background: #f7f4eb;	
}
#push
{
	height: 250px;
	border-left: 1px solid #a09a86;
	border-right: 1px solid #a09a86;		
}

/* HEADER */
#header
{
	background: #FFF;
	padding-top: 50px;
}
#navbar
{
	height: 46px;
	background: url('images/layout/navbar_bg.gif') repeat-x;
	text-align: center;
}
#navbar ul
{
	margin: 0;
	padding: 8px 0px 0px 0px;
	margin-bottom: 10px;
}
#navbar li
{
	font: 1.1em Georgia, "Times New Roman", serif;
	color: white;
	display: inline;
	margin: 0px 6px 0px 6px;
	height: 30px;
}
#navbar .current_page_item
{
	border-bottom: 2px solid #FFF;
}
#navbar a
{
	color: white;
	text-decoration: none;
}
#navbar li:hover
{
	border-bottom: 2px solid #FFF;
}

/* MAIN CONTENT AREA */
#content-wrapper
{
	float: left;
	background: #f7f4eb;
	padding: 20px 0px 20px 0px;
	border-left: 1px solid #a09a86;
	border-right: 1px solid #a09a86;
}
#sidebar
{
	float: left;
	width: 274px;
}
#maintext
{	
	float: right;
	width: 594px;
	padding-right: 30px;
}
#maintext p, #maintext li
{
	line-height: 1.5em;
}
#maintext a
{
	font-weight: bold;
	color: #578f68;
}
#maintext blockquote, blockquote #comment
{
	background: #ece9d8 url('images/layout/beg_quot.gif') no-repeat top left;
	padding: 5px 5px 5px 30px;
}

/* FOOTER */
#footer
{
	clear: both;
	background: #5b442b url('images/layout/footer_bg.jpg') no-repeat;
	color: White;
	height: 250px;
	width: 898px;
	margin: auto;
	border-left: 1px solid #a09a86;
	border-right: 1px solid #a09a86;	
}
#footer ul
{
	text-align: center;
	padding: 40px 0px 0px 0px;
}
#footer ul li
{
	display: inline;
	padding: 0px 12px 0px 12px;
}
#footer a
{
	color: White;
}