/* ----- RESET ----- */

/* Colours 
	Green 1			#183E0C;
	Green 2			#2F4827;
	Green 3*		#336025;
	Green 4			#72B05F;
	Green 5			#82B074;

	Turquoise 1		#092F28;
	Turquoise 2		#1D3631;
	Turquoise 3		#1C4840;
	Turquoise 4		#58A495;
	Turquoise 5		#6CA499;

	Brown 1			#4A260E;
	Brown 2			#553D2E;
	Brown 3			#71472C;
	Brown 4			#B88563;
	Brown 5			#B8927A;

	Red 1			#480D15;
	Red 2			#512C31;
	Red 3			#6C2A33;
	Red 4			#B5626D;
	Red 5			#B57881;

	Purple 1		#380B2A;	
	Purple 2		#402337;
	Purple 3		#562146;
	Purple 4		#AA5C93;
	Purple 5		#AA7199;

	Yellow 1		#8A7709;
	Yellow 2		#9F9038;
	Yellow 3		#D4B81C;
	Yellow 4		#EAD352;
	Yellow 5		#EAD97A;
			
	Dark Blue:		#245CA0;
	Orange:			#F4A426;
*/

body, h1, h2, h3, p, ul, ol, li, form, fieldset, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #636363;		
	line-height: 1;
	vertical-align: baseline;
	margin: 0px;
	padding: 0px;	
	}
	
ul, ol {
	list-style-type: none;	
	}
	
fieldset, img {
	border: 0px;	
	}

/* ----- RESET END ----- */

/* ----- GLOBAL ----- */
	
a {
	color: #4B0048;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;	
	}
	
a:focus {
	outline-style: none;
	}	
	
body {
	width: 800px;
	margin: 0px auto;
	padding: 0px 6px;
	position: relative;
	font-family: Arial, sans-serif;
	font-size: 70%;
	color: #636363;
	}
	
#wrapper {
	margin: 0px auto;	
	overflow: hidden;
	}
	
input.text, select, textarea {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	padding: 3px
	}
	
.error {
  color: #FF0000;
	}

.access {
	left: -5000px;
	position: absolute;	
	}

.loading { 
  	background-image: url('../img/icons/rotatingclock-slow.gif');
  	background-position: center center;
  	background-repeat: no-repeat; 
  	filter: alpha(opacity=50); 
  	-moz-opacity: .50; 
  	opacity: .50;
	}

.bold {
  	font-weight: bold;
	}

.clearfix {
  	clear: both;
  	margin-bottom: 10px;
	}

.pagernation {
	float: right;
	}

.pagernation li {
	display: inline;
	font-weight: bold;
	font-size: 110%;
	}

/* ----- GLOBAL END ----- */

/* ----- MASTHEAD ----- */

#masthead {
	width: 800px;
	height: 200px;
	margin-bottom: 8px;
	}
	
#masthead #logo {
	width: 332px;
	height: 200px;
	float: left;
	clear: none;
	display: inline;
	}
	
#masthead #google {
	width: 468px;
	height: 60px;
	float: left;
	clear: none;
	display: inline;
	}	

#masthead #image {
	width: 468px;
	height: 140px;
	float: left;
	clear: none;
	display: inline;
	}	
		

/* ----- MASTHEAD END ----- */
	
/* ----- NAVIGATION ----- */

#navigation {
	font-family: Arial, sans-serif;
	overflow: hidden;
	width: 800px;
	background: #E1E851; /*#406610;*/
	font-size: 12px;
	text-transform: uppercase;
	border-top: 1px solid #AA956A;
	}
	
#navigation li {
	float: left;
	}
	
#navigation li.current {
	background: #808976;
	}
	
#navigation li.current a {
	color: #FFFFFF;
	font-weight: bold;
	}	
	
#navigation li a {
	display: block;
	padding: 4px 10px 6px;
	color: #402337;	
	font-weight: bold;
	}
	
#navigation li a .enquire {
	display: block;
	background: #D4B81C; 
	padding: 4px 10px 6px;
	color: #402337;	
	font-weight: bold;
	}	
	
