/*	.........................
	Slides stylesheet
	Spring
	http://spring.net
	.........................


COLORS ........................
xx-light blue	#F1F6FA rgb(241,246,250)
x-light blue	#CFE2ED rgb(207,226,237)
light blue		#A0C5DC rgb(160,197,220)
med	blue		#73A9C9 rgb(115,169,201)
dark blue		#307192 rgb(48,113,146)

light green		#C5DF9C rgb(197,223,156)
med green		#A5D16C rgb(165,209,108)
dark green		#67943F rgb(103,168,63)
x-dark green	rgb(86,124,52)

x-light red		rgb(235,179,179)
light red		rgb(214,102,102)
med red			rgb(186,0,0)
dark red		rgb(150,18,7)

light orange	#FDD87A rgb(253,216,122)
med orange		#FCC741 rgb(252,199,65)
dark orange		#C7922B rgb(199,146,43)

light gray		#BEBEBE rgb(190,190,190)
med gray		#A0A0A0 rgb(160,160,160)
dark gray		#646464 rgb(100,100,100)


FONTS .........................
Arial
Courier New
Georgia
Sans-serif
Tahoma
'Times New Roman', Times, serif
'Trebuchet MS'
Verdana
*/


/* ..... Global Elements ..... */
html, body {
	margin: 0;
	padding: 0; 
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: rgb(50,50,50);
	text-align: left;
	}

a, a:hover, a:active, a:visited { text-decoration: none; }
img { margin: 0; padding: 0; border: none; }
form { margin: 0; padding: 0; }

.small { font-size: 75%; }
.big { font-size: 125%; }
.on { color: rgb(48,113,146); }
.b { font-weight: bold; }
.i { font-style: italic; }
.lowercase { text-transform: lowercase; }
.uppercase { text-transform: uppercase; }
.smallcaps { font-variant: small-caps; }

.aligncenter { margin-left: auto; margin-right: auto; }

table {
	display: table;
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
	}
	table tr {
		display: table-row;
		margin: 0;
		padding: 0;
		}
	table td {
		display: table-cell;
		margin: 0;
		padding: 0;
		}
/* ..... end Global Elements ..... */


/* ..... sidebar ..... */
#header {
	margin: 0;
	height: 47px;
	padding: 5px 0 0 0;
	background-color: rgb(197,223,156);
	color: rgb(165,209,108);
	font-size: 1em;
	text-align: center;
	}
	#header img {
		}
	#header a {
		font-weight: bold;
		}
	#header a, #header a:visited {
		color: rgb(103,168,63);
		}
	#header a:hover, #header a:active {
		color: rgb(48,113,146);
		}

#header h1 {
	margin: 0;
	color: rgb(48,113,146);
	font-size: 2.75em;
	font-weight: bold;
	}

#browsemode {
	margin: 0 0 5px 0;
	border-top: 1px solid rgb(165,209,108);
	text-align: center;
	}
	#browsemode a, #browsemode a:active, #browsemode a:visited {
/*
		display: inline-block;
*/
		margin: -1px 0 0 0;
		padding: 0 3px 0 3px;
		border: 1px solid rgb(165,209,108);
		background-color: rgb(197,223,156);
		color: rgb(86,124,52);
		}
	#browsemode a:hover {
		background-color: rgb(165,209,108);
		}
	#browsemode a.current {
		border-top: 1px solid rgb(197,223,156);
		font-weight: bold;
		}
	#browsemode a.current:hover {
		background-color: rgb(197,223,156);
		}

#tags-active-title, #tags-add-title, #error-title {
	margin: 0 0 0 5px;
	padding: 2px 5px 2px 5px;
	color: white;
	}
#tags-active-title {
	background: rgb(48,113,146) url(images/corner.blue.tl.gif) top left no-repeat;
	}
	#tags-active-title span.off {
		color: rgb(160,197,220);
		}
#tags-add-title {
	background: rgb(103,168,63);
	}
	#tags-add-title span.off {
		color: rgb(197,223,156);
		}
#error-title {
	background: rgb(186,0,0) url(images/corner.red.tl.gif) top left no-repeat;
	}

#tags-active, #tags-add, #error {
	padding: 3px;
	}
	#tags-active ul, #tags-add ul {
		margin: 0 0 3px 0;
		padding: 0;
		list-style: none;
		font-size: 1em;
		line-height: 1.5em;
		}
		#tags-active ul li, #tags-add li {
			display: inline;
			margin: 0;
			padding: 0 2px 0 2px;
			cursor: pointer;
			cursor: hand;
			}
