@charset "UTF-8";
/* CSS Document */

html {
	background: #C1C1C1;
	/*background: url(../img/gray-subtle-noise-tile.jpg) repeat top left;*/
	font-family: "Gill Sans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}

body {
	width: 960px;
	height: 100%;
	padding: 0;
	margin: 0 auto;
}

.navbar {
	width:940px;
	height:50px;
	margin:20px auto 20px auto;
	padding:0;
	position: relative;
	border-bottom: 1px solid #aaaaaa;
	text-shadow:0 1px 0 #EEE;
}

.navbar ul {
	list-style-type: none;
	height: 100px;
	overflow: hidden;
}

.navbar .logo-mini {
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	background: url(../img/logo-mini.png) no-repeat top left;
	width: 219px;
	height: 20px;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.navbar .contact {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.navbar .about {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 105px;
}


.navbar .galleries {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 200px;
}

.navbar .home {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 10px;
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 315px;
}

.navbar .contact:hover,
.navbar .galleries:hover,
.navbar .about:hover,
.navbar .home:hover, 
.navbar .active
{background: #CFCFCF; border-bottom: 1px solid #666;bottom:-1px;}

.header {
	width:940px;
	height:200px;
	margin:0 auto 20px auto;
	padding:0 0 20px 0;
	position: relative;
	border-bottom: 1px solid #8a8a8a;
}

.header a {
	background: url(../img/header.png) no-repeat top left;
	width:510px;
	height:69px;
	margin:0;
	padding:0;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	left: 0;
}

.header .logo {
	background: url(../img/lens.png) no-repeat top left;
	width: 190px;
	height: 194px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	right: 45px;
	top: 0;
}

.header .portrait {
	background: url(../img/dad-portrait.png) no-repeat top left;
	width: 231px;
	height: 220px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	right: 10px;
	bottom: 0;
}

.header .intro {
	font-size:14px;
	left:5px;
	line-height:20px;
	position:absolute;
	top:100px;
	width:525px;
	text-shadow:0 1px 0 #EEE;
}

.sidebarText {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}

.imageGrid img {
	float: left; 
	padding: 3px;
	margin: 0 9px 9px 0;
	background: #989898;
	border: 1px solid #7b7b7b;
}

.imageGrid img:hover {
	background: #666;
	border: 1px solid #333;
}

.gallery {margin-bottom: 40px;}

.pad20 { padding: 20px 0 0 20px;}

.pad20Full {padding:20px 20px 0 20px;}

.inputLabels input, .inputLabels textarea {
	width: 300px;
	padding: 5px;
	border: 1px solid #999;
	background: #EEE;
	margin-bottom: 10px;
	 box-shadow:inset 0 0 5px #AAA;
   -moz-box-shadow:inset 0 0 5px #AAA;
   -webkit-box-shadow:inset 0 0 5px #AAA;
}

.textLabels {
	width: 50px;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
}

#submitButton {
	background: #EFC008;
	padding: 5px;
	color:#743708;
	font-size: 18px;
	text-shadow:0 1px 0 #F5FC00;
	border:1px solid #BF8705;
	box-shadow: 1px 1px 2px #8C8888;
   -moz-box-shadow: 1px 1px 2px #8C8888;
   -webkit-box-shadow: 1px 1px 2px #8C8888;
}

#submitButton:hover {
	position: relative;
	top: 2px;
	left: 2px;
	box-shadow: 0px 0px 0px;
   -moz-box-shadow: 0px 0px 0px;
   -webkit-box-shadow: 0px 0px 0px;
}

.footer {
	width:940px;
	margin:0;
	padding:20px 0 0 0;
	text-align:center;
	}

