@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/graphics/bg.gif);
	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: #000000;
	font-size: .9em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
  	color: #57b6dd;
	font-size: 1.1em;
	padding: 0;
}
h2 {
	padding: 0;
	margin: 0;
}

#page_header {
	padding-right: 30px;
	padding-top: 10px;
	text-align: left;	
}

#services_column_right {
	border-left: 1px dotted #999999;
	float: right;
	padding: 5px;
	background-color: #ffffff;
	width: 200px;
}

#services_column_left {
	float: left;
	width: 650px;
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
}

#services_slideshow {
    margin: 1em auto;
    border: 2px solid #555;
    width: 650px;
    height: 250px;
}

#column_right {
	border-left: 1px dotted #999999;
	float: right;
	padding: 5px;
	/*height: 200px;*/

	background-color: #ffffff;
	width: 200px;
}

#column_left {
	float: left;
	width: 650px;
	height: 200px;
	margin: 0;

	padding: 5px;
	background-color: #ffffff;
}

a:link {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #57b6dd;
	text-decoration:none;
	border-bottom:1px dotted #57b6dd;
}
a:visited {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #57b6dd;
	text-decoration:none;
	border-bottom:1px dotted #57b6dd;
}
a:active {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #bed63a;
	text-decoration:none;
	border-bottom:1px dotted #bed63a;
}
a:hover {
	font: .9em Verdana, Arial, Helvetica, sans-serif;
	color: #bed63a;
	text-decoration:none;
	border-bottom:1px dotted #bed63a;
}

/*===============================
FEEDBURNER CSS 
===============================*/

div.feedburnerFeedBlock feedTitle {
	margin-left:10px;
	padding-left:0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
}

div.feedburnerFeedBlock p.date {
	font-size: 2em;
	display: inline;
	margin-left: 10px;
}
			
div.feedburnerFeedBlock span.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left:0;
	margin-bottom: .4em;
	font-weight: normal;
	font-size:1.3em;
	display: block;
	text-indent: 0;
}

div.feedburnerFeedBlock ul {
	color: #000;
	margin-left: 10px;
	line-height: 1.6em;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
			
#creditfooter {
	display: none; 
}

/*==============================================
	N A V 
==============================================*/


#main_nav { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}

#main_nav:hover li a#wedding { background-position: 0 -74px; }
#main_nav:hover li a#editorial { background-position:  -144px -74px; }
#main_nav:hover li a#portraits { background-position: -279px -74px; }
#main_nav:hover li a#commercial { background-position: -409px -74px; }
#main_nav:hover li a#services { background-position: -573px -74px; }

/* ACCESSIBLE ROLL OVERS */
#main_nav li { float: left; margin: 0; padding: 0;}
#main_nav li a { text-indent: -999999px; overflow: hidden; display: block; height: 37px; margin: 0; padding: 0;} 

#wedding { background: url(../images/graphics/nav.gif) 0 -37px; width: 144px; border-bottom:none;}
#wedding:hover { background: url(../images/graphics/nav.gif) 0 0px !important; border-bottom:none;}
#wedding.active { background: url(../images/graphics/nav.gif) 0 0px; border-bottom:none;}

#editorial { background: url(../images/graphics/nav.gif) -144px -37px; width: 135px; border-bottom:none;}
#editorial:hover { background: url(../images/graphics/nav.gif) -144px 0px !important; border-bottom:none;}
#editorial.active { background: url(../images/graphics/nav.gif) -144px 0px; border-bottom:none;} 

#portraits { background: url(../images/graphics/nav.gif) -279px -37px; width: 130px; border-bottom:none;}
#portraits:hover { background: url(../images/graphics/nav.gif) -279px 0px !important; border-bottom:none; }
#portraits.active { background: url(../images/graphics/nav.gif) -279px 0px; border-bottom:none;} 

#commercial { background: url(../images/graphics/nav.gif) -409px -37px; width: 164px; border-bottom:none;}
#commercial:hover { background: url(../images/graphics/nav.gif) -409px 0px !important; border-bottom:none;}
#commercial.active { background: url(../images/graphics/nav.gif) -409px 0px; border-bottom:none;} 

#services { background: url(../images/graphics/nav.gif) -573px -37px; width: 135px; border-bottom:none;}
#services:hover { background: url(../images/graphics/nav.gif) -573px -0px !important; border-bottom:none;}
#services.active { background: url(../images/graphics/nav.gif) -573px -0px; border-bottom:none;} 

.oneColElsCtrHdr #container {
	width: 922px;  
	background: #fff;
	margin: 0 auto; 
	border: 1px solid #fff;
	padding: 0;
	text-align: left; 
}

.oneColElsCtrHdr #header_logo {
	position: relative;
	width: 214px;
	height: 100px;
	margin: 0;
	padding: 0;
	top: 1px;
}
.oneColElsCtrHdr #header_nav { 
	position: absolute;
	padding: 0;
	margin-left: 214px;
	width: 708px;
	height: 100px;
	top: 1px;
} 
.oneColElsCtrHdr #sub_nav { 
	position: relative;
	height: 7px;
	background:url(../images/graphics/sub_nav_bar2.gif) repeat;
	padding: 0;
	margin: 0;
}
.oneColElsCtrHdr #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
	margin: 0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: white;
}

.oneColElsCtrHdr #mainContent p {
	color: #000;
	margin-left: 10px;
	line-height: 1.6em;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

.oneColElsCtrHdr #footer {
	clear: both;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top: 1px dotted #CCCCCC;
} 
.oneColElsCtrHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #999999;
	text-align: center;
}