#navigation li ul {
	left: 6px;
	padding: 5px 250px 4px 0;
	position: absolute;
	width: 550px;
	background: url(../img/gradient.gif) 0 0 repeat-x;
	text-transform: none;
	border-bottom: 1px solid #AA956A;
	}
	
#navigation li ul li a {
	padding: 1px 10px;
	color: #FFFFFF;		
	border-left: 1px solid #FFFFFF;
	}
	
#navigation li ul li.first-child a {
	border: 0;	
	}

#navigation li ul li.active a {
	text-decoration: underline;
	color: #FFFFFF;
	}

/* ----- NAVIGATION END ----- */

/* ----- CONTENT ----- */

#content {
	margin-top: 35px;
	overflow: hidden;
	width: 800px;
	background: url(../img/content-bg.gif) repeat-y;
	}
	
body.twoColumn #content {
	background-position: 598px 0;
	}
	
body.threeColumn #content {
	background-position: 220px 0;
	}

/* ----- CONTENT END ----- */

/* ----- MAIN START ----- */

#main {
	float: left;
	padding: 0 10px 0 0;
	position: relative;
	width: 590px;
	}

#main h1 {
	font-size: 2.3em;
	text-transform: uppercase;
	color: #402337; /*#aa956a;*/
	padding: 23px 0;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	}

#main h2 {
	font-size: 1.4em;
	color: #562146;
	letter-spacing: 1px;
	margin: 0 20px 3px 0;
	padding: 0px 0px 4px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;

	}

#main h3 {
	font-size: 1.1em;
	color: #562146;
	letter-spacing: 1px;
	margin: 3px 0px 0px 0px;
	padding-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	}

#main p {
	margin: 3px 0px;
	padding-right: 35px;
	font-size: 1.1em;
	line-height: 140%;
	letter-spacing: 1px;
	}
	
main p .heading {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #AA956A;
	display:block;
	border-bottom: 1px dotted #AA956A;
	padding-bottom: 4px;
	margin-bottom: 4px;
	}	

#main div.picture {
	margin: 5px 0px 15px 0px;
	padding: 9px 8px 0px 10px;
	overflow: hidden;
	width: 572px;
	background-color:#ECEDE5;
	border-bottom: 1px solid #AA956A;
	}
	
#main div.picture p {
	padding-right: 10px;
	}

#main span.attribute {
	color: #B7BF3A;
	text-transform: uppercase;
	font-size: 1em;
	}

/* ----- MAIN - destination search ----- */

#dest-search {
	width: 590px;
	background: #562146; /*url(../img/gradient-aubergine.gif) 0 0 repeat-x;*/
	border-top: 1px solid #AA956A;
	border-bottom: 1px solid #AA956A;
	overflow: hidden;
	height: 26px;
	padding-top: 4px;
	}
	
#dest-search p {
	float: left;
	margin: 0px;
	padding: 0px 3px;
	}
	
#dest-search p.destination {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 5px 0 8px;
	margin-top: -1px;
	text-transform: uppercase;
	line-height: 1.9;
	color: #FFFFFF;
	font-size: 1.15em;
	}
	
#dest-search label {
	float: left;
	height: 23px;
	padding: 0px 5px 0;
	color: #FFFFFF;	
	text-transform: uppercase;
	line-height: 23px/*1.9*/;
	}
	
label.quickfind {
	font-size: 10px;
	}	
	
#dest-search select {
	float: left;
	padding: 0px;
	margin: 3px 5px;
	font-size: 1em;
	border: 1px solid #AA956A;
	}
	
#dest-search input.button {
	margin: 1px 0 0 14px;
	padding: 2px 1px 1px 2px;
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing: 1px;
	background: url(../img/gradient.gif) 0 0 repeat-x;
	height: 21px;
	border: 1px solid #AA956A;
	font-size: 98%;
	}

/* ----- MAIN - destination search - END ----- */

/* ----- MAIN - left column ----- */

#leftColumn { 
	width: 232px;
	overflow: hidden;
	float: left;
	height: 100%;
	padding: 0 0 10px 0;
	margin: 0 10px 0 0;
	}
	
#leftColumn.primary {
	width: 212px;
	overflow: hidden;
	float: left;
	height: 100%;
	padding-bottom: 10px;
	margin-top: 0;
	}

