/* 

Theme Name: EmpressEvents
Theme URI: http://www.empressevents.net
Description: Custom WordPress theme for Empress Events' website and blog
Version: 1.4
Author: Beers Design
Author URI: http://beersdesign.com

*/

/* ----------------TAGS------------  */

body {
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #333333;
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	height:100%
}

a {
	color: #114411;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}

h1 {
	margin: 0 0 25px 0;
	padding: 0 0 3px 0;
	font-size: 18px;
	color:#000000;
	text-align:center;
	background:#f0edb8;
	border-top: 2px solid #4a5223;
	border-bottom: 2px solid #4a5223;
}

h1 a {
	color: #000000;
	text-decoration:none;
}

h1 a:hover {
	color: #114411;
	text-decoration:none;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight:bold;
}

h4 {
	font-size: 14px;
	font-weight:normal;
}

h5 {
	font-size:16px;
	font-weight:bold;
	background:#e3e2ac;
	border-bottom: dashed 1px #4a5223;
	padding:3px;
}


strong {
	font-weight:normal;
	background:#e3e2ac;
	border-bottom: dashed 1px #4a5223;
}


/* ---------------FORM-------------------*/

input.textbox, input.textarea {
	border:#cccccc 1px solid;
	background:#FFFFFF;
	font-size:11px;
	padding:3px;
	width:150px;
}

textarea {
	width:95%;
}

input.textbox:focus, input.textarea:focus {
	background:#FFFFFF;
	border:#cccccc 1px solid;
}

.submit {
	border: #000000 1px solid; 
	font-size: 12px;
	color: #FFFFFF; 
	background: #8f4008; 
	margin: 0px; 
	padding: 2px; 		
}

.submit:hover {
	border: #000000 1px solid; 
	background: #8f4008;
	color: #000000; 
}


/* ----------------WATERMARK------------  */

#watermark {
	margin: 0;
	padding: 0;
}



/* ----------------WRAPPER------------  */

#wrapper {
	text-align: center;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background:#faf7d7;
}

/* ----------------HEADER------------  */


#header {
	background: #ffffff;
	height: 145px;
	padding: 0;
	font-weight:bold;
	color: #114411;
}

/* ----------------TOPNAV TABS------------  */

#toptabs {
    clear: left;
    padding: 0;
	margin:0;
	background:#ffffff;
}

ol#tabs {
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ol#tabs li {
    background: url(images/tab.gif);
    float: left;
    margin: 0 15px 0 0;
    padding-left: 10px;
}

ol#tabs a {
    background: url(images/tab.gif) 100% 0;
    color: #ffffff;
    display: block;
    float: left;
    line-height: 30px;
    padding-right: 10px;
    text-decoration: none;
	text-transform:uppercase;
}

ol#tabs a:hover {
    color: #114411;
}

/* -------------NAV BAR------------  */

#navbar {
	clear: both;
	height: 30px;
	margin:0 0 20px 0;
	padding-left:10px;
	background: url(images/nav.jpg);
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	z-index:10000;
	text-align:left;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin:0px;
	padding: 0px;
	line-height:30px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #ffffff;
	display: block;
    margin: 0px;
	padding: 0px 10px 0px 10px;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	height: 30px;
	}

#nav li a:hover, #nav li a:active {
	background: url(images/nav_over.jpg);
	color: #ffffff;
    margin: 0px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	height: 30px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: url(images/nav_over.jpg);
	width: 170px;
	color: #e3e2ac;
	font-size: 11px;
	font-weight:bold;
	float: none;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	border-bottom: 2px solid #ffffff;
	z-index:100;
	height:30px;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: url(images/nav_over.jpg);
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	z-index:100;
	height:30px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}


/* ----------WHITE CONTENT AREA----------  */
#white {
	overflow: auto;
	width: 100%;
	margin: 0;
}


/* ----------------CONTENT------------  */

#content {
	float: left;
	width: 450px;
	height: auto;
	margin: 0px 0px 0px 20px;
	text-align: left;
	overflow:hidden;
}

.image-align-left {
	padding: 4px;
	float: left;
}

.image-align-right {
	padding: 4px;
	float: right;
}


/* ----------SIDEBAR----------  */
#sidebar {
    float: right;
	width: 430px;
	margin-right:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* ----------SLIDESHOW----------  */

#sidebarpics {
	height:246px;
	background:#FFF;
	border:1px solid #000000;
}

.slideshow {
margin: 0;
padding: 0;
background-color: #F9F7D0; 
}

