/*  
*/

/*========= SETUP =========*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	color: #666666;
	background-color: #ddd;
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 0;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: #dddddd 1px solid;
	font-size: 12px;
	padding: 5px;
}
select {
	padding: 0;
}
li {
	list-style: none;
}
/*========= LAYOUT =========*/



#page {
	width: 1020px;
	margin:-15px auto;
	border: 1px solid #ccc;
}

html {
	background-color: #fff;
}

/*--- Main Columns ---*/

#columns {
	padding:15px 15px 25px 15px;
	background-color: #FFFFFF;
	margin: 0px;
}
.col1 {
	float: left;
	width: 500px;
	padding-right:10px;
}
.col2 {
	float: left;
	width: 308px;
	margin-left: 5px;
}
.col3 {
	float: right;
	width: 150;
	margin-left: 10px;
}
/*--- Sub Columns ---*/

.subcol {
	width: 150px;
}
.subcol h2 {
	font-size: 14px;
	padding: 0 0 10px;
	color: #FFFFFF;
}
/*========= HEADER =========*/



/*- Page Navigation -*/

#nav {
	height: 30px;
	padding: 2px 0px !important;
	background-color: #FFFFFF;
	margin:15px 15px 0px !important;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	width: 1000px !important;
}
#nav-left {
	float:left;
	display:inline;
	width:600px;
}
#nav-right {
	float:right;
	display:inline;
	width:330px;
	margin:0px !important;
	padding:0px !important;
}
/*- Dropdowns-*/



#nav1, #nav1 ul {
	padding: 0;
	float:left;
	list-style: none;
}
#nav1 {
	padding: 0;
	font-size:13px;
	float:left;
}
#nav1 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
}
#nav1 li {
	float: left;
	line-height:30px;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}
#nav1 li a:hover {
	background: none;
	text-decoration:none;
	color:#ffffff;
}
#nav1 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:1px;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
}
#nav1 li ul li {
	background: #FFFFFF;
	border-bottom:1px solid #dedbd1;
	border-left:1px solid #dedbd1;
	border-right:1px solid #dedbd1;
	line-height:28px;
	width:15em;
}
#nav1 li:hover, #nav1 li.hover {
	position: static;
}
#nav1 li ul ul {
	margin: -29px 0 0 15em;
	border-top:1px solid #dedbd1;
}
#nav1 li:hover ul ul, #nav1 li.sfhover ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul ul, #nav1 li:hover ul ul ul, #nav1 li.sfhover ul ul, #nav1 li.sfhover ul ul ul {
	left: -999em;
}
#nav1 li:hover ul, #nav1 li li:hover ul, #nav1 li li li:hover ul, #nav1 li.sfhover ul, #nav1 li li.sfhover ul, #nav1 li li li.sfhover ul {
	left: auto;
}
#nav1 li:hover ul, #nav1 li.sfhover ul {
	left: auto;
	z-index:1000;
}
/*- Category Navigation -*/



/*- Nav / Dropdowns-*/