#leftColumn h2 {
	width: 185px; 
	height: 1.8em;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8em;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
	border-bottom:1px solid #AA956A;
	border-top:1px solid #AA956A;
	margin-bottom: 3px;
	padding: 0 0 0 20px;
	}
	
#leftColumn h2 a {
	color: #FFFFFF;
	}

#leftColumn h3 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin: 3px 0 0;
	padding: 3px 6px 1px 0;
	float: none;
	color: #AA956A;
	}
	
#leftColumn h2.first {
	background: #562146 url(../img/cup_icon.png) center left no-repeat; /*url(../img/gradient-aubergine.gif) 0 0 repeat-x;*/
	}
	
#leftColumn h2.second {
	background: #F4A426 url(../img/cup_icon.png) center left no-repeat; /*url(../img/gradient-green-dark.gif) 0 0 repeat-x;*/
	}
	
#leftColumn h2.third {
	background: #B5626D url(../img/cup_icon.png) center left no-repeat; /*url(../img/gradient-green-light.gif) 0 0 repeat-x;*/
	}
	
#leftColumn h2.fourth {
	background: #245CA0; /*url(../img/gradient-bg.gif) 0 0 repeat-x;*/
	color: #FFFFFF;
	margin: 0px;
	border: 0px;
	}
	
#leftColumn h2.fifth {
	background: #AA5C93; /*url(../img/gradient-blue.gif) 0 0 repeat-x;*/
	color: #FFFFFF;
  	border-bottom: none;
	margin-bottom: 0;
	}
	
/* ----- MAIN - left column - END ----- */

/* ----- MAIN - middle column ----- */

#middleColumn {
	width: 327px;
	float: right;
	margin: -8px 20px 0 0;
	}
	
#middleColumn.primary {
	width: 337px;
	margin-top: -2px;
	}
	
#middleColumn.primary p {
	margin: 0;
	padding: 7px 20px 7px 0;
	font-size: 1.1em;
	line-height: 150%;
	letter-spacing: 1px;
	}
	
#middleColumn h2 {
	font-size: 1.25em;
	color: #AA956A;
	letter-spacing: 1px;
	margin: 4px 0px;
	padding: 4px 0px;
	border-bottom: 1px dotted #AA956A;
	font-style: normal;
	}
	
#middleColumn .break {
	border-bottom: dotted 1px #336025;
	}
	
.newsitem {
		background: url(../img/icon_pdf.gif) 0 0 no-repeat;
		height: 18px;
		font-size: 1em;
		line-height: 18px;
		padding: 3px 0 3px 20px;
		color: #72B05F;
		text-decoration: none;
		}	
	
#newsletter {
	margin: 0;
	padding: 0;
	}	
	
	#newsletter li a {
		background: url(../img/icon_pdf.gif) 0 0 no-repeat;
		height: 18px;
		font-size: 1.1em;
		line-height: 18px;
		padding: 3px 0 3px 20px;
		color: #72B05F;
		text-decoration: none;
		}
		
	#newsletter li a:hover {
		color: #636363;
		text-decoration: underline;
		}	
		
#sitemap {
	margin: 0;
	padding: 0;
	}	
	
	#sitemap li a {
		background: url(../img/icon_sitemap.gif) 0 0 no-repeat;
		height: 20px;
		font-size: 1.1em;
		line-height: 20px;
		padding: 3px 0 3px 20px;
		color: #72B05F;
		text-decoration: none;
		}
		
	#sitemap li a:hover {
		color: #636363;
		text-decoration: underline;
		}
		
#sitemap .submenu {
			margin-left: 20px;
			}			
		

/* ----- MAIN - middle column - END ----- */

/* ----- MAIN - homepage ----- */

#leftColumn .imageButton {
	margin-top: 2px;
	}
	
#leftColumn .imageButton a {
	overflow: hidden;
	margin: 0 0 12px;
	padding: 0px;
	float: left;
	border: 1px solid #FFFFFF;
	width: 186px;
	height: 100px;
	}

#leftColumn .imageButton a:hover {
	border: 1px solid #63401D;
	}

/* ----- MAIN - homepage - END ----- */
	
/* ----- MAIN - property search ----- */		