#error {
	margin: 0 0 5px 5px;
	background-color: rgb(235,179,179);
	border-left: 1px solid rgb(186,0,0);
	border-bottom: 1px solid rgb(186,0,0);
	color: rgb(150,18,7);
	}
	#error a, #error a:active, #error a:visited {
		color: rgb(150,18,7);
		border-bottom: 1px dotted rgb(150,18,7);
		}
	#error a:hover {
		border-bottom: none;
		}

#tags-active {
	margin: 0 0 0 5px;
	background-color: rgb(241,246,250);
	border-left: 1px solid rgb(48,113,146);
	color: rgb(48,113,146);
	}
	#tags-active ul li:hover {
		background-color: rgb(160,197,220);
		}
	#tags-active ul li.del {
		text-decoration: line-through;
		color: rgb(186,0,0); /* med red */
		}
#tags-add {
	margin: 0 0 0 5px;
	background-color: rgb(197,223,156);
	border-left: 1px solid rgb(103,168,63);
	border-bottom: 1px solid rgb(103,168,63);
	color: rgb(86,124,52);
	}
	#tags-add div.explanation {
		margin: 0 0 3px 0;
		border-bottom: 1px solid rgb(103,168,63);
		text-align: center;
		text-transform: uppercase;
		}
	#tags-add ul li:hover {
		background-color: rgb(165,209,108); /* dark green */
		}
	#tags-add ul li.add {
		background-color: rgb(103,168,63); /* dark green */
		color: white;
		}

#tagsinput { /* form */
	margin: 3px 0 0 0;
	text-align: center;
	}
	#tagsinput-add, #tagsinput-submit {
		background-color: rgb(240,240,240);
		border: 1px solid rgb(103,168,63);
		vertical-align: middle;
		}
	#tagsinput-add {
		width: /* 140px */ 75%;
		margin: 0 3px 0 0;
		padding: 2px;
		font-size: 1em;
		}
	#tagsinput-submit {
		width: 25px;
		height: 19px;
		margin: 0;
		font-size: .8em;
		}

#controls {
	margin: 5px 0 0 5px;
	padding: 5px;
	background: rgb(48,113,146) url(images/corner.blue.tl.gif) top left no-repeat;
	text-align: center;
	}
	#controls img {
		display: inline;
		vertical-align: middle;
		}
	#controls a, #controls a:active, #controls a:visited {
		margin: 0;
		padding: 0;
		vertical-align: middle;
		border: none;
		}
	#controls a:hover {
		background-color: white !important;
		}

#slidelist {
	height: 150px;
	max-height: 150px !important;
	overflow: auto;
	margin: 0 0 0 5px;
	padding: 0;
	background: rgb(48,113,146);
	text-align: right;
	}

#slidelist a, #slidelist a.affiliate {
	display: block;
	overflow: hidden;
	min-height: 15px;
	margin: 0 1px 0 0;
	padding: 2px 5px 2px 20px;
	border-top: 1px solid rgb(207,226,237);
	border-bottom: 1px solid rgb(48,113,146);
	border-left: 1px solid rgb(48,113,146);
	font-size: 1em;
	font-weight: bold;
	color: rgb(48,113,146);
	}
#slidelist a {
	background: rgb(160,197,220) url(images/slidelist.check.no.gif) no-repeat top left;
	}
	#slidelist a:active, #slidelist a.activelink {
		background: rgb(214,102,102) url(images/slidelist.check.active.gif) no-repeat top left !important;
		border-bottom: 1px solid rgb(150,18,7);
		border-left: 1px solid rgb(150,18,7);
		color: rgb(150,18,7);
		}
	#slidelist a:hover {
		background: rgb(197,223,156) url(images/slidelist.check.hover.gif) no-repeat top left !important;
		border-bottom: 1px solid rgb(103,168,63) !important;
		border-left: 1px solid rgb(103,168,63) !important;
		color: rgb(103,168,63) !important;
		}
	#slidelist a:visited {
		background: rgb(160,197,220) url(images/slidelist.check.yes.gif) no-repeat top left;
		}
#slidelist a.affiliate, #slidelist a.affiliate:visited {
	background: rgb(160,197,220) url(images/slidelist.check.affiliate.gif) no-repeat top left;
	}
	#slidelist a.affiliate:active {
		background-color: rgb(214,102,102);
		}
	#slidelist a.affiliate:hover {
		background-color: rgb(197,223,156);
		}

#controls-bottom {
	margin: 0 0 0 5px;
	padding: 3px;
	background-color: rgb(48,113,146);
	text-align: center;
	font-weight: bold;
	color: white;
	}
/* ..... end sidebar ..... */


/* ..... main ..... */
#main {
	width: 728px;
	margin: 10px 0 0 10px;
	padding: 10px;
	text-align: left;
	}

#logo {
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	}

#main h1 {
	margin: 0;
	color: rgb(48,113,146);
	font-size: 7em;
	font-weight: bold;
	}
