/******************************************
*   All Styles                       
******************************************/


/*Main Page Lauout */

body {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.content_1 {
	border-left: 1px solid #999999;
	width:450px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}
.content_2 {
	border-left: 1px solid #999999;
	width:150px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.content_3 {
	border-left: 1px solid #999999;
	width:200px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.content_4 {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	width:200px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.content_page {
	border-left: 1px solid #999999;
	width:600px;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.top {
	vertical-align: top;
	margin-top: -15px;
}


.txth1index {
	font-size: 22px;
	color: #999999;
	background-color: #E2F9F9;
}

.txtindex {
	font-size: 13px;
	color: #333333;
}

.txtindexsmaller {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-transform: uppercase;
}

.txteventheader {
	font-size: 14px;
	font-weight: normal;
	background-color: #E2F9F9;
}


a:link {
	color: #336666;
	text-decoration: none;
}
a:visited {
	color: #336666;
		text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}


.topimage {
	border: 1px solid #999999;
	margin-bottom: 15px;
	margin-top: 1px;


}

.txtbigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	line-height:1.5em;
}

.lh {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}
.ltxt {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.lnav {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	background-color: #CCCCCC;
	font-weight: bold;
}

.sidetxt {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: center;
}

.sidebar {
	font-family: Helvetica, sans-serif;
	border-left: 1px solid #999999;
	width: 110px;
	padding: 10px 0px 0px 5px;
}
.sidetxth3 {
	font-size: 16px;
	font-style: normal;
	color: #CF3F1C;
	font-weight: bold;
}
.contributortxth3 {
	font-size: 18px;
	color: #CF3F1C;
	font-weight: bold;
	margin-top: 13px;
}
ul {
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
}
li {
	font-size: 11px;
	list-style-type: none;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
}

.list {
	color: #666666;
	font-size: 11px;
	list-style-type: none;
	font-weight: lighter;
}

.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}

#footer_txt {
	width: 1008px;
	font-size: 11px;
	text-align: center;
	padding: 50px 10px 10px 50px;
	color: #666666;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}
#footer_index {
	width: 1008px;
	font-size: 10px;
	text-align: left;
	padding: 50px 10px 10px 50px;
	color: #999999;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}


#searchform {
	text-align: left;
	}

#sidebar #searchform #s {
	width: 125px;
	padding: 0px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	}
	
#sidebar_main {
	padding: 0px;
	color: #666666;
	margin-right: 10px;
	margin-left: 10px;
	}
	

/* Begin Images */

a img {
	border: none;
	}


p img {
	padding: 1;
	max-width: 100%;
	border: 1px solid #999999;
	
	}

/*	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
	}
	
	#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}
	
/* End Images */

.addthis {
	margin-top: 10px;
	margin-bottom: 10px;
	}

/***
 ***  NAVIGATION
 ***/
/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	}

ul.cssmenu li a {
	display: block;
	width: 126px;
	height: 34px;
	background: url(/olympia/wp-content/themes/ein09/assets/images/navigation.jpg);
	}

/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0 0;
	}

ul.cssmenu li.store a {
	background-position: -126px 0;
	}

ul.cssmenu li.registry a {
	background-position: -252px 0;
	}
	
ul.cssmenu li.events a {
	background-position: -378px 0;
	}
	
ul.cssmenu li.blog a {
	background-position: -504px 0;
	}
	
ul.cssmenu li.press a {
	background-position: -630px 0;
	}
	
ul.cssmenu li.about a {
	background-position: -756px 0;
	}
		
ul.cssmenu li.contact a {
	background-position: -882px 0;
	}
/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: 0 -36px;
	}

ul.cssmenu li.store a:hover {
	background-position: -126px -36px;
	}

ul.cssmenu li.registry a:hover {
	background-position: -252px -36px;
	}
	
ul.cssmenu li.events a:hover {
	background-position: -378px -36px;
	}
	
ul.cssmenu li.blog a:hover {
	background-position: -504px -36px;
	}
	
