/*  
Theme Name: Family Studies Theme
Description: Designed specially for David Greenberg's group.
Version: 1.2
Author: April Hodge Silver
Author URI: http://springthistle.com/
*/

body {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 13px;
	line-height: 22px;
}

#header h1, #header h2, #header2 h3, #footer h3, #sidebar h3 {
	display: none;
}

a, a:visited {
	color: #7ea4cf;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#container {
	width: 900px;
	background-image: url('images/sidebar-bg.gif');
	background-repeat: repeat-y;
}

#container2 {
	background-image: url('images/dna.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

#bottom {
	clear: both;
}

/*///////////// HEADER ///////////////////////////////*/

#header {
	background-image: url('images/family-studies.gif');
	background-repeat: no-repeat;
	background-position: 10px 15px;
	height: 55px;
}

#header2 {
	background-color: #1362bb;
	background-image: url('images/brainwave.jpg');
	background-repeat: no-repeat;
	background-position: right;
	height: 66px;
}

#header2 #columbia {
	background-image: url('images/mailman_logo.jpg');
	background-repeat: no-repeat;
	height: 66px;
}


/*///////////// CONTENT ///////////////////////////////*/

#content {
	width: 710px;
	float: right;
}

#content h2 {
	color: #e69f39;
	font-weight: normal;
	font-size: 20px;
}

#content h3 {
	color: #e69f39;
	font-weight: normal;
	font-size: 16px;
}


/*///////////// SIDEBAR ///////////////////////////////*/

#sidebar {
	float: left;
	padding-top: 20px;
	width: 170px;
}

#sidebar a, sidebar a:visited, #sidebar .current_page_item ul li a {
	color: #1362bb;
	text-decoration: none;
}

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

#sidebar .current_page_item a {
	color: #000;
	text-decoration: underline;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul li {
	font-size: 14px;
	margin-left: 15px;
}

#sidebar ul li ul li {
	font-size: 10px;
	margin-left: 20px;
	margin-bottom: 7px;
	line-height: 12px;
}

#sidebar h4 {
	margin: 15px 0 2px 15px;
	font-weight: normal;
	color: #859Ab9;
	font-size: 16px;
}

/*///////////// FOOTER ///////////////////////////////*/

#footer {
	border-top: 2px solid #ccc;
	font-size: 11px;
	line-height: 16px;
	color: #999;
	padding-top: 20px;
}

#footer a, #footer a:visited {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	width: 710px;
	text-align: center;
	margin: 2px 0 2px 170px;
}

#footer ul {
	width: 710px;
	margin: 0 0 0 120px;
	text-align: center;
}

#footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 8px;
}

/*/////// WORDPRESS //////////////////////////////*/
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 5px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	color: #666;
}
/* End captions */

#searchform {
	margin-left: 15px;
}

#searchform #s {
	width: 130px;
}

.hidden, #searchform #searchsubmit {
	display: none;
}