#main h2.second-child, #main h2.second-child a {
	font-size: 1.1em;
	color: #4B0C48;
	letter-spacing: 1px;
	padding-left: 4px;
	margin: 0px;
	float: left;
	line-height: 1.2;
	}
	
#main h2.third-child a {
	font-size: 0.7em;
	/*color: #4B0C48;
	letter-spacing: 1px;*/
	padding-left: 8px;
	margin: 0px;
	float: left;
	line-height: 1.2;
	}	

#main div.list {
	border: 1px solid #EFEEE8;
	overflow: hidden;
	width: 353px;
	float: right;
	background-color: #EFEEE8;
	height: 177px;
	margin-bottom: 15px;
	}

#main div.shaded {
	height:130px;
	width: 353px;
	float: right;
	margin: 0px;
	padding: 4px 0;
	background:url(../img/gradient-shaded.gif) 0 0 repeat-x;
	}

#main div.shaded p {
	margin: 3px 8px;
	}	

#main p.property-link {
	background:url(../img/arrow-right.gif) 100% 50% no-repeat;
	text-align: right;
	padding-right: 30px;
	margin-top: 0;
	}
	
#property_links {
	width: 100%;
	height: 34px;
	background: #E7E6E2;
	border-top: 1px solid #ffffff;
	}
	
#property_links .left{
	width: 80px;
	height: 34px;
	float: left;
	border-right: 1px solid #ffffff;
	line-height: 34px;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	}
	
#property_links .right{
	background:url(../img/arrow-right.gif) 100% 50% no-repeat;
	float: right;
	line-height: 34px;	
	padding: 0 30px 0 0;
	margin-top: 0;
	}		

#main div.propertyHeadingLeft {
	border-bottom: 2px solid #FFFFFF;
	padding: 8px 0 0;
	margin-bottom: 0px;
	height: 40px;
	width: 221px;
	float: left;
	overflow: hidden;
	}
	
#main div.propertyHeadingRight {
	border-bottom: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding: 8px 0 0;
	margin-bottom: 0;
	height: 40px;
	width: 130px;
	float: right;
	overflow: hidden;
	}

#main div.pictureList {
	margin: 0 12px 20px 0;
	padding: 16px 0px 0px 32px;
	float: left;
	background-color: #C1C2A9;	
	width: 174px;
	height: 161px;
	}
	
#main div.pictureList img {
	float: left;
	border: 1px solid #FFFFFF;
	}

/* ----- MAIN - property search - END ----- */
	
/* ----- MAIN - property selected ----- */	
	
	
#main h1.no-margin {
	font-size: 2.25em;
	padding-bottom: 4px;
	text-align:left;
	background-color: #FFFFFF;
	}	

#main h2.no-margin {
	font-size: 1.6em;
	color: #562146;
	letter-spacing: 1px;
	margin: 0px 20px 3px 0px;
	padding: 0 0 26px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	}

#imgBox {
	width: 196px;
	overflow: hidden;
	padding: 10px 0 0 9px;
	margin: 0px 10px 8px 0px;
	background:url(../img/gradient-bg-vert.gif) 0 0 repeat-x;
	border-top: 1px solid #AA956A;
	border-bottom: 1px solid #AA956A;
	}

#imgBox .imgBoxLi {
	float: left;
	width: 65px;
	}

#imgBox li p {
	float: none;
	width: 215px;
	font-size: 98%;
	padding-left: 2px;
	margin: 0px;
	}
	
#imgBox .imgBoxLi img {
	border: 1px solid #FFFFFF;
	margin: 0px 8px 6px 0px;
	}
	
#imgBox .problem {
	margin-top: 7px;
	}	

.leftColumnText {
	width: 193px;
	overflow: hidden;
/*	float: left;*/
	height: 100%;
	padding: 8px 2px 10px 8px;
	margin: 0px 0px 6px 0px;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	}
	
.leftColumnText strong {
  	font-size: 1.1em;
	color: #245CA0;
	letter-spacing: normal;
  	}
	
.leftColumnText a {	
	font-weight: bold;
	}
	
.heading {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	color: #AA956A;
	display:block;
	border-bottom: 1px dotted #AA956A;
	padding-bottom: 4px;
	margin-bottom: 4px;
	}	

.property #middleColumn,
.property .leftColumnText {
	list-style-type: none;
	}
	
