/*
Theme Name: Shared Care
Theme URI: 
Description: Theme for Shared Care Clinic
Version: 1.0
Author: Pippin Williamson
Author URI: http://pippinspages.com
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*******************************************
end reset
*******************************************/

body {
	font-family: Sans-Serif, arial, Verdana;
	color: #333;
	text-align: center;
	background: #ffefd1;
	font-style: normal;
	font-weight: normal;
}

h1	{ font-size: 30px;	}
h2	{ font-size: 26px;	}
h3	{ font-size: 24px;	}
h4	{ font-size: 22px;	}
h5	{ font-size: 20px;	}
h6	{ font-size: 18px;	}

.alignleft	{
	float: left;
}
.alignright	{
	float: right;
}
.clearfix:after	{
	display: block;
	visibility: hidden;
	content: ".";
	float: none;
	clear: both;
	height: 0;
}

a:link, a:visited	{
	color: #003300;
	text-decoration: strong underline;
}
a:hover	{ color: #666666;	}

/************************
main structure
************************/

#page {
	text-align: left;
	width: 990px;
	margin: 0 auto;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	padding: 0 0 20px;
}
/************************
header
************************/
#header	{
	height: 280px;
	margin: 0 0 20px;
	border-bottom: 15px solid #d68780
}
	#banner	{
		background: #b81236;
		border-bottom: 1px solid #d68584; 
		height: 33px;
		line-height: 33px;
		text-align: center;
	}
		#banner h1	{
			height: 33px;
			line-height: 33px;
			font-size: 20px;
			padding: 0;
			margin: 0;
			color: #fff;
			font-weight: normal;
		}
	#site-logo	{
		float: left;
		padding: 10px 22px 12px;
		background: #fff;
	}
	#page-image {
		text-align: right;
	}
		
/********************
main content styling
********************/		
#main-content	{
	width: 532px;
	padding: 0 10px;
	background: url('images/entry-bg.gif') no-repeat;
	min-height: 455px;
	height: auto!important;
	height: 100%;
	float: left;
}
#main-content.full	{
	width: 100%;
}
/********************
sidebar
********************/	
#sidebar-left	{
	width: 167px;
	float: left;
	height: 100%;
	padding: 0 10px 10px;
}
	/*navigation*/
	#main-nav	{
		background: url('images/navigation.png') no-repeat;
		height: 323px;
		margin: 0;
		padding: 0 10px;
	}
		#main-nav ul	{
			height: 100%;
			padding: 50px 0 0;
		}
		#main-nav li	{
			list-style: none;
			display: block;
			line-height: 16px;
			margin: 0 0 10px 0;
		}
		#main-nav li a	{
			display: block;
			padding: 0 0 0 20px;
			background: url('images/nav-dot.png') no-repeat -16px 5px;
			color: #000;
			font-weight: bold; 
		}
		#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav li a:hover {
			color: #c51230;
			background: url('images/nav-hover.png') no-repeat 0 5px;
		}
	
	#volunteers {
		background: #febf10; padding: 2px; width: 160px;
	}
		#volunteers h3 { font-size: 14px; padding: 0 2px 4px; text-align: center; color: #c51230; }
	
		
#sidebar-right {
	float: right; 
	width: 240px;
	height: 450px;
	margin: 0 10px 0 0;
	background: url('images/right-side.jpg') 0 45px no-repeat;
}
	#sidebar-right h3#side-header {
		height: 40px;
		font-size: 16px;
		color: #fff;
		padding: 0;
		margin: 0 0 20px;
		background: #b81236;
		text-align: center;
		padding: 5px 0 0 0;
	}	
	#sidebar-right h3 span {
		display: block;
		font-size: 12px;
		font-weight: normal;
		margin: 3px 0 0;
		
	}
	#sidebar-right ul	{
		margin: 0 10px;
	}
	#sidebar-right .widget h3 {
		color: #c51230;
		font-size: 16px;
		margin: 0 0 15px;
	}	
	#sidebar-right .widget p {
		line-height: 16px;
		margin: 0 0 15px;
	}
	.widget li { margin: 0 0 8px; }
/********************
footer
********************/	
#footer	{
	height: 100px;
	text-align: center;
	width: 990px;
	margin: 30px auto 0;
}
	#footer-banner {
		background: #b81236;
		border-bottom: 1px solid #d68584; 
		height: 33px;
		line-height: 33px;
		text-align: center;
	}
	
	#footer-nav li { display: inline-block; zoom: 1; *display: block; margin: 0 40px 0 0; font-size: 12px; }
	#footer-nav a { color: #fff; font-weight: bold;}
	#footer-nav a:hover { color: #ccc; }
/********************
post styling
********************/
.entry	{
	padding-right: 10px;
	font-size: 16px;
	line-height: 18px;
}
	.entry .title	{
		margin: 0 0 20px;
		color: #c51230;
		text-transform: capitalize;
	}
	.entry .title a { color: #c51230; }
	.entry small	{
		margin: 0 0 10px;
		display: block;
		font-style: italic;
	}
	.entry p	{
		line-height: 18px;
		margin: 0 0 20px;
	}
	.entry strong { 
		color: #000000; 
	}
	.welcome .entry { width: 450px;}
	.welcome .entry p { font-size: 16px; line-height: 26px; }
	
	.entry ul, .entry ol { margin: 0 15px 15px }
	.entry ul li { margin: 0 0 10px; list-style: disc outside; }
	.entry ol li { margin: 0 0 10px; list-style: decimal outside; }
	
/******************
image styling
******************/

img.alignleft	{
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #ccc;
}
img.alignright	{
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
img.alignnone	{
	margin: 10px;
	display: block;
}
img.aligncenter	{
	margin: 10px auto 10px auto;
	display: block;
}
.wp-caption	{
	padding: 5px;
	background: #f0f0f0;
}
.wp-caption, .alignright{
	margin-left: 10px;
}
.wp-caption, .alignleft{
	margin-left: 10px;
}
.wp-caption img, .wp-caption p	{
	margin: 5px;
}	

/**************
comment styles
**************/

#comments	{
	background: #f0f0f0;
	padding: 10px;
}
h3#comments 	{
	margin: 0 0 10px 0;
	padding: 0;
}
ol.commentlist li	{
	list-style: none;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
li.even	{
	background: #fff;
}
li.odd	{
	background: #C0C0C0;
}
ol.commentlist li.authorcomment	{
	background: #8394a8;
}
.avatar	{
	float: left;
	margin: 0 10px 10px 0;
}
.comment-text	{
	margin-left: 58px;
}
.reply	{
	float: right;
}


/*shortcodes*/

.checklist ul{list-style-image:url('images/shortcodes/check.png')}
.bullets_white ul{list-style-image:url('images/shortcodes/bullets-white.png')}
.bullets_black ul{list-style-image:url('images/shortcodes/bullets_black.png')}
.bullets_blue ul{list-style-image:url('images/shortcodes/bullets-blue.png')}
.bullets_red ul{list-style-image:url('images/shortcodes/bullets-red.png')}
.bullets_purple ul{list-style-image:url('images/shortcodes/bullets-purple.png')}

.one_half{width:48%; padding-bottom:20px}
.one_third{width:30.66%; padding-bottom:20px}
.one_fourth{width:22%; padding-bottom:20px}
.last{margin-right:0 !important; clear:right}
.one_half, 
.one_third, 
.one_fourth{position:relative;  margin-right:4%;  float:left}
.clearboth{clear:both; display:block; font-size:0; height:0; line-height:0; width:100%}