/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #333333 url(images/img6.2.gif) repeat-y center top;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

ul {
	list-style: square;
}



a:link {color:#99993F;text-decoration:none;}

a:visited {color:#99993F;text-decoration:none;}

a:hover {color:#55A3FF;text-decoration:underline;}

a:active {color:#99993F;text-decoration:underline;}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url(images/feedicon.jpg) no-repeat 0 50%;
} 
       
img {border: 0px;}

/* Content */

#content {
	width: 800px;
	margin: 0 auto;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#content .gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

#content .thumbnail img{
position:relative
z-index: 0;
}

#content .thumbnail:hover{
background-color: transparent;
z-index: 50;
}

#content .thumbnail:hover img{
border: 0px
}

#content .thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFFFF;
padding: 5px;
left: -1000px;
border: 2px solid #999999;
visibility: hidden;
color: #666666;
text-decoration: none;
margin-left: 20px;
}

#content .thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#content .thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
left:auto;
 /*position where enlarged image should offset horizontally */

}




/* Column One */

#colOne {
	float: left;
	width: 498px;
	padding: 20px 0 0 20px;
}

#colOne h2 {
	margin-bottom: 0;
	font-size: 2em;
}

#colOne h3 {
	font-size: 1.6em;
	color:#015030;

}

#colOne h4 {

	color:#990000
}

#colOne p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	
}


#colOne blockquote {
   font-size: 1.1em;
   font-family: "Trebuchet MS", Trebuchet, Verdana, Arial,  Helvetica, sans-serif;
color: #990000; text-align:left !important;
   }	


#colOne blockquote.right { width: 200px; margin: 0.3em 0 0.3em 15px !important; padding: 0.3em 0 !important; font-size: 1.2em; font-weight:bold; border: 3px double #990000; border-width: 3px 0 ; padding: 0 !important; float: right; }

#colOne blockquote.left { width: 200px; margin: 0.3em 15px 0.3em 0 !important; padding: 0.3em 0 !important;font-size: 1.2em; font-weight:bold; border: 3px double #990000; border-width: 3px 0; padding: 0 !important; float: left; }

#colOne .file {
	margin-top: 0;
}

#colOne .post {
	margin-bottom: 10px;
	background: #e0e6df url(images/container/img09.gif) repeat-y right top;
}

#colOne .station {
	margin: 0;
	padding: 2px 20px;
	color: #3F785B;
}

#colOne .title {
	margin: 0;
	padding: 0 20px;
	color:#006666;
	font: italic;
}

#colOne .byline {
	margin: 0 20px;
	border-top: 2px solid #006666;
	color:#006666;
}

#colOne .entry {
	padding: 20px 20px 0 20px;
	color:#006666;
	
}

#colOne .meta {
	margin: 0;
	padding: 0 20px;
}


#colOne a {
	color: #8CA640;
}

/* Rounded Corners */

.ct {
background: url(images/container/img12.gif) repeat-x left bottom;
}

.ct .l {
	background: url(images/container/img10.gif) no-repeat;
}

.ct .r {
	height: 15px;
	background: url(images/container/img11.gif) no-repeat right top;
}

.cb {
	background: url(images/container/img12.gif) repeat-x left bottom;
}

.cb .l {
	background: url(images/container/img13.gif) no-repeat left bottom;
}

.cb .r {
	height: 15px;
	background: url(images/container/img14.gif) no-repeat right bottom;
}

/* Column Two */

#colTwo {
	float: right;
	width: 260px;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo form {
	padding: 20px 10px;
}

#colTwo h2 {
font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.6em;
	font-weight: normal;
	padding: 0em 0em 0em 0px;	
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	color: #ab720b;
    margin-left: 10px;
}

#colTwo ul ul {
	padding: 10px;
	list-style: square inside;
}

#colTwo ul ul a {
	text-decoration: none;
	color: 8ca640;
}

#colTwo ul ul a:hover {
	text-decoration: underline;
}

#textfield1 {
	width: 94%;
}

#submit1 {
	display: none;
}

/* Footer */

#footer {
	width: 678px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	
}

#footer * {
}


