/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(../images/bg.png) repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: rgb(101,24,30); text-decoration: none; }
a:hover { background: inherit; color: #444; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: rgb(101,24,30); }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {

}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 12px 15px 5px 15px;

}
#index_image img {
	margin: 12px 15px 5px 15px;
  max-width: 100px;
  max-height: 121px;
  float: left;
  padding: 4px;
  background: #FAFAFA;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}

/* start - table */
table.table {
	border-collapse: collapse;
	margin: 10px 15px;	
}
table.table th strong {
	color: #fff;
}
table.table th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
table.table tr {
	height: 30px;
}
table.table td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
table.table td.first,th.first {
	border-left: 0px;
}
table.table tr.row-a {
	background: #F8F8F8;
}
table.table tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form.form-views {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: rgb(248,247,199); 
}
label.label-views {
	display:block;
	font-weight:bold;
	margin:8px 0 2px 0;
}
input.input-views {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
	border: 1px gray solid;
}
textarea.text-views {
	width:450px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
	border: 1px gray solid;
	max-width:450px
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(../images/button-back.png) repeat-x; 
	padding: 2px 3px; 
	color: #FFF;	
	border: 1px solid #DADADA;
	cursor: pointer;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 125px; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
	border: 1px gray solid;
	font: normal 110% 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: white;	
	width: 57px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
	background: url(../images/button-back.png) repeat-x;
	cursor: pointer;
	text-align: ;
}
.searchform .date_input select.date {
	height: 22px;	
	vertical-align: top;
	border: 1px gray solid;
	font: normal 110% 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
}

.searchform p.date_input {
	text-align: left;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 760px;
}

/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content #logo_pic {
	display: inline-block;
	padding: 0;
	margin: 0px 0 0 -15px;
	float: left;
}
#header-content #logo_pic img {
	max-height: 94px;
	border: none;
	padding: 0;
}
#header-content img.banner {
	margin-left: 0px;
	border: none;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 50px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -5px; top: 15px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 8px;	
	color: #FFF;
	background-color: rgb(85,20,25);
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: rgb(248,247,199);
	color: #333;
}
#header-content li a#current  {
	background: rgb(248,247,199);
	color: #333;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 10px 10px 10px 10px; 
	display: inline-block;
	background-color: white;	
}
.headerphoto div {
	width: 255px;
	height: 200px;
	display: inline;
	float: left;
	padding: 0px;
}
.headerphoto div img {
	max-width: 255px;
	max-height: 200px;
	padding: 0px;
	border: none;
}
.headerphoto div.middle_photo {
	border-left: white 2px solid;
	border-right: white 2px solid;
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: -5px auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;
	background: white;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: white;
}
.sidebox {
	background: url(../images/sidebox-bg.png) repeat-x;
	border: 2px solid #EFEDED;
	margin-bottom: 10px;
}
.sidebox p {
	margin: 5px 15px 10px 15px;
	text-align: justify;
}
.sidebox h3.date {
	font-size: 100%;
	text-align: right;
	margin-top: 0px;
	padding: 0px;
	height: auto;
	line-height: normal;
	margin-bottom: 10px;
	text-decoration: none;
	color: gray;
}
.sidebox h3 {
	margin-bottom: 5px;
	text-decoration: underline;
	font-size: 130%;
}
/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: rgb(248,247,199);			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0px 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
}
#main p {
	font-size: 110%;
}
.formperPage {
	text-align: right;
}
.pperPage {
	text-align: right;
}
.pperPage select {
	height: 22px;	
	border: 1px gray solid;
	font: normal 110% 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
}
.post {
	margin: 0 0 10px 0; padding: 0;
	background: #FFF url(../images/gradientbg.png) repeat-x;
	border: 1px solid #EFEDED;
	display: block;
	
}
.post p.com {
	font-size: 100%;
}
.post .post-footer {

	
	padding: 0px; margin-top: 0px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('../images/clock.gif') no-repeat 0 top;
	padding-left: 20px; margin: 0 10px 0 5px;
	font-size: 90%;
}
.post .post-footer .comments {
	background: url('../images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('../images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.mailto {
	font-weight: bold;
}
p.com {
		background-color: rgb(255,255,255);
		border: 1px solid #f2f2f2;
		padding: 5px;
		margin-bottom:5px
}
.paged {
	text-align: center;
	margin-bottom: 0px;
	
}
.paged span.num {
	border: 1px gray solid;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	margin-left: 2px;
	cursor: default;
}
.paged a.num {
	border: 1px rgb(101,24,30) solid;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	margin-left: 2px;
}
.viewForm {
	margin-top: 15px;
}
#charlimitinfo {
	float: right;
	margin-top: 5px;
	font-size: 90%;
}
#first {
	background: #FFF url(../images/gradientbg.png) repeat-x;
}
#regulars-images {
	background: none;
	margin-left: 15px;
	margin-bottom: 15px;
}
#regulars-images img{
	border: none;
	padding: 0px;
	background: transparent;
}
#regulars-images div h2 {
	margin-top: 15px;
	margin-left: 0px;
	display: inline;
	float: left;
}
#gal-top {
	display: inline-block;
	height: 40px;
	width:485px;
	margin-bottom: 5px;
}
#regulars-images ul.gallery {
	border: none;
	padding: 0;
	margin: 0;
	margin-left: 0;
	display:inline;
	background: none;
}
#regulars-images ul.gallery li {
	display: inline;
	padding: 0 0 0 2px;
}
#regulars-images ul.gallery li a img {
	border: none;
	padding: 0 0 0 0px;
	margin: 0;
	outline: none;
	max-width: 19%;
	background: none;
}
#regulars-videos {
	background: none;
	margin-left: 15px;
	margin-bottom: 15px;
}
#regulars-videos h2 {
	margin-top: 15px;
	margin-left: 0px;
}
#regulars-videos ul.gallery {
	border: none;
	padding: 0;
	margin: 0;
	margin-left: 0;
	display:inline;
	background: none;
}
#regulars-videos ul.gallery li {
	display: inline;
	padding: 0 0 0 0px;
}
#regulars-videos ul.gallery li a img {
	border: none;
	padding: 0 0 0 0px;
	margin: 0;
	outline: none;
	max-width: 19%;
	background: none;
	margin-right: -2px;
}
a.goBack {
	color: #444;
	font-size: 110%;
	font-weight: bold;
}
a.goBack:hover {
	color: rgb(101,24,30);
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;	
}

