/*  
Template name: Cerulean Elegance
Template URI: http://templates.arcsin.se/cerulean-elegance-website-template/
Release date: 2009-04-01
Description: A dark, clean and simple two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #202020 url('../images/body.gif') repeat-x left top;
	color: #5A5A50;
	font: normal 0.8em sans-serif;
	line-height: 1.5em;	
}


/* 
   Typography 
------------------------------------------------------------------- */

p {padding: 0.2em 0 1em;}

p.message{
 	color: #D00F1E;
	font-size: 13pt;
	font-weight:700;	
}

h1 {font: normal 2em sans-serif;}
h2 {font: normal 1.8em sans-serif;}
h3 {font: normal 1.6em sans-serif;}
h4 {font: normal 1.4em sans-serif;}
h5 {font: bold 1.2em sans-serif;}
h6 {font: bold 1em sans-serif;}

h1,h2,h3,h4,h5,h6 {
	color: #456;
	margin-bottom: 0.3em;
}


blockquote {
	background: #F6F6F6 url('../images/quote.gif') no-repeat;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}


.error_message {
	color:#D00F1E;
font-size:10pt;
font-weight:700;
}

.error {
	color:#D00F1E;
}


/* 
   Tables
------------------------------------------------------------------- */

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
	
	border-collapse: collapse; border-spacing: 0;
}
table.data_table th {
	background: #E5E5E5;
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: center;
	vertical-align: middle;
}


table.data_table tr {border-bottom: 1px solid #DDD;}


table.data_table td, table.data_table th
{
	padding: 10px;
	margin-top: 5px;
}

table.data_table td {
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
	margin-top: 5px;
	padding: 5px;

}

td.gallery_effect_details{
	border-bottom: 1px dashed #999999;
	padding-bottom: 4px;
}

table div.remove_from_table{
	background:transparent url(../images/delete_white.gif) no-repeat scroll center top;
	cursor:pointer;
	float:left;
	height:24px;
	width:24px;
}

table.data_table td.centred_cell{
	text-align:center;
	vertical-align:middle;
}

/* 
   Lists
------------------------------------------------------------------- */

dl {margin-bottom: 2em;}
dt,dd {padding: 8px 10px;}
dt {
	border-bottom: 1px solid #D5D5D5;
	background: #E5E5E5;
	color: #555;
	font-weight: bold;
}
dd {
	background: #F5F5F5;
	border-bottom: 1px solid #E5E5E5;
	padding-left: 16px;
}


/* 
   Links 
------------------------------------------------------------------- */

a {color: #456;}
a:hover {
	color: #D60;
	text-decoration: underline;
}


/* 
   Forms 
------------------------------------------------------------------- */

fieldset {
	border: 1px solid #CCC;
	border-bottom: none;	
	font-size: 0.9em;
	margin: 1em 0 1.2em;
}

textarea, select {
	background-color: #FFF;
	border: 1px solid #777;
	border-color: #777 #CCC #CCC #777;
	font: normal 1em Verdana,sans-serif;
	padding: 5px 6px;
	/*margin: 5px;*/
	}

input.button{
	background: #519CB6;
	border: 1px solid #AAA;
	border-color: #DDD #AAA #AAA #EEE;
    color: white;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}

input.file {
	background: #519CB6;
	border: 1px solid #AAA;
	border-color: #DDD #AAA #AAA #EEE;
    color: #444;
	cursor: pointer;
	font: normal 1em Verdana,sans-serif;
	margin-top: 5px;
	padding: 6px;
	width: auto;
}


input.gallery_password_disabled{
	display: none;
}


input:focus,input:active,textarea:focus,textarea:active,select:focus,select:active{
	background-color: #FFEE4B;
}

input.button:hover, input.button:focus, input.button:active, input.file:hover, input.file:focus, input.file:active{
 background-color: #FAFAFA;
 cursor: pointer;
 color: #444;
}


textarea {overflow: auto;}

input.image {
	border: 0;
	padding: 0;
}

/* Specific */

.form_row {
	background: #F5F5F5;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E1E1E1;
	padding: 10px 0;
}
.form_required {font-weight: bold;}
.form_row_submit, .legend {
	background: #E5E5E5;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FAFAFA;
	padding: 4px 0 8px;
}
.legend {padding: 8px 18px 6px;}
.form_property, .form_value {float: left;}
.form_property {
	font-size: 1.1em;
	text-align: right;
	width: 110px;
}
.form_value {padding-left: 24px;}
.form_row_submit .form_value {padding-left: 132px;}


/* 
   Images 
------------------------------------------------------------------- */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}

img.left,img.alignleft {margin: 0 15px 12px 0;}
img.right,img.alignright {margin: 0 0 15px 12px;}


/* 
   Floats
------------------------------------------------------------------- */

.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.center,.aligncenter {margin: 0 auto;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* 
   Misc 
------------------------------------------------------------------- */

.content_separator, .archive_separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 12px 0 24px;
}
.archive_separator {margin: 0 0 14px;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
#layout_wrapper_outer {background: url('../images/layout_wrapper_outer.jpg') no-repeat center top;}
#layout_wrapper {
	color: #FFF;
	margin: 0 auto;
	width: 906px;
}

#layout_top {height: 114px;}

#layout_body_outer {background: #373737 url('../images/layout_body_outer.jpg') repeat-x;}
#layout_body {
	background: url('../images/layout_body.gif') no-repeat;
	padding: 8px 8px 0;
}

