/************************************************************************
Copyright Casey DeCotis Photography
www.caseydecotis.com

Website Design and Programming By Brent Ferraro
of Lunchbox Design - Gainesville, Florida
www.lunchbox-online.com

November 2009
************************************************************************/

/************************************************************************
Css Reset Via Eric A. and Kathryn S. Meyer http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/************************************************************************
Custom Style Starts
Global Styles Come First
************************************************************************/

body
{
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #000;
	background-image: url(../images/decotis-09-background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 100%;
}

p {padding-left: 0; padding-bottom: 0; padding-right: 25px; padding-top: 15px; color: #4c4c4c; font-size:.8em;line-height: 1.8em;  }

a {color: #ccc; tex-decoration:none;}
a:hover{color:#fff; text-decoration:underline;}

h1{color: #ddd; font-size: 1.5em;}
h2{color: #a9a9a9; font-size: 1.24em; line-height: 1.5em;}
h3{color: #ddd; font-size: 1.14em;}
h4{color: #ddd; font-size: 1em;}
h5{color: #ddd; font-size: .8em;}
h6{color: #ddd; font-size: .6em;}

.boxout {
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 0;
}
/************************************************************************
Structure
************************************************************************/

#mainContainer{
	position:relative;
	width:900px;
	margin:0 auto;
	padding:0;
	color:#333;
}
#header{
	width: 900px;
	height: 100px;
	text-indent:-5000px;
	margin-bottom: 15px;
}
#content{
	width: 900px;
	min-height: 520px;
	background-image: url(../images/wrapper-bg.png);
	background-repeat: repeat-x;
}
#footer{
	width: 900px;
	min-height: 55px;
}

#contentRightColumn{
	width:550px;
	float:left;
	margin: 25px 0 25px 0;
}
/************************************************************************
contact form
************************************************************************/
.form {
	font-size: .8em;
	line-height: 1.3em;
	color: #b1b1b1;
	letter-spacing: -.03em;
	padding-top: 10px; 
	display: block;
}
.input
{
	color: white;
	width: 450px;
	background-color: #1c1c1c;
	border: 1px solid #0e0e0e;
	margin: 0 0 0 0;
}
/************************************************************************
Header Link and Main Navigation
************************************************************************/
#header h1 a#headerHomeButt
{
	position: absolute;
	top: 76px;
	left: 20px;
	display: block;
	width: 326px;
	height: 24px;
	background-image: url(../images/casey-decotis-logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header h1 a#headerHomeButt:hover
{
	background-image: url(../images/casey-decotis-logo.gif);
	background-repeat: no-repeat;
	background-position: 0 -24px;
}


#header ul#mainNav
{
	position: absolute;
	top: 76px;
	right: 20px;
	width:271px;
	height: 24px;
	display: inline;
	background-image: url(../images/casey-decotis-navigation.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header ul#mainNav li{
	display:inline;
	float:left;
}
#header ul#mainNav li a#home{
	display:block;
	width:63px;
	height: 24px;
}
#header ul#mainNav li a#home:hover
{
	background-image: url(../images/casey-decotis-navigation.gif);
	background-position: 0 -24px;
}

#header ul#mainNav li a#photos{
	display:block;
	width:76px;
	height: 24px;
}
#header ul#mainNav li a#photos:hover
{
	background-image: url(../images/casey-decotis-navigation.gif);
	background-position: -63px -24px;
}
#header ul#mainNav li a#bio{
	display:block;
	width:43px;
	height: 24px;
}
#header ul#mainNav li a#bio:hover
{
	background-image: url(../images/casey-decotis-navigation.gif);
	background-position: -139px -24px;
}
#header ul#mainNav li a#contact{
	display:block;
	width:89px;
	height: 24px;
}
#header ul#mainNav li a#contact:hover
{
	background-image: url(../images/casey-decotis-navigation.gif);
	background-position: -182px -24px;
}
/************************************************************************
drop down
************************************************************************/
li ul {display: none; text-align:left;}

li:hover ul

{
	position:absolute;
	display:block;
	top:24px;
	left:134px;
	height: 25px;
	color:#fff;
	margin: 0 5px;
	padding:0;
	z-index:1000;
}
ul li ul li a {
	display: block;
	width: 100px;
	height: 25px;
	padding:5px;
	font-size:.7em;
	margin-bottom:5px;
	color:#fff;
	line-height:2em;
	background:transparent url(../images/dropDownBackground.jpg) no-repeat 0 0;
	}

ul li ul#DDNav li a:visited, 
ul li ul#DDNav li a:hover
{color:#fff;text-decoration: none;}

ul#DDNav li a:link{color:#fff;}


/************************************************************************
Footer & Typography

************************************************************************/
#footer p{
	padding-left: 20px;
	padding-top: 15px;
	color: #505050;
	font-size: 0.6em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#footer p a{
	color: #505050;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
}
#footer p a:hover{color:#ccc;}
.quote{font-style: italic;}

/************************************************************************
Special
************************************************************************/

.promo{
	margin: 25px 50px;
}

.contentImg{
	margin: 25px;
	float:left;
	border:1px solid #2b2b2b;
}
#flashSlide{padding-top:0;}