#nav2 {
	margin:-30px 0 15px 15px !important;
	margin:0 0 7px 7px;
	vertical-align:baseline;
}
#nav2, #nav2 ul {
	padding: 0;
	float:left;
	list-style: none;
}
#nav2 {
	padding: 0;
	font-size:13px;
	float:left;
	width:995px;
	border-top: 0px solid #DDDDDD;
	color: #fff;
}
#nav2 a {
	display: block;
	padding-left:15px;
	padding-right:15px;
	border-right: 0px solid #DDDDDD;
	color: #fff;
	font-weight: bold;
}
#nav2 ul.children a {
	color: #333;
}
#nav2 li {
	float: left;
	line-height:30px;
}
#nav2 li a:hover {
	text-decoration: none;
}
#nav2 li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	z-index: 99999;
}
#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	z-index:1000;
}
#nav2 li ul li {
	background: #FFFFFF;
	color: #666;
	border-bottom:1px solid #dedbd1;
	border-left:1px solid #dedbd1;
	border-right:1px solid #dedbd1;
	line-height:28px;
	width:15em;
}
#nav2 li ul li a {
	color: #555;
	text-transform: capitalize;
}
#nav2 ul li.categories {
	font-weight: bold;
}
#nav2 li#search {
	float:right;
}
#gallery-page #nav2 li ul li {
	background: #333;
	border-bottom:1px solid #dedbd1;
	border-left:1px solid #dedbd1;
	border-right:1px solid #dedbd1;
	line-height:28px;
	width:15em;
}
#nav2 li:hover, #nav2 li.hover {
	position: static;
}
#nav2 li ul ul {
	margin: -29px 0 0 15em;
}
#nav2 li:hover ul ul, #nav2 li.sfhover ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul {
	left: auto;
}
#nav2 li:hover ul ul, #nav2 li:hover ul ul ul, #nav2 li.sfhover ul ul, #nav2 li.sfhover ul ul ul {
	left: -999em;
}
#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul, #nav2 li li li.sfhover ul {
	left: auto;
}
/*- Search -*/

#search {
	float: right;
	height: 27px;
	width:290px;
	margin: 3px 0px 0px !important;
	padding:0px !important;
}
* html #search {
	margin-right: 8px;
}
#search input {
	background: none;
	border: 1px solid #dddddd;
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight:bold;
	width:223px;
	margin:1px 0px 0px;
	padding: 2px 4px 4px;
	background-image:url(images/search_bg.png);
}
#search .btn {
	padding: 0;
	height:22px;
	width: auto;
	margin:1px 0px 0px 5px !important;
	border:none;
	width:1px;
}
/*- Header -*/

#header {
	height: 110px;
	background: #fff url(images/ep_bg.jpg) no-repeat;
	margin: 0 0 0 0;
	padding: 0;
}
/*- Logo -*/

#header h1 {
	float: left;
	display:inline;
	line-height: 100px;
	font-size: 24px;
}
#header h1 a {
	display: block;
	height: 70px;
	width: 365px;
	color: #000000;
	font-size: 28px;
}
/*- Top Banner -*/

#topbanner {
	float: left;
	width: 728px;
	padding:0 0 30px 0;
}
#topbanner img {
	float: left;
}
/*- RSS -*/

#rss a {
	color: #666666;
}
#rss h2 {
	padding:10px;
	font-size:14px;
	margin-bottom:10px;
}
#rss ul {
	margin: 0px;
	padding: 10px;
	float:left;
}
#rss li {
	margin: 0px;
	border:none !important;
	padding: 5px;
}
#rss img {
	float: right;
	padding-left: 10px;
	margin-top: 5px;
}





.alignleft {
	display:inline;
	float:left;
	margin-right:15px;
}
.alignright {
	display:inline;
	float:right;
	margin-left:15px;
}
/*    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.wp-smiley {
	padding: 0!important;
	border: none!important;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* End Images */






/*========= COMMENTS =========*/



h2.commh2 {
	font-size: 1.5em;
	padding: 0 0 5px;
	margin: 0 0 15px 0;
	font-weight:bold !important;
	color:#000000;
}
ol.commentlist {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p {
	margin-bottom:10px;
	line-height: 20px;
}
ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li {
	padding: 20px 10px 10px 10px;
}
ol.commentlist li.alt {
	padding: 10px 10px 0 10px !important;
	background:#f7f7f7;
	border:1px solid #eee;
}
#comment {
	width: 500px;
	float: left;
	margin-bottom: 15px;
}
/*========= THREADED COMMENTS =========*/



ol.commentlist .comment-meta {
	font-size:0.8em;
}
ol.commentlist li .avatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
ol.commentlist li {
	border:1px solid #eee;
	margin:10px 0 10px;
	padding:15px 10px 10px;
}
ol.commentlist li .even {
	background:#ffffff;
}
.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}
ol.commentlist li .reply {
	padding:0 0 5px 0;
}
#respond p {
	margin-bottom:10px;
	line-height: 20px;
}


