/*
Theme Name: Flamenco
Theme URI: http://flamenco.nl
Description: Flamenco.nl wordpress theme
Version: 1.0
Author: TTY Internet Solutions
Author URI: http://tty.nl/
Tags: red, custom header, fixed width, two columns, widgets
*/

/* === [ Blueprint overwrites ] =============================================== */
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 5px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px;
}
h2.subtitle {
	border-bottom: 1px dashed #DB886B;
	color: #DB886B;
	font-weight: normal;
	padding: 0 0 15px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 5px;	
}
a {
	color: #000;
}
.container {
	font-size: 1.1em;
	text-align: left;
}

/* === [ Wrapper ] ============================================================ */
#wrapper {
	background: url('images/wrapper-bg.png') repeat-y 0px 0px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	width: 950px;
}

/* === [ Header ] ============================================================= */
#header {
	
}

/* === [ Menu ] =============================================================== */
ul#menu {
	background: #C53A31;
	height: 28px;
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	width: 950px;
}
ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#menu a {
	background: #C53A31;
	border-right: 1px solid #CFC7BE;
	color: #CFC7BE;
	display: block;
	padding: 4px 10px;
	text-decoration: none;
}
ul#menu a.active {
	background: #191919;
}

/* === [ Main ] =============================================================== */
#main {
	padding: 0 15px 25px 0;
}

/* === [ Sidebar ] ============================================================ */
#sidebar {
	border-left: 10px solid #000;
	padding: 0 0 0 10px;
}
#sidebar h2 {
	margin: 0;
}
ul.sidebar-navigation {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}
ul.sidebar-navigation ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
}
ul.sidebar-navigation ul li {
	color: #C53A31;
}
ul.sidebar-navigation ul li a {
	text-decoration: none;
}
	
/* === [ Content ] ============================================================ */
#content {}


/* === [ Footer ] ============================================================= */
#footer {
	background: url('images/wrapper-footer.png') no-repeat 0px 0px;
	height: 17px;
	margin: 0 auto;
	width: 970px;
}



