﻿/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html, body {
}

html,
body {
	background:#03121b url("images/background.2.0.0.jpg") repeat-x;
	width:100%;
}


body, input, textarea {
	font-family:Tahoma;
}

input, textarea {
	padding:2px;
}

#container {
	margin:0 auto;
	background:transparent url("images/logo.2.0.0.jpg") no-repeat 49% 0; 
	
}

#content {
	width:1000px;
}

em.required { color:Red; font-weight:bold; }

#flashMovie { 
	width:100%; 
	height:800px; 
	z-index:100;
	margin-top:100px;
}

#addComment {
	width:800px;
	margin:auto;
}
	.sectionTitle {
		font-size:16px;
		font-weight:bold;
		font-family:Arial;
		color:#94ca76;
		margin-top:30px;
		padding:6px 0 6px 8px;
		background:#201c18;
		border:solid 4px #222;
	}
	#addComment li {
		margin-bottom:7px;
	}
	#addComment fieldset {
		margin-top:15px;
	}
	#addComment label {
		color:#BBB;
		width:200px;
		float:left;
		text-align:right;
		padding-right:5px;	
		padding-top:4px;
	}
	
	#addComment input {
		width:200px;
	}	
	
	#addComment button 
	{
		background:#8e3b33;
		color:#FFF;
		border:solid 1px #666;
		padding:4px;
		font-size:14px;
		font-weight:bold;
		width:200px;
	}
	
	#addComment textarea {
		width:300px;
		height:100px;
	}
	
	#thankYouMessage {
		background:green;
		color:#FFF;
		font-weight:bold;
		padding:5px;
		width:250px;
		margin:auto;
		margin-top:5px;
	}
	
#comments {
	width:800px;
	margin:auto;
	margin-bottom:150px;
}
	#comments li {
		margin:10px 11px;
		overflow-x:hidden;
	}
		#comments li h4 {
			color:#CCC;
			font-size:20px;
		}
		#comments li p {
			color:lightgreen;
			font-size:16px;
		}
