/* Contents:
	Sitewide Styles
	Header Layout
	Content Layout
	Footer Layout
	Individual Page Formatting
	Text Formatting
	Admin Styles
*/

/* Sitewide Styles
--------------------------------------------------------------------------------------- */

body {
	background-color: #7bc2d6;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	margin: 0px;
	color: #4d442b;
	}
 	
#page {
	margin:0px auto;
	width: 780px;
	}
	
#columna, #columnb {
	float: left;
	height: 620px;
	}

#columna {
	width: 310px;
	height: 620px;
	background-image: url(images/layout-la-joyita.jpg);
	background-repeat: no-repeat;
	position: relative;
	}
	
#columnb {
	width: 470px;
	height: 620px;
	background-image: url(images/layout-rt-bg.jpg);
	background-repeat: no-repeat;
	}
	
#contentwrapper { 
	margin: 70px 30px 0px 0px;
	padding: 0px;
	background-image: url(images/layout-content-tile.jpg);
	background-repeat: repeat-y;
	text-align: left;
	}

#navigation {
	position: absolute;
	top: 150px;
	left: 170px;
	width: 140px;
	text-align: right;
	}


/* Header layout
--------------------------------------------------------------------------------------- */

#headerwelcome, #headerabout, #headergallery, #headerreservations, #headertestimonials, #headerlinks, #headercontact, #headeradmin { 
	width: 440px;
	height: 70px;
	background-repeat: no-repeat;
	display: block;
	}
	
#headerwelcome { 
	background-image: url(images/header-welcome.jpg);
	}
	
#headerabout { 
	background-image: url(images/header-about.jpg);
	}

#headergallery { 
	background-image: url(images/header-gallery.jpg);
	}
	
#headerreservations { 
	background-image: url(images/header-reservations.jpg);
	}
	
#headertestimonials { 
	background-image: url(images/header-testimonials.jpg);
	}
	
#headerlinks { 
	background-image: url(images/header-links.jpg);
	}
	
#headercontact { 
	background-image: url(images/header-contact.jpg);
	}
	
#headeradmin { 
	background-image: url(images/header-admin.jpg);
	}
	

h1 { 
	display: none;
	margin: 0px;
	padding: 0px;
	}
	
/* Content Layout
--------------------------------------------------------------------------------------- */

#content { 
	background-image: url(images/layout-content-bg.jpg);
	background-repeat: no-repeat;
	padding: 0px 20px;
	line-height: 18px;
	}
	
#contentinterior { 
	padding: 20px;
	}
	
.propper{
	float:right;
    width:1px;
	}
	

/* Hides from IE5-mac */
* html div#content {height: 1%;}
/* End hide from IE5-mac */ /*— Holly Hack for IE 6 Peekaboo bug cause it totally sucks. —*/	

/* Footer Layout
--------------------------------------------------------------------------------------- */

#footer { 
	width: 440px;
	height: 60px;
	background-image:url(images/layout-footer.jpg);
	background-repeat: no-repeat;
	display: block;
	}
	
#credits { 
	color: #4d442b;
	font-size: 11px;
	background-color: #7bc2d6;
	text-align: center;
	margin-bottom: 20px;
	}
	
#credits a { 
	color: #4d442b;
	}
	
/* Individual Page Formatting
--------------------------------------------------------------------------------------- */
#gallerywrapper { 
	width: auto;
	text-align: center;
	margin-top: 10px;
	}
	
.gallerythumb { 
	background-image: url(images/gallery-thumb-bg.jpg);
	width: 85px;
	padding: 17px;
	float: left;
	}
	
.thumbright, .thumbleft { 
	background-image: url(images/thumb-large.jpg);
	width: 120px;
	padding: 20px;
	}
	
.thumbright { 
	float: right;
	}
	
.thumbleft { 
	float: left;
	}

.insetheader, .insetfooter, .insetwrapper { 
	width: 180px;
	}
	
.insetheader, .insetfooter { 
	height: 20px;
	}

.insetwrapper {
	float: right;
	background-image: url(images/inset-bg.jpg);
	background-repeat: repeat-y;
	}
	
.insetheader { 
	background-image: url(images/inset-header.jpg);
	background-repeat: no-repeat;
	}

.insetcontent {
	padding: 0px 20px;
	}
		
.insetfooter { 
	background-image: url(images/inset-footer.jpg);
	background-repeat: no-repeat;
	}
	
	


/* Text Formatting
--------------------------------------------------------------------------------------- */

a:link, a:visited { 
	color: #235563;
	text-decoration: none;
	}
	
a:active, a:hover {
	color: #133842;
	text-decoration: underline;
	}

h2 { 
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	padding: 0px;
	margin: 10px 0px 5px 0px;
	}
	
h3 { 
	font-size: 12px;
	padding: 0px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;	
	text-transform: uppercase;
	}
	
h4 { 
	font-size: 18px;
	font-weight: bold;
	font-variant:small-caps;
	padding: 0px;
	margin: 5px 0px 5px 0px;
	}
	
.textsmall {
	font-size: 11px;
	}

.indent {
	padding: 0px 15px;
	}

.author {
	font-size: 10px;
	text-transform: uppercase;
	}

.clear { 
	clear: both;
	}
	
.hide { 
	display: none;
	}
	
.dividerdots {
	background-image: url(images/layout-dots.gif);
	background-repeat: repeat-x;
	height: 1px;
	margin: 10px 0px 10px 0px;
	clear: both;
	}
	
/* Admin Styles
--------------------------------------------------------------------------------------- */

.editbuttons { 
	width: auto;
	text-align: right;
	}

.editbuttons a:link, .editbuttons a:visited {
	background-color: #235563;
	color: #ffffff;
	font-size: 10px;
	padding: 2px 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	display: block;
	float: right;
	text-transform: uppercase;
	text-align: center;
	}

.editbuttons a:active, .editbuttons a:hover {
	background-color: #133842;
	text-decoration: none;
	}