/*********************************************************************************************

Theme Name: Untitled
Theme URI: 
Description: Designed by DEI Creative
Version: 1.0.0
Author: DEI Creative
Author URI: http://www.deicreative.com/

**********************************************************************************************

Designed and Built by DEI Creative - deicreative.com

CSS, XHTML and Design Files are all Copyright 2011 DEI Creative

**********************************************************************************************


/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
	margin: 0;
	padding: 0;
	min-height: 0;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

*********************************************************************************************/
html, body {
	width: auto; height: auto;
	font: 12px  Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #000;
}

a {
	color: #898700;
	text-decoration: none;
	outline: none;
}

a:hover {
  	color: #9836d2;
}

a img {
	border: none;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1 {
	font-size: 40px;
	color: #9836d2;
	font-weight: normal;
	margin-bottom: 35px;
}

h2 {
	font-size: 32px;
	color: #898700;
	font-weight: normal;
	margin-top: 25px;
}

.loading {
	width: 32px; height: 32px;
	background: url(img/loading.gif);
}

.list li {
	line-height: 24px;
	margin-left: 40px;	
}

#logo {
	width: 221px; height: 153px;
	background: url(img/logo.jpg);
	display: block;
	position: fixed;
	top: 0; left: 15px;	
	z-index: 999;
}

.pdf {
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	width: auto; height: auto;
	background: url(img/pdf.png) top no-repeat;
	padding: 60px 0 0 0;
	margin: 15px 20px 0 20px;
	display: block;
	float: left;
}

.pdf a {
	display: block;
}

#wrapper { }

/*********************************************************************************************

x. Navigation

*********************************************************************************************/
#nav {
	width: 221px; height: auto;
	list-style: none;
	position: fixed;
	top: 157px; left: 15px;
	z-index: 999;
}

#nav a {
	font-size: 13px;
	color: #898700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 221px; height: auto;
	background: #000;
	padding: 20px 0;
	display: block;
}

#nav a:hover, #nav .active {
	color: #9836d2;
}

#nav li {
	margin-bottom: 4px;
}

#subnav {
	margin-bottom: 40px;
	list-style: none;
}

#subnav a {
	font-size: 12px;
	color: #898700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#subnav a:hover, #subnav .active a {
	color: #9836d2;
}

#subnav li {
	margin-right: 23px;
	display: inline;
}

#subnav #last {
	margin-right: 0;
}

/*********************************************************************************************

x. Content

*********************************************************************************************/
.content {
	width: 740px; height: 525px;
	background: #000;
	padding: 25px 45px;
	position: absolute;
	top: 157px; left: 240px;
	z-index: 999;
}

.content p {
	line-height: 24px;
}

#home .main, #meet-citizen .main, #choose-citizen .main, #upload .main {
	width: 480px; height: auto;
	margin-left: 20px;
	float: left;
}

#home .sidebar, #meet-citizen .sidebar, #choose-citizen .sidebar, #upload .sidebar {
	width: 240px; height: auto;
	background: url(img/loading.gif) center no-repeat;
	min-width: 240px;
	float: left;
}

#citizen-living .main {
	width: 290px; height: auto;
	float: right;
}

#citizen-living p, #meet-citizen p, #choose-citizen p, #upload p {
	margin-bottom: 20px;
}

#choose-citizen table {
	margin-bottom: 20px;
}


#choose-citizen .small {
	font-size: 10px;
	margin-bottom: 5px;
}

/*********************************************************************************************

x. Slideshow

*********************************************************************************************/
#slides {
	width: 425px; height: 460px;
	position: relative;
	float: left;
}

#slides .slides_container {
	width: 425px; height: 460px;
	overflow: hidden;
	position: relative;
	display: none;
}

#slides .slides_container img {
	width: 425px; height: 460px;
	display:block;
}

#slides .arrows {
	width: auto; height: 40px;
	background: url(img/bg-arrows.png);
	position: absolute;
	bottom: 0; left: 0; right: 0;
	z-index: 999;
}

#slides .next, #slides .prev {
	width: 14px; height: 28px;
	display:block;
	position: absolute;
	bottom: 5px; left: 5px; 
	z-index: 999;
}

#slides .next {
	left: 406px
}

#gallery {
	width: 740px; height: 460px;
	position: relative;
}

#gallery .slides_container {
	width: 740px; height: 460px;
	position: relative;
	display: none;
}

#gallery .slides_container .gallery {
	width: 740px; height: 460px;
	display: block;
}

#gallery .slides_container img {
	width: 740px; height: 460px;
	display: block;
}

#gallery .arrows {
	width: auto; height: 40px;
	background: url(img/bg-arrows.png);
	position: absolute;
	bottom: 0; left: 0; right: 0;
	z-index: 999;
}

#gallery .next, #gallery .prev {
	width: 14px; height: 28px;
	display:block;
	position: absolute;
	bottom: 5px; left: 5px; 
	z-index: 999;
}

#gallery .next {
	left: 720px
}

#gallery .caption {
	width: auto; height: 60px;
	background: #828000;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	z-index: 999;
	display: none;
}

