/*
Theme Name: Childrens Voices
Theme URI: http://www.childrensvoices.co.uk
Description: WordPres template for Childrens Voices
Author: Darfuria
Author URI: http://www.darfuria.com/
*/

* {
	padding: 0px none;
	margin: 0px none;
	border: 0px none;
	text-decoration: none;
}

body {
	background: #f5f5f5 url(images/bg.gif) repeat-y top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 14px;
}

#holder {
	width: 830px;
	margin: 0px auto;
	height: 500px;
}

#header {
	height: 220px;
	background-image: url(images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#navigation {
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	padding: 0px 0px 12px 0px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
	display: inline;
	margin-right: 30px;
}

#navigation ul li a {
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
}

#navigation ul li a:hover {
	color: #FF0000;
}

.posttext {
	padding: 0px 20px 0px 20px;
}

.posttext p {
	line-height: 1.8em;
}

h2.posttitle {
	text-align: center;
	text-transform: uppercase;
	font-size: 180%;
}


.cboth {clear: both;}

