/*
Theme Name: Shaken Baby Syndrome
Theme URI: http://shakenbaby.ca/
Description: The WordPress theme based on the Shaken Baby Syndrome Hosted Website from Health-in-Action.
Version: 0.1
Author: Cam Fraser
Author URI: http://sporkfancier.com/
Tags: 
*/

.sbsContent {
	color: #333;
	font: 80% 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	line-height: 130%;
	margin: 0 20px;
	}

.sbsContent h1 { color: #5d308f; line-height: 110%;}
.sbsContent h2, .sbsContent h3, .sbsContent h4 { color: #7e58a8; }
.sbsContent h2 {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 3px;
	margin: 4px 0 12px 0;
}

.sbsContent .noMargin { margin: 5px 0; }
*html .sbsContent .noMargin { margin: 10px 0; }
.sbsContent .noTopMargin { margin-top: 0; }

.sbsContent blockquote { 
	border-bottom: 1px solid #aca1b8;
	border-top: 1px solid #aca1b8;
	background-color: #ccb9e3;
	padding: 10px; }

.sbsContent a { color: #5d308f; }
.sbsContent a:hover { background-color: #5d308f; color: #ffffff; text-decoration: none; }

#sbsHeadImg {
	background: url(/wp-content/themes/shakenbaby/img/headCenter.gif) top left repeat-x;
	text-align: center;
	}
 
#sbsSubHead {
	background: url(/wp-content/themes/shakenbaby/img/subHead.gif) top left repeat-x;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	color: #fff;
	height: 90px;
	text-align: center;
	}
 
#sbsFooter {
	background: url(/wp-content/themes/shakenbaby/img/footCenter.gif) top left repeat-x;
	}
#sbsSideHeader {
	background: url(/wp-content/themes/shakenbaby/img/headSideCenter.gif) top left repeat-x;
	background-color: #5D308F;
	}
.sbsMenuParent {
	font: 80% 'Lucida Grande','Lucida Sans Unicode',arial,verdana,sans-serif;
	line-height: 150%;
	padding: 5px 10px 5px 10px;
	color: white;
	background-color: #5D308F;
	border-top: 1px dotted #E1D1F3;
}
.sbsMenuParentTop {
	padding-top:0px;
	border-top: none;
}
.sbsMenuParent a {
	color: white;
	text-decoration: none;
}
.sbsMenuParent a:hover {
	text-decoration: underline;
}