/*- Ads -*/



#mpu_banner {
	width:300px;
	height:250px;
	background-color:#eeeeee;
	margin-bottom:15px;
	padding: 3px;
	border: 1px solid #dddddd;
}
.ad_box {
	background-color:#eeeeee;
	margin-bottom:10px;
	padding: 3px;
	border: 1px solid #dddddd;
}
#advert_125x125 {
	padding-left: 14px;
}
#advert_125x125 img {
	border: 1px solid #ddd;
	padding: 5px;
	margin:0 14px 14px 0;
}
/*- Flickr -*/



#flickr .wrap {
	padding-top: 15px;
}
.flickr_badge_image img {
	float:left;
}

/*========= FOOTER =========*/



#footer {
	clear: both;
	color: #666666;
	margin:0px;
	padding:15px 0 15px 15px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
}
#footer img {
	vertical-align:middle;
	margin-left:5px;
}


.footer-block {
	padding: 10px 15px 15px 15px;
	border: 1px solid #ccc;
	margin: 0 15px 0 0;
	width: 272px;
	display: inline-block;
	vertical-align:top;
	background-color: #fff;
	float:left;
}
.footer-txt {
	margin: 10px;
	padding: 10px;
	clear: both;
}


/*========= MISC =========*/



.fix {
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl {
	border-bottom: 2px solid #eee;
}
.hl-full {
	float:left;
	clear:both;
	height:1px;
	width:100%;
	padding:0 !important;
	margin:0px 0px 15px;
}
.hl2 {
	border-bottom: 3px solid #c0c0c0;
}
.hl3 {
	border-bottom: 1px solid #eee;
}
.blog {
	width:100% !important;
	float:left;
}
.between {
	height:2px;
	margin-bottom:15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.th {
	border: 1px solid #dddddd;
	float: right;
	padding: 5px;
	background-color: #FFFFFF;
	margin: 0 0 5px 10px;
}
table#wp-calendar {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}
table#wp-calendar a {
	color:#000000;
}
table#wp-calendar caption {
	font-weight: normal;
	font-size: 0.91667em;
	line-height: 1.72727em;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #e5e5e5;
	border-bottom: 1px dotted #ddd;
}
table#wp-calendar th {
	width: 26px;
	font-size: 0.91667em;
	line-height: 1.72727em;
	background: #f2f2f2;
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
table#wp-calendar td {
	width: 26px;
	line-height: 1.66667em;
	color: #999;
	text-align: center;
}
table#wp-calendar td#next, table#wp-calendar td#prev {
	width: 78px;
	font-size: 0.83333em;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.jdGallery a {
	cursor:pointer !important;
}





/* Gallery - Slideshow */

#gallery-page #footer {
	border: none;
}
#gallery-page #nav2, #gallery-page #nav2 a {
	border-top-color: #777;
	border-right-color: #777;
}
#gallery-page #page {
	border: 1px dotted #ccc;
	background-color: #fff;
}	

.image-container img, .image-container img a {
	background-color:#999;
	border-color:#777;
}


.entry-full {
	width: 650px;
	float: left;
}
.entry-full p {
	text-align:left;
	font-size:12px;
	line-height:18px;
	padding: 0 0 15px;
}

.entry-full img {
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	max-width: 650px;
	height: auto;
}
#gal-nav br {
	clear:none !important;
}
#gal-nav .gallery-caption {
	visibility:hidden !important;
}
#gal-nav ul li {
	float:left;
}
	
