/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

.sale {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase;
	margin-left: 720px;
	border: 2px solid #FF0000;
}

body {
	margin: 0px 0;
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(images/tile.jpg);
}

h1, h2, h3, h4, h5 {
	color: #6699CC;
}

a {
	color: #66CCFF;
}

a:hover {
	text-decoration: none;
	color: #FFB700;
}

/* Header */

#header {
	width: 990px;
	height: 230px;
	padding: 0;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header * {
	text-decoration: none;
}

#header h1 {
	letter-spacing: -3px;
	float: left;
	margin: 0;
	font-size: 3em;
}
h6 {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#header h2 {
	float: left;
	margin: 0;
	padding: .85em 0 0 0;
	letter-spacing: -1px;
	word-spacing: -.25em;
	font-size: 1.6em;
	font-weight: normal;
}
.flashvid {
	margin-left: 10px;
}


/* Content */

#content {
	width: 990px;
	margin: 0 auto;
}

/* Column One */

#colOne {
	float: left;
	width: 720px;
}

#colOne p, #colOne ol, #colOne ul {
	text-align: justify;
	line-height: 150%;
}

#colOne blockquote {
	font-style: italic;
	color: #6699FF;
}

#colOne .post {
	padding: .25em 1em 3em 1em;
	background: url(images/img2.jpg) no-repeat 50% -3em;
}
.cast {
	line-height: 20px;
	color: #8ad8ff;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}


#colOne .title {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-weight: normal;
}

#colOne .posted {
	margin: 0 -1em;
	padding: 0 1em 1em 1em;
	font-size: 0.7em;
	color: #66CCFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09203F;
}

#colOne .meta {
	margin: 0 -1em;
	padding: 1em 1em 0 1em;
	border-top: 1px solid #191200;
	font-size: .7em;
}

#colOne .meta p {
	margin: 0;
	padding: 0;
}

/* Column Two */

#colTwo {
	float: right;
	width: 220px;
	margin-right: 30px;
	background-image: url(images/coltwo.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo ul ul {
	margin-bottom: 2em;
}

#colTwo li li:hover {
	background-color: #0c2543;
	color: #FFFFFF;
}

#colTwo li a {
	padding: 0 0 0 2em;
	background: url(images/img2.gif) no-repeat 1em 50%;
	text-decoration: none;
}

#colTwo li a:hover {
	text-decoration: underline;
}

#colTwo h2 {
	margin: 0 0 1em 0;
	padding: .5em 1em;
	background: url(images/img2.jpg) no-repeat center bottom;
	text-transform: uppercase;
	letter-spacing: .25em;
	font-size: .8em;
}

/* Footer */

#footer {
	width: 990px;
	margin: 0 auto;
	padding: 1em 0;
	text-align: center;
	font-size: x-small;
	background-image: url(images/img2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footer p {
	margin: 0;
	padding: 0;
}

/* --------------- Image Gallery -------------*/

.gallerycontainer{
	position: relative;
	background-image: url(images/sirens-watermark.jpg);
	background-repeat: no-repeat;
	background-position: right top;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.gallerycontainer p{
	display: inline;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #FFCC00;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed #000000;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
