/*   
Theme Name: Pregnant		
Theme URI: 
Description: Pregnant theme for wordpress	
Author: Jennifer Pedersen				
Author URI: http://www.any-age-pregnancy.com
Template: thematic
Version: 1.0
Tags: Pregnant
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

#wrapper {
	margin: 0 auto;
	width: 1000px;
	border: 1px solid #BBB;
}

#primary {
	width: 340px;
}
#container {
	width: 340px;
}

li	{
	color: #8CDAFF;
}

a:link	{
	color: black;
}

a:visited	{
	color: black;
}

#main {
	margin-top: 25px 
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#blog-title a {
background:url(images/header_img.gif) no-repeat top center;
display:block;
text-indent:-9000px;
width: 940px;
height: 194px;
}

#siteinfo {
background:url(images/footer_img.gif) no-repeat bottom center;
width: 940px;
display:block;
vertical-align: middle;
color: white;
padding: 100px 0px 0px 15px;
}

#blog-description {
background:url(images/sp.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 1px;
height: 1px;
}

.widgettitle {
	background-color: #ffb45e;
	border: thin solid black;
	color: black;
	width: 208px;
}

.entry-title {
	color: #8CDAFF;
	font-style: italics;
}

#branding {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#widget_thematic_search {
	padding-right: 100px;
}

#page-bottom.aside {
	border: none;
	margin: 0px 75px;
	padding: 0px;
}

#page-bottom.aside img{
	border: none;
	margin: 0px;
	padding: 0px;
}

#single-bottom.aside {
	border: none;
	margin: 0px 75px;
	padding: 0px;
}

#single-bottom.aside img{
	border: none;
	margin: 0px;
	padding: 0px;
}

.entry-content ul{
	background-color: lightgray;
	padding: 1em 1em 1em 2em;
	border: thin solid black;
}

.entry-content li{
	color: black;
	font-size: 12px;
}

.entry-content h2{
	color: #8CDAFF;
	margin: 5px;
	padding: 0px;
}

.entry-content img{
	margin-top: 15px;
}

.entry-content ol{
	font-size: 13px;
}

#siteinfo a{
	color: white;
	margin-left: 10px;
	margin-bottom: 2px;
}