.property .leftColumnText li {
	font-size: 1em;
	color: #636363;
	letter-spacing: normal;
	line-height: 150%;
	}	
	
.property #middleColumn li {
	font-size: 1.1em;
	color: #636363;
	letter-spacing: 1px;
	line-height: 140%;
	}

.facility li,	
.property .leftColumnText li {
	background: url(../img/arrow.gif) 0px 3px no-repeat;
	padding-left: 12px;
	font-size: 1em;
	color: #333333;
	line-height: 140%;
	}
	
.leftColumnText li strong {
	font-size: 1em;
	color: #636363;
	font-weight: bold;
	letter-spacing: normal;
	}
	
/* Browser alternative image display */	

.alternative {
	border: solid 1px #666666;
	margin-bottom: 10px;
	}		
	
/* ----- MAIN - property selected - END ----- */		
	
/* ----- MAIN - contact form ----- */

#form {
	margin-top: 5px;
	font-size: 1em;
}
	
#form label {
	float: left;
	width: 230px;
	margin-right: 15px;
	}	
#form input {
	width: 190px;
	font-size: 11px;
	line-height: 11px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}	
#form input.button {
	text-transform: uppercase;
	background: url(../img/gradient.gif) 0 0 repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0 1px;
	margin-top: 8px;
	width: 65px;
	border: 1px solid #AA956A;
	letter-spacing: 1px;
	font-size: 105%;
	}
#form #doublerooms option, #twinrooms option, #lead_source option, #singlerooms option {
	font-size: 0.95em;
}

#form input.date {
	width: 60px;
	margin-right: 5px;
}	
	
/* ----- MAIN - contact form - END ----- */	

/* ----- MAIN END ----- */		


/* ----- RIGHT COLUMN START ----- */

#side {
	float: left;
	margin-left: 8px;
	width: 190px;
	font-family: Arial, sans-serif;
	}

#side p {
	margin-bottom: 5px;
	}

/* ----- RIGHT COLUMN - related ----- */

#related {
	overflow: hidden;
	width: 192px;
	padding-bottom: 10px;
	}
	
#related h2 {
	height: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #fff;
	padding: 0px 20px;
	border-top: 1px solid #AA956A; /*#2F4827;*/
	border-bottom: 1px solid #AA956A; /*#2F4827; #AA956A;*/
	margin-bottom: 3px;
	}
	
#related h2.first {
	background: #58A495 url(../img/cup_icon.png) center left no-repeat; /*url(../img/gradient-yellow.gif) 0 0 repeat-x;*/
	}
	
#related h2.second {
	background: #72B05F url(../img/cup_icon.png) center left no-repeat; /*url(../img/gradient-purple-light.gif) 0 0 repeat-x;*/
	}
	
#related h2.third {
	background: #D4B81C url(../img/cup_icon.png) center left no-repeat; /*url(../img/gradient-blue-dark.gif) 0 0 repeat-x;*/
	margin-bottom: 4px;
	}
	
#related h2.fourth {
	background: #82B074 url(../img/cup_icon.png) center left no-repeat; /*url(../img/gradient-purple.gif) 0 0 repeat-x;*/
	}
	
#related h2.fifth {
	background: #6CA499 url(../img/cup_icon.png) center left no-repeat; /*url(../img/gradient-purple.gif) 0 0 repeat-x;*/
	}	
	
#related h3 {
	font-size: 1.1em;
	line-height: 120%;
	overflow: hidden;
	margin-top: 4px;
	width: 190px;
	}
	
#related p {
	font-size: 1.1em;
	line-height: 125%;
	margin-top: 5px;	
	}

#related ul.posts {
	padding-bottom: 8px;
	margin-bottom: 8px;
	}
#related ul.posts h3 {
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	font-size: 104%;
	}
	
#related ul.posts li {
	font-size: 104%;
	margin: 0px;
	padding: 0px;
	}
	
#related ul.posts li p {
	margin: 0px;
	line-height: 135%;
	}

/* ----- RIGHT COLUMN - related - END ----- */

/* ----- RIGHT COLUMN - newsletter signup ----- */

#formRelated {
	width: 240px;
	margin-bottom: 10px;
	overflow: hidden;
	}
	
