/* ------------------------------------------------------------------------
CSS sheet for Harmann Studios
Author: Jeff Sanders
Date Created: 1/2/2007

All inquiries for this document should be directed to info@foxvalleywebdesign.com
------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px;}

body {
	color: #ccc;
	background: #030303 url(../images/leather-grad.jpg) -100px top repeat-x;
}

body#senior {
	color: #ccc;
	background: #000 /*url(../images/11copy.jpg)*/ -100px top repeat-x;
}

#wrapper {
	margin: 0px auto;
	width: 900px;
	min-height: 500px;
	/*background: url(../images/leather-grad.jpg) top no-repeat;*/
	background: #000;
}
#header {
	margin: 0px auto;
	width: 900px;
	height: 126px;
	background: #000;
}
.logo {
	padding: 10px;
	float: left;
}
.addy {
	font: 14px/20px Georgia, serif;
	color: #fff;
	margin-top: 12px;
	text-align: right;
	float: right;
}
#headswf {
	margin-right: 10px;
	float: right;
	width: 420px;
	height: 120px;
	background: #000;
}
#content {
	padding: 0px 10px 40px 10px;
	margin-top: 0px;
	min-height: 500px;
}
#photo_player {
	margin: 10px auto 10px auto;
	height: 600px;
	width: 610px;
	font: 12px/22px Verdana, Geneva, sans-serif;
	display: block;
}
p.footer {
	padding-bottom: 20px;
	margin: 0px;
	width: 760px;
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
	clear: both;
}
#content img {
	margin: 10px;
	padding: 5px;
	background: #000;
	border: 1px solid #3333;
}
/*-----------------------------------------------------------------------
NAVIGATION ELEMENTS
------------------------------------------------------------------------*/
#nav {
	margin: 0px auto;
	text-align: center;
	background: #202020;
	height: 30px;
	/* background: #713800;
	/* border-top: 1px solid #996600;
	border-bottom: 1px solid #996600; */
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#nav ul#menu {
	margin: 0px auto;
	width: 900px;
}
/* first layer */
ul#menu li {
	position: relative;
	list-style-type: none;
	float: left;
	display: block;
	font: 14px/30px Georgia, serif;
}
ul#menu li:hover {
	background: #666;
	/* background: #996600; */
}
ul#menu li a {
	padding: 0px 10px;
	color: #fff;
	text-decoration: none;
	display: block;
}
#welcome ul#menu li.welcome,
#specials ul#menu li.specials,
#gallery ul#menu li.gallery,
#products ul#menu li.products,
#test ul#menu li.test,
#location ul#menu li.location,
#contact ul#menu li.contact {
	/* background: #996600; */
	background: #666;
}
/*second layer */
ul#menu li ul {
	width: 235px;
	display: none;
}
ul#menu li:hover ul {
	position: absolute;
	top: 29px;
	left: 0px;
	display: block;
	/* background: #996600; */
	background: #666;
	white-space: nowrap;
}
ul#menu li ul li {
	width: 235px;
	list-style-type: none;
	display: block;
	clear: left;
	text-align: left;
}
ul#menu li ul li a {
	padding: 0px 12px;
}
ul#menu li ul li a:hover {
	background: #fff;
	color: #333;
	/* color: #713800;*/
}
/* third layer */
ul#menu li:hover ul li ul {
	display: none;
}
ul#menu li:hover ul li:hover ul {
	position: absolute;
	top: 0px;
	left: 234px;
	display: block;
}

/*-----------------------------------------------------------------------
TEXT ELEMENTS
------------------------------------------------------------------------*/
a {
	color: #6699CC;
	/* color: #CC8740; */
	text-decoration: none;
}
a:visited {
	color: #6699CC;
	text-decoration: underline;
	/* color: #E17100; */
}
a:hover {
	color: #6699cc;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------
HISTORY PAGE ELEMENTS
------------------------------------------------------------------------*/
.his_col_1 {
	width: 490px;
	float: left;
}
.his_col_2 {
	width: 230px;
	float: right;
}

/*-----------------------------------------------------------------------
LOCATIONS ELEMENTS
------------------------------------------------------------------------*/
#col1 {
	width: 360px;
	float: left;
}
#col2 {
	width: 360px;
	float: right;
}
.loc {
	margin-bottom: 75px;
}

