/*
Theme Name: Real Families
Version: 1.0
Author: Michael Page
*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #555490 no-repeat center top;
	color: #323163;
	font-size: 14px;
}

li {list-style: none;}

h1 {
	font-weight: bold;
}
h2 {
	font-size: 17px;
	margin: 0 0 10px;
}
h3 {}
p{
	margin-bottom: 10px;
}

/* misc */
.clearer {clear: both; font-size: 0;}
.left {float: left;}
.right {float: right;}

/* header & title */
#header {
	background: url(img/banner_repeat.jpg) bottom repeat-x;
	height: 162px;
	text-align: center;
}
#header .title {
	width: 559px;
	height: 162px;
	float: left;
	background: url(img/banner_new.jpg) bottom no-repeat;
}

#header embed {
}

#header .flashmovie{
	margin: 3px 0 -3px -7px;
}

/* container */

#container {
	background: #FFFCF5 url(img/side_repeat.jpg) left repeat-y;
	position:relative;

}

/* content */
#content {
	padding: 20px 30px 50px 220px;
}

/* navigation */
#navigation {
	float: left;
	width: 171px;
	position: absolute;
	left: 0px;
	top: 20px;
}

#sidebar { 
	width: 140px;
	margin: 0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

#sidebar .hidden{
}

#sidebar ul.cupboard{
	text-align: left;
	list-style: none;
}

#sidebar li{
	padding-bottom: 1px;
	margin: 0px;
}

#sidebar a{
	color: #FFF;
}

#sidebar a:hover{
	text-decoration: underline !important;
}

#sidebar a.top{
	color: #cb8631;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 10px;
	width: 140px;
	display: block;
}

#sidebar li.selected a.top{
	text-decoration: underline !important;
}

#sidebar ul.list {
	text-align: left;
	list-style: none;
	margin-left: 20px;
}

#sidebar ul.listinner{
	margin-left: 5px;
}

#sidebar ul.list li{
	padding: 5px 0px;
}

#sidebar ul.list li a{
	margin: 4px 0;
	text-decoration: none;
	font-weight: normal;
	list-style: none;
	padding-right: 10px;
}

#sidebar ul.list li a.hover{
	text-decoration: underline;
}

/* footer */
#footer {
	background: url(img/botton_repeat.jpg) repeat-x;
	height: 23px;
	display: block;
}

#footer #corner{
	display: block;
	background: url(img/corner_left.jpg) no-repeat;
	width: 171px;
	height: 23px;
}	