/*-----------------------------------------------------------------------------
version:   1.0
author:    kevin kilcher
email:     kevin@kevinkilcher.com
website:   http://www.kevinkilcher.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove border around linked images */
img {
	border: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	padding: 0px;
	margin: 0px;
	background: #000000 url(/images/bgFade.gif) repeat-x fixed left top;
	font-family: "Gill Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #ffffff;
	height: 100%;
	width: 100%;
}

/* =Typography
-----------------------------------------------------------------------------*/
.resume p {
	margin: 0px;
	pading: 0px;
}

.resume td {
	padding-bottom: 1.2em;
}

/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/

a {
	color: #EEE;
}

a:link, a:visited {
	text-decoration: none;
	/* border-bottom: 1px dotted #EEE; */
}

a:hover, a:active {
	color: #EEE;
	text-decoration: underline;
	/* border-bottom: 1px dotted #FFF; */
}

#Beauty #galleryNav .Beauty a,
#Fashion #galleryNav .Fashion a,
#Celebrity #galleryNav .Celebrity a,
#Special #galleryNav .Special a,
#Film #galleryNav .Film a {
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

.galleryContent a, .galleryContent a:link, .galleryContent a:visited {
	color: #333;
	text-decoration: none;
}

.galleryContent a:hover, .galleryContent a:active {
	color: #333;
	text-decoration: underline;
}


/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	position: relative;
	right: 0px;
}

#mainNav li {
	float: right;
	padding: 10px;
	border-left: none;
	text-transform: uppercase;
}

#mainNav .first, 
#galleryNav .first {
	border-left: none;
}


/* =Sub Nav
-----------------------------------------------------------------------------*/
#galleryNav {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 100%;
}

#galleryNav li {
	float: left;
	padding-right: 20px;
}


/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
}

#beautyDiv {
	height: 346px;
	width: 156px;
}

#fashionDiv {
	height: 346px;
	width: 156px;
}

#celebrityDiv {
	height: 346px;
	width: 156px;
}

#sfxDiv {
	height: 346px;
	width: 156px;
}

#filmDiv {
	height: 346px;
	width: 156px;
}

.galleryContent {
	display: none;
	position: absolute;
	padding: 5px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	background-color:#FFF;
	color: #333;
	border: #999 solid 1px;
}

#assetInfo {
	float: left;
}

#closeButton {
	float: right;
}

#imageDisplay {
	border: #CCC 1px solid;
}

.thubmNail {
}

#contactType {
	font-size: 10px;
	text-transform: uppercase;
}

#contactName {
	font-size: 1.5em;
	margin-top: -0.5em;
	margin-bottom: -0.7em;
}

#contactPhone,#contactWeb {
	margin-bottom: -1em;
}

#contactInfo {
	width: 250px;
	margin-left: 25px;
	float: left;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#copyright {
	/*position: fixed !important;*/
	position: relative;
	width: 100%;
	left: 0px;
	font-size: 10px;
	margin-top: 1.25em;
	text-align: center;
	color: #333;
}

#copyright #designCoding{
	color: #333;
	padding-left: 4em;
}

#copyright a {
	color: #333;
	text-decoration: none;
}

/* =Footer
-----------------------------------------------------------------------------*/



/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
/*
fieldset {
	border: 1px solid transparent;
}
*/
fieldset {
  margin: 0px; /*  space out the fieldsets a little*/
  padding: 1em;
  border: 1px solid #ccc;
	font-size: 1.33em;
}

legend {
	font-size: 1.25em;
	color: #eee;
}

label {
	display: block;
}

label.copyMe {
	display:inline;
	width: auto;
	border-bottom: none;
}

input {
	width: 300px;
	font: 12px "Gill Sans", Arial, Helvetica, sans-serif;
	background: #eeeeee;
	border: 1px solid #333333;
	color: #333333;
}

input.checkbox {
	width: auto;
	font: 12px "Gill Sans", Arial, Helvetica, sans-serif;
	background: #eeeeee;
	border: 1px solid #333333;
	color: #333333;
}

input.radio {
	width: auto;
	float: left;
}

input.submit {
	width: auto;
	padding: 1px;
	margin: 1px;
	margin-right: 20px;
}

select {
	width: 200px;
	font: 12px "Gill Sans", Arial, Helvetica, sans-serif;
	background: #eeeeee;
	border: 1px solid #333333;
}

textarea {
	width: 400px;
	height: 200px;
	font: 12px "Gill Sans", Arial, Helvetica, sans-serif;
	background: #eeeeee;
	border: 1px solid #333333;
}


/* =Tables
-----------------------------------------------------------------------------*/



/* =Misc 1
-----------------------------------------------------------------------------*/
.tooltip {
	color: #333;
	background: #eee;
	position: relative;
}

.clearMe {
	clear: both;
}

/* =Misc 2
-----------------------------------------------------------------------------*/
#loadingOverlay{
	display: none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#loadingAnimation{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 220px;
	height: 19px;
	background-image: url(/images/loading.gif);
	background-repeat: no-repeat;
	margin: -10px 0 0 -110px;
	z-index: 5001;
}