/*********************************************************************************************

x. Form

*********************************************************************************************/
input {
	color: #666;
	font-size: 11px;
	font-style: italic;
	width: 200px; height: auto;
	background: #303030;
	border: 1px solid #424242;
	padding: 6px;
	margin-bottom: 5px;
}

input#file {
	width: auto; height: auto;
	color: #000;
	font-style: normal;
	border: none;
	background: #FFF;
	padding: 0px;
	margin-bottom: 15px;
	display: inline;
}

input.radio {
	width: auto; height: auto;
	color: #000;
	font-style: normal;
	border: none;
	background: #FFF;
	padding: 0px;
	margin: 5px 0;
	display: inline;
}

input#submit {
	width: 80px; height: 30px;
	border: none;
	padding: 0;
	margin-top: 20px;
	cursor: pointer;
}

.file-wrapper {
	width: 200px; height: 30px;
	margin-bottom: 5px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	position: relative;
}

.file-wrapper .button {
	text-indent: -9999px;
	width: 130px; height: 30px;
  	background: url(img/file-input.png);
  	cursor: pointer;
	float: left;
}

.file-wrapper .button:hover {
	background: url(img/file-input-hover.png);
}

.file-wrapper input {
	font-size: 100px;
	width: auto; height: 30px;
	position: absolute;
	top: 0; right: 0;
	cursor: pointer;
}

.file-wrapper .file-holder {
	position: absolute;
	top: 8px; left: 140px;
}

#tooltip {
	color: #aab300;
	font-size: 11px;
	position: relative;
	top: -16px; left: 8px;
	cursor: pointer;
}

#aToolTip {
	position: absolute;
	width: 250px; height: auto;
	display: none;
	z-index: 50000;
}

#aToolTip .aToolTipContent {
	position:relative;
	margin:0;
	line-height: 16px;
	padding:0;
}

.defaultTheme {
	background:#aab300;
	color:#000;
	font-size: 10px;
	margin:0;
	padding:6px;	
}


/*********************************************************************************************

x. Background

*********************************************************************************************/
#dots {
	width: 100%; height: 100%;
	background: url(img/dots.png) repeat;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 998;
}

#bg {
	width: 104%; height: 100%;
}

#bg-wrapper {
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 997;
	overflow: hidden;
}

/*********************************************************************************************

x. Share

*********************************************************************************************/
#share {
	width: 300px; height: 300px;
	background: #000;
	position: absolute;
	z-index: 9999;
	display: none;
}

#share #share-facebook {
	width: 115px; height: 32px;
	background: url(img/share/facebook.png);
	margin: 0 auto;
	display: block;
}

#share #share-twitter {
	width: 115px; height: 32px;
	background: url(img/share/twitter.png);
	margin: 20px auto;
	display: block;
}

#share #share-email {
	width: 115px; height: 32px;
	background: url(img/share/email.png);
	margin: 0 auto;
	display: block;
}

#share #close {
	width: 30px; height: 30px;
	background: url(img/share/close.png);
	position: absolute;
	top: -12px; right: -12px;
	cursor: pointer;
}

/******************************************************************
 *  css for FHL disclaimer at bottom of main area
********************************************************************/
.footer-FHL-disclaimer  td{
	margin-top: 10px;
	vertical-align: bottom;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: .9em;
	text-align: center;
}

#FHL-disclaimer {
	width: 90%;
	margin-top: 20px;
}

#footerFHL {
	float: right;
	margin-right: 10%;
	width: 5%;
}

#footerDisclaimer {
	float: right;
	margin-right: 4%;
	text-align: right;
}

/*********************************************************************************************

x. Footer

*********************************************************************************************/
#footer {
	position: fixed;
	bottom: 0; left: 15px;
	z-index: 999;
}

.links {
	float: left;
	list-style: none;
}

.links li {
	margin-right: 2px;
	float: left;
}

.links a {
	font-size: 12px;
	color: #898700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 150px; height: auto;
	background: #000;
	padding: 7px 0;
	display: block;
}

.links a:hover, .links .active {
	color: #9836d2;
}

.links .inline a {
	width: auto; height: auto;
	padding: 7px;
	float: left;
}

.socials {
	margin-bottom: 2px;
	float: left;
	list-style: none;
}

.socials li {
	float: left;	
}

.socials li a {
	text-indent: -9999px;
	width: 55px; height: 48px;
	background-color: #000;
	display: block;	
}

.socials #facebook {
	background: url(img/socials/facebook.png) top no-repeat #000;
}

.socials #facebook:hover {
	background: url(img/socials/facebook.png) bottom no-repeat #000;
}

.socials #twitter {
	background: url(img/socials/twitter.png) top no-repeat #000;
}

.socials #twitter:hover {
	background: url(img/socials/twitter.png) bottom no-repeat #000;
}

.socials #youtube {
	background: url(img/socials/youtube.png) top no-repeat #000;
}

.socials #youtube:hover {
	background: url(img/socials/youtube.png) bottom no-repeat #000;
}

.socials #more {
	background: url(img/socials/more.png) top no-repeat #000;
}

.socials #more:hover {
	background: url(img/socials/more.png) bottom no-repeat #000;
}


