/***** Master CSS Starter Page *****/

/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font:100%/1.28 arial, helvetica, sans-serif;
	background: #734c08 url('images/bg.gif');
	color: #452e05;
	letter-spacing: 1px;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font:2em tahoma, arial, helvetica, sans-serif;
}
 
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:1.5em tahoma, arial, helvetica, sans-serif;
}
 
h3 {
	font:1em tahoma, arial, helvetica, sans-serif;
	font-weight:bold;
}
 
p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
 
ul, ol {
	list-style:none;
	padding:0 0 18px 40px;
}
 
blockquote {
	margin:22px 40px;
	padding:0;
}
 
small {
	font-size:0.85em;
}
 
fieldset, img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
	text-decoration: none;
	color: #630;
	border-bottom: 1px dotted;
}

a:hover {
	color: #952;
}

/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
	font:1em tahoma, arial, helvetica, sans-serif;
}
 
textarea {
	line-height:1.25;
}
 
label {
	cursor:pointer;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
 
table tr td {
	padding:2px;
  }
 
/***** Wrapper *****/
 
#wrapper {
	width:910px;
	margin:0 auto;
}

/***** Main Page Sections ******/

#header {
	width: 910px; 
	padding: 20px 10px 10px 10px; 
	
}

#main {
	position: relative;
	float: left;
	width: 860px;
	min-height:430px;
  	height:auto !important;
  	height:430px;
	padding: 10px; 
	background: #452e05;	
}

#content {
	background: #f1e1c5;
	width: 500px;
	min-height:330px;
  	height:auto !important;
  	height:330px;
	float: left;
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	
}

#footer {
	width: 910px;
	clear: both;
	padding: 10px;
	color: #452e05;
	font-size: .8em;
	
}

#footer a {
	color: #452e05;
}
	
/***** Page Ids*****/

#logo {
	background: url("images/daddo_logo.png") no-repeat;
	text-indent: -9000px;


}

#nav {
	float: left;
	margin-top: 10px;
	

}

#nav ul {
	float: left;
	width: 580px; 
		
}
	
#nav li {
	display: inline;
	margin: 0 40px 0 0;
	
	
}

#nav ul li a, #nav ul li a:visited {
	color: #f1e1c5;
	font-family: helvetica, arial, sans;
	font-size: 1em;
	border-bottom: none;
	border-left: 1px dotted #f1e1c5;
	text-decoration: none;
	padding: 0 3px;
}

#nav ul li a:hover {
	border-left: 1px dotted #734c08;

}
#bigImg {
	position: absolute;
	top: -90px;
	left: 600px;
	background: url("images/bg_pic.png") no-repeat;
	padding: 10px 15px 15px 10px;
	width: 300px;
	height: 440px;

}

#bigImg blockquote {
	font-style: italic;
	color: #f1e1c5;
	margin: 15px 50px 10px -10px;
	font-family: georgia, times new roman;
	width: 280px;
}

#lightbox{
	background-color:#eed;
	padding: 10px;
	border-bottom: 2px solid #630;
	border-right: 2px solid #630;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }