/* 
@override http://tarifaweddings.vidamedia.es/main.css */

/* RESET */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}
em {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

h1, h2, h3, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
}
/* layout */

html, body {
	width:100%;
	margin:0; 
	padding:0;
	background:#fff;
	text-align:center;
	color: #95ada1;
	font: 90% Arial, Helvetica, Geneva, sans-serif;
}
.container {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
}
.banner {
	height: 141px;
}
.global {
	height: 43px;
	margin-bottom: 20px;
	background-color: #cbebea;
	font-size: 14px;
}
.globalnav {
	margin-top: 14px;
	margin-right: 20px;
}
.globalnav a {
	color: #95ada1;
	margin: 0 5px;
}
.globalnav a:hover {
	color: #fff;
}
.lang {
	margin: 13px 10px 0 0;
} 
.lang li {
	display: inline;
}
.lang li a {
	margin-left: 5px;
}
.content {
	width: 700px;
	margin-bottom: 50px;
}
.sidebar {
	width: 260px;
	background-color: #cbebea;
	margin-bottom: 50px;
}
.testimonies-outer {
	background-color: #889e8f;
	color: #fff;
	padding: 0 15px 20px;
}
.testimonies {
	background: url(images/testimonies-linebreak.jpg) no-repeat center top;
	overflow: hidden;
	padding: 15px 0 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;

}
.testimonies a.view-all {
	color: #fff;
	text-transform: uppercase;
	font-style: italic;
	float: right;
}
.testimonies a.view-all:hover {
	text-decoration: underline;
}
a.info {
	padding: 2px 7px;
	background-color: #889e8f;
	color: #fff !important;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none !important;
}
a.info:hover {
	background-color: #cbebea;
	color: #95ada1 !important;
}
.footer {
	clear: both;
	height: 80px;
	background-color: #cbebea;
	text-align: center;
	padding-top: 20px;
}
h1{
	font-size: 24px;
	margin: 0 0 15px;
	background: url(images/h1-bg.jpg) no-repeat left bottom;
	padding: 30px 0 3px 70px;
}
h1 a {
	color: inherit !important;
	text-decoration: none !important;
	display: block;
}
h1 a:hover {
	font-style: italic;
}
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: justify;
}
.content a, .footer a {
	color: #95ada1;
	text-decoration: underline;
}
.content .right img  {
	padding: 0 0 5px 5px;
}
.top-imgs {
	overflow: hidden;
	margin-bottom: 10px;
}
.top-imgs .right img  {
	padding: 10px 30px;
}
.top-imgs .left img {
	padding: 10px 30px;
}
.top-imgs .left.middle-img img {
	padding: 10px 0px 10px 30px;
}
.content a:hover {
	color: #141414;
	text-decoration: none;
}
.content {
	font-size: 14px;
}

/* side-nav */
.side-nav li {
}
.side-nav li a {
	color: #95ada1;
	display: block;
	font-size: 16px;
	padding: 8px 15px 5px;	
	border-bottom: 1px solid #fff;
	margin: 0;
}
.side-nav li a:hover, .side-nav li.active a {
	background-color: #95ada1;
	color: #fff;
}
.side-nav ul li ul {
	margin: 0 20px 10px 30px;
}
.side-nav ul li ul li a, .side-nav ul li.active ul li a {
	font-size: 14px;
	background-color: #cbebea;
	color: #95ada1;
	border-bottom: 1px dotted #95ada1;
}
.side-nav ul li ul li a:hover, .side-nav ul li.active ul li a:hover {
	text-decoration: underline;
	background: none;
	color: #95ada1;
	}
.side-nav ul li.active ul li.active a {
	font-weight: bold;
}
.testimonies .quote {
	padding-bottom: 5px;
}	
.testimonial-ditto {
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.testimonial-ditto .right {
	font-style: italic;
}
.testimonial-ditto.alt {
	background-color: #cbebea;
	border-style: dashed;
	border-width: 1px;
}
/* maxigallery */
.childscontainer ul.thumbs li p {
	color: inherit;
	text-align: center;
}
ul.thumbs li {
	width: 220px;
	height: 150px;
	background: url(images/album-cover.jpg) no-repeat left top;
}
.thumbscontainer ul.thumbs li {
	background: none;
}
ul.thumbs li p a {
	display: block;
	font-size: 14px;
	padding: 5px 30px 0 10px;
}
.custom-thumb {
	width: 180px;
	height: 110px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;

}
img.thumbnail {
	width: 180px;
}

/* general */
.content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 0 5px 50px;
}
.content p {
	padding-bottom: 5px;
}
.hidden {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
}
.small-text {
	font-size: 11px;
}
