@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------------------------------------------------------------------
global styles
------------------------------------------------------------------------------------------------------------------ */


body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: white;
	background: black
		url(../images/background.jpg);
}

a:link { color: #CC3300; }
h3 a:link { color: white;}
a:visited { color: #b93411; }
a:focus { color: Orange; }
a:hover { color: #7d8206; }
a:active { color: white; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h1 {
	font: 250%  Textile, "monotype corsiva", times, "times new roman", serif purple;
	color: #CC3300;
	padding: 5px 5px 5px 5px;
	padding-color:whitesmoke;
	border: 5px;
}


h2
{
	color: #3300CC;
	font: 150% georgia, "monotype corsiva", times, "times new roman";
}

h2 a { text-decoration: none;  }

h3
{
	color: #7d8206;
	font: 110% georgia, times, "times new roman", serif;
	font-weight:bold;
}

h4
{
	color:#CC3300; 
	size:15px;
	
}
table {
	font: Times, "Times new roman";
	
}


/* ------------------------------------------------------------------------------------------------------------------
container styles
--------------------------------------------------------------------------------------------------------------------- */

#container{
	margin: 1em auto;
	width: 1000px;
	height: auto;
	text-align: left;
	background: url(../images/container.jpg);
}


/* ------------------------------------------------------------------------------------------------------------------
header styles
-------------------------------------------------------------------------------------------------------------------- */

#header
{
	height: 181px;
	width: 100%;
	margin-left:80px;
	margin-right:50px;
	margin-top:20px;
	

}

#header h1
{
	left: -500em;
	position: absolute;

}


/* ----------------------------------------------------------------------------------------------------------------------
contents styles
---------------------------------------------------------------------------------------------------------------------- */

#contents
{
	float: left;
	width: 950px;
	height: auto;
	margin: 20px; 20px 20px 20px;
}

#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px;  }
 .blogentry p {
	font: "times new roman";
	color: white;
}
.blogentry ul
{
	text-align: right;
	margin: 1em 0;
	padding: 0;
	font-size: 95%;
	
}

.blogentry li
{
	list-style: square;
	display: inline;
	margin: 0;
	padding: 0 0 0 7px;
}

.blogentry img {
	float:left;
	margin: 5px 15px 5px 5px;}
.slideshow
{
   margin-left: 80px;	
}

.imagefloat
{
	float: left;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 5px 5px;
}




/* ---------------------------------------------------------------------------------------------------------------------
footer styles
---------------------------------------------------------------------------------------------------------------------- */


#footer {
	clear: both;
	height: 60px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #c9c9c9;
	border-top: 1px solid grey;
	line-height: 18px;
}

#footer a {
	color: #c9c9c9;
	text-decoration: none;
}

#footer : hover {
	color: #db6d16;
}

#footer img {
	margin-left: 5px;
}
#footer #altnav{
	width: 890px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer #altnav p{
	float: right;
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}
.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	
}
.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 10px;;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc{
	display: block;
	font-size: 10px;
	padding: 10px 0;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	left: 11px;
	padding: 10px;
	margin: 0;
	width: 566px;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}
.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}
