/*
Theme Name: School Kids Healthcare Vanilla Theme
Theme URI: http://www.netconcepts.com/
Description: School Kids Healthcare Blog
Version: 1.0
Author: Darren Wood
*/

/* - Reset Everything ------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-505012-4");
pageTracker._trackPageview();
</script>
<script type="text/javascript" src="http://shots.snap.com/ss/0e9aa90623c17d2964463740a14426ce/snap_shots.js"></script>
body {
	font: 76% Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}

p, h1, h2, h3, h4, h5, h6 { /* top & bottom margin for p and h tags */
	margin: 0.9em 0;
}

p, li, blockquote, dd, dt, td, h1, h2, h3, h4, h5, h6 { /* lineheight for p and h tags */
	line-height: 130%;
	font-size: 1em;
}

	p.small {
		font-size: 0.8em;
	}

a:link { /* link colour */
	color: #325787;
}

a:visited { /* visited link colour */
	color: #4C5B6F;
}

a:hover { /* hover link colour */
	color: #E67756;
}

a:active { /* active link colour */
	color: #325787;
}

a img {
	border: 0;
}

h1 { /* h1 defaults */
	font-size: 1.3em;
	font-weight: normal;
}

h2 {
	font-size: 1.3em;
	font-weight: normal;
}

h1.red {
	font-size: 1.3em;
	font-weight: bold;
	background: #EA0437 url("/wp-content/uploads/2010/08/bg-cat-header.png") no-repeat left;
	width: 495px;
	padding-bottom: 20px;
	padding-top: 4px;
	color: #EA0437;
	margin-bottom: -8px;
	text-transform: uppercase;
	background-position: 0 -10px;
}

h1.orange {
	font-size: 1.3em;
	font-weight: bold;	background: #EC8000 url("/wp-content/uploads/2010/08/bg-cat-header.png") no-repeat left;
	width: 495px;
	padding-bottom: 20px;
	padding-top: 4px;
	color: #EC8000;
	margin-bottom: -8px;
	text-transform: uppercase;
	background-position: 0 -10px;
}

h3 {
	color: #E45E36;
	font-size: 1.2em;
	font-weight: normal;
}

ul, ol {
	margin: 0.9em 0 0.9em 1.5em;
}


#container {
	background: url("/wp-content/uploads/2010/08/containerimage21.jpg") repeat-y;
	float: left;
}

#header { /* contains logo and account links */
	background: url("/wp-content/uploads/2010/08/header.jpg") no-repeat;
	height: 110px;
	width: 758px;
}

	#header #blogTagline {
		position: absolute;
		left: -9999em;
		height: 0;
		width: 0;
	}
	
	#header #blogName {
		position: absolute;
		text-indent: -999em;
		width: 265px;
		height: 75px;
		top: 3px;
	}
	
	#header #blogName a {
		float: left;
		width: 265px;
		height: 75px;
	}
	
	#header #navTop {
		list-style: none;
		float: right;
		margin: 0;
		padding: 2px 5px 0 0;
	}
	
	#header #navTop li { /* account nav */
		list-style: none;
		display: inline;
		color: #fff;
		font-size: 10px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#header #navTop li a { /* account nav */
		color: #fff;
		text-decoration: none;
	}

#content {
	float: left;
	width: 515px;
	margin-left: 15px;
}

	#content #latestPost {
		margin-bottom: 30px;
	}
	
		#content #latestPost h2, #content #recentPosts h2, .post h1, .post h2 {
			margin-bottom: -8px;
			font-weight: bold;
		}
		
		#content #latestPost h2 a, #content #recentPosts h2 a, .post h1 a, .post h2 a {
			text-decoration: none;
		}
		
		#content .post {
			border-bottom: 1px solid #efefef;
			padding-bottom: 10px;
		}
		
		#content .post .bottom {
			margin-top: -8px;
		}
		
	#content .postData {
		font-size: 0.8em;
		border: 1px solid #7778BF;
		padding: 8px;
		background: #EFF0FF;
	}
	
	.navigation {
		text-align: right;
		font-size: 0.8em;
		margin-bottom: 10px;
	}
	
	.navigation .alignleft {
		float: left;
	}
	
.commentlist li {
	border: 1px solid #FED350;
	margin-left: -18px;
	list-style: none;
	margin-bottom: 8px;
}

.commentlist li small {
	font-size: 0.8em;
	background: #FFE38F;
	display: block;
	padding: 4px 8px;
	margin: 0;
}

.commentlist li.alt small {
	background: #FFEBAF;
}

.commentlist li p {
	background: #FFF3CF;
	padding: 8px;
	margin: 0;
}

#sidebar {
	margin-left: 557px;
	width: 201px;
}

	#sidebar h3 {
		color: #fff;
		background: #383996 url("/images/cat-corner.png") right no-repeat;
		border-left: 8px solid #DE003C;
		margin: 0;
		height: 19px;
		padding-top: 4px;
		padding-left: 4px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	#sidebar ul {
		margin: 10px;
	}
	
	#sidebar li {
		list-style: none;
		margin-bottom: 4px;
		font-weight: bold;
	}
	
textarea, input {
	font-size: 1em;
	padding: 4px;
	border: 1px solid #383996;
	background: #F7F7FF;
}

textarea {
	width: 100%;
	font-size: 1.3em;
}

#wpcf_msg {
	width: 350px;
	height: 450px;
}
	
#footer { /* you guessed it - the footer */
	clear: both;
	background: #383996;
	color: #fff;
	text-align: left;
	font-size: 10px;
	padding: 4px 4px 4px 10px;
}

#footer a {
	color: #fff;
}