#main h2, #main h3 {
	margin: 10px 0 10px 0;
	padding: 3px 3px 3px 10px;
	background: rgb(160,197,220) url(images/bg.headers.gif) repeat-x top left;
	border-bottom: 1px solid rgb(115,169,201);
	color: white;
	}
#main h2 {
	font-size: 3em;
	}
#main h3 {
	font-size: 2em;
	}

#main p {
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.5em;
	}

#main p a, #main p a:active, #main p a:visited {
	color: rgb(48,113,146);
	border-bottom: 1px dotted rgb(48,113,146);
	}
#main p a:hover {
	color: rgb(103,168,63);
	border-bottom: none;
	}

table.companylogos {
	margin: 20px auto 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	}
	table.companylogos td {
		margin: 0;
		padding: 0;
		vertical-align: middle;
		font-weight: bold;
		}
	td.logo {
		width: 180px;
		border: 1px solid rgb(160,197,220);
		font-size: 1.5em;
		}
		td.logo div.graphic {
			height: 130px;
			margin: auto 0 auto 0;
			padding: 0;
			}
		td.logo a.name, td.logo a.name:visited {
			display: block;
			height: 25px;
			margin: 0;
			padding: 5px 0 0 0;
			background: rgb(160,197,220) url(images/bg.headers.gif) repeat-x top left;
			color: white;
			}
		td.logo a.name:hover, td.logo a.name:active {
			background: rgb(197,223,156);
			color: rgb(103,168,63);
			}
	td.and {
		width: 100px;
		font-size: 2em;
		}

#clearfooter { /* needed to make room for footer */
	clear: both;
	height: 20px;
	}
#footer {
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
	height: 17px;
	padding-top: 3px;
	margin: 0;
	background: rgb(197,223,156);
	border-top: 1px solid rgb(165,209,108);
	text-align: center;
	}
	#footer p {
		margin: 0;
		padding: 0 0 0 5px;
		}
	#footer a, #footer a:visited {
		color: rgb(48,113,146);
		}
	#footer a:hover, #footer a:active {
		color: rgb(103,168,63);
		}
/* ..... end main ..... */


/* ..... signon ..... */
#signon {
	width: 400px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	}
	#signon p {
		margin-left: 0;
		}

div.error {
	margin: 20px 0 20px 0;
	padding: 5px;
	background-color: rgb(235,179,179);
	border: 1px solid rgb(150,18,7);
	color: rgb(150,18,7);
	font-size: 1.25em;
	font-weight: bold;
	}

#openid { /* form wrapper */
	margin: 20px 0 10px 0;
	}
	#openid_url, #openid_signon, #openid_cancel {
		border: 1px solid rgb(48,113,146);
		font-weight: bold;
		}
	#openid_url {
		width: 210px;
		padding: 3px 3px 3px 25px;
		background: white url(images/openid.signon.gif) no-repeat left center; 
		font-size: 1.5em;
		}
	#openid_signon, #openid_cancel {
		height: 26px;
		background-color: white;
		font-size: 1.25em;
		}
/* ..... end signon ..... */


/* ..... toolbar ..... */
.bg-toolbar { background: rgb(197,223,156) url(images/bg.toolbar.gif) top left repeat-x; }

#toolbar {
	/* frame height: 53px */
	height: 50px;
	margin: 0;
	padding: 0;
	}
	#toolbar p {
		margin: 0 0 3px 0;
		padding: 0;
		}
	#toolbar a, #toolbar a:visited {
		color: rgb(48,113,146);
		}
	#toolbar a:hover, #footer a:active {
		color: rgb(103,168,63);
		}

#rating, #properties {
	height: 47px; /* 6px padding + 47px = 53px */
	margin: 0;
	padding: 3px 10px 3px 10px;
	}

#rating {
	float: right;
	border-left: 1px solid rgb(165,209,108);
	text-align: center;
	}

#properties {
	overflow: auto;
	font-size: 1em;
	line-height: 1.25em;
	}

/*
light green		#C5DF9C rgb(197,223,156)
med green		#A5D16C rgb(165,209,108)
dark green		#67943F rgb(103,168,63)
x-dark green	rgb(86,124,52)

x-light red		rgb(235,179,179)
light red		rgb(214,102,102)
med red			rgb(186,0,0)
dark red		rgb(150,18,7)
*/

/* ..... end toolbar ..... */


/* ..... site_admin ..... */
form.adminform {
	}
	form.adminform input.text, form.adminform textarea {
		width: 380px;
		}

table.admintable {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 1.25em;
	font-weight: bold;
	}
	table.admintable tr {
		}
	table.admintable td {
		padding: 5px;
		}
/* ..... end site_admin ..... */

