/*------------------------------------------------------------------

1.	RESET
	Global reset for all HTML elements

------------------------------------------------------------------*/

@media handheld, projection, screen, print {

* { font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline }
html { height: 100% }
body { background: #fff; color: #000; font-size: 100.01%; min-height: 101%; text-align: left }
img, fieldset, abbr, acronym { border: 0 }
ul, ol { list-style: none; list-style-position: outside }
table { border-collapse: collapse; border-spacing: 0; width: 100% }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
caption, th { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; vertical-align: middle }
textarea { height: auto; overflow: auto }
option { padding-left: 0.6em }
button { background: none; border: 0; text-align: center }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: normal }


} @media handheld, projection, screen {


/*------------------------------------------------------------------

2.	MAIN STYLES
	General definitions

--------------------------------------------------------------------

/*-------------------------------
2.a Tags defaults
---------------------------------
[?] Tags only. No classes or ID's here.
*/
	
body {
	background-color: #ececec;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	text-align: center;
}

p, ul, ol, table, dl, dd, pre { margin: 0 0 1.5em }

strong { font-weight: bold }
em { font-style: italic }
code, pre { font-family: "Courier New", Courier, monospace }
dt { font-weight: bold }
dd { font-style: italic }
cite { font-style: italic }
q { font-style: italic }
blockquote { font-style: italic; padding: 0 2.67em }

abbr, acronym { border-bottom: 1px dotted; cursor: help }


/* Headlines
-------------------------------
[?] Always define: font-size - line-height - margin
*/

h2 {
	color: #444;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 .4em;
}

h3 {
	color: #444;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .4em;
}


/* Anchors
-------------------------------*/

a, a:link, a:visited {
	color: #ca4a14;
	cursor: pointer;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}


/*-------------------------------
2.b Base layout
---------------------------------
[?] Mostly ID's. Classes & tags allowed.
*/

#wrap {
	background: url(../img/bg_wrap.gif) repeat-y;
	margin: 18px auto;
	text-align: left;
	width: 650px;
	overflow: hidden;
	position: relative;
}
#showcase #wrap { background: url(../img/bg_wrap-home.gif) repeat-y; width: 1030px }

	#header, #content, #footer {
		float: left; display: inline;
		clear: both;
		position: relative;
	}
	#header {
		background: url(../img/bg_header.gif) no-repeat;
		height: 190px; width: 940px;
		padding: 0 45px;
	}
	#showcase #header { background: url(../img/bg_header-home.gif) no-repeat }

		#logo { margin: 0 }

			#logo a {
				background: url(../img/logo.gif) no-repeat;
				height: 62px; width: 254px;
				position: absolute;
				top: 68px; left: 198px;
			}
			#showcase #logo a { left: 372px }

	#content {
		padding: 0 70px 2.5em;
		width: 610px;
	}
	#showcase #content {
		padding: 0 45px 7em;
		width: 940px;
	}

	#footer {
		background: #ececec url(../img/bg_footer.gif) no-repeat;
		color: #666;
		font-size: .92em;
		text-align: center;
		height: 43px; width: 100%;
		padding: 15px 0 0;
	}
	#showcase #footer { background: #ececec url(../img/bg_footer-home.gif) no-repeat }


/*-------------------------------
2.d Elements, ID's & Classes
-------------------------------*/

/* General elements
-------------------------------*/

#showcase h2 {
	color: #444;
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 .4em;
}

