/* * * * * * * *
 * terragona
 * * * * * * * */

/******
 * Borders
 * I use these for debugging the layout.
 */

/*
#banner {
	border: 1px solid blue;
	}
#column1 {
	border: 1px solid red;
	}
#column1 h2 {
	border: 1px solid orange;
	}
*/

body
{
	margin: 0;
	padding: 0;
	background-color: #92805A;
	font-family: "Trebuchet MS", Helvetica, "Lucida Sans Unicode", Calibri, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.warning
{
	color: #c00;
	font-weight: bold;
}

.clear
{
	clear: both;
	float: none;
	/*MENU */
}

#shadow { background: url(/images/template/shad-main.jpg) center top repeat-y; }

#wrapper
{
	z-index: 1;
	position: relative;
	top: 0;
	right: auto;
	left: auto;
	margin: 0 auto;
	padding: 0;
	width: 957px;
	background-color: #E8E6D9;
	text-align: left;
}

#masthead
{
	margin: 0;
	padding: 0;
	height: 143px;
	background: url(/images/template/masthead-bk.jpg) 0 0 no-repeat;
}

#masthead h1
{
	display: block;
	margin: 0 11px 0 0;
	padding: 104px 0 0 0;
	color: #685D04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	text-align: right;
}

#banner
{
	margin: 0;
	padding: 0;
	height: 134px;
	background: url(/images/template/banner-image.jpg) left top no-repeat;
}

#content
{
	margin: 0;
	padding: 0;
	min-height: 550px;
}

#column1
{
	z-index: 3;
	position: absolute;
	top: 0;
	left: 15px;
	width: 172px;
	height: auto;
}

#column1 h4
{
	margin: 0;
	padding: 0;
}

#column1 #navigation
{
	margin: 0;
	padding: 0;
	background-color: #030;
}

#column1 h2
{
	display: block;
	margin: 0 0 -5px 0;
	padding: 0;
}

#column2
{
	z-index: 4;
	top: 68px;
	left: 7px;
	width: 710px;
	margin: 0 0 0 185px;
	padding: 30px;
	line-height: 160%;
}

#column2 h1, #column2 h2, #column2 h3
{
	margin: 0;
	padding: 8px 0;
	color: #6A5A02;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 125%;
}

#column2 h1 { font-size: 26px; }
#column2 h2 { font-size: 20px; }
#column2 h3 { font-size: 18px; }
#column2 ol li { padding-bottom: 10px; }

#column2 a
{
	padding: 0 5px;
	color: #096;
	text-decoration: underline;
	font-weight: bold;
}

#column2 a:hover
{
	color: #E8E6D9;
	background-color: #C1BA8E;
	text-decoration: none;
}

#column2 img.float-right
{
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
	border: 1px solid #030;
}

#column2 .gallery-thumb
{
	float: left;
	margin: 0;
	padding: 6px;
	width: 158px;
	height: 158px;
}

#column2 .gallery-thumb a img { border: 1px solid #030; }

#footer
{
	margin: 0 auto;
	width: 980px;
	color: #fff;
	background: url(/images/template/shad-footer.jpg) center -5px no-repeat;
	font-size: 10px;
}

#footer a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footer td
{
	color: #fff;
	font-size: 10px;
}

#nav
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#leftnav
{
	border: 0 none;
	padding: 0;
	/*For KHTML*/
	list-style-type: none;
	margin: 0;
}

/*FIRST DROP MENU*/
ul#leftnav ul
{
	margin: 0;
	border: 0 none;
	padding: 0;
	/*position*/
	list-style-type: none;
}

ul#leftnav li
{
	margin: 0;
	padding: 0;
	/*For Gecko*/
	display: block;
	list-style-type: none;
	line-height: 28px;
	border-top: 1px solid #C1BA8E;
}

ul#leftnav a
{
	display: block;
	padding-left: 18px;
	width: 154px;
	color: #fff;
	background: #030 url(images//images/template/nav-arrow.gif) 10px center no-repeat;
	height: auto !important;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 28px;
}

ul#leftnav a:hover
{
	background-color: #006b52;
	background-image: url(/images/template/nav-over.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

ul#leftnav ul li
{
	display: block !important;
	line-height: 28px;
	border: 0 none;
}

ul#leftnav ul li a:before { content: "> "; }

ul#leftnav ul li a
{
	padding-left: 22px;
	width: 150px;
	border: 0 none;
	background-image: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
}

ul#leftnav ul li a:hover
{
	background-color: #001700;
	background-image: none;
}

form.simple { width: 480px; }

form div.row
{
	clear: both;
	padding: 10px 0 0 0;
}

form div.row span.label
{
	float: left;
	width: 160px;
	text-align: right;
}

form div.row span.input
{
	float: right;
	width: 300px;
	text-align: left;
}
