@charset "utf-8";



/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 – 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  /* Example:
  .sIFR-active h1 {
    font-family: Verdana;
    visibility: hidden;
  }
  */
}


a {
   outline: none;
}

html { 
min-height:100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color:#fffffe;
	background-image: url(img/background_fade.png);
	background-position: bottom;
	min-height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color:#717171;
}

#container {
	background-color: #FFF;
	width: 850px;
	min-height: 470px;
	margin-top: 0px;
	padding: 15px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #d1ccb9;
	border-right-color: #d1ccb9;
	border-bottom-color: #d1ccb9;
	border-left-color: #d1ccb9;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer {
	background-color: #FFF;
	margin: 0 auto;
	width: 850px;
	min-height: 25px;
	margin-top: 0px;
	padding: 15px 15px 5px 15px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d1ccb9;
	border-right-color: #d1ccb9;
	border-bottom-color: #d1ccb9;
	border-left-color: #d1ccb9;
}


#nav {
	font-size: 1em;
	text-transform: uppercase;
}

#nav ul li {
	display: block;
	float: left;
	list-style: none;
}

#main_nav li {
	height:10px;
	background-position:bottom left;
	background-repeat: no-repeat;
}
#main_nav li:hover {
	background-position:top left;
}

#main_nav {
	margin:36px 0px 0px 0px;
	padding:0px;
	float:left;
}

.nav_home {
	background-image: url(img/btn_home.gif);
	width: 41px;
	padding-right: 20px;
}

.nav_about {
	background-image: url(img/btn_about.gif);
	width: 48px;
		padding-right: 20px;

}
.nav_weddings {
	background-image: url(img/btn_wedding.gif);
	width: 69px;
		padding-right: 20px;

}
.nav_portraits {
	background-image: url(img/btn_portraits.gif);
	width: 71px;
		padding-right: 20px;

}
.nav_fineart {
	background-image: url(img/btn_fineart.gif);
	width: 58px;
		padding-right: 20px;

}
.nav_clientarea {
	background-image: url(img/btn_clientarea.gif);
	width: 85px;
		padding-right: 20px;

}
.nav_blog {
	background-image: url(img/btn_blog.gif);
	width: 38px;
		padding-right: 20px;

}
.nav_contact {
	background-image: url(img/btn_contact.gif);
	width: 68px;
}
#logo {
	float: left;
	width: auto;
	margin-right: 40px;
}
#weddings_sub {
	height: 15px;
	margin:0px 0px 0px 60px;
	padding:0px;
	font-size:0.9em;
	color:#a9a086;
	padding-top:5px;
	float:left;
}

#weddings_sub li {
	padding-left:5px;
	padding-right:5px;
}

#portrait_sub {
	height: 15px;
	margin:0px;
	padding:0px;
	font-size:0.9em;
	color:#a9a086;
	padding-top:5px;
	float:left;
	margin:0px 0px 0px 202px;

}

#portrait_sub li {
	padding-left:5px;
	padding-right:5px;
}

#fineart_sub {
	height: 15px;
	margin:0px;
	padding:0px;
	font-size:0.9em;
	color:#a9a086;
	padding-top:5px;
	float:left;
	margin:0px 0px 0px 286px;

}

#fineart_sub li {
	padding-left:5px;
	padding-right:5px;
}.clear {
	clear: both;
}
#main_nav a {
	display: block;
	height: 100%;
	width: 100%;
}

#fineart_sub li a, #portrait_sub li a, #weddings_sub li a {
	text-decoration:none;
	color:#a9a086;	
}

#fineart_sub li a:hover, #portrait_sub li a:hover, #weddings_sub li a:hover {
	text-decoration:none;
	color:#717171;	
}

.copywrite_footer {
	color: #a9a086;
	font-weight: bold;
	display: block;
	float: left;
}
.sms_link_footer  {
	float: right;
	color: #a9a086;
	font-weight: bold;
}
.sms_link_footer a {
	color: #a9a086;
	font-weight: bold;
	text-decoration:none;
}
#header {
	height: 75px;
}
#container #main_img {
	float: left;
	width: 380px;
	margin-right: 20px;
	min-height: 500px;
	text-align:center;
}

#content {
	line-height:1.5;
}

#content #content_text_about {
	float: left;
	width: 430px;
	background-image: url(img/watermark.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content #content_text {
	float: left;
	width: 430px;
	background-image: url(img/watermark.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#content_text hl {
	text-align: right;
	font-size: 1.3em;
	color: #a9a086;
	font-weight: normal;
	clear: both;
	padding-left: 150px;
	margin-bottom:50px;
	margin-top:25px;
}

#content_text_about h1 {
	text-align: right;
	font-size: 1.3em;
	color: #a9a086;
	font-weight: normal;
	clear: both;
	padding-left: 150px;
	margin-bottom:50px;
	margin-top:25px;
}

.faux_button, #contact_send {
	padding: 3px;
	border: 1px solid #717171;
	text-decoration:none;
	color:#717171;
	font-size:1.3em;
font-weight:bold;
margin:0 auto;
}

#compositePanel {
	clear:both;
	display:block;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	background-repeat:no-repeat;
	background-position: center top;
	width: 650px;
	min-height: 450px;
	float: left;
}

#panelContents {
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:850px;
	text-align: center;
}

#panelContents_gallery {
	margin:0;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:650px;
	text-align: center;
}

#gallery_grid {
	float: left;
	width: 190px;
	margin-right: 10px;
	height: 450px;
}
#gallery_img_hold {
	float: left;
	margin-top:3px;
}

.gallery_clicker { 
width:81px;
height:58px;
padding:0px 3px 0px 0px;
float:left;
}

.galleryOff {
	border:2px solid #fff;
}

.galleryOn {
	border:2px solid #a9a086;
}
#overlay {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 99;
	padding: 5px 10px 5px 10px;
}

#overlay a {
margin:0px 5px 0px 5px;	
}

#img_title {
	clear: none;
	float: left;
	height: auto;
	width: 610px;
	margin-left: 200px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px;
}
#img_descrip {
	float: left;
	width: 610px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 200px;
}

label {
	text-align: right;
	float: left;
	width: 175px;
	clear: left;
	margin-bottom: 5px;
	margin-right: 10px;
}
#content_text form input, #content_text form textarea {
	margin-bottom: 5px;
}
form .input {
	width: 255px;
}
.error {
	color:#ff0000;
}

span.error {
	float:right;
	clear:both;
	font-size:0.7em;
}
#text_area {
	height: 400px;
}

#text_area a:hover{
	text-decoration:underline;
	font-weight:bold;
	color:#717171;
}

#text_area a:link{
	text-decoration:underline;
	font-weight:bold;
	color:#a9a086;
}

#text_area a:active{
	text-decoration:underline;
	font-weight:bold;
	color:#a9a086;
}

#text_area a:visited{
	text-decoration:underline;
	font-weight:bold;
	color:#a9a086;
}
#img_info_wrap {
	overflow: scroll;
}
