/*
Theme Name: Homes of Love
Theme URI: http://homesoflove.org/
Description: Theme Designed by David Angel
Version: 1.0
Author: David Angel
Author URI: http://davidangel.net/
Tags:

*/

body {
	font-family: "Helvetica Neue";
	font-size: 14px;
	background: #000000;
	margin: 0;
	padding: 0;
}


/* Links */

a {
	color: #2667e0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #002579;
}

#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/bg_repeat_cream.jpg);
	padding-bottom: 20px;
	}

#header {
	height: 246px;
	background: url(images/header_cream.jpg) no-repeat;
}
#header #thread {
	width: 100%;
	height: 30px;
	background: url(images/red_thread.png) bottom no-repeat;
}

#header h1, #header h2 {
	display: none;
}

#nav {

	padding-top: 161px;
	height: 20px;
	width: 700px;
	float: right;
}
#nav ul li ul li {
	position: relative;
	z-index: 5;
}

.clearboth {clear:both;}

/* Sidebar */

#sidebar {
	width: 240px;
	padding:10px;
	float: left;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li ul li:hover {

	
}

/* Main Content Area */
#mainbox {
	background: url(images/red_thread.png) top no-repeat;
	margin-top: 0; padding-top: 15px;
	padding-left: 30px;
	padding-right: 80px;
	z-index: 0;
	margin-bottom: 20px;
}

#content {
	position: relative;
	z-index: 0;
	width: 650px;
	float: right;
}




#footer {
	padding: 30px;
	font-size: 14px;
	line-height: 20px;
	color: gray;
	background: url(images/red_thread.png) no-repeat;
}
#footer #foot_logo {
	width: 130px;
	height: 100px;
	background: url(images/logo_bw.png) no-repeat;
	float: left;
	margin-right: 20px;
}
#footer a {
	color: gray;
}

/* Child List/Profile */

#child_list {
	width: 600px;
}

#child_list p {
	margin-bottom: 0px;
	margin-top: 0px;
}
#child_list h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
.child_photo {
	height: 100px;
	width: 100px;
	float: left;
	overflow: hidden;
}
.child_photo img {
	width: 100px;
}
.child_box {
	padding-top: 5px;
	margin-bottom: 20px;
	border: 2px dashed #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	height: 110px;
	overflow: hidden;
}
.child_box:hover {
	background: #f6f4ce;
	min-height: 300px;
	overflow-y: scroll;
}
.child_info {
	float: left;
	font-size: 13px;
	width: 400px;
	margin-left: 20px;
}



.child_info {
	float: left;
	font-size: 13px;
	width: 400px;
	margin-left: 20px;
}


/* Notifications */

.notif_red {
	display: block;
	padding:15px;
	background:#ff8a95;
	border:2px solid red;
}

.notif_green {
	display: block;
	padding:15px;
	background:#c1ffb7;
	border:2px solid green;
}


/*.post {
	border-bottom: 1px solid black;
} */

.navigation {
	clear: both;
}
.navigation .alignright {
text-align: right;
float: right;
}
.navigation .alignleft {
text-align: left;
float: left;
}