/* Site title */
#site_title {padding: 28px 12px 0;}
#site_title a {
	color: #73BCD1;
	text-decoration: none;
}
#site_title a:hover {color: #FFF;}
#site_title h1 {
	font-size: 2.4em;
	margin-bottom: 6px;
}
#site_title h1 span {color: #C0C6CF;}
#site_title h2 {
	color: #789;
	font-size: 1.2em;
}


/* Navigation */
#navigation {
	background: #3A3A3A url('../images/navigation.gif') no-repeat;
	font: bold 1.3em sans-serif;
	padding: 0 8px;
}
#navigation ul, #navigation li {display: inline;}
#navigation li {display: inline;}
#navigation a {
	float: left;
	margin-right: 1px;
	text-align: center;
	text-decoration: none;
}

#nav1 a {
	color: #BBB;
	padding: 10px 12px 12px;
}
#nav1 a:hover {color: #EEE;}
#nav1 li.current_page_item a,#nav1 li.current_page_parent a {
	background: url('../images/nav1_arrow.gif') no-repeat center bottom;
	color: #ADE7F6;	
}

#nav1 li.view_site_link a{
	background: url('../images/nav2.gif') no-repeat center bottom;
	border: 1px solid #DDDDDD;
	color: #ADE7F6;
	padding: 2px;
	margin: 0px;
	margin-top: 6px;	
}

#nav1 li.view_site_link a:hover{
	color: #FFEE4B;
}

#nav2 a {
	color: #D0D6DA;
	padding: 10px;
}
#nav2 {
	background: #5090AE url('../images/nav2.gif') repeat-x;
	margin: 0 -8px;
	padding: 0 8px;
	min-height: 40px; /* added CVR */
	border-bottom: 1px solid #EEE;
}
#nav2 a:hover {color: #FFF;}
#nav2 li.current_page_item a {color: #FFF;}


/* Main */
#main {
	/* CVR background: url('../images/main.gif') repeat-y;*/
	background-color: #EEE;
	border-bottom: 1px solid #C5C5C5;
}
#main ol, #main ul {margin: 0 0 1.2em 1.6em;}
#main ul li {list-style: disc;}
#main ol li {list-style: decimal;}
#main li {padding: 2px 0;}

#content_outer {
	border-top: 1px solid #FFF;
	width: 100%; /* CVR 629px; */
	padding-bottom: 10px;
}

#content {	
	color: #444;
	padding: 16px;
}

/* Sidebar */
#sidebar_outer {
	border-top: 1px solid #EEE;
	width: 0px;/* CVR 259px;*/
}
#sidebar {
	color: #555;
	padding: 16px 12px;	
}
#sidebar a {color: #555;}
#sidebar a:hover {color: #000;}

/* Dashboard */
#dashboard {
	background: #CCC;
	border-top: 1px solid #D5D5D5;
	font-size: 0.9em;
}
#dashboard_inner {padding: 16px 20px 6px;}

#dashboard .col3 {width: 255px;}
#dashboard .col3mid {width: 337px;}
#dashboard .col3mid .col3_content {
	border-left: 1px solid #B5B5B5;
	border-right: 1px solid #B5B5B5;
	padding: 0 20px;
	margin: 0 20px;
}
#dashboard .col_title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}

#dashboard li {
	color: #777;
	padding: 4px 0;
}
#dashboard li {border-top: 1px solid #BEBEBE;}
#dashboard li a {
	color: #666;
	text-decoration: none;
}
#dashboard li a:hover {
	color: #333;
	text-decoration: underline;
}


/* Footer links */
#footer {
	background: url('../images/footer.gif') no-repeat;
	color: #777;
	font-size: 0.9em;
	padding: 22px 8px 10px;
}
#footer a {color: #999;}
#footer .right, #footer .right a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {color: #999;}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}

.post_title a,.post_date a,.post_meta a {text-decoration: none;}
.post_date a:hover,.post_meta a:hover,.post_meta a:hover {text-decoration: underline;}

