/*
***********************************
* www.internationalretreat.org 2012
***********************************
*
* Original author: Satyadarshin
* Document created: December 2011
*  
* Abstract: root document styles
* 
* Changelog (date / editor / changes): 
* 
*/

/**************************************************************************
* General Stylesheet Principles
---------------------------------------------------------------------------
* All styles should be lsited in markup order, more general to more specific 
****************************************************************************/

* { 
	margin: 0;
	padding: 0; 
}

body { 	 		
 	background: rgb(250,245,220);
	font-family: "Helvetica", "Arial", sans-serif; 
	color: rgb(145,85,60);
	font-size: 80%;
}

img {
	border: none;
}

div#canvas { 
	background: rgb(250,240,175); 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0;
	margin-bottom: 1em;
	border: 6px solid rgb(255,255,255); 
	border-bottom: 7px solid rgb(255,255,255); 
	border-top: none; 
	width: 750px;
	-moz-border-radius-bottomright: 24px;
	-moz-border-radius-bottomleft: 24px; 
	-webkit-border-bottom-right-radius: 24px; 
	-webkit-border-bottom-left-radius: 24px; 
	border-radius: 0 0 24px 24px;
}


/*********************
* Banner
----------------------
* Used in:
* classes/page.cls.php
**********************/

div#banner {		
	height: 200px;	 
	background: url(../images/banner.jpg) 0 0 no-repeat;
	width: 100%;
	border-bottom: 1px solid rgb(255,255,255);
}
	
div#banner h1 {  
	height: 17px;
	border-left: 1px solid rgb(255,255,255);
	border-top: 1px solid rgb(255,255,255);
	position: relative;
	color: rgb(255,255,255);
	background: rgb(245,100,30);
	width: 520px;
	top: 168px;
	left: 199px;
	padding: 8px 0 6px 30px;
	text-align: left;
	font-size: 120%;
}

p#page_data {
	height: 17px;
	background: rgb(90,30,250);
	color: rgb(255,255,255);
	position: relative;
	width: 520px;
	font-weight: bold;
	top: 0;
	left: 200px;
	padding: 7px 0 8px 30px;
}

p#page_data a {
	color: rgb(255,255,255);
}


/*********************
* Sidebar
----------------------
* Used in:
* classes/page.cls.php
**********************/
img {
	margin-left: 2em;
	}
/*********************
* Site navigation
----------------------
* Used in:
* classes/page.cls.php
**********************/

div#navigation { 
	background: rgb(120,150,245);
	float: left; 
	font-family: Helvetica, sans-serif; 	
	width: 199px;
	text-align: left;
	margin-top: -32px;
	margin-bottom: 2em;
	border-left: 1px solid rgb(255,255,255);
}

div#navigation  img {
	margin: 0 0 -3px 5px;

}

div#navigation ul {
	padding: 0;
	list-style: none;
}

div#navigation li p {
	height: 17px;
	border-top: 1px solid rgb(255,255,255);
	border-bottom: 1px solid rgb(255,255,255);
	font-weight: bold;
	background: rgb(90,30,250);
	padding-top: .75em;
	padding-bottom: .75em;
	padding-left: 10px;
	margin-left: 5px;
	color: rgb(255,255,255);
}
	
div#navigation li {
	margin-left: -5px;
}

div#navigation li a {
	height: 17px;
	margin-left: 5px;
	padding-left: 12px;
	display: block; 
	border-bottom: 1px solid white; 
	padding-top: .5em; 
	padding-bottom: .75em;
}

div#navigation li li a {
	font-weight: bold;
	margin-left: 9px;
}
div#navigation a:link {
	font-weight: bold;
	color: rgb(255,255,255);
}
	
div#navigation a:visited {
	font-weight: bold;
	color: rgb(180,210,255);
}
	
div#navigation a:hover {
	font-weight: bold;
	background: rgb(30,110,250);
	color: rgb(255,255,255);
	text-decoration: none;
}


/*********************
* Content area
----------------------
* Used in:
* classes/page.cls.php
**********************/