ul.showcase {
	margin: 2.8em 0 0 -20px;
	width: 960px;
}
	ul.showcase li {
		float: left;
		display: inline;
		margin: 0 0 44px 20px;
		width: 300px; height: 228px;
		position: relative;
	}
	ul.showcase li.hidden { position: absolute; left: -9999px }

		ul.showcase li p.img { margin: 0 0 10px }

			ul.showcase li p.img a {
				background: url(../img/bg_see-preview.png) no-repeat 0 194px;
				border: 3px solid #e3e3e3;
				display: block;
				text-indent: -9999px;
				width: 294px; height: 194px;
				position: absolute;
				top: 0; left: 0;
			}
			ul.showcase li p.img a:hover { background-position: 0 }

				ul.showcase li p.img img { border: 3px solid #e3e3e3 }

		ul.showcase li h3 {
			color: #555;
			font-size: 1em;
			font-weight: bold;
			margin: 0;
			position: absolute;
			bottom: 0; left: 9px;
		}
		ul.showcase li p.vote {
			margin: 0;
			position: absolute;
			bottom: 0; right: 9px;
		}
			ul.showcase li p.vote a {
				background: url(../img/ico_vote.gif) no-repeat right 1px;
				color: #ca4a14;
				padding: 0 22px 0 0;
			}



/*------------------------------------------------------------------

3.	FORMS
	Styles for forms only

--------------------------------------------------------------------

/*-------------------------------
3.a General form styles
-------------------------------*/

/* Form elements
-------------------------------*/

input.text, select.select, textarea.textarea
{
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	padding: 3px;
}
input.text { width: 185px }
select.select { width: 190px }
textarea.textarea { height: 10em; width: 185px }

select.select.free { width: auto }

button.button {
	color: #000;
	cursor: pointer; 
	height: auto; width: auto;
	line-height: normal;
	white-space: nowrap;
}

input.submit {
	color: #000;
	cursor: pointer;
	padding: 5px 10px;
}


/* General forms
-------------------------------*/

form.form ol.fieldset {	/* nothing here */ }

	form.form ol.fieldset li.field {
		margin: 0 0 1em;
		position: relative;
	}
		form.form ol.fieldset li.field label {
			font-weight: bold;
			display: block;
			margin-bottom: 5px;
		}
			
	form.form p.submit { /* nothing here */ }


/* Search Forms
-------------------------------*/

form.search { margin-bottom: 1.33em }

	form.search p.fields { margin: 0 }

		form.search p.fields input, form.search p.fields button {
			display: inline;
			vertical-align: middle;
		}

		
/*-------------------------------
3.b Individual forms
-------------------------------*/

form#newsletter {
	background: url(../img/bg_form-newsletter.gif) no-repeat;
	margin: 3em 0 0;
	padding: 24px 30px 0;
	width: 440px; height: 139px;
}
	form#newsletter p.fields input.text {
		border: 1px solid #c0c0c0;
		-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; -ms-border-radius: 3px; border-radius: 3px;
		color: #818181;
		font-size: 1.17em;
		font-style: italic;
		margin: 0 3px 0 0;
		padding: 8px 12px;
		width: 240px;
	}
	form#newsletter p.fields input.submit {
		background: url(../img/bg_submit.gif) repeat-x;
		border: 1px solid #004979;
		-moz-border-radius: 4px; -khtml-border-radius: 4px; -webkit-border-radius: 4px; -ms-border-radius: 4px; border-radius: 4px;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase !important;
		padding: 7px 13px;
	}
	form#newsletter p.txt {
		color: #818181;
		text-align: center;
	}



/*------------------------------------------------------------------

4.	PLUGINS
	Predefined utilities

--------------------------------------------------------------------

/*-------------------------------
Utility classes
-------------------------------*/

.skip { display: none }
.replace, .br, #logo a { display: block; font-size: 1%; line-height: 0; text-align: left; text-indent: -10000px; }


} @media print {

/*------------------------------------------------------------------

5.	PRINT
	Styles for print

------------------------------------------------------------------*/

body { background: none; color: #000; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 10pt }
code, pre { font-family: "Courier New", Courier, mono }
img { float: left; clear: left; page-break-inside: avoid; page-break-after: avoid }

a, a:link, a:visited { color: blue; text-decoration: underline }

blockquote, table, pre { page-break-inside: avoid }
ul, ol, dl  { page-break-before: avoid }
h1, h2, h3, h4, h5, h6 { display: block; font-weight: bold; page-break-after: avoid }

#footer, .ad, #nav, .nav, form, .skip { display: none }

h1 { font-size: 3em; margin: .67em 0; }
h2 { font-size: 2em; margin: .83em 0; }
h3 { font-size: 1.5em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.92em; margin: 1.67em 0; }
h6 { font-size: 0.83em; margin: 2.33em 0; }


/*------------------------------------------------------------------
	END CSS
------------------------------------------------------------------*/

}/* end @media */