@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-color: #FFF;
}
.photographer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #666;
}

.photographer #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*	border: 1px solid #000000; */
	text-align: left;
} 
.photographer #header {
	padding: 10px 10px 0 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69F;
} 
.photographer #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}



.photographer #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #69F;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
}
.photographer #sidebar1 #credentials{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #69F;
	border-bottom-color: #69F;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom-style: solid;
	padding-top: 0.25em;
	padding-bottom: 0.5em;
}
.photographer #sidebar1 #credentials img {
	padding-top: 0.25em;
}


.photographer #sidebar1 h3 {
	cursor:pointer;
	height: 20px;
	color: #333;
	padding-right: 0px;
	padding-left: 10px;
	text-align: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
}
.photographer #sidebar1 ul {
	padding-left: 1.1em;

}
.photographer #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
} 
.photographer #mainContent p .emphasis{
	font-size: 1.2em;
	color: #666;
}
#weddingdayvideo {
	padding-top: 10px;
	width: 1000px;
}
#videotext {
	padding-bottom: 20px;
	padding-top: 20px;
}

#videorightside {
	float: right;
	padding-right: 20px;
	text-align: center;
}
#videoleftside {
	float: left;
	padding-left: 20px;
	text-align: center;
}


#photographybanner {
	padding-top: 10px;
}
#content {

}
.photographer #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #69F;
} 
.photographer #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#sitelogo {
	float: left;
}
#sitelogo a img {border: none;}
#sitelogo a:link {color: #666666; text-decoration: none;}
#sitelogo a:visited {color: #666666; text-decoration: none;}
#sitelogo a:hover {color: #666666; text-decoration: underline;}
#sitelogo a:focus {color: #666666; text-decoration: underline; }
#sitelogo a:active {color: #666666; text-decoration: none;}
#quicknav {
	float: right;
}
#quicknav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#quicknav li {
	display:inline;
}

#quicknav li a {
	padding: .2em .5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin-left: 0.5em;
	float: left;
	text-decoration: none;
	color: #6884c8;
	display: inline;
}

#quicknav a:link {
	text-decoration: none;
}
#quicknav a:visited {
	text-decoration: none;
}
#quicknav a:hover {
	text-decoration: underline;
}
#quicknav a:focus {
	text-decoration: underline;
}
#quicknav a:active {
	text-decoration: none;
}
/* footer*/
#footer {

}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	float: right;
}
#footer li {
	display: inline;
}

#footer li a {
	padding: .2em .5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.2em;
	margin-left: 0.5em;
	float: left;
	text-decoration: none;
	color: #6884c8;
	text-align: center;
	display: inline;
}

#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:focus {
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none;
}
#mainContent h1 {
	font-size: 1.7em;
	color: #666;
}
#mainContent h2 {
	font-size: 1.3em;
	color: #666;
}
#mainContent h3 {
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #666;
}
#mainContent h4 {
	font-size: 1em;
	font-weight: bold;
}

#frmContact {
	background-color: #E0EFF3;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #A4D0DB;
	border-bottom-color: #A4D0DB;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}
#frmContact input {
	font-size: 0.8em;
}


#frmContact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
}
#frmContact fieldset {
	background-color: #b9c5c5;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #729e91;
	border-bottom-color: #729e91;
	padding-left: 1em;
}
#frmContact legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #b9c5c5;
	letter-spacing: 0.1em;
	margin-top: -5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 1em;
}
#frmContact input.text {
	font-size: 0.8em;
}
#frmContact input.text:focus, #frmContact textarea:focus {
	background-color: #eddab1;
	border: 1px solid #9d6124;
}
.sentok {
	background-color: #B8F5B1;
	font-size: 1.2em;
	padding: 3px;
	color: #000;
	font-weight: bold;
}
.spamalert {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #F00;
	padding: 3px;
	color: #FFF;
}
#frmContact fieldset #contactdetails {
	width: 28em;
	float: left;
}
#frmContact fieldset #contactaddress {
	float: left;
	width: 28em;
}


#frmContact   fieldset #contactweddings{
	width: 19.75em;
	float: left;
	padding-top: 0em;
}
#frmContact fieldset #contactevents {
	width: 19.75em;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-left: 0.25em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#frmContact fieldset #contactportraits {
	width: 19.75em;
	float: left;
	padding-left: 0.25em;
}
#frmContact fieldset #Enquiry_Details #Contact_Enquiry {
	font-size: 0.9em;
	width: 60em;
	font-family: Arial, Helvetica, sans-serif;
}
#registrationdata {
	text-align: center;
	font-size: 1.5em;
}
