/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;background:#fff;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

/* global.css */
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
a:hover {text-decoration:none;}
hr {background:#ddd;color:#ddd;margin:0 0 1.45em;clear:both;float:none;width:100%;height:.1em;border:none;}
p img.left {float:left;margin:0 20px 20px 0;}
p img.right {float:right;margin:0 0 20px 20px;}
p img.left:last-child, p img.right:last-child {margin-bottom:0;}
.hidden {display:none;}

@font-face {font-family: Aller;src: url("type/Aller__Rg.ttf");}

html {
	background:#d9d3c3 url(../images/bg.jpg);
}

body {
	position:relative;
	background-color:transparent;
	font:11px Verdana, Tahoma, Arial;
	color:#6a5246;
}

h2 {
	font-family:Aller, Arial, Helvetica, sans-serif, Verdana;
	font-size:23px;
	color:#6a5246;
}

p, li {
	font-size:13px;
}

p.note {
	font-size:11px;
}

a, a:visited{
	color:#6a5246;
}

a:hover {
	color:#523a2e;
}

.shadow-top {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
	background:url(../images/bg-top-shadow.png) repeat-x center top;
	z-index:98;
}

.container {
	margin:0 auto;
	position:relative;
	width:980px;
	z-index:99;
}

.content {
	clear:both;
}

.column {
	float:left;
}

.col-1, .col-left, .col-right {
	margin-top:20px;
}

.col-1 {
	width:980px;
}

.col-left {
	width:270px;
}

.col-right {
	width:710px;
}

/* Header */
.header {
	clear:both;
	position:relative;
	background:url(../images/bg-glow.png) no-repeat center -90px;
}

.header h1 {
	margin-bottom:10px;
	padding-top:10px;
	text-indent:-9999px;
}

.header h1 a {
	display:block;
	margin:0 auto;
	width:175px;
	height:78px;
	background:url(../images/owee-salva-logo.png) no-repeat;
	outline:none;
}

.navigation {
	display:block;
	margin:0 auto;
	width:700px;
	height:35px;
	background:url(../images/lines.png) no-repeat center center;
}

ul.nav {
	list-style:none;
	margin:0 auto;
	padding:12px 0 0;
	width:505px;
}

.nav li {
	position:relative;
	float:left;
	margin-right:65px;
	text-indent:-9999px;
}

.nav li:last-child, .nav li.last {
	margin-right:0;
}

.nav li a {
	display:block;
	height:12px;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	outline:none;
}

.nav li.home a {
	width:40px;
	background-position:0 -13px;
}

.nav li.home a:hover {
	background-position:0 -26px;
}
 .nav li.home a.active {
	background-position:0 0;
}

.nav li.gallery a {
	width:60px;
	background-position:-42px -13px;
}

.nav li.gallery a:hover {
	background-position:-42px -26px;
}

.nav li.gallery a.active {
	background-position:-42px 0;
}

.nav li.blog a {
	width:35px;
	background-position:-104px -13px;
}

.nav li.blog a:hover {
	background-position:-104px -26px;
}

.nav li.blog a.inactive:hover {
	background-position:-104px -13px;
	cursor:default;
}

.nav li.blog a.active {
	background-position:-104px 0;
}

.nav li.about a {
	width:47px;
	background-position:-142px -13px;
}

.nav li.about a:hover {
	background-position:-142px -26px;
}

.nav li.about a.active {
	background-position:-142px 0;
}

.nav li.contact a {
	width:63px;
	background-position:-191px -13px;
}

.nav li.contact a:hover {
	background-position:-191px -26px;
}

.nav li.contact a.active {
	background-position:-191px 0;
}

.nav li span {
	position:absolute;
	width:22px;
	height:22px;
	top:0;
	right:-20px;
	background:url(../images/nav-arrow.png) no-repeat center 0;
	cursor:pointer;
}

.nav li span.subhover {
	background-position:center -22px
}

.nav li ul.subnav, .nav li ul.subnav li {
	width:200px;
}

.nav li ul.subnav {
	display:none;
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
	top:15px;
	left:0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background:#837c68 url(../images/img-bg.jpg);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	z-index:99;
}

.nav li ul.subnav li {
	display:block;
	font:14px Arial, Helvetica, sans-serif, Verdana bold;
	font-weight:bold;
	color:#d9d3c3;
	text-indent:0;
	white-space:nowrap;
}

.nav li ul.subnav li a {
	display:block;
	padding:7px 15px;
	color:#d9d3c3;
	width:auto;
	height:auto;
	background:none;
	text-decoration:none;
}

.nav li ul.subnav li a:hover {
	color:#f2ecda;
	background-color:#6a5246;
}

.nav li ul.subnav li.first a:hover {
	border-radius:3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
}

.nav li ul.subnav li.last a:hover {
	border-radius:0 0 3px 3px;
	-moz-border-radius:0 0 3px 3px;
	-webkit-border-radius:0 0 3px 3px;
}
/* End Header */

/* Gallery */
.home .gallery, .portfolio .gallery, .main-gallery .gallery {
	margin:0 auto;
}

.home .gallery, .main-gallery .gallery {
	width:800px;
}

.gallery img, img.border {
	float:left;
	padding:5px;
	background:#837c68 url(../images/img-bg.jpg);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .35);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .35);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .35);	
}

.about p img.solo {
	margin-bottom:20px;
}

.home .gallery img {
	margin:0 30px 20px 0;
}

.main-gallery .gallery img {
	float:none;
}

.main-gallery .gallery p {
	float:left;
	margin:0 25px 15px 0;
}

.main-gallery .gallery p span {
	display:block;
	margin-top:3px;
	font:14px Arial, Helvetica, sans-serif, Verdana;
	font-weight:bold;
	text-align:center;
}

.gallery img.n-r, .gallery p.n-r {
	margin-right:0;
}

.gallery img.n-b, .gallery p.n-b {
	margin-bottom:0;
}

.controller h2 {
	margin-bottom:5px;
}

.controller ul {
	list-style:none;
	margin:0;
	padding:0;
}

#sets {
	display:block;
	height:390px;
}

