html, body {
	height: 100%;
	margin: 0px;
	/*margin-top: -21px;*/
}

body {
	background: url(../images/nakedtruth/background_paisley.jpg) repeat right top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A8A8A8;
}

h1, h2, h3 {
}

p, ol, ul {
}

ul {
}

p {
}

ul {
}

strong {
}

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

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	padding-right: 20px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}



/* ---------------------------------------------------------------  Menu */
.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	position: absolute;
	text-align: center;
	top: 73px;
	width: 100%;
}
.menu a
{
	color: #B6B6B6;
	text-decoration: none;
}
.menu a:hover
{
	color: #B6B6B6;
	text-decoration: none;
}

.menu ul
{
	list-style-type: none;
	margin-top: 0px;
}
.menu li
{
	padding-right: 40px;
	display: inline;
}
.menu_item_selected
{
	font-weight: bolder;
	color: #cccccc;
}

.menu .menu_item_weddings
{
	/*display:none;*/
}
.menu .menu_item_bio
{
	display:none;
}
/* ---------------------------------------------------------------  Menu */




.header_wrapper
{
	background: url(../images/nakedtruth/header_background.png) repeat left top;
}
.header
{
	background: url(../images/nakedtruth/header.png) no-repeat right top;
	height: 97px;
	vertical-align: bottom;
}


.content
{
	background-color: #171717;
	/*min-height: 512px;
	overflow: auto;	*/
	padding: 5px;
	margin: auto;
}
.content .title
{
	margin-top: 0px;
	display: none;
}
.content .text
{
	max-width: 1000px;
	margin: auto;
}


.footer_wrapper
{
	background: url(../images/nakedtruth/footer_background.png) repeat-x left top;
	height: 135px;
}
.footer
{
	background: url(../images/nakedtruth/footer.png) no-repeat right top;
	padding-top: 25px;
	text-align: center;
}
.footer_text
{
	font-size: smaller;
	margin-top: 30px;
}






/* ---------------------------------------------------------------  Gallery */
.gallery
{
	margin-right: auto;	
	margin-left: auto;	
	text-align: center;
	max-width: 1000px;
}
.gallery_loading{
	margin: 30px;
	text-align: center;
}
.gallery_breadcrumbs
{
	color: #B6B6B6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 5px;
	margin-left: 7px;
	top: 75px;
	position: absolute;	
	text-transform: lowercase;
}
.gallery_breadcrumbs a
{
	color: #B6B6B6;
	text-decoration: none;
}
.gallery_breadcrumbs a:hover
{
	color: #B6B6B6;
	text-decoration: none;
}

.gallery_instructions{
	font-size: 7pt;
	margin-bottom: 10px;
}

.gallery_warning{
	color: crimson;
	padding: 20px;
}
.gallery_warning h1{
	font-size: 12pt;
	margin: 10px;
	text-align: center;
}
.gallery_warning_buttons{
	margin-top: 10px;
	text-align: right;
}
.gallery_warning_buttons input{
	background-color: black;
	border: solid 1px crimson;
	color: crimson;
	margin-top: 20px;
}

.gallery_warning_buttons .remember_settings{
	display: ;
	text-align: center;
}
.gallery_warning_buttons .remember_settings input{
	margin-right: 3px;
	position: relative;
	top: 2px;
}
.gallery_warning_buttons .remember_settings .cookie_warning{
	font-size: 7pt;
}

.login{
	color: green;
	margin: auto;
	padding: 20px;
	width: 450px;
}
.login h1{
	font-size: 12pt;
	margin: 10px;
	text-align: center;
}

.login #txtPassword{
	margin-left: 150px;
	padding: 5px;
}

.login input{
	margin: 10px;
}

.login_buttons{
	margin-top: 5px;
	text-align: right;
}

.login_buttons input{
	background-color: black;
	padding: 7px;
}
	
.login_buttons #btnLoginCancel{
	border: solid 1px crimson;
	color: crimson;
}
.login_buttons #btnLoginAccept{
	border: solid 1px green;
	color: green;
}

.system_links{
	font-size: 7pt;
	text-align: right;
}
.system_links a{
	cursor: pointer;
	margin-left: 10px;
}


.gallery_thumbs
{
}

.gallery_thumbnail
{
	max-height: 150px;
	height: 150px;		
}
.gallery_thumbnail_text
{
	display:none;
	font-family: "Segoe Print", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: -25px;	
	margin-left: 2px;
	margin-right: 5px;	
	text-align: right;
}

.gallery_images
{
	text-align: center;
}
.gallery_image
{
	max-height: 500px;
	height: 500px;		
}

/* ---------------------------------------------------------------  Gallery */





/** CONTACT */
.contact_instructions{
	font-size: 7pt;
	text-align: right;
	width: 100%;
}
.savemessage{
	background-color: green;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	margin: auto;
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
	width: 400px;
}
.errormessage{
	background-color: crimson;
	border: solid 1px #FFFFFF;
	color: #FFFFFF;
	margin: auto;
	margin-bottom: 5px;
	padding: 2px;
	text-align: center;
	width: 400px;
}




/* ---------------------------------------------------------------  Site dependant content */
.content_rates_portraits
{

}
.content_rates_weddings
{
	display: none;
}
/* ---------------------------------------------------------------  Site dependant content */