html
{
   height:100%; 
   margin:0 auto;
   padding:0;
}

html body
{
   height:100%;   
   margin:0 auto;
   padding:0;
}

body
{
   color: #fff;
	/*background: #000 url(/images/bg_textured.jpg) center center no-repeat;*/
	background:#000;
	font-size : 16px;
	font-family : "Trebuchet MS",Verdana,Arial;
	font-weight : normal;
	min-width:960px;
	min-height:600px;
	text-align:center;
}

body.mceContentBody
{
	min-width:0;
	min-height:0;
	text-align:left;
	width:923px;
}

h1,h2,h3
{
   color:#fff;
}

h1
{
   margin:0em 0em 0.5em 0em;
   font-size:22px;
	color:#ffffff;
	white-space: nowrap;
}

.h2_description
{
	font-size:16px;
}

h3
{
   margin:0em 0em 1em 0em;
}

table
{
   border-collapse:separate;
   border-spacing:0.5em;
}

#site_loading
{
   position:absolute;
   left:0px;
   top:0px;
   height:100%;
   width:100%;
   background-color:#000;
   z-index:100;
   display:none;
   text-align:center;
}

#site_loading #loading_image
{
   padding-top:280px;
   font-size:18px;
   color:#fff;
}

div.vertical
{
   float:left;
   height:50%;
   margin-top:-290px;
   width:100%;
}

div.horizontal
{
   width:960px;
   margin-left:auto;
   margin-right:auto;
   height:615px;
   text-align:left;
   clear:both;
   position:relative;
   overflow:visible;
}

div#noscript_main_div
{
	margin:0 auto;
	padding-top:2em;
	width:960px;
	text-align:left;
	/*overflow:auto;*/
}

.darkened
{
   background-color: rgb(0, 0, 0);
   opacity: 0.3;
   -moz-opacity:0.30;
   filter: alpha(opacity=30);
   z-index: 20;
}

a:link, a:visited
{
   /*color:#7898d6;*/
   color:#fff;
   font-weight:bold;
   text-decoration:none;
   outline-style:none;
}

a:active, a:hover
{
   color:#ffd34f;
   outline-style:none;
}

a.text_button:link, a.text_button:visited, input.text_button
{
   color:#fff;
	background-color:#3b5998;
	border-top:1px solid #d9dfea;
	border-right:1px solid #0e1f5b;
	border-bottom:1px solid #0e1f5b;
	border-left:1px solid #d9dfea;
	padding:5px;
	font-weight:bold;
   margin-right:5px;
}

a.text_button:hover, a.text_button:active
{
	background-color:#466cb4;
	text-decoration:none;
}

ul
{
   margin-left:1em;
   padding-left:0px;
}

.input_field
{
	color:#fff;
	background-color:#333;
	border:1px solid #444;
	padding:0px 2px;
	font-size:1em;
}

textarea
{
	color:#fff;
	background-color:#333;
	border:1px solid #444;
	padding:2px;
	font-size:1em;
	height:8.4em;
}

.current_field
{
   background-color:#444;
   border:1px solid #666;
   color:#fff;
   padding:0px 2px;
	font-size:1em;
}

.error_field
{
   border:1px solid #844;
   background-color:#544;
   color:#fff;
   padding:0px 2px;
	font-size:1em;
}

#title
{
   margin-bottom:30px;
   text-align:center;
}

#main_div
{
   width:960px;
   height:350px;
   position:relative;
}

#bottom
{
   width:960px;

   /*height: 23px;*/
   position:relative;
   top:5px;
   clear:both;
}

#footer
{
   font-size:14px;
}

#footer_line
{
   /*background: url(/global/images/footer.png) 0px 0px no-repeat;*/
   position: absolute;
   width: 980px;
   height: 1px;
   left:0px;
   top:0px;
}

.light_blue
{
   color:#9cb4e2;
}

.white
{
   color:#fff;
}

h2 .aside
{
   font-size:16px;
   color:#789;
}


/*** start photography section ***/
#header
{
   padding:0;
   overflow:hidden;
   position:relative;
   margin-bottom:1em;
   z-index:101;
}

#header_branding
{
	text-align:right;
	float:right;
   position:relative;
   z-index:101;
   cursor:pointer;
   /*float:right;*/
}

#header_text
{
   clear:both;
   display:block;
   position:relative;
   z-index:101;
}

#subheader_text
{
   clear:both;
   display:block;
   position:relative;
   z-index:101;
}

#topnav
{
   /*width: 960px;
   height: 40px;*/
   z-index:101;
   position:absolute;
}

