﻿/* 

	project:  website traffic (free CSS templates)
	author:   luka cvrk (www.solucija.com) 

   
*/
* {
	margin: 0;
	padding: 0;
}
* body {
	font: .9em Garamond, Arial, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	background: #D0D4D4;
	color: #444;
}
a {
	color: #003366;
	background: inherit;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	background: inherit;
}
p {
	margin: 0 0 15px 0;
}
h1 {
	font: normal 2.2em "Trebuchet MS", Arial, Sans-Serif;
	color: #003366;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
}
h1 a {
	color: #003366;
	background: inherit;
}
h1 a:hover {
	color: #E4FFD3;
	background: inherit;
}
sup {
	font-size: .3em;
	color: #DFCDA2;
}
h2 {
	color: #003366;
	font: bold 1.6em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 12px;
	border-bottom: 1px solid #ccc;
}
h3 {
	color: #FFCC00;
	font: bold;
	background: #003366;
	padding: 3px 10px;
	margin: 0 0 15px;
}
h3 a{
	color: #FFCC00;
	font: bold;
	background: #003366;
	text-decoration: underline;
}
h3 a:hover{
	color: #FFCC00;
	font: bold;
	background: #003366;
}
#content {
	width: 900px;
	margin: 10px auto;
	background: #fff;
	padding: 10px;
}
#header {
	background: #fff url(../images/HeaderGraphic.png) no-repeat;
	height: 300px;
}
#header p {
	margin: 30px 0 0;
	color: #D6E5EA;
}
#logo {
	padding: 40px 0 0 20px;
	float: left;
	width: 400px;
}
#search {
	float: right;
	width: 240px;
	text-align: right;
	margin: 10px 15px 0 0;
}
#search a, #watch a {
	color: #fff;
	font-size: .8em;
	cursor: pointer;
}
#searchform {
	padding: 10px;
	background: #A1BDD2;
}
#searchform p {
	margin: 0;
}
#menu {
	margin: 0 0 40px;	/* spacing beneath menu bar */
}
#menu li {
	list-style: none;
	float: left;
}
#menu li a {
	cursor: pointer;
	padding: 5px 37px;	/*Old value = 50px*/
	line-height: 25px;
	background: #D0D4D4;
	margin: 0 0px 0 0;	/* changed from 1px to 0px*/
	color: #000000;
}
#menu li a:hover {
	background: #ffcc00;
	color: #000;
}
#menu li a.current {
	background: #003366;
	color: #fff;
}
#menu li a#last {
	margin: 0;
	 padding: 5px 34px 5px 34px; /*Old values 5 53 5 53 */
}
.full
{
	font-size: 1.0em;
	float: left;
	width: 860px;
	margin: 0 30px 10px 10px;

}
.half {
	font-size: 1.0em;
	float: left;
	width: 410px;
	margin: 0 30px 10px 10px;

}
.third {
	font-size: 1.0em;
	float: left;
	width: 260px;
	margin: 0 30px 10px 10px;
}
.twothird {
	font-size: 1.0em;
	float: left;
	width: 560px;
	margin: 0 30px 10px 10px;
}
.last {
	float: right;
	margin: 0px;
}
.more {
	border-top: 1px solid #eee;
	padding: 5px 0 0 0;
	color: #FFCC00;
	font-size:1.5em;
	font-weight:bold;
}
#prefooter {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	padding: 15px 18px 1px;
	font-size: 1.0em;
}
#footer {
	width: 920px;
	margin: 15px auto;
	color: #808080;
	font-size: 1.0em;
}
#footer a {
	color: #444;
}
.right {
	float: right;
	text-align: right;
	font-size: 1em;
}
#footer .right a {
	margin: 0 0 0 2px;
	padding: 3px 10px;
}
#footer .right a:hover {
	background: #fff;
	color: #444;
	text-decoration: underline;
}
#flashcontent {

		height: 800px;
		align: center;

	}
.error {
	color:#C00;
}
