/*
*	CSS DOCUMENT AND DESIGN BY DALIBOR DVORSKI
*	AS PART OF THE DALIBOR.DVORSKI.NET WEBSITE
*	TEMPLATE FOR THE SCREEN MEDIA TYPE.
*/


/*	MAIN STYLES */

html {
	margin: 0;
	padding: 0;
}

body {
	background: url("../images/gradient-body.png") repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#container {
	margin: 20px 0 0 10px;
	padding: 0 0 50px 0;
}

#leftPanel {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}

#rightPanel {
	background: url("../images/gradient-rightPanel.png") repeat-y;
	background-color: #FFF;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	min-height: 500px;
	margin: 0 0 0 200px;
	padding: 0;
}

#bottomPanel {
	background: #EEE;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	clear: both;
	margin: 0 0 0 200px;
	padding: 0;
	position: absolute;
	right: 0;
}


/*	TEXT HEADING STYLES */

h1 {
	/*font-size: 18px;
	font-weight: bold;*/
	font: bold 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 5px 0 0 0;
	padding: 0;
	text-align: center;
	text-transform: none;
}

h1 a {
	color: #222;
	text-decoration: none;
}

h2 {
	border-bottom: 1px dotted #DDD;
	color: #009900;
	/*font: normal 22px Georgia, "Times New Roman", Times, serif;*/
	font: bold 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*letter-spacing: 1px;*/
	letter-spacing: -1px;
	margin: 45px 20px 20px 20px;
	padding: 0;
	width: 700px;
}

h3 {
	color: #111;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 20px 10px 20px;
	padding: 0;
}

h4 {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	margin: -5px 20px 0 20px;
}


/*	IMAGE STYLES */

#dalibor {
	margin: 10px 0 0 0;
	text-align: center;
}

#dalibor img {
	border: 1px solid #DDD;
	padding: 2px;
}

.validationIcon {
	text-align: center;
}

.validationIcon a {
	text-decoration: none;
}

.validationIcon a img {
	border: none;
}


/*	MAIN NAVIGATION MENU STYLES */

#navigation {
	font-weight: bold;
	list-style-type: none;
	margin: 25px 15px;
	padding: 0;
}

#navigation li {
	margin: 2px 0 0 0;
}

#navigation li a {
	background: #EEE;
	border: 1px solid #BBB;
	color: #222;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 160px;
}

#navigation li a:hover {
	background: #009900;
	border: 1px solid #222;
	color: #FFFFCC;
}

#navigation li a#current {
	background: #009900;
	border-top: 1px solid #222;
	border-right: 4px solid #222;
	border-bottom: 1px solid #222;
	border-left: 1px solid #222;
	color: #FFFFCC;
}


/*	BREADCRUMB NAVIGATION MENU STYLES */

#breadcrumb {
	background: #009900;
	height: 30px;
	margin: 0;
	padding: 0;
}

#breadcrumb p {
	color: #FFFFCC;
	font-weight: bold;
	margin: 0;
	padding: 7px;
	text-transform: lowercase;
}

#breadcrumb p a {
	color: #FFFFCC;
	text-decoration: none;
}

#breadcrumb p a:hover {
	border-bottom: 1px solid #FFFFCC;
}


/*	BANNER STYLES */

#banner {
	background: url("../images/banner.png") no-repeat;
	height: 120px;
	margin: 0;
	padding: 0;
	width: 600px;
}


/*	CONTENT STYLES */

#content {
	padding-bottom: 25px;
	width: 750px;
}

#content p {
	color: #222;
	line-height: 20px;
	margin: 10px 20px;
	padding: 0;
	text-align: justify;
}

#content p a {
	color: #0033AA;
	text-decoration: underline;
}

#content p a:hover {
	background: #FFFF66;
}

#content abbr {
	border-bottom: 1px dotted #222;
	color: #222;
	cursor: help;
	text-decoration: none;
}

#content abbr:hover {
	background: #FFFF66;
}

#content ul li.awardTitle {
	margin-top: 20px;
	list-style-type: disc;
}

#content ul li.awardDescription {
	margin-left: 25px;
	list-style-type: circle;
}

#content .screencapture {
	text-decoration: none;
	padding: 2px 5px;
}

#content .screencapture:hover {
	background: #FFFF66;
}

#content .screencapture img {
	border: none;
}


/*	CONTACT FORM STYLES */

#contactForm {
	margin: 20px;
	width: 470px;
}

#contactForm .inputRow {
	margin: 0 0 10px 0;
}

#contactForm .inputRow label {
	display: block;
	float: left;
	margin-right: 5px;
	width: 120px;
}

#contactForm .inputRow input,
#contactForm .inputRow textarea {
	margin-left: 5px;
}

#email,
#subject,
#message {
	border: 1px solid #222;
	font: 12px "Courier New", Courier, monospace;
	margin: 0;
	padding: 2px;
	width: 325px;
}

#message {
	height: 150px;
}

#email:hover, #email:focus,
#subject:hover, #subject:focus,
#message:hover, #message:focus {
	background: #FFFFCC;
	border: 1px solid #000;
}

#contactForm .buttonRow {
	margin: 0 auto;
	text-align: right;
}

#submit {
	margin-right: 10px;
}


/* 	BOTTOM PANEL STYLES */

#bottomPanel p {
	color: #777;
	font-size: 9px;
	margin: 5px;
	padding: 0;
	text-align: right;
}