.post_date {
	border-top: 1px solid #D5D5D5;
	color: #777;
	font-size: 0.9em;
	padding: 8px 0 12px;
}
.post_date a {color: #444;}

.post_meta {
	background: #E7E7E7;
	border: 1px solid #D7D7D7;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
}
.post_meta a {color: #345; }
.post_meta a:hover {color: #001;}

/* Archives */
.archive_pagination {margin-bottom: 1.6em;}
.archive_post {margin-bottom: 14px;}
.archive_post_date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive_post .post_date {
	border: none;
	padding: 0;
}
.archive_post_day {font: normal 1.6em Georgia,serif;}


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {margin: 0 -0 2em -8px;}
.thumbnails a.thumb {	
	background: #D5D5D5;
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 3px;
}
.thumbnails a.thumb:hover {background: #C0C0C0;}
.thumbnails .thumb img {display: block;}


/* 
   Box
------------------------------------------------------------------- */

.box {margin-bottom: 0.6em;}
.box_title {
	background: #E5E5E5;
	border: 1px solid #EAEAEA;
	border-color: #EAEAEA #D5D5D5 #D5D5D5 #E5E5E5;
	color: #777;
	font: bold 1.3em sans-serif;
	padding: 6px 10px;
}
.box_content {padding: 8px 0 8px;}
.box li:first-child {border-top: none;}


/* 
   Comments 
------------------------------------------------------------------- */

div.comment_list {
	border-top: 1px solid #D6D6D6; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #D6D6D6;
	padding-top: 10px;
}
.comment_date {font-size: 0.9em;}
.comment_date a {
	color: #567;
	text-decoration: none;
}
.comment_date a:hover {
	color: #001;
	text-decoration: underline;
}
.comment_body {padding-top: 4px;}

.comment_gravatar {width: 48px;}
.comment_gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}

/*********************************************************************************************
 *********************************************************************************************
 CUSTOM CHANGES
 *********************************************************************************************
 *********************************************************************************************/
 
/*---------------------all----------------------------*/
a img{
	border:none;
	cursor: pointer;
}

html{
	height: 100%;
}

/*---------------------admin page structure-----------*/

#admin_navigation_div {
	float:left;
	width:200px;
	background-color:transparent;
}
		

#admin_content_div {
	position: expression(document.body.clientWidth > 575? "absolute": "static" );
	top: expression(document.body.clientWidth >575? "130px": "nonsense" );
	width: expression(document.body.clientWidth >575? (document.body.clientWidth-210)+"px": "nonsense" );
	padding-left: 5px;
	margin-left: 200px;
   	margin-left: expression(document.body.clientWidth >575? "0px": "nonsense" );
}

/*---------------------admin navigation----------------*/

#admin_navigation_list{
	margin: -2px;
	margin-top: 20px;
	padding: 2px;
	text-align:left;	
}

#admin_navigation_list li{
	background-repeat:no-repeat;
	list-style-type:none;
	width: 180px;
}

#admin_navigation_list li a{
	padding-left: 20px;
	padding-top: 14px;
	display: block;
	height:28px;
	font-size: 11pt;
	font-family:Arial, Helvetica, sans-serif;
	font-size-adjust:none;
	line-height:normal;
	text-decoration: none;
}

#admin_navigation_list li a:hover {
}





/*-------------------------------------admin gallery tabs--------------------*/

#tab_div ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

#tab_div li {
	display:inline;
	margin:0 2px 0 0;
}

#tab_div a {
	/*background:#FFEE55 none repeat scroll 0 0;
	color:#AA8800;*/	
	background:#666666 none repeat scroll 0 0;
	color:#FFFFFF;
	padding:0 1em;
	text-decoration:none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
#tab_div a:hover {
	/*background:#FFCC00 none repeat scroll 0 0;
	color:#554400;*/
	background:#FFFFFF none repeat scroll 0 0;
	color:#666666;
}
#tab_div #selected a {
	/*background:#FFCC00 none repeat scroll 0 0;*/
	background:#FFFFFF none repeat scroll 0 0;
	color:#E01015;
	font-weight:bold;
	padding-bottom:2px;
}
#tab_content_div {
	background:white none repeat scroll 0 0;
	border-top:px solid white;
	color:#0000CC;
	/*border: 2px solid #FFCC00;*/
	border: 1px solid #CCCCCC;
	padding:1em;
	height: 250px;
	max-height: 250px;
	overflow:auto;	
}


/*------------------------Calendar display------------------------------*/


/* change display order buttons */
.gallery_up, .gallery_down, .price_up, .price_down, .photo_up, .photo_down, .page_up, .page_down{
	cursor: pointer;
}


/*--------------------add_comments---------------*/
#add_comment_div{
	position: absolute;
	width: 500px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	z-index: 200000;
	color:#333333;
}

