/* 
Theme Name: Madagascar
Theme URI: http://www.madagascarvieilleville.info
Version: 1.0
Description: Default theme for the program to save the old city of Fianarantsoa, Madagascar. Modified version of the "Autumn Forest" theme by Geek With Laptop.</a>
Author: Aaron Plantenga

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* typography
--------------------------------------------------------- */

body {
	background: #beb9a5 url('imgs/bg-main-new.jpg');
	color: #4c412a;
}

body, td, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

a {
	color: #9C6810;
	text-decoration: none;
}

li {
	margin-bottom: 8px;
}

table {
	width: 100%;
}

td {
	text-align: center;
}

/* layout
---------------------------------------------------------------- */

#universe-a {

}

#universe-b {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #F6F3EA;
	background: url('imgs/page-bg.jpg') repeat-y;
}

/* content styles
---------------------------------------------------------------- */

blockquote {
	color: #a7a193;
	padding: 0 10px 0 25px;
	background: url('imgs/quote.png') no-repeat 0 0;
}
	

/* captions
---------------------------------------------------------------- */

.aligncenter {
	display: block;
	margin: 0 auto;
	align: center;
}

.alignleft {
	float: left;
	margin: 0 8px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 8px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top:10px;
	margin-bottom:10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* header
---------------------------------------------------------------- */

#header {
	font-size: 24px;
	font-weight: bold;
	background: url('imgs/page-header.jpg') no-repeat;
	text-align: center;
	padding: 20px 50px 15px 50px;
}

/* container
---------------------------------------------------------------- */
#container {
	padding: 0px 50px 10px 50px;
}

/* footer
---------------------------------------------------------------- */
#footer-hr {
	background-image: url('imgs/page-footer-hr.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	height: 4px;
}

#footer {
	background-image: url('imgs/page-footer.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* pages navigation
---------------------------------------------------------------- */

#nav {
	margin-top: 0px;
	height:36px;
	background-image: url('imgs/page-menu-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 8px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

#nav ul li a:link, #nav ul li a:visited {
	float: left;
	color: #696152;
	padding: 6px 8px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
}

#nav ul li a:hover, #nav ul li.current_page_item a {
	color: #8d6f1d;
}

/* pages navigation
---------------------------------------------------------------- */

.qtrans_language_chooser { list-style-type:none; }
.qtrans_language_chooser li { float:left; margin-right:3px; }
.qtrans_flag { border:1px solid #b6b6b6; }