#formRelated p {
	overflow: hidden;
	width: 190px;
	margin-top: 1px;
	float: left;
	}
	
#formRelated input.text {
	margin-top: 3px;
	padding: 2px 3px;
	width: 144px;
	margin-right: 5px;
	height: 12px;
	font-size: 104%;
	}
		
#formRelated label, #formRelated input {
	float: left;
	font-size: 1em;
	width: 80px;
	}
	
#formRelated input.button {
	width: 30px;
	height: 21px;
	font-size: 98%;
	line-height: 21px;		
	color: #FFFFFF;
	font-weight:bold;
	letter-spacing: 1px;
	background: #6C2A33; /*url(../img/gradient.gif) 0 0 repeat-x; */
	border: 1px solid #460D15; /*#AA956A;*/
	margin: 1px 0px 0px 2px;
	padding: 0 2px; /* 1px 1px 2px;*/	
	}

/* ----- RIGHT COLUMN - newsletter signup - END ----- */

/* ----- RIGHT COLUMN - diary ----- */

#related .diary  h3 {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 0px;
	font-size: 104%;
	text-align:center;
	border: 1px solid #CCCCCC;
	width: 190px;
	margin: 2px 0px 4px 0px;
    float: none;
	}
	
#related .diary h4, #related .diary h4 a {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 105%;
	margin: 6px 0 0;
	padding-bottom: 2px;
	color: #1C4840; /*#4B0048;*/
	}
	
#related .diary span.current {
	float: left;
	width: 132px;
	text-align: center;
	margin-top: 2px;
	}
	
#related .diary span.prev {
	float: left;
	margin-top: 1px;
	}
	
#related .diary span.next {
	float: right;
	margin-top: 1px;
	}
	
/* 
TODO:
get this to work in IE 
*/
#related #calendar .loading,
#related #calendar .loading h3,
#related #calendar .loading ul {
  	filter: alpha(opacity=50); 
  	-moz-opacity: .50; 
  	opacity: .50;
	}

#related ul.borders {
	margin: 0 0 10px;
	padding: 3px 6px 6px 5px;
	border: 1px solid #CCCCCC;
	}
	
#related ul.borders li {
	padding: 0;
	}
	
#related ul.borders span a {
	text-decoration: none;
	color: #FFFFFF;
	}
	
#related ul.borders li p {
	margin: 2px 0 3px 0;
	font-size: 120%;
	}

#related ul.borders li h5 {
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-align: right;
	font-size: 96%;
	margin: 8px 0px 2px;
	padding-top: 7px;
	border-top: 1px dotted #CCCCCC;
	}

/* ----- RIGHT COLUMN - diary - END ----- */

/* ----- RIGHT COLUMN - tools ----- */

#tools {
	margin: 10px 0;
	overflow: hidden;
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 10px;	
	}
	
#tools li {
	display: block;
	}
	
#tools img {
	float: left;
	margin: -1px 5px 0 2px;
	}
	
#share {
	margin: 10px 0;
	overflow: hidden;
	width: 180px;
	font-family: Arial, sans-serif;
	font-size: 1.1em;	
	}
	
#share li {
	width: 185px;
	float: left;
	margin-right: 5px;
	padding-bottom: 3px;
	}
	
#share img {
	float: left;
	margin: -1px 5px 0 2px;
	}	

#ButtonPrint {
	display: none;
	}

#related .increase {
	font-size: 1.6em;
	font-weight: bold;
	}

/* ----- RIGHT COLUMN - tools - END ----- */

/* ----- FOOTER START ----- */

#footer {
	/*display: inline-block;*/
	width: 800px;
	font-family: Arial;	
	color: #AA956A;	
	background-color: #FFFFFF;
	margin-top: 15px;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #AA956A;
	padding: 10px 0 15px;
	}
	
/* #footer {
	color: #AA956A;
	} */

#footer a {
	color: #4B0048;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
#footer ul {
	margin: 0 auto;
	}	
	
#footer li {
	border-left: 1px solid;
	margin-left: 5px;
	padding-left: 5px;
	display: inline;
	}
	
#footer li.first-child {
	border: 0px;
	padding: 0px;
	}

/* ----- FOOTER END ----- */