.slideshow img {
border: 1px solid #000000;
padding: 3px;
}
.slideshowM {
margin: 0;
margin-right: 17px;
margin-top: -1px;
padding: 0;
background-color: #F9F7D0; 
float: right;
}

.slideshowM img {
border: 1px solid #000000;
padding: 3px;
}


/* ----------QUOTE----------  */

#quote {
	background:#f0edb8;
	color:#9d8b46;
	font-style:italic;
	padding:20px;
	margin-top:15px;
	text-align:left;
	line-height:1.5;
}

/* ----------RIGHT SIDE----------  */

#rightside {
    float: right;
	width: 210px;
	margin: 25px 0px 0px 0px;
	padding: 0;
	text-align: left;
}

#rightside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#rightside li {
}

#rightside ul ul li {
	margin: 0 0 3px 0;
	padding: 5px;
	list-style-type: none;
	background:#f0edb8;
	border-bottom:dotted 1px #000000;
	color:#333333;
}

#rightside h2 {
	font-size: 14px;
	font-weight:bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 3px;
	border-bottom:2px solid #114411;
}

#rightside a {
	color: #114411;
	text-decoration: none;
	font-weight:bold;
}

#rightside a:hover {
	text-decoration:underline;
}


/* ------------LEFT SIDE MENU----------  */
#leftside {
    float: left;
	width: 210px;
	margin: 25px 0px 0px 0px;
	padding: 0;
	text-align: left;
}

#leftside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#leftside li {
}

#leftside ul ul li {
	margin: 0 0 3px 0;
	padding: 5px;
	list-style-type: none;
	background:#f0edb8;
	border-bottom:dotted 1px #000000;
	color:#333333;
}

#leftside h2 {
	font-size: 14px;
	font-weight:bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 3px;
	border-bottom:2px solid #114411;
}

#leftside a {
	color: #114411;
	text-decoration: none;
	font-weight:bold;
}

#leftside a:hover {
	text-decoration:underline;
}

/* ----------FOOTER BOTTOM------------  */

#footerbottom {
	background:#e3e2ac;
	height: 40px;
	margin: 0px;
	padding: 0px;
}

.footerbottomleft {
	float:left;
	font-size:10px;
	color:#114411;
	padding:10px 0px 10px 20px;
}

.footerbottomleft a {
	font-size:10px;
	color:#114411;
	text-decoration:none;
	font-weight:normal;
}

.footerbottomleft a:hover {
	text-decoration:underline;
	font-weight:normal;
}

.footerbottomright {
	float:right;
	font-size:12px;
	color:#114411;
	padding:10px 20px 10px 0px;
}

.footerbottomright a {
	font-size:12px;
	color:#114411;
	text-decoration:none;
	font-weight:normal;
}

.footerbottomright a:hover {
	text-decoration:underline;
	font-weight:normal;
}

/* ----------------FOOTER------------  */

#footer {
	background:#ffffff;
    clear: both;
    margin: 0;
	padding-top:5px;
	text-align:left;
	color:#994008;
	font-size:10px;
}

#footer a{
	font-weight:normal;
	text-decoration:none;
	}
	
#footer a:hover {
	text-decoration:none;
	}


/* ---------------POST-------------------*/

.meta {
	font-size: 10px;
}

.feedback {
	padding-bottom: 8px;
	margin-bottom: 30px;
	font-size: 10px;
}

.emailfriend {
	padding-top: 8px;
	margin-top: 30px;	
	padding-bottom: 8px;
	margin-bottom: 30px;
	font-size: 12px;
}

.storycontent {
	line-height: 140%;
	padding-top: 0px;
}

blockquote {
    font-style: italic;
	border-top: 1px;
	border-top-style: solid; 
	border-top-color: #cbcbcb;
	border-bottom: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #cbcbcb; 
	margin-left: 1.5em; 
	padding-left: 5px; 
}

blockquote.testimonial {
	background:url(images/quotes.gif) top left no-repeat;
	border:none;
	color:#9d8b46;
	font-style:italic;
	padding: 0px 5px 5px 40px;
	margin:15px 0 0 0;
	text-align:left;
	line-height:1.5;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

cite {
	font-size: 10px;
	font-style: normal;
	color: #333;
	padding-bottom: 4px;
}

/* ---------------image alignment fix-------------------*/


    .aligncenter,
    div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .alignleft {
    float: left;
	margin-right:8px;
    }

    .alignright {
    float: right;
	margin-left:8px;
    }

    .wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -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;
    }