/* Caorunn CSS */

body {
	margin: 0px;
	padding: 0px;
	background: #464e68 url('media/bg.png');
	background-position: bottom left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #2c405a; 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 13px;
	text-align: center;}

a:link		{ color: #5b6486; text-decoration :none; }
a:visited	{ color: #5b6486; text-decoration :none; }
a:hover		{ color: #CCCCCC; background: #5b6486; }
a:active	{ color: #CCCCCC; background: #464e68; }

h1			{ font-weight: 100;
			  font-size: 24px;
			  color: #00135a;
			  margin-top: 25px;
			  margin-bottom: 35px;}

h2			{ font-weight: 100;
			  font-size: 18px;
			  color: #00135a; }

h3			{ font-weight: 100;
			  font-size: 14px;
			  color: #00135a; }

img			{ border: none; }
.img-left	{ float:left; padding-right:10px; }
.img-right	{ float:right; padding-left:10px; }

hr {
	height: 1px;
	border: 0px;
	background: #00135a;
	color: #00135a;}

label {
	float: left;
	width: 100px;
	line-height: 22px;
	text-align: right;
	vertical-align: bottom;}

ul {
	margin-left: 30px;}

p.small-gap {
	margin-top: -10px;}

.italics {
	font-style: italic;}

#cell {
	width: 580px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	text-align: left;}

	#header {
		background: #efebdb;
		height: 200px;
		margin-top: 20px;
		-moz-box-shadow: 0px 5px 30px #222222;
  		-webkit-box-shadow: 0px 5px 30px #222222;
		box-shadow: 0px 5px 30px #222222;}

		#header-overlay {
			position: absolute;
			z-index: 1;}

		#slideshow {
			position: absolute;
			height: 200px;
			width: 580px;}

	#navbar {
		height: 25px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 10px;
		padding-right: 10px;}

		#navbar ul {
			margin: 0px;
			padding: 0px;}

		#navbar li {
			float: left;
			height: 25px;
			margin-left: 10px;
			list-style-type: none;
			color: #efebdb;
			text-decoration: none;
			text-align: center;
			font-weight: bold;
			font-size: 12px;
			line-height: 15px;}

		#navbar li a {
			display: block;
			padding: 5px;
			color: #efebdb;
			text-decoration: none;}

		#navbar li a:hover {
			background: none;
			border-bottom: 1px #efebdb solid;}

		#navbar li.active a {
			background: none;
			border-bottom: 1px #efebdb solid;}

	#content {
		background: #efebdb;
		padding: 20px;
		-moz-box-shadow: 0px 5px 30px #222222;
  		-webkit-box-shadow: 0px 5px 30px #222222;
		box-shadow: 0px 5px 30px #222222;}

		#showcase {
			width: 100%;
			text-align: center;
			padding-bottom: 13px;}

	#footer {
		background: #efebdb;
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 20px;
		padding-top: 10px;
		padding-bottom: 18px;
		font-size: 10px;
		text-align: center;
		-moz-box-shadow: 0px 5px 30px #222222;
  		-webkit-box-shadow: 0px 5px 30px #222222;
		box-shadow: 0px 5px 30px #222222;}

		a.footer-style  {
			color: #2c405a;
			font-weight: bold;}

		a:hover.footer-style {
			background: none;}


/* Hoverbox Code */

.hoverbox
{
	width: 560px;
	margin-left: -5px;
	cursor: default;
	list-style: none;}

.hoverbox a
{
	cursor: default;}

.hoverbox a .preview
{
	display: none;}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 10000;}

.hoverbox img
{
	background: #FFFFFF;
	border-color: #AAA #CCC #DDD #BBB;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	width: 100px;
	height: 75px;}

.hoverbox li
{
	background: #EEEEEE;
	border-color: #DDDDDD #BBBBBB #AAAAAA #CCCCCC;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 2px;
	position: relative;}

.hoverbox .preview
{
	border-color: #999999;
	width: 200px;
	height: 150px;}

