/*
Theme Name: NWA Healthy Marriages Blog
Theme URI: http://www.nwamarriages.com/
Description: Theme based on the design of the main NWA Healthy Marriages site.
Version: 1.0
Author: Adair Creative Group
Author URI: http://www.adaircreative.com
*/

#pagecontent {
	height: auto !important;
	height: 1200px; /* for IE6 */
	min-height: 1200px;	
}

h3 a, h3 a:visited,
h2 a, h2 a:visited,
h1 a, h1 a:visited {
	color:#4D4D4D;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover {
	color:#000;
	text-decoration: underline;
}

textarea {
	width: 450px;
}



/* navigation between posts */
.navigation {
	position: relative;
	height: 30px;
}
.navigation .alignleft {
	position: absolute;
	left: 0px;
	top: 0px;
}

.navigation .alignright {
	position: absolute;
	right: 0px;
	top: 0px;
}


/* sidebar styles */
#rightbar ul {
	margin: 0 0 0 15px;
	padding: 0px;
}

#rightbar ul li {
	padding:0px;
	margin: 0px; 
	list-style: none;
}

#rightbar h2 {
	margin-top: 20px;
}

#rightbar a, .navigation a {
	border-bottom:1px solid #AB1616;
	color:#AB1616;
	padding:0;
	text-decoration:none;
}
#rightbar a:hover, .navigation a:hover {
	border-bottom:1px solid #4D4D4D;
}



/* social networking badges */
#rightbar .social-badges {
	margin: 30px 25px;
}

#rightbar .social-badges a {
	display: block;
	width: 100px;
	float: left;
	text-decoration: none;
	border: none;
	margin: 5px 0px;
}

#rightbar .social-badges img {
	border: none;
	vertical-align: middle;
}
