/*  
Theme Name: TriCities Natural Birth
Theme URI: http://emethhesed.com/
Description: The default WordPress theme for Shannon.
Version: 1.0
Author: Emeth Hesed
Author URI: http://emethhesed.com/
*/



/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Sans-Serif;
	background: #FFC url('images/wallpaper.jpg');
	color: #333;
	}

a, a:visited {
	text-decoration : none; 
	font-weight: bold;
	color: #F90;
	}

a:active, a:hover {
	color:  #F00;
	}

body {
	margin: 0px 0px 20px 0px;
	padding: 0px; 
	}

#post {
	margin: 0px;
	padding: 10px;	
}

#title {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

#entry p {
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	font-size: 80%;
}

li {
	font-size: 80%;
}

#entry img {
	padding: 0px 0px 10px 10px;
}

#footer p {
	padding: 0px;
	margin: 150px 0px 20px 0px;
	text-align: center;
	}

a img {
	border: none;
	}