/* @override http://fosteringthedream.com/wp-content/themes/fostering/style.css */

/*  
Theme Name: Fostering The Dream
Theme URI: http://fosteringthedream.com/
Description: Theme created for a non-profit organization called "Fostering the Dream"
Version: 1.0
Author: Adam Walker
Author URI: http://walkersoftware.com/

	CSS rewritten from scratch. PHP templates modified from Kubrick (http://binarybonsai.com/kubrick/).
	
*/

body {
	font: 1em "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #E6F0F9;
	margin: 0;
}
.hide {
	display:  none;
}
li.main {
	font-variant: small-caps;
	list-style-type: square;
	list-style-position: outside;
	opacity: 0.85;
}
li.main2 {
	list-style-type: square;
	list-style-position: outside;
	opacity: 0.85;
}
a {
	text-decoration: none;
	color: #f8f8f8;
}
a.main {
	text-decoration: none;
	color: #3e3e3e;
}
a:hover {
	text-decoration: underline;
}
#page {
	width: 768px;
	border: 1px solid #585858;
	margin: 0 auto;
	padding: 0;
}
#outer {
	background: #E6F0F9 url(images/bg.jpg) repeat-y center;
}

/* My Comment */
.entry {
	margin: .5em;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}
.post{
	margin: .5em;
}
.post {
	border-bottom: 1px dashed #011C82;
}
.post small{
	font-size: .6em;
}
#content {
}
.narrowcolumn {
	float: left;
	width: 568px;
	margin-right: .5em;
}
.posttitle {
	margin: 1em 0 0;
}

h2{
	font-size: 1.2em;	
}

h3 {
	font-size:  1.1em;
}

.posttitle a{
	color:  black;
}
#searchform {
	position: absolute;
	top: 170px;
	width: 768px;
	height: 2em;
	text-align: right;
	margin-left: auto;
	margin-right: auto;	
}
#searchform div{
}
#sidebar {
	font-size: .7em;
	margin-left: 568px;
}

#sidebar h2 {
	font-size: 1.1em;
	margin-bottom: 0;
	margin-top: 1.5em;
}

#header {
	background-color: #011C82;
	padding: 0;
	margin: 0;
	height:  200px;
}
#headerimg{
	background-image: url(images/dream.jpg);
	width: 768px;
	height: 200px;
	margin: 0;
	padding: 0;
}
#header h1 {
	margin: 0;
	padding: 0;
	display:  none;
}
#header .description {
	display:  none;
}

#hmenu ul, #sidebar ul, #smenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: inside;
}
#sidebar ul li {
	text-indent: 0;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
#hmenu {
	position: relative;
	top: 145px;
	left: 130px;
	width: 600px;
	z-index: 3;
}

#smenu {
	position: relative;
	top: 5px;
	left: 0;
	text-align: right;
	margin-right: 2em;
	font-size: .8em;
}

#hmenu ul li, #smenu ul li{
	display: inline;
	margin: .25em;
}
#hmenu ul li a, #smenu ul li a {
	color: #fff;
}

#smenu {
	margin: 0;
	padding: 0;
}
#footer {
	width: 768px;
	height: 75px;
	clear: both;
	border-top: 1px solid #424242;
	border-bottom: 1px solid #424242;
	background: #011C82 url(images/footer.jpg) no-repeat;
	font-size: .8em;
	color: #424242;
	text-align: center;
}

#ad {
	width: 568px;
	height: 152px;
	background: url(images/home.jpg) no-repeat center;
	cursor: pointer;
}

hr{
	display:  none;
}

a.thumbnail , a.thumbnailright{
	float: left;
	border: 1px solid #424242;
	padding: .4em;
	margin: .3em;
	background-color: #fff;
}
a.thumbnailright {
	float: right;
}
img.thumbnail, a.thumbnailright {
	border: 1px solid #424242;
}
a.thumbnail:hover, a.thumbnailright:hover{
	background-color: #fefc78;
}
#sk2-footer {
	display: none;
}