div#article { 	
	background: white;
	clear: right;
	float: right;
	width: 550px; 
	min-height: 850px;
	-moz-border-radius-bottomleft: 15px; 
	-webkit-border-bottom-left-radius: 15px;
	border-radius: 0 0 0 15px;
	padding-bottom: 80px;
}

div#article a:hover {
	text-decoration: none;
}

div#article p#page_data {
	background: rgb(64,32,250);
	color: rgb(255,255,255);
	position: relative;
	width: 520px;
	font-weight: bold;
	top: -1em;
	left: -29px;
	padding: 5px 0 5px 30px;
}

div#article p#page_data a {
	color: rgb(255,255,255);
}

div#article h2 { 
	color: rgb(245,100,30);
	margin-top: 38px;
	margin-left: 30px;
	padding-bottom: 10px;
}

div#article div.section {
	padding-top: 17px;
	margin-left: 30px;
}

div#article h3 {
	color: rgb(245,100,30);
	margin-top: 1em;
	margin-bottom: -.5em;
	font-size: 110%
}

div#article h4 {
	color: rgb(245,100,30);
	padding-top: 2em;
	margin-bottom: -1em;
	font-size: 100%
}
	
div#article p {
	color: rgb(0,0,0); 
	margin: 1em 2em 1em 0;
	line-height: 1.5;
}
div#article iframe {
 	margin-top: 1.5em;
	margin-bottom: -.5em;
}

div#article ul {
	margin: 1em;

}

div#article li {
	line-height: 1.5;
	color: rgb(0,0,0);
}

div#article div.flickr {
	margin-top: 1em;
	width: 525px; 
	background: rgb(0,0,0); 
	margin-bottom: 1em;
	padding-bottom: 1em;
	border: 1px solid rgb(250,245,220);
	border-right: none;
	background: rgb(255,250,205); 
	background: -moz-linear-gradient(left, rgb(250,240,175), rgb(255,255,255)); /* FF 3.6+ */  
    background: -ms-linear-gradient(rgb(250,240,175), rgb(255,255,255)); /* IE10 */  
    background: -webkit-gradient(linear, left top, right top, from(rgb(250,240,175)), to(rgb(255,255,255))); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(left top, right top, rgb(250,240,175), rgb(255,255,255)); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(rgb(250,240,175), rgb(255,255,255)); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFACD', endColorstr='#FFFFFF', GradientType=1); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFACD', endColorstr='#FFFFFF', GradientType=1)"; /* IE8+ */  
    background: linear-gradient(left top, rgb(250,240,175), rgb(255,255,255)); /* the standard */
    -moz-border-radius-bottomleft: 15px; 
	-webkit-border-bottom-left-radius: 15px;
	border-radius: 0 0 0 15px	
}

div#article div.flickr iframe { 
	margin-top: 0;
	margin-left: 12px; 
	margin-right: auto;
}

div#article p.flickr_caption {
	color: rgb(250,165,25);
	padding: .5em 0 1em 1em;       
}


/*********************
* Booking form
----------------------
* Used in:
* contentModules/bookingEnglish.mod.php contentModules/bookingreview.mod.php
**********************/
div#article img.payment_option {
	margin: 20px 10px 0;
	border: none;
	float: left; 
	}
	
form#booking {
	margin: 2em 0;
}

form#booking p {
	line-height: 1.5;
}

form#booking fieldset {
	background: rgb(180,210,255);
	margin-top: 1em;
	margin-right: 1em;
	padding: 1em;
	border: 1px solid rgb(120,150,245);
}

form#booking fieldset#open {
	border-radius: 0 10px 0 0;
}

form#booking fieldset#close {
	
	border-radius: 0 0 0 10px;
	}
form#booking legend {
	background: rgb(120,150,245);
	color: rgb(255,255,255);
	font-weight: bold;
	padding: .5em 1em;
}

form#booking ul.form li {
	margin: 0;
	padding: 0;
}

form#booking label.left {
	margin-left: 5px;
}

form#booking label.right {
	margin-right: 5px;
}

form#booking input, textarea { 
		border: 1px solid rgb(120,150,245);
} 

form#booking label#train {
	padding-left: 2em;
}

