@import url('../data/fancybox/jquery.fancybox-1.3.4.css');

/*
* DISBAND THE DEFAULT RULES
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}

fieldset, img {
	border: none;
}


/*
* COMMON ELEMENTS
*/

a {
	color: #cd6d0a;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #cd6d0a;
	text-decoration: underline;
	outline: none;
}

p {
	margin: 0 0 20px;
	line-height: 175%;
}

input.button,
input.submit {
	cursor: pointer;
}

h2 {
	clear: left;
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	margin-bottom: 4px;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: .85em;
	font-weight: bold;
	font-style: italic;
}

ul, ol {
	margin: 10px 30px;
}

.picture img {
	padding: 5px;
	background: #bcad7a;
}

.to-left {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}

.to-right {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

.paperclips {
	height: 174px;
	background: url('../img/backgrounds/paperclips.png') center center no-repeat;
}


/*
* LAYOUT
*/

.container {
	width: 960px;
	margin: 0 auto;
}

.container:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.column-left {
	display: inline;
	float: left;
	width: 240px;
	padding-left: 30px;
	margin-left: -5px;
	background: url('../img/backgrounds/coffee.png') 0 bottom no-repeat;
	padding-bottom: 50px;
	min-height: 250px;
}

.column-right {
	display: inline;
	float: right;
	width: 560px;
	padding-right: 80px;
}

.column-right p {
	text-align: justify;
}


/*
* HEADER
*/

#top {
	min-width: 960px;
	height: 60px;
	background: url('../img/backgrounds/top.png') center 0 repeat-y;
}

h1 {
	background: url('../img/backgrounds/wave.png') right 0 no-repeat;
	height: 125px;
	margin: 0 -5px -80px 20px;
	position: relative;
	top: -13px;
	padding: 25px 20px 0;
}

#navigation {
	list-style: none;
	margin: 0 0 60px 40px;
}

#navigation li {
	display: inline;
	font-size: 14px;
	margin-right: 15px;
}

#navigation a {
	color: #442608;
	text-decoration: none;
	padding: 2px 5px 10px;
	background: url('../img/icons/arrow-bottom.png') center -100px no-repeat;
}

#navigation li.active a,
#navigation a:hover,
#navigation a:focus,
#navigation a:active {
	background-position: center bottom;
}


/*
* CONTENT
*/

#content {
	min-width: 960px;
	background: url('../img/backgrounds/content.png') center 0 repeat-y;
	padding-bottom: 36px;
	margin-bottom: -36px;
}

.column-left ul {
	margin: 0 0 30px;
	list-style: none;
}

.column-left ul li {
	padding-left: 15px;
	font-size: 14px;
	margin-bottom: 5px;
}

.column-left ul li a {
	padding-left: 15px;
	margin-left: -15px;
	color: #442608;
	text-decoration: none;
	background: url('../img/icons/arrow-left.png') -100px center no-repeat;
}

.column-left ul li.active a,
.column-left ul li a:hover,
.column-left ul li a:focus,
.column-left ul li a:active {
	background-position: 0 center;
}

ul.gallery {
	margin: 0 -20px 30px 0;
	list-style: none;
}

ul.gallery:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ul.gallery li {
	display: inline;
	float: left;
	margin: 0 5px 5px 0;
}

ul.gallery li img {
	display: block;
	padding: 5px;
	background: #bcad7a;
}

.news {
	clear: both;
	margin: 0 0 40px;
}

p.date {
	margin-top: -25px;
	font-size: 10px;
}

.column-right p {
	text-indent: 1.5em;
}


/*
* FOOTER
*/

#footer {
	min-width: 960px;
	background: url('../img/backgrounds/footer.png') center 0 repeat-y;
	height: 100px;
	padding: 180px 5px 22px;
	font-size: 10px;
	color: #5f4d26;
}

#footer p {
	display: inline;
	float: left;
}

#footer p#copyright {
	float: right;
}

#footer p#copyright a {
	color: #442608;
	text-decoration: none;
}


/*
* GLOBAL RULES
*/

.hidden,
.aural {
	position: absolute !important;
	left: -2500px !important;
	width: 20px !important;
	height: 0 !important;
}

body {
	background: #be9c5b url('../img/backgrounds/body.jpg') 0 0;
	padding: 40px 0 0;
	margin: 0;
	color: #442608;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