.topnav_link
{
   /*position:absolute;*/
   cursor:pointer;
   display:inline;
   margin-right:20px;
   /*text-indent:-9999px;*/
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected .topnav_link, a:hover .topnav_link
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

.footernav_link
{
   /*position:absolute;*/
   cursor:pointer;
   display:inline;
   margin:0px 10px;
   /*text-indent:-9999px;*/
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
}

a.selected .footernav_link, a:hover .footernav_link
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav
{
   width:150px;
   height:480px;
   float:left;
   /*position:absolute;
   top:0px;
   left:0px;*/
   font-size:16px;
   font-weight:bold;
   display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
}

#noscript_full #left_nav
{
   display:block;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#left_nav a
{
   cursor:pointer;
   opacity: 0.60;
   -moz-opacity:0.60;
   filter: alpha(opacity=60);
   /*text-indent:-9999px;*/
}

#left_nav a.selected, #left_nav a:hover
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#main
{
   width:800px;
   height:480px;
   float:right;
   position:relative;
   display:none;
   /*top:85px;
   left:160px;*/
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   /*border:1px solid yellow;*/
}

#loading
{
   width:32px;
   height:32px;
   position:relative;
   display:none;
   top:270px;
   left:484px;
   text-align:left;
}

#home_loading
{
   width:32px;
   height:32px;
   position:absolute;
   display:none;
   top:228px;
   left:344px;
   text-align:left;
   display:block;
}

#home_progress_bar
{
   position:absolute;
   top:230px;
   left:310px;
   display:none;
}

#portfolio_progress_bar
{
   position:absolute;
   top:270px;
   left:375px;
   display:none;
}

.content_full
{
   height:480px;
}

#full
{
   clear:both;
   width:960px;
   height:480px;
   position:relative;
   /*top:85px;
   left:0px;*/
   text-align:left;
   font-size:16px;
   display:none;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   overflow:auto;
}

#home_slideshow
{
   width:720px;
   height:480px;
   position:absolute;
   top:0px;
   left:0px;
   text-align:center;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   /*display:none;*/
}

#slideshow
{
   width:722px;
   height:480px;
   float:left;
   position:relative;
   display:none;
   top:0; /* was 85px */
   left:0px;
   text-align:center;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   /*border:1px solid yellow;*/
}

#noscript_full #slideshow
{
   display:block;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#thumbs
{
   width:68px;
   height:480px;
   float:left;
   position:relative;
   top:0;
   left:0;
   display:none;
   text-align:center;
   
   line-height:0em;
   opacity: 0.00;
   -moz-opacity:0.00;
   filter: alpha(opacity=0);
   overflow:hidden;
   /*border:1px solid green;*/
}

#noscript_full #page_content
{
   margin-bottom:1em;
}

#noscript_full #thumbs
{
   /*left:882px;*/
   display:block;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#thumbs_inner
{
   width:68px;
   height:398px;
   position:absolute;
   display:block;
   text-align:center;
   top:42px;
   left:0px;
   overflow:hidden;
   /*border:1px solid red;*/
}

#thumbs_scroller
{
   position:absolute;
   top:0px;
   left:8px;
}

#thumbs_up_arrow
{
   position:absolute;
   top:0px;
   left:8px;
   padding:20px;
}

#thumbs_up_arrow span
{
   background: url(/global/images/slideshow_controls.png) -528px 0px no-repeat;
   cursor:pointer;
	display:block;
   height:12px;
   overflow:hidden;
   width:14px;
}

#thumbs_down_arrow
{
   position:absolute;
   top:430px;
   left:8px;
   padding:20px;
}

#thumbs_down_arrow span
{
   background: url(/global/images/slideshow_controls.png) -545px 0px no-repeat;
	cursor:pointer;
	display:block;
   height:12px;
   overflow:hidden;
   width:14px;
}

.pagination_links
{
   margin-top:20px;
}

/*.pagination_links a
{
   background-color:#333;
   border:1px solid #333;
   color:#777;
   display:block;
   float:left;
   margin-right:3px;
   height:1.5em;
   padding:0px 8px;
   text-align:center;
}

.pagination_links a.selected, .pagination_links a:hover
{
   background-color:transparent;
   border:1px solid #555;
   color:#559;
}*/

.pagination_links a
{
   color:#999;
   display:block;
   float:left;
   height:1.5em;
   padding:0px 8px;
   text-align:center;
}

.pagination_links a.selected, .pagination_links a:hover.selected
{
   background-color:#fff;
   color:#000;
   margin:0px 3px;
}

.pagination_links a:hover
{
   color:#fff;
}

/* new styles */
a.thumb_loading
{
   display:block;
   width:53px;
   height:53px;
   margin-bottom:2px;
   border:1px solid #666;
   cursor:default;
   background:#333;
}

a.thumb_loading img
{
   display:none;
   border:1px solid #000;
}

a.thumb_noscript
{
   display:block;
   float:left;
   width:53px;
   height:53px;
   margin:0px 2px 2px 0px;
   border:1px solid #666;
   background:#333;
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

a.thumb_noscript img
{
   border:none;
}

a.thumb_noscript:hover
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

a.selected_thumb_noscript
{
   display:block;
   float:left;
   width:53px;
   height:53px;
   margin:0px 2px 2px 0px;
   border:1px solid #fff;
   background:#333;
}

a.selected_thumb_noscript img
{
   border:none;
}

a.loaded_thumb
{
   clear:left;
   outline-style:none;
   display:block;
   cursor:pointer;
}

a.loaded_thumb img
{
   border:1px solid #bbb;
   margin-bottom:2px;
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

a.loaded_thumb img:hover
{
   border:1px solid #d9e2f3;
   opacity: 0.99 !important;
   -moz-opacity:0.99 !important;
   filter: alpha(opacity=99) !important;
}

.selected_thumb
{
   border: 1px solid #fff;
   opacity: 0.99 !important;
   -moz-opacity:0.99 !important;
   filter: alpha(opacity=99) !important;
}
/* end new styles */

a.slideshow_thumb2
{
   clear:left;
   outline-style:none;
   background:#090;
   display:block;
}

a.slideshow_thumb2 img
{
   border:1px solid #bbb;
   background:#fff;
   margin-bottom:2px;
   opacity: 0.20 !important;
   -moz-opacity:0.20 !important;
   filter: alpha(opacity=20) !important;
}

.loaded_thumb2
{
   border:1px solid #666;
   margin-bottom:2px;
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

.loaded_thumb2:hover
{
   border:1px solid #d9e2f3;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

.faded_thumb
{
   opacity: 0.30;
   -moz-opacity:0.30;
   filter: alpha(opacity=30);
}

#bottom
{
   float:left;
   text-align:center;
   width:960px;
}

#links
{
   clear:both;
   text-align:center;
   margin-top:30px;
   padding-bottom:10px;
   color:#aaa;
}

#links a
{
   font-size:12px;
   font-weight:normal;
   color:#aaa;
   margin:0px 10px;
}

#links a:hover
{
   color:#fff;
}

#music_controls
{
   float:left;
   position:absolute;
   top:0px;
   left:0px;
   display:none;
}

#music_on_off
{
   position:absolute;
   display:inline;
   top:0px;
   left:0px;
}

#music_on
{
   background: url(/global/images/slideshow_controls.png) -562px 0px no-repeat;
   position:absolute;
   width:69px;
   height:12px;
   left:0px;
   top:0px;
   cursor:pointer;
   display:none;
   outline-style:none;
   overflow:hidden;
}

#music_off
{
   background: url(/global/images/slideshow_controls.png) -562px -15px no-repeat;
   position:absolute;
   width:69px;
   height:12px;
   left:0px;
   top:0px;
   cursor:pointer;
   display:inline;
   outline-style:none;
   overflow:hidden;
}

#music_tracks
{
   position:absolute;
   top:0px;
   left:100px;
   display:inline;
}

#music_track
{
   background: url(/global/images/slideshow_controls.png) -632px 0px no-repeat;
   position:absolute;
   top:0px;
   left:0px;
   width:40px;
   height:12px;
   display:inline;
   overflow:hidden;
}

#music_track_numbers
{
   position:absolute;
   top:0px;
   left:45px;
   display:inline;
   width:60px;
   height:12px;
   outline-style:none;
}

a.current_track
{
   opacity: 0.99 !important;
   -moz-opacity:0.99 !important;
   filter: alpha(opacity=99) !important;
}

#track1, #track2, #track3, #track4
{
   position:absolute;
   top:0px;
   width:15px;
   height:12px;
   display:inline;
   overflow:hidden;
   opacity: 0.40;
   -moz-opacity:0.40;
   filter: alpha(opacity=40);
   outline-style:none;
}

#track1
{
   background: url(/global/images/slideshow_controls.png) -230px 0px no-repeat;
   left:0px;
}

#track2
{
   background: url(/global/images/slideshow_controls.png) -245px 0px no-repeat;
   left:15px;
}

#track3
{
   background: url(/global/images/slideshow_controls.png) -260px 0px no-repeat;
   left:30px;
}

#track4
{
   background: url(/global/images/slideshow_controls.png) -275px 0px no-repeat;
   left:45px;
}

#track1:hover, #track2:hover, #track3:hover, #track4:hover
{
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

#slideshow_controls
{
   clear:both;
   display:none;
   position:relative;
   left:700px;
   height:15px;
   width:200px;
   opacity: 0;
   -moz-opacity:0;
   filter: alpha(opacity=0);
}

#noscript_portfolio_footer #slideshow_controls
{
   display:block;
   opacity: 0.99;
   -moz-opacity:0.99;
   filter: alpha(opacity=99);
}

a #slideshow_control_previous
{
   background: url(/global/images/slideshow_controls.png) -116px 0px no-repeat;
   position:absolute;
   width:49px;
   height:15px;
   left:0px;
   top:0px;
   cursor:pointer;
}

#slideshow_current
{
   background: url(/global/images/slideshow_controls.png) -225px 0px no-repeat;
   position:absolute;
   width:15px;
   height:15px;
   left:57px;
   top:0px;
}

#slideshow_of
{
   background: url(/global/images/slideshow_controls.png) -212px 0px no-repeat;
   position:absolute;
   width:13px;
   height:15px;
   left:80px;
   top:0px;
}

#slideshow_total
{
   background: url(/global/images/slideshow_controls.png) -435px 0px no-repeat;
   position:absolute;
   width:15px;
   height:15px;
   left:100px;
   top:0px;
   /*visibility:hidden;*/
}

a #slideshow_control_next
{
   background: url(/global/images/slideshow_controls.png) -165px 0px no-repeat;
   position:absolute;
   width:47px;
   height:15px;
   left:130px;
   top:0px;
   cursor:pointer;
}

a:hover #slideshow_control_next, a:hover #slideshow_control_previous, .slideshow_control_stop:hover, .slideshow_control_start:hover, #music_on:hover, #music_off:hover, #thumbs_up_arrow:hover, #thumbs_down_arrow:hover
{
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

.slideshow_control_stop
{
   background: url(/global/images/slideshow_controls.png) -450px -15px no-repeat;
   display:block;
   float:left;
   position:absolute;
   width:110px;
   height:12px;
   right:230px;
   top:0px;
   cursor:pointer;
}

.slideshow_control_start
{
   background: url(/global/images/slideshow_controls.png) 0px 0px no-repeat;
   display:block;
   float:left;
   position:absolute;
   width:115px;
   height:12px;
   right:230px;
   top:0px;
   cursor:pointer;
}

#contact_details
{
   float:right;
   width:250px;
}

#contact_sent
{
   opacity: 0;
   -moz-opacity:0;
   filter: alpha(opacity=0);
}

#noscript_photo > #back_to_album
{
   display:block;
   margin-bottom:1em;
}

#noscript_photo, #noscript_thumbnail_navigation, #noscript_photo_metadata
{
   text-align:center;
}

#noscript_photo img#main_photo
{
   border:7px solid #fff;
}

#noscript_photo .photo_navigation_link
{
   opacity: 0.50;
   -moz-opacity:0.50;
   filter: alpha(opacity=50);
}

#noscript_photo .photo_navigation_link:hover
{
   opacity: 1;
   -moz-opacity:1;
   filter: alpha(opacity=100);
}


/*** dwProgressBar2 ***/
#processing_pb_box	{ border:1px solid #888; width:100px; height:5px; text-align:left; }
#processing_pb_perc	{ background:#aaa; height:5px; }
#retouching_pb_box	{ border:1px solid #555; width:100px; height:5px; text-align:left; }
#retouching_pb_perc	{ background:#aaa; height:5px; }
#portfolio_pb_box    { border:1px solid #555; width:100px; height:5px; text-align:left; }
#portfolio_pb_perc	{ background:#aaa; height:5px; }
#home_pb_box    { border:1px solid #555; width:100px; height:5px; text-align:left; }
#home_pb_perc	{ background:#aaa; height:5px; }
/*** END dwProgressBar2 ***/


/*** noscript version ***/
#noscript_topnav
{
   width: 960px;
   height: 50px;
   float:left;
}

#noscript_full
{
   width:960px;
   min-height:480px;
   /*float:right;*/
   clear:both;
   text-align:justify;
   font-size:16px;
   /*overflow:visible;*/
   /*position:absolute;*/
}

#noscript_home
{
   width:720px;
   height:480px;
}

#noscript_main
{
   width: 800px;
   text-align:justify;
   float:right;
}

#noscript_processed
{
   text-align:center;
   margin-top:20px;
   font-style:italic;
}

#noscript_processed img
{
   border:1px solid #fff;
}

#noscript_footer
{
   width: 960px;
   text-align:center;
   clear:both;
}

.noscript_portfolio_msg_box
{
	position:relative;
	width:705px;
	top:0px;
	left:160px;
	z-index:10;
	margin:0px;
}

#noscript_portfolio_footer
{
   width: 960px;
   clear:both;
   /*position: absolute;
   left:0px;
   top:534px;*/
}

#noscript_tagline
{
   text-align:right;
   padding:15px 0px;
}

#noscript_full div.gallery_album_metadata
{
   padding-bottom:10px;
}
/*** end noscript***/

/*** end photography section ***/