#footer h1, #footer p {	margin-left: 0; }
#footer #footer-nav {
	width:100%;
	height: 20px;
	padding: 0px;
	margin: 7px 0 0 0px;
}
#footer #footer-nav ul{
	padding: 0px;
	margin: 5px 10px 0px 0px;
	float: right;
}
#footer #footer-nav ul li{
	float:left;
	background-color:inherit;

}
#footer #footer-nav ul li a{
	background-color:inherit;
	padding:0 7px;
	text-decoration:none;
	color: #555;
}
#footer #footer-nav ul li a:hover{
	color:#FFF;
	background-color:rgb(101,24,30);
}
#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 12%;
	padding: 0 5px 30px 0;	
}
#footer-content .col3 {
	width: 53%;
	padding: 0 0 30px 0;	
}
#footer-content .col3 p {
	float: right;
}
/* alignment classes */
.float-left  { float: left;}
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.magnolia { color: rgb(248,247,199); }



/* Easy Slider */
	#slider-container {
		position: relative;
	}
	#slider {
		position: relative;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		text-align: justify;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:225px;
		height:170px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:none;
		width:14px;
		height:25px;
		position:absolute;
		left:0px;
		top:17px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:211px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:14px;
		height:25px;
		background:url(../images/back.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
	#slider-container-pics {
		position: relative;
		margin-left: 16px;
	}
	#slider-pics {
		position: relative;
	}
	#slider-pics ul, #slider-pics li,
	#slider2-pics ul, #slider2-pics li{
		margin:0;
		padding:0;
		list-style:none;
		text-align: justify;
		}
	#slider2-pics{}
	#slider-pics li, #slider2-pics li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:481px;
		height:auto;
		overflow:hidden;
		}
	#prevBtn2, #nextBtn2,
	#slider1next2, #slider1prev2{ 
		display:none;
		width:14px;
		height:25px;
		position:absolute;
		left:-15px;
		top:17px;
		z-index:1000;
		}	
	#nextBtn2, #slider1next2{ 
		left:467px;
		}														
	#prevBtn2 a, #nextBtn2 a,
	#slider1next2 a, #slider1prev2 a{  
		display:block;
		position:relative;
		width:14px;
		height:25px;
		background:url(../images/back.png) no-repeat 0 0;	
		}	
	#nextBtn2 a, #slider1next2 a{ 
		background:url(../images/next.png) no-repeat 0 0;	
		}
#h3s {
	display:block;
	width: 100%;
	height:39px;
}
#h3s #loc {
	display: inline;
	float: left;
}
#h3s #btn-slide {
	display: inline;
	float: right;
	text-align: right;
	cursor: pointer;
	text-decoration: underline;
	color: rgb(101,24,30);
}

#map {
	width:485px;
	height: 300px;
	margin-left: 15px;
	background: url(../images/map.png) no-repeat 0 0;
	margin-bottom: 10px;
}
#map img {
	background: none;
	border:transparent;
	padding: 0 0 0 0;
	margin: 0;
	color: !important;
}
#map span{
	background: transparent;
}
#map-container {
	border:dotted 1px gray;
}
p.error {
	color: red;
	font-weight: bold;
	border: dotted red 1px;
	padding: 3px;
	text-align: left;
	position: relative;
	margin-top: -5px;
	margin-bottom: 8px;
}
p.success {
	color: green;
	font-weight: bold;
	border: dotted green 1px;
	padding: 3px;
	text-align: left;
	margin-top: -5px;
	margin-bottom: 8px;
}
.category {
	text-align: center;
}
p.menu-item {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.follow {
	float: left;
	margin-left: 24px;
	margin-top: 2px;
	font-size: 110%;
	
}
img.follow-ico {
	border: none;
	margin-top: -8px;
	width: 47px;
	height: 59px;
	padding: 1px;
}
#burger {
	text-align: left;
	margin: 0 auto;

}
#burger p.bdes {
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
table tr td.roww {
	width: 50%;
	vertical-align: top;
}
table tr td.roww p.menu-item {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul.onside {
	list-style: none;
	background: none;
	width: 49%;

	margin: 0 auto;
	padding: 0;
	float: left;
}
ul.onside li {

	margin: 0 auto;
	padding: 0;
}
ul.onside li p.menu-item {
	margin-top: 5px;
	line-height: 90%;
}
table.ind {
	margin-left: 30px;
}
table.ind td {
	vertical-align: top;	
}
table.ind td.descr {
	width:200px;	
}
table.ind td.evdat {
	
}
table.ind td.evtit {
	width:100px;	
}
#contErrors {
	margin-top: 10px;
}
#viewsErrors {
	margin-top: 10px;
}