/*-----------------------------------------------------------------------
PORTRAIT GALLERY PAGE ELEMENTS
------------------------------------------------------------------------*/
#gallery table {
	width: 100%;	
}
#gallery td {
	text-align: center;
	font: 14px/22px Verdana, Geneva, sans-serif;
	color: #fff;
}

/*-----------------------------------------------------------------------
CONTACT PAGE ELEMENTS
------------------------------------------------------------------------*/
.loc_col {
	padding: 0px 8px;
	width: 229px;
	height: 200px;
	float: left;
	border-right: 1px dashed #666; /* #996600 */;
}
.loc_col_alt {
	padding: 0px 8px;
	width: 229px;
	height: 200px;
	float: left;
	border-right: none;
}
/* contact form elements */
#cform {
	margin-top: 20px;
}
label, input, select {
	margin-bottom: 10px;
	width: 200px;
	float: left;
}
label {
	font: 12px Verdana, Geneva, sans-serif;
	color: #ccc;
	/*color: #FFEECA;*/
}
input, select {
	background: #fff;
	/*background: #E6E6CC;*/
	border: 1px solid #996600;
	padding: 1px;
}
textarea {
	border: 1px solid #996600;
	background: #fff;
	/*background: #E6E6CC;*/
	margin-bottom: 10px;
}
form.contact br {
	clear: left;
}
.btn {
	background: #202020;
	border: 1px solid #333;
	/*background: #713800;
	border: 1px solid #996600;*/
	margin-left: 200px;
	padding: 2px 5px;
	width: auto;
	color: #fff;
}
.btn:hover {
	background: #333;
	border: 1px solid #202020; 
	/*background: #996600;
	border: 1px solid #713800;*/
	margin-left: 200px;
	padding: 2px 5px;
	width: auto;
	color: #fff;
	cursor: pointer;
}

/*-----------------------------------------------------------------------
MISC ELEMENTS
------------------------------------------------------------------------*/
h2,
h3{
	clear: both;
}

.clearFloat {
	clear: both;
}
#content ul {
	margin-left: 20px;
}
#content ul li {
	font: 14px/22px Verdana, Geneva, sans-serif;
}

#sidebar {
	float: right;
	width: 275px;
	margin: 0;
	padding:0;
	background: #160d04 url(../images/css-images/bottom-sidebar.jpg) no-repeat center bottom;

}
#sidebar p{
	text-align: left;
	font-size: .8em;
	line-height: 1.3em;
}

#sidebar h2 {
	color:#ffffff;
	font-size: 1.2em;
	line-height: 1.2em;
}

#sidebar #cc h2 a{
	color:#ffffff;
}

/*#sidebar img{
	margin: 5px 10px;
	border: none;
	background: none;
	border: 1px solid #3333;
	padding: 0;
}*/

#sidebar a:active {
	padding: 1px;
}

#history {
	clear: both;
}

#main {
	width: 560px;
	float: left;
}

#sidebar a{
	text-decoration: none;
}

#sidebar a:focus,
#sidebar a:hover{
	text-decoration:none;
	color: #FFF;
}

img#best {
	margin-left: 75px;
	margin-bottom: 20px;
}


p.cpl {
	background-color: #160d04;
	text-align: center;
	padding: 5px;
	
} 

p.cpl span.bold {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 1.4em;
}



p.cpl a {
	color: #ae99b6;
	font-size: 9px;
	line-height: 9px;
}

p.facebook a{
	color: #6699CC;
	
}

div#end {
	background-color: #000;
	background-image: url(../images/css-images/bottom-sidebar.jpg) no-repeat center 0;
}

div#cc {
	/*float: right;
	width: 250px;
	text-align: center;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px; */
	color:#6699FF;
	/*background: #160d04 url(../images/css-images/upper-sidebar.jpg) center top no-repeat;*/
}




h3.facebook {
	margin-top: 20px;
	text-align: center;
	line-height: 1.2em;
	
}

/*h3.facebook a {
	background: #3b5998  url(../images/css-images/button-bg.jpg) repeat-x;
	color: #ffffff;
}*/