#gal-nav img {
	max-width: 40px !important;
	height:auto !important;
	border: 1px solid #ddd !important;
	opacity:0.6;
	filter:alpha(opacity=60);
}
#gal-nav img:hover {
	border: 1px solid #999 !important;
	opacity:1;
	filter:alpha(opacity=100);
}
#gal-nav .next-img img, #gal-nav .prev-img img {
	opacity:1;
	filter:alpha(opacity=100);
}
#gal-nav .gallery-item {
	margin: 10px 0 0 0;
	width: 55px !important;
	height: 55px !important;
}
#gallery li.tweetthis {
	margin: 0 0 0 0;
}
#gallery {
}
.gal-title {
	text-transform:capitalize;
}
.next-img {
margin: -10px 0 0 0;
}
.next-img a {

}
.prev-img {
	margin: 10px 0 0 0;
}

.prev-img a {

}

.img-container {
	width: 630px;
	float: left;
	padding: 0;
}
.img-container p {
	text-align:left;
	font-size:12px;
	line-height:18px;
	padding: 0 0 5px 0;
}
.img-container img {
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	max-width: 630px;
	height: auto;
}
.img-container h3 {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	color: #999;
	margin: -3px 0 0 10px;
}
.right-col {
	width: 320px;
	float: right;
}

.gal-adrect  {
	padding: 5px;
	margin: 0;
	background-color: #ddd;
	width: 300px;
	border: 1px dotted #bbb;
}
.gal-sponsor {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	text-align:right;
}
.gal-sponsor .caption {
	float:right;
	font-size: 9px;
	text-transform:uppercase;
	margin: 0 15px 0 0;
}
.gal-footer a {
	color: #666;
	text-align: center;
}
.gal-footer {
	text-align: center;
}
#gallery-page .link {
	font-size: 13px;
	font-weight:bold;
	margin: 10px 0 5px 0;
}
.gal-link a:hover {
	font-style: italic;
	text-decoration:none;
}

.img-description {
	margin: 10px 0 0 0;
}
.img-description h3 {
	font-size: 16px;
	font-weight:bold;
	color: #637D37;
	margin: 0 0 10px 0;
}
.img-description h3 a {
	color: #637D37;
}
.img-description h3 a:hover {
	color: #666;
	text-decoration:none;
}
.img-description a {
	color: #637D37;
}
#gal-breadcrumb {
	margin: 5px 0 5px 0;
	padding: 0 10px 0 10px;
	width: 500px;
	display:inline-block;
}
#gal-breadcrumb h1 {
	font-size: 16px;
	line-height: 22px;
	color: #999;

}
#gal-breadcrumb h1 a {
	color: #999;
	font-weight:500;
}
#gal-breadcrumb h1 a:hover {
	color: #666;
	text-decoration:none;
	font-weight:500;
}
.gal-title {
	color: #637D37;
}
#gal-breadcrumb .stbutton a {
	color: #637D37;
	font-weight:bold;
}	
.nav-buttons {
	float: right;
	margin: 20px 0 0 0;
	display:inline-block;
}
.nav-buttons a {
	font-size: 11px;
	font-weight: bold;
	color: #637D37;
	text-transform:uppercase;
}
.nav-buttons a:hover {
	color: #666;
	text-decoration:none;
}






/* Pagination */

#pagelinks {
	padding: 10px;
	font-size: 16px !important;
	font-weight:bold;
}
.pagelinks {
	display: inline-block;
}
.ipn {
	display: inline-block;
}

/* Network Header Bar */

#netbar-container {
	width: 100%;
	height: 30px;
	background-color: #a8bf75;
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#netbar {
	width: 100%;
	height: 25px;
	background-color: #e9ecf2;
}
#netnav {
	width: 1000px;
	height: 27px;
	margin-right:auto;
	margin-left:auto;
	padding: 5px 0 0 65px;
	background: url(images/little_tree.png) no-repeat 30px 5px;
}
#netnav a {
	color:#a8bf75;
	font-weight:bold;
	
}
#netnav ul {
	margin-right: 15px;
}
#netnav ul li {
	float: left;
	margin-right: 10px;

}
#netnav ul li a:hover {
	text-decoration: none;
	font-style: italic;
}
#netnav .text {
	margin: 0 0 -30px 0;
}