#add_comment_div h3{
	color:#333333;
}

#add_comment_div p{
	color:#333333;
}

#add_comment_div a{
	color:#333333;
	cursor: pointer;
}

#comments_overlay {
	background-color:#000000;
	left:0;
	position:absolute;
	top:0;
	z-index:90;
}

#add_comment_status{
	color:#FF9900;
}

/*************** Admin Comments Page **************************************/
.admin_comments_table{
	width: 600px;
	border-collapse: collapse; border-spacing: 0;
}

.photo_comment_image{
	max-height: 150px; 
	max-width: 150px;
}

/************ Admin logout ***************/

body #toplinks {
	float: right;
	margin-top: 15px;
}

/************************ File upload *********************************/
.file_entry { min-height: 30px; }
.file_entry input { float: left; }
#add_entry_div { float: left; }
.remove_file_entry { float: left; cursor: pointer; width: 24px; height: 24px; background: url(../images/remove.gif) no-repeat center top; }



/*--------------------------availability calendar override ----------------------------*/

.Booked
{
  background-color:#D20000;
  color: #FFEE4B;
  border: 1px solid #E0E0E0;
}
.Provisional
{
  color: #444444;
  border: 1px solid #E0E0E0;
  background-color: #FFEE4B;
}

.CalendarDay
{
	color: #444444;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0; /* CVR #75A4F0; */
	padding: 1px;
}

.Booked_key
{
  background-color:#D20000;
  color: #FFEE4B;
  border: 1px solid #E0E0E0;
}
.Provisional_key
{
  color: #444444;
  border: 1px solid #E0E0E0;
  background-color: #FFEE4B;
}

.CalendarDay_key
{
	color: #444444;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0; /* CVR #75A4F0; */
	padding: 1px;
}

.CalendarNonDay
{
	padding: 2px;
}

.CalendarDayName{
	color: 	#73BCD1;
	height: 15px;
}

.CalenderMonthTitle
{
	background-color:#E5E5E5;/* CVR #3366FF;*/
	color:	#555555; /* CVR #F5F5F5;*/
	font: bold 1.2em Verdana,sans-serif;
	/*height: 2em;*/
}

.CalenderYear
{
	font-family:verdana;
}

.CalendarYear div
{
	padding: 10px;
}

.CalendarKeyHeading
{
	background-color:#75A4F0;
	color:White;
}

body div.CalendarContainer {
	
	line-height: 0px;
}

.CalendarYear{
	font-size: 8pt;
}

.Booked
{
  border: 1px solid;
  cursor: pointer;
  vertical-align:middle;
}
.Provisional
{
  border: 1px solid;
  cursor: pointer;
  vertical-align:middle;
}
.CalendarDay
{
	border: 1px solid ;
}

.CalenderMonthTitle
{
	font: bold 1.2em Verdana,sans-serif;
}

/**************************** Gallery grid ***********************************
.grid {
	float:left;
	padding:10px;
	width:100%;
}
.grid .grid_item {
	border:1px solid #E5E5E5;
	background-color:#FFFFFF;
	float:left;
	margin:5px;
	text-align:center;
	width:auto;;
}
.grid .grid_item:hover{
	border-color: #BBB;
}
.grid .grid_item .grid_image {
	height:140px;
	margin:3px;
	width:155px;
}
.grid .grid_label {
	border-top:1px solid #E5E5E5;
	background-color: #
	}
	
	
	**/
	
/**************************** Gallery grid *************************************/

.grid {
	float:left;
	padding:10px;
	width:100%;
}
.grid .grid_item {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	float:left;
	margin:5px;
	text-align:center;
	width:170px;
}
.grid .grid_item:hover{
	border-color: #BBB;
}
.grid .grid_item .grid_image {
	height:140px;
	margin:3px;
	width:155px;
}
.grid .grid_label {
	border-top:1px solid #E5E5E5;
	background-color: #F2F2F2;
	color:#999999;
	font-weight:bold;
	margin-top:10px;
	padding-bottom:7px;
	padding-top:7px;
	text-align:center;
	width:170px;
	height:45px;
}


/**************************** Small thumbnail grid *************************************/

.thumb_grid {
	float:left;
	padding:0px;
	width:100%;
	padding: 10px;
}
.thumb_grid .grid_item {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	float:left;
	margin:5px;
	text-align:center;
	width:70px;
	height: 45px;
	overflow:hidden;
	padding: 5px;
	margin:0px;
	
}
.thumb_grid .grid_item:hover{
	border-color: #BBB;
}
.thumb_grid .grid_item .grid_image {
	height:45px;
	margin:3px;
	width:70px;
	padding: 0px;
	margin: 0px;
	
}