ul.cssmenu li.press a:hover {
	background-position: -630px -36px;
	}
	
ul.cssmenu li.about a:hover {
	background-position: -756px -36px;
	}
		
ul.cssmenu li.contact a:hover {
	background-position: -882px -36px;
	}
	
/*
*	Clicked Links
*/

ul.cssmenu li.home a:active {
	background-position: 0 -72px;
	}

ul.cssmenu li.store a:active {
	background-position: -126px -72px;
	}

ul.cssmenu li.registry a:active {
	background-position: -252px -72px;
	}
	
ul.cssmenu li.events a:active {
	background-position: -378px -72px;
	}
	
ul.cssmenu li.blog a:active {
	background-position: -504px -72px;
	}
	
ul.cssmenu li.press a:active {
	background-position: -630px -72px;
	}
	
ul.cssmenu li.about a:active {
	background-position: -756px -72px;
	}
		
ul.cssmenu li.contact a:active {
	background-position: -882px -72px;
	}
	
	
/* EventCalendar. Copyright (C) 2005 2006, Alex Tingle.  $Revision: 222 $
 * This file is licensed under the GNU GPL. See LICENSE file for details.
 */

/***
 ***  Calendar
 ***/

#wp-calendar table {
 width:100%;
 margin-top: 10px;
}
#wp-calendar #prev {
  text-align:left;
}
#wp-calendar #next {
  text-align:right;
}

/* Fix a bug in the default style. */
#wp-calendar #prev a {
  font-size:100%;
}

.ec3_eventday a {
	color:#999999 !IMPORTANT;
	font-weight: normal;
	text-decoration: none;
	  	font-size: 28px;
}

#wp-calendar table td,
#wp-calendar table th {
  text-align:center;
  	font-size: 10px;
}

#wp-calendar table td,
#wp-calendar table td.pad:hover,
#wp-calendar table.nav tr td {
	padding:1px;
	border:none;
	font-size: 10px;
}

#wp-calendar table td:hover,
#wp-calendar table #today {
 padding:0px;
 border:solid 1px #999;
 font-size: 10px;
}

/* The EC graphic. */
.ec3_ec {
 display:block;
 float:right;
 border:none;
 width:13px;
 height:9px;
}
.ec3_ec span { display:none;
font-size: 12px; }


/***
 ***  Popup
 ***/

.ec3_popup {
 margin:0 !IMPORTANT;
 padding:0 !IMPORTANT;
 border:none;
 position:absolute;
 border-collapse:collapse;
 filter:alpha(opacity=87);
 -moz-opacity:.87;
 opacity:.87;
 z-index:30000;
}

.ec3_popup td {
 padding:0;
}

.ec3_popup table {
 border:solid #999 1px;        /* popup border */
 background-color:#CCCCCC;        /* popup background colour */
 font-size:x-small;            /* popup font size */
 color:black;
 text-align:left;
}
.ec3_popup table td {
 padding:1.5px 3px 1.5px 3px;
}

#ec3_shadow0 div { width:8px; height:32px; }
#ec3_shadow0 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom right;
 vertical-align:bottom;
}
#ec3_shadow1 {
 margin:0;
 padding:0;
 border:none;
 height:16px;
 background-repeat:repeat-x;
}
#ec3_shadow2 div { width:8px; height:32px; }
#ec3_shadow2 {
 margin:0;
 padding:0;
 border:none;
 width:8px;
 background-repeat:no-repeat;
 background-position:bottom left;
 vertical-align:bottom;
}

/***
 ***  Event list
 ***/

A.ec3_list {
 color:#000000;
}
.Aec3_list li {
	font-size:1em !IMPORTANT;
	padding-bottom: 5px;
}
.Aec3_list li:before {
 content:"" !IMPORTANT;
}

/***
 ***  Schedule
 ***/

table.ec3_schedule {
	font-weight: bold;
	color: #999999;
	font-size: 12px;
}

a#ec3_publish img { border: none; }