.clear {
	clear:both;
}


/* Extra div to handle some IE scenarios with absolute positioning. */

#sliding-panel-container {
	position: relative;
	display: table;
	z-index: 999;
	width: 100%;
	height: 1px;
}
/* Sliding panel. */

#sliding-panel {
	position: relative;
	top: 0;
	z-index: 999;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
/* The part of the panel that actually slides. */

#sliding-panel .panel {
	overflow: hidden;
	display: none;
	position: relative;
	z-index: 10;
	width: 100%;
	background: #57594d;
}
/* Widget container. */

#sliding-panel .panel-content {
	overflow: hidden;
	width: 1000px;
	/*height: 150px;*/
	margin: 15px auto;
	padding: 0;
	text-align: left;
	border-left: 0px solid #333;
}
/* Sliding panel widgets. */

#sliding-panel .widget {
	overflow: hidden;
	float: left;
	width: 289px;
	/*height: 150px;*/
	margin: 0;
	padding: 0 5px 0 15px;
	font: normal normal normal 14px/21px Georgia, Times, 'Times New Roman', serif !important;
	color: #999;
	background: transparent;
	border: none;
	border-right: 0px solid #333;
}
#sliding-panel .widget-inside {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
}
#sliding-panel .textwidget {
	padding: 0 35px 0 0;
}
#sliding-panel .textwidget {
	color: #bbb;
}
/* Sliding panel widget titles. */

#sliding-panel .widget-title {
	margin: 0 0 5px 0;
	padding: 0;
	font: normal normal bold 16px/19px Georgia, Times, 'Times New Roman', serif !important;
	color: #999;
	text-transform: uppercase;
	background: transparent;
	border: none;
}
/* Sliding panel widget lists. */

#sliding-panel .widget ul {
	margin: 0 0 10px 10px;
	list-style: square;

}
#sliding-panel .widget ul li {
	margin: 0 0 5px 0;
	padding: 0;
	background: transparent;
	border: none;
}
/* Sliding panel widget links. */

#sliding-panel .widget a {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
}
#sliding-panel .widget a:hover {
	font-style: italic;
}
/* Toggle div wrapper. */

#sliding-panel .tab {
	position: relative;
	top: 0px;
	z-index: 9999;
	height: 1px;
	border-top: 5px solid #57594d;
}
/* Wrapper for the open/close button. */

#sliding-panel .tab .toggle {
	clear: both;
	display: block;
	position: relative;
	width: 1000px;
	height: 1px;
	line-height: 25px;
	margin: 0 auto;
}
/* Open/close link.57594d */

#sliding-panel .tab a {
	display: block;
	float: right;
	position: relative;
	width: 80px;
	height: 25px;
	top: -38px;
	margin: 0;
	padding: 0;
	font: normal normal normal 12px/33px Georgia, Times, 'Times New Roman', serif; !important;
	color: #fff;
	/*background: #040D12;*/
	text-align: center;
}
/* Open link. */

#sliding-panel .tab a.open {
	color: #57594d;
}
/* Close link. */

#sliding-panel .tab a.close {
}
/* Open/close link hover. */

#sliding-panel .tab a:hover {
	cursor: pointer;
	font-style: italic;
	text-decoration: none;
}
/* Open/close link array (&urarr;). */

#sliding-panel .tab a .arrow {
	font-style: normal;
}
/* Other */


.addthis {
	margin: 0 0 10px 0;
	padding: 10px;
	clear: both;
	font-weight: bold;
	border-top: 1px #ccc dotted;
}
.addthis li {
	float:left;
	margin-right: 8px;
}
li.sharetxt {
	margin: 0 8px 5px 0;
	font-weight:bold;
}
.txt-ad {
	font-size: 11px;
	color: #999;
	width: 135px;
}
.sitemeter img {
	max-height: 1px;
	max-width: 1px;
}