input#submit, a#button { 
	display: block;
	width: 70px;
	padding: 8px 0 10px;
	text-align: center;
	margin: 3px 5px 2px;
	float: left; 
	clear: both;
	border-bottom: 1px solid rgb(64,32,250);
	border-right: 1px solid rgb(130,195,235);
	border-top: 1px solid rgb(130,195,235);
	border-left: 1px solid rgb(64,32,250);
    border-radius: 4px;
   	color: rgb(255,255,255);
   		background: rgb(120,150,245);
	background: -moz-linear-gradient(rgb(120,150,245), rgb(64,32,250)); /* FF 3.6+ */  
    background: -ms-linear-gradient(rgb(120,150,245), rgb(64,32,250)); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7896F5), color-stop(100%, #4020FA)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(rgb(120,150,245), rgb(64,32,250)); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(rgb(120,150,245), rgb(64,32,250)); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7896F5', endColorstr='#4020FA'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7896F5', endColorstr='#4020FA')"; /* IE8+ */  
    background: linear-gradient(rgb(120,150,245), rgb(64,32,250)); /* the standard */ 
}

input#submit:hover, a#button:hover {
	background: rgb(64,32,250);
	border: 1px solid rgb(255,255,255);
}

input#submit:active, a#button:active { 
	border-top: 1px solid rgb(10,100,160);
	border-left: 1px solid rgb(130,195,235);
	border-bottom: 1px solid rgb(130,195,235);
	border-right: 1px solid rgb(10,100,160);
	background: rgb(30,155,240);
	background: -moz-linear-gradient(rgb(64,32,250), rgb(120,150,245)); /* FF 3.6+ */  
    background: -ms-linear-gradient(rgb(64,32,250), rgb(120,150,245)); /* IE10 */  
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4020FA), color-stop(100%, #7896F5)); /* Safari 4+, Chrome 2+ */  
    background: -webkit-linear-gradient(rgb(64,32,250), rgb(120,150,245)); /* Safari 5.1+, Chrome 10+ */  
    background: -o-linear-gradient(rgb(64,32,250), rgb(120,150,245)); /* Opera 11.10 */  
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4020FA', endColorstr='#7896F5'); /* IE6 & IE7 */  
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4020FA', endColorstr='#7896F5')"; /* IE8+ */  
    background: linear-gradient(rgb(64,32,250), rgb(120,150,245)); /* the standard */
}

div#review { 
	float: left;
	margin: .5em 10px 0 0; 
	padding: 5px;
	background: rgb(180,210,255);
	border: 1px solid rgb(120,150,245);
	border-radius: 0 10px 0 10px;
	margin-bottom: 2em;
	padding-bottom: 1em;
}

div#review li { 
	margin: .5em;
}

div#review p#clear {
	clear: both;
}


/*********************
* Footer
----------------------
* Used in:
* classes/page.cls.php
**********************/

div#footer { 	
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px; 
	-webkit-border-bottom-right-radius: 20px; 
	-webkit-border-bottom-left-radius: 20px; 
	border-radius: 0 0 20px 20px;
	text-align: center; 
	position: relative;
	background: rgb(250,240,175);
	height:100px; 
	clear: both;
}

div#logo_block { 
	float: left;
	width: 550px;
	margin-top: -50px;
	margin-left: 200px;
}

img#chairs { 

	float: left; 
	margin: 15px 0 0 25px;	
}

a#bf{ 

	float: left; 
	clear: right;
	margin: 8px 0 0 42px;	
}

a#tlka{ 
	
	float: left; 
	clear: right;
	margin: 50px 0 0 42px;	
}

div#footer p { 
	color: rgb(250,165,25);
}

div#footer p#credit {
	width: 18em; 
	float: left; 
	clear: left;
	margin-top: 25px; 
	margin-left: 225px; 
	text-align: left;
}

div#footer p#credit a { 
	color: rgb(250,165,25);
}

div#footer p#credit a:hover { 
	text-decoration: none;
}

div#footer p#copyright { 
	margin-top: 25px; 
	width: 16em; 
	float: right;
	clear: right; 
	margin-right: 25px; 
	text-align: right;
}
