/********************************************
   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;
	text-align: left;
}

container {
	width: 60em;
	text-align: left;
	position: fixed;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
  }

body {
   text-align:center;
}
#fixed {
	margin:0 auto;
	width:900px;   /* you can use px, em or % */
	text-align:left;
	visibility: inherit;
	height: auto;
}

}

/* links */
a { background: inherit; color: #097054; text-decoration: none; }
a:hover {
	background: inherit;
	color: #006699;
	text-decoration: underline;
	
}

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.8em; color: #CA4313; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 75%;
	text-align: left;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	text-align: left;
}

/* images */
img {
	border: 0 none #DADADA;
	background: #FAFAFA;
	padding: 0px;
	text-align: center;
	left: 10px;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

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;
	font-size: 1em;
	font-weight: normal;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px 15px;
	font-style: italic;
	font-weight: normal;
}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: center;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	text-align: center;
	font-style: normal;
}
td.first,th.first {
	border-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

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

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

/* header */
#header {
	height: 100px;




	display: block
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(header_new_2.jpg);
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10em;
}
	
	#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 7px;
	left: -6px;
	width: 670px;
	height: 69px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
	font-family: "Trebuchet MS", Sans-serif;
	text-align: center;
}
#header-content #slogan {
	position: absolute;
	font: bold 18px '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: 59px;
	left: auto;
	width: 366px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 220px;
	top: 73px;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 1.0em;
	font-weight: bolder;
	width: 555px;
	visibility: visible;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}
#header-content li a#current  {
	background: #65944A;
	color: #FFF;
}

#rotator_banner
{
  background: url(image_rotate/rotator_banner.php) no-repeat center top;
  width: 700px;
  height: 150px;
}
/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 680px;
	height: 300px;
	padding: 15px 10px 10px 10px;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center;
}

.headerphoto_alt {
	width: 770px;
	height: 100px;
	padding: 0px;
	background: #000 url(header.jpg) no-repeat center;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}



.headerphoto_wow {
	margin: 0 auto;
	width: 770px;
	height: 300px;
	padding: 15px 10px 10px 10px;
	background-color: #FFF;
	background-image: url(wow2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.headerphoto_flash {
	margin: 0 auto;
	width: 770px;
	height: 300px;
	padding: 15px 10px 10px 10px;
}



/* content */
#content-wrap {
	clear: none;
	float: none;
	width: 60em;
	margin-top: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-right: auto;
	margin-left: auto;
}
#content {
	text-align: left;
	padding: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
	width: 55em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* sidebar */

#sidebar_home {
	float: right;
	width: 25%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
	}
#buttons {
	background-color: #099;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

	
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
	text-align: left;
}
.sidebox {
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#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: #C9F;
	
	
}

/* main */
#main {
	float: rigt;
	width: auto;
	margin: 0 0 10px 0;
	padding: 0;
	font-style: italic;
}
#main h1 {
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 5px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(bullet.gif);
}

.post {
	margin: 0; padding: 0;
	background: #FFF url(gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px;
	margin-top: 20px;
	font-size: 95%;
	font-style: italic;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: small;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-style: normal;
	line-height: 1.6em;
	font-weight: normal;
	font-variant: normal;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 30px;
}
#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: 33%;
	padding: 0 0 30px 0;	
}




/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: right;
}
.align-left  {
	text-align: left;
	font-style: normal;
}
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
#content #sidebar .sidebox p {
	
}
.red {
	color: #F00;
}
.tinytext {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	font-weight: normal;
	color: #333;
}
.green {
	color: #90EE90;
}
.emphasis {
	font-family: Verdana, Geneva, sans-serif;
	color: #F63;
	background-color: #CCC;
}
#wrap #content-wrap #content #sidebar .sidebox .sidemenu li a strong {
	color: #C06;
	font-family: Tahoma, Geneva, sans-serif;
}
#wrap .headerphoto_flash p {
	text-align: center;
}
#white {
	color: #FFF;
}
#content #main .post table .row-a .first p strong {
	color: #00F;
}
Dark Green {
	color: #65944A;
}
#content-wrap #content #main .post div em strong {
	color: #360;
	font-size: 100%;
}
.post.bio {
	background-color: #999;
	left: 800px;
	visibility: visible;
}
.textwhiteonblack {
	font-size: 14px;
	color: #FFF;
}

.contentbio {
	background-color: #000;
}
#wrap #header #header-content #logo a .gray {
	color: #0F0;
}
#content-wrap #content #main p em strong {
	color: #008000;
}
#content-wrap #content #main p strong em {
	color: #008000;
}
#wrap #header #header-content p a {
	font-family: Tahoma, Geneva, sans-serif;
}
#wrap #header #header-content #logo a {
	color: #008000;
}
#wrap #header #header-content #logo a {
	color: #FF8040;
}
#wrap #header #header-content #logo a {
	color: #0F0;
}
#wrap #header #header-content #logo a {
	font-family: Verdana, Geneva, sans-serif;
}
#wrap #header #header-content #logo a {
	color: #FFF;
}
#content-wrap #content #content2 #sidebar .sidebox .sidemenu li a strong {
	color: #008000;
}
#content-wrap #content #content2 #sidebar .sidebox .sidemenu li a strong {
	color: #008000;
}
.centered {
	text-align: center;
}
.bluetext {
	color: #004080;
}
.photocaption {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 10px;
	font-weight: lighter;
	font-variant: normal;
	color: #999;
	float: left;
	margin-left: 15px;
}
sidebar_color {
	color: #666;
}
.side_color {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-align: left;
}
#content-wrap #content #sidebar .sidebox .float-right .side_color .side_color_bold {
	font-weight: bold;
}
#content-wrap #content #sidebar_home p strong em {
	color: #CB3805;
}
#content-wrap #content #sidebar_home p strong {
	color: #D26024;
}
#content-wrap #content #sidebar_home h1 a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#content #sidebar_home #Season .AccordionPanel.AccordionPanelOpen .AccordionPanelContent strong {
	font-family: Verdana, Geneva, sans-serif;
}
#content #sidebar_home img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
}
.H1new {
	font-size: 24px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #C85014;
	vertical-align: top;
	text-align: center;
}
#content #sidebar_home h1 .H1new strong {
	font-family: Tahoma, Geneva, sans-serif;
}
.spryTab {
	color: #CD7E17;
}
#fifthjuly {
	color: #008000;
}
#fb-root {
	position: relative;
	z-index: 1;
	left: 15px;
}

