﻿body, html
{
	margin: 0px;
	padding: 0px;
	
	font-family: Arial;
	font-size: 11pt;
	
	background-color: #808080;	
}

a
{
	text-decoration: none;
	color: #404040;	
}

a:hover
{
	color: #AAAAAA;	
}

a:visited
{
}

input, textarea
{
	border: none;
	font-size: 12pt;
	padding: 2px;
}

input.hint
{
	font-style: italic;
	color: #AAAAAA;	
}

div.portrait_container
{
	background-color: #FFFFFF;
	border: solid 1px #000000;
}

img.portrait_image
{
	padding: 3px;
	/*border: solid 1px #000000;*/
}

div.portrait_caption
{
	border-top: solid 1px #AAAAAA;
	
	font-size: 8pt;
	font-style: italic;
	text-align: center;	
	color: #AAAAAA;
	
	margin: 0px 5px 0px 5px;
	padding: 1px 0px 1px 0px;
	
}

#page_header
{
	height: 48px;
	background-image: url(../images/background_top.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#page_body
{
}

#page_footer
{
	height: 96px;
	background-image: url(../images/background_bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;	
}

#left_gutter
{
	background-image: url(../images/background_left_rpt.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#page_container
{
	width: 900px;
	margin: auto;
}

#right_gutter
{
	background-image: url(../images/background_right_rpt.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#header_bar
{
	width: 900px;
	height: 32px;
	
	margin: auto;
	
	background-image: url( ../images/page_header_background.jpg );
	background-repeat: repeat-x;
}

#current_search
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	
	color: #EEEEEE;
	
	padding: 5px 0px 0px 8px;
}

#gallery
{
	width: 900px;
	height: 416px;
	
	position: relative;
	margin: auto;
	
	background-image: url( ../images/gallery_background.jpg );
	background-repeat: no-repeat;
	
	overflow: hidden;
}

#gallery_options
{
	position: absolute;
	left: 575px;
	top: 255px;
	z-index: 100;
	
	width: 368px;
	height: 156px;
	
	visibility: hidden;
}

#gallery_load_message
{
	width: 200px;
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
	
	background-color: #000000;
	color: #FFFFFF;
	font-size: 12pt;
	text-align: center;
	
	padding: 10px;
	border: solid 2px #FFFFFF;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: .5;
}

#card_gallery
{
	width: 820px;
	height: 416px;
	
	position: absolute;
	top: 0px;
	left: 20px;
}

#navigation_bar
{
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 900px;
	height: 49px;
	
	margin: auto;
	
	background-image: url( ../images/navigation_bar_background.jpg );
	background-repeat: repeat-x;	
}

#navigation_bar_shadow
{
	width: 900px;
	height: 13px;
	
	margin: auto;
	overflow: hidden;
	
	background-image: url( ../images/navigation_bar_shadow.jpg );
	background-repeat: repeat-x;	
}

#search_box
{
	width: 438px;
	height: 38px;
	
	position: relative;
	margin: 5px;
	
	background-image: url( ../images/search_box.jpg );
	background-repeat: no-repeat;
}

#page_contents
{
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 900px;
		
	margin: auto;
	
	background-color: #FFFFFF;	
}

#contact_me
{
	float: right;
	
	padding-top: 20px;
	padding-right: 30px;
	
	width: 280px;		
}

#want_list
{
	float: right;
	
	padding-top: 20px;
	padding-right: 30px;
	
	width: 280px;
}

#set_stats
{
	float: right;
	
	padding-top: 20px;
	padding-right: 30px;
	
	width: 280px;	
}

#contact_me_header
{
	width: 280px;
	height: 53px;
	
	background-image: url( ../images/contact_me_top.jpg );
	background-repeat: no-repeat;	
}

#card_info_header
{
	width: 320px;
	height: 53px;
	
	background-image: url( ../images/card_info_top.jpg );
	background-repeat: no-repeat;	
}

#want_list_header
{
	width: 280px;
	height: 53px;
	
	background-image: url( ../images/want_list_top.jpg );
	background-repeat: no-repeat;
}

#set_stats_header
{
	width: 280px;
	height: 53px;
	
	background-image: url( ../images/set_stats_top.jpg );
	background-repeat: no-repeat;		
}

#want_list_body, #contact_me_body, #set_stats_body
{
	width: 280px;
	
	background-image: url( ../images/want_list_rpt.jpg );
	background-repeat: repeat-y;
}

#card_info_body
{
	width: 320px;
	
	background-image: url( ../images/card_info_rpt.jpg );
	background-repeat: repeat-y;	
}

#want_list_footer, #contact_me_footer, #set_stats_footer
{
	width: 280px;
	height: 21px;
	
	background-image: url( ../images/want_list_btm.jpg );
	background-repeat: no-repeat;	
}

#card_info_footer
{
	width: 320px;
	height: 21px;
	
	background-image: url( ../images/card_info_btm.jpg );
	background-repeat: no-repeat;	
}	

.contact_me_label
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;	
	
	color: #404040;	
}

.contact_me_item
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;	
	
	color: #404040;	
}

.want_list_item_title
{
	margin-top: 4px;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;	
	
	color: #404040;
}

.want_list_item_details
{
	margin-top: 3px;
	
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;	
	
	color: #404040;
}

#info_frame
{
	position: absolute;
	top: 0px;
	left: 0px;	
	z-index: 10;
	
	visibility: hidden;
}

.info_frame_top
{
	height: 43px;
	background-repeat: repeat-x;	
}

.info_frame_tl, .info_frame_tr
{
	width: 25px;
	height: 43px;

	background-repeat: no-repeat;	
}

.info_frame_bl, .info_frame_br
{
	width: 25px;
	height: 26px;

	background-repeat: no-repeat;	
}

.info_frame_bottom
{
	height: 26px;
	background-repeat: repeat-x;	
}

.info_frame_left, .info_frame_right
{
	width: 25px;
	
	background-repeat: no-repeat;
}

#detailed_info_holder
{

	width: 320px;
	height: 300px;	
}

#detailed_image_holder
{

	width: 300px;
	height: 300px;	
	
	border: solid 1px #CCCCCC;
	padding: 6px;
	margin: 6px 12px 6px 6px;
}

#blog
{
	float: left;
	
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 0px;
	
	width: 550px;
}

div.post_title
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	
	color: #FF531A;
	
	margin-bottom: 10px;	
}

div.post_date
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	
	color: #777777;
	
	margin-bottom: 10px;	
}

div.post_details
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	
	color: #777777;
	
	margin-bottom: 64px;
	margin-left: 20px;
	margin-right: 20px;
	
	text-align: justify;
	line-height: 1.5;	
}

#blog img
{
  border: solid 1px #999999;
  padding: 6px;
  margin: 0px 4px 0px 4px;
}

#blog div.picture_frame
{
  margin: 24px;
  text-align: center;
}

#blog div.section_header
{
  font-weight: bold;
  font-size: 12pt;
}

#blog div.blogger-post-footer
{
	display: none;
}