/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }


/* images */
img {
	background: #FAFAFA;
   border: 1px solid #E4E4E4;
	padding: 8px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.nopad {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
/* 	background: #FAF7F5 url(${sEventsRelURI}/Images/quote.gif) no-repeat 15px 15px; */
}
/* start - table */
table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 5px;
	line-height: 1.6em;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	background-color: #ADD163;
	border: 1px solid #C4DE8F;
}
tr {

}
td {
	padding-left: 6px;
	padding-right: 6px;
	border: 0px solid #CCC;
}	
/* end - table */

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 955px;
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;/* 	background-image: url(${sEventsRelURI}/Images/wrap2.gif); */
}


#top {
	position: relative;
	width: 955px;
	height: 50px;
/* 	background: #8AB84B url(${sEventsRelURI}/Images/tops.gif) no-repeat; */
	color: #fff;
	padding: 0;
	margin: 0;
}

#header {
	position: relative;
	width: 955px;
	height: 194px;
/* 	background: #8AB84B url(${sEventsRelURI}/Images/wbm2010header.gif) no-repeat; */
	color: #fff;
	padding: 0;
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px;
	left: 55px;
	visibility: hidden;
}
#header p#slogan {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px;
	left: 150px;
	visibility: hidden;
}

/* top-menu */
 #top-menu {
	position: absolute;
	margin: 0;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	top: 0px;
	right: 71px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	visibility: visible;
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 955px;
	height: 53px;
/* 	background: #988060 url(${sEventsRelURI}/Images/nav.gif) no-repeat;		 */
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #69C;	
}
#nav ul li#current {
/* 	background: transparent url(${sEventsRelURI}/Images/left-tab.gif) no-repeat;	 */
}
#nav ul li#current a {	
	color: #333;
/* 	background: transparent url(${sEventsRelURI}/Images/right-tab.gif) no-repeat right top;	 */
}

/* Main Column */
#main {
	float: left;
	width: 900px;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
}
#main h2 {
	color: #666;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	border-bottom: 1px solid #E4F2C8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}
#main h2 a {
	color: #030;
	text-decoration: none;
}

#main ul li {
	margin-left: 10px;
}

#main2 {
	float: left;
	width: 900px;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 40px;
}
#main2 h2 {
	color: #030;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	border-bottom: 1px solid #E4F2C8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
}
#main2 h2 a {
	color: #030;
	text-decoration: none;
}
#main2 ul li {
/* 	list-style-image: url(${sEventsRelURI}/Images/bullet.gif); */
}

#sidebar2 {
	float: right;
	width: 305px;
	display: inline;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #E4F2C8;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#sidebar2 h3 {
	color: #030;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px;
	margin: 10px 0 5px 10px;
	border-bottom: 1px solid #E4F2C8;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}

#sidebar2 ul li {
/* 	list-style-image: url(${sEventsRelURI}/Images/bullet.gif); */
}


#sidebar {
	float: right;
	width: 305px;
	display: inline;
	margin-top: 0;
	margin-right: 45px;
	margin-bottom: 0;
	margin-left: 0;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #E4F2C8;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#sidebar h3 {
	color: #030;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 0 5px 7px;
	margin: 10px 0 5px 10px;
	border-bottom: 1px solid #E4F2C8;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}

/* sidebar menu */
#sidebar .sidemenu {
	margin: 10px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li {
	list-style: none;
	margin: 0;
	padding: 8px 10px; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
}
#sidebar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	border: none;
	width: 270px; height: 33px;
/* 	background: #F2F0F0 url(${sEventsRelURI}/Images/qsearch.gif) no-repeat;		 */
}
#sidebar form#qsearch p {
	margin: 0; padding: 0;		
}
#sidebar form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
#sidebar form#qsearch .tbox {
	margin: 5px 0 0 5px; 
	width: 220px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
#search form#qsearch .btn{
	width: 24px; height: 24px;				
}
#sidebar form#qsearch label {
	display: none;
}

/* footer */
#footerEX {
	clear: both;
	width: 955px;
	margin: 0;
	padding: 30px 0 25px 0;
/* 	background: #CCC url(${sEventsRelURI}/Images/footer-bottom.gif) no-repeat left top; */			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}
#footerEX p {
	padding:10px 0;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
}
#footerEX a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}
#footerEX a {
	color: #069;
	text-decoration: none;
}

/* postmeta */
.post-footer-quote {
	color: #977C57;
	font-size: x-large;
	font-weight: bolder;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 7px;
/* 	background: #FAF7F5 url(${sEventsRelURI}/Images/clock.gif) no-repeat 0 2px; */
	padding-left: 30px;
}
.post-footer a.comments { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
/* 	background: #FAF7F5 url(${sEventsRelURI}/Images/comments.gif) no-repeat 0 2px; */
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
/* 	background: #FAF7F5 url(${sEventsRelURI}/Images/doc.gif) no-repeat 0 2px; */
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit { 
	margin: 0 10px 0 5px;	
	padding: 7px 5px;
/* 	background: #FAF7F5 url(${sEventsRelURI}/Images/edit-doc.gif) no-repeat 0 2px; */
	padding-left: 30px;
	color: #977C57;
}

.post-info {
	font-size: 0.95em;
	padding: 0 10px;
	margin-left: 2px;
	color: #069;
}
.post-info a, .post-info a:visited { color: #333; }

}

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;	
	border-color: #EEE8E1;	
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;	
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;	
}
.commentlist li cite .comment-data {
	font-size: .8em;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5; 
}
	
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
} -->