/*button{
	color: #ffffff;
	font-size: 1em;
	background: #900;
	width: 125px;
	height: 50px;
}*/


h3.facebook form input, 
h3.facebook form select {
	background: #3b5998;
	padding: 1px;
	width: 100px;
}

p.facebook span {
	font-weight:200;
	}

/*#content h3.facebook img {
		position: relative;
		top: 5px;
		padding: 0;
		margin: 0;
		background: #3b5998;
		border: 1px solid #3333;
}*/

object {
		margin: 15px;
}

a:link img,
a:focus img,
a:hover img,
a:active img,
a:visited img{
	border: none;
}

#main a:link img,
#main a:focus img,
#main a:hover img,
#main a:active img,
#main a:visited img{
	border: none;
}

div#model div#sidebar {
	background: none;
	}
	
div#wrapper-model {
	margin: 0px auto;
	width: 760px;
	min-height: 500px;
	background: none;
	}

#wrapper-sg {
	margin: 0px auto;
	width: 1000px;
	min-height: 500px;
}

div#school {
	float: right;
	width:450px;
}

#wrapper-sg img {
	float: left;
	width: 500px;
}

/*div#class-list {
	clear: both;
}*/

div#class-list ul {
	float: left;
	width: 150px;
	list-style: none;
}

#wrapper ul li {
	text-indent: 20px;
	list-style-position: inside;
	
}

#wrapper ul#side-nav {
	margin: 0 0 40px 15px ;
	padding: 0;
}


#wrapper ul#side-nav li {
	text-indent: 0px;
	padding-left: 5px;
	line-height: 25px;
	display: block;
	width: 240px;
	background:url(../images/smallsidenav.jpg) left top repeat-x;
}

#wrapper ul#side-nav li.large {
	text-indent: 0px;
	padding-left: 5px;
	line-height: 20px;
	display: block;
	width: 240px;
	height: 45px;
	background:url(../images/largesidenav.jpg) left top repeat-x;
}

#wrapper ul#side-nav li.large img {
	border: none;
	margin: 9px 4px 0 0;
	padding: 0;
}

div.rows {
	width: 50px;
}

object#pad-object {
	padding-left: 175px;
}

#wrapper-model #main h3#rsvp-bus {
	background: #000000 url(/images/deperelochead.jpg) no-repeat left top;
	text-indent: -1000em;
	width: 1000px;
	height: 166px;
	margin-bottom: 0;
}

#wrapper-model #main h3#rsvp-ln {
	background: #000000 url(/images/deperelochead-ln.jpg) no-repeat left top;
	text-indent: -1000em;
	width: 1000px;
	height: 166px;
	margin-bottom: 0;
}

#wrapper-model #main #rsvp-ladies{
	border-right: 2px solid #ea98a3;
	border-left: 2px solid #ea98a3;
}

#wrapper-model #main #rsvp-business{
	border-right: 2px solid #777c42;
	border-left: 2px solid #777c42;
}

#wrapper-model #main {
	width: 643px;
}

div#rsvp-ladies div#directions {
	padding: 0 0 15px 5px;
	border-bottom: 30px solid #ea98a3;
}

div#rsvp-business div#directions {
	padding: 0 0 15px 5px;
	border-bottom: 30px solid #777c42;
}

ul.none {
	list-style:none;
	padding-left: 275px;
}

h3.ladies {
	line-height: .8em;
}

div#deperewinners {
	float: left;
}

div#luxemburgwinners {
	float: right;
	width: 250px;
}
	
div#deperewinners ul li,
div#luxemburgwinners ul li {
	margin-bottom: 15px;
	list-style: none;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 15px;
	margin-top: 20px;
}

span.italics {
	font-style:italic;
}

span.bold {
	font-weight: bold;
	color: #FFC;
}

div#seniorsession {
	width: 650px;
	float: right;
	padding-right: 90px;
}

h3 a {
	color: #ffffff;
}

h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #ffffff;
	text-decoration:none;
}

ul li {
	list-style: none;
}

p.best {
	margin: 0 0 0 20px;
	padding: 0;
}

p.fbi {
	clear: both;
	float: left;
	width: 75px;
}

p.fb {
	float: left;
	width: 150px;
	margin-top: 20px;
}


	
