/******************
* Balaton CSS  
* RSchelby@StellarCarrot.com
* 2008.11.01
******************/

body											{ background-color: #333; color: #FFF; font-family: "Century Gothic","Gotham","Twentieth Century","Arial",sans-serif; }

#header 									{ padding-top: 36px; }
#header h1								{ width: 200px; height: 90px; background: url('img/Balaton_1.gif') top left no-repeat; }
#header h1 span						{ display: none; }
#header h2								{ font-size: 18px; line-height: 36px; margin-bottom: 18px; margin-top: -18px; color: white; font-family: "Californian FB", 'Times New Roman', serif; }

#navigation								{ text-align: center; font-weight: bold; font-size: 20px; line-height: 36px; margin-bottom: 18px; }
#navigation	ul						{ margin: 0em; }
#navigation ul li					{ display: block; list-style-type: none; }
#navigation ul li a 			{ color: #FFF; text-decoration: none; font-family: "Californian FB", "Times New Roman", serif; }
#navigation ul li a:visited	{ color: #FFF; text-decoration: none; }
#navigation ul li a:hover { color: #999; text-decoration: none; }

#left_column							{ }
#left_column form					{ margin-top: 100px; }
#left_column form fieldset {border: 0px; }
#left_column form label		{ font-family: "Century Gothic","Gotham","Twentieth Century","Arial",sans-serif; font-weight: normal; }
#left_column form input 	{  font-family: "Century Gothic","Gotham","Twentieth Century","Arial",sans-serif; font-weight: normal; }
#left_column form input[type='text'] { width: 150px; background-color: #333; color: #fff; border: 1px solid #444; }
#left_column form input[type='submit'] { background-color: #333; color: #fff; border: 1px solid #444; }
#left_column form input:hover { background-color: #444; border: 1px solid #fff; } 
#content									{ text-align: center; background-color: #000; color: #fff; }
#content h3								{ font-size: 22px; color: #FFF; font-family: "Californian FB", "Times New Roman", serif; line-height: 36px; z-index: 10; }
#content h4								{ color: #FFF; font-family: "Californian FB", "Times New Roman", serif; }
#content a                { color: #FFF; text-decoration: none; }
#content a:visited        { color: #FFF; text-decoration: none; }
#content a:hover          { color: #999; text-decoration: underline; }
#content p, #content ul		{ text-align: left; } 
#content p img			{ float: right; display: inline; }
#content ul li            { list-style-type: none; }
#linkslist li							{ margin-bottom: 1.25em; }
#footer										{ }
#footer h6								{ color: #FFF; font-size: 9px; font-weight: normal; font-style: italic; }
#footer h5								{ color: #DDD; font-size: 9px; font-weight: normal; font-style: normal; }
#footer h5 a							{ color: #DDD; text-decoration: none; }

.centered p								{ text-align: center !important;  }
.alert			{ border: 1px solid white; padding: 20px; }