.controller p.footnote {
	margin:0 30px 0 0;
	font-size:10px;
}

.controller ul.set li {
	display:inline;
	margin-right:7px;
}

.controller ul.set li a {
	text-decoration:none;
}

.controller ul.set li.tabs-selected a {
	font-weight:bold;
	text-decoration:none;
}

.tabs-hide {
	display:none;
}

.thumbnails, .tabs-container {
	margin-top:10px;
}

.galleria {list-style:none;}
.galleria li a{display:none;}
.galleria li div {position:absolute;display:none;top:0;left:180px;}
.galleria li div img{cursor:pointer;}
.galleria li.active div img,.galleria li.active div{display:block;}
.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:auto;height:auto;}
.galleria_wrapper{display:block;height:476px;}
.galleria_wrapper img {display:block;}
* html .galleria li div span{width:400px} /* MSIE bug */

.galleria li {
	display:block;
	float:left;
	width:85px;
	height:60px;
}

.galleria li img.thumb {
	margin:0 !important;
	padding:3px;
	background:#837c68 url(../images/img-bg.jpg);
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
	opacity:.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter:alpha(opacity=90);
}

.galleria li img.thumb:hover {
	background:#696048;
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
}

.thumbnails li.active img.thumb {
	opacity:.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter:alpha(opacity=50);
}

.thumbnails li.active img.thumb:hover {
	background:#837c68;
}

.galleria .error {display:inline-block;margin:0;padding:0;width:74px;line-height:49px;background:none;border:none;color:#6a5246;text-align:center;}

.galleria_container .caption {
	display:block;
	padding:5px 5px 0;
	color:#6a5246;
}
/* End Gallery */

/* Footer */
.footer {
	clear:both;
	margin:40px 0 20px;
	text-align:center;
}

.footer p {
	margin-bottom:10px;
	font-size:11px;
	color:#837c68;
}

.footer a, .footer a:visited {
	color:#837c68;
	text-decoration:underline;
}

.footer a:hover {
	text-decoration:none;
}
/* End Footer */
