/*
Theme Name: Default(SarahCare)
Theme URI: http://www.sarahcare.com
Description: A custom theme for Sarahcare
Author: Joseph Carrington
Author URI: http://www.josephcarrinton.com
Version: 1
*/


/* Gradient / Drop Shadow Interplay */


body
{
	background-image: url('images/drop_shadow.png');
	background-position: center;
	background-repeat: repeat-y;
}
div#navigation_top
{
	background-image: url('images/header_bottom.png');
	background-position: -20px top;
	background-repeat: no-repeat;
	text-align: right;
	min-height: 125px;
	

}
.date { font-weight: bold; padding: 3px; background: #d2e36d; margin-bottom: 5px; font-size: 16px; padding-bottom: 4px; padding-top: 0px;
}
/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	margin-right: 15px;
	width: 230px;
	list-style-type: none;
	float: right;
	font-size: 12px;
	}
#sidebar .widget { background: #efefef; padding: 10px; margin-bottom: 10px; border:  1px solid #ccc;  border-top: 10px solid #d2e36d;}
#sidebar form {
	margin: 0;
	}
	
#sidebar h2, #sidebar h2 a{ font-size: 20px; margin-top: 10px;}
#sidebar li a { display:block ; font-weight: bold;}

#sidebar li { margin-bottom: 8px;}

#blogposts { padding: 20px; width: 500px; float: left; border: thin solid #BBB; margin-left: 20px;
	background-image: url(images/box_background.png);
	background-position: top;
	background-repeat: repeat-x;
	}
/* End Sidebar */

div#page
{
	background-image: url('images/gradient.png');
	background-position: top;
	background-repeat: repeat-x;
	height: auto;
	display: block;
}

div#container
{
	background-image: url('images/drop_shadow_gradient.png');
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 650px;
	padding: 0 25px;
}

/* Gross hack for header image */
#header a
{
	display: block;
}

/* navigation ul mucking aboutwith */
ul.navigation_ul 
{
	list-style-type: square;
	margin-bottom:0px;
}
	ul.navigation_ul li
	{
		display: inline;
		background-image: url('images/bullet_bg.png');
		background-position: center left;
		background-repeat: no-repeat;
		padding: 0px 10px;
		width: 15em;
		position: relative;
		font-size: 1em;
	}
		ul.navigation_ul li a
		{
			text-decoration: none;
			font-size: 16px;
			color: #006600;
			font-weight: 300;
		}

	/* ROLLOVA! */
	ul.navigation_ul ul li
	{
		width: 15em;
		display: block;
		background-color: #006600;
		background-image: none;
		border-bottom: thin white solid;
		z-index: 10000;
	}
	ul.navigation_ul ul li a
	{
		color: white;
	}
	ul.navigation_ul ul
	{
		position: absolute;
		width: 12em;
		left: -999em;
		border: thin solid white;
		display: inline;
		list-style-type: none;
	}

	ul.navigation_ul li:hover ul
	{
		left: 0;
		margin: 0;
		top: 12px;
		z-index: 1000;

	}

	ul ul li:hover
	{
		background-color: white;
	}
	ul ul li:hover a
	{
		color: #006600;
	}
	
		
/* Footer Styling */
div#footer
{
	text-align: center;
}

	div#footer p
	{
		color: #006600;
		font-size: 10px;
	}

	div#footer a
	{
		text-decoration: none;
		color: #006600;
		padding: 0 10px;
	}

/* Redeclarations */
hr
{
	color: #006600;
	background-color: #006600;
}

p
{
	margin: 0;
}

li
{font-size: 12px;
}

/* CMS font classes */
h1, h1 a
{
	font-size: 27px;
	color: #007114; text-decoration: none;
}
h2, h2 a
{
	color: #007114; text-decoration: none;
}
h2,
{
	font-size: 20px;
}

h3
{
	color: #007114; font-size: 18px;
	padding-bottom: 0px;margin-bottom: 4px;
}
h3 a {color: #007114; margin-bottom: 0px;}
/* For acurate floating on inlne images */
p img.floatLeft, p img.floatRight
{
	margin: 20px 20px 20px 10px;
}
p img.alignnone
{
	margin-bottom: 0;
}
/* Crappy utils */
.center
{
	text-align: center;
}

/* the box */
.box
{
	background-color: #f2f7d5;
}

.menu22 
{
	width: 19px;
	height: 19px;
	text-indent: -999px;
}

strong
{
	color: #006600;
}

.myBorder
{
	border: thin solid #BBB;
	background-image: url(images/box_background.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
}


.leftHalf
{
	margin-left: +28px;
	margin-bottom: 20px;
}
.rightHalf
{
	margin-left: +20px;
	margin-bottom: 20px;
}

.leftHalf div, .rightHalf div
{
	margin-bottom: 10px;
}
p
{
	font-family: arial, sans-serif;
	font-size: 14px;
}
html
{
	font-family: arial, sans-serif;
	font-size: 14px;
}


.paddingFix
{
	padding-left: 15px;
}

.alignleft
{
	float: left !important;
}
/* FOrm stuff */
form input, form label, form textbox
{
	display: block;
}

ul.greenBullet, ul.hackyBullet
{
	list-style-type: none;
}
	ul.greenBullet li
	{
		padding: 5px 10px;
		background-image: url('images/bullet_bg.png');
		background-position: 190px;
		background-repeat: no-repeat;
	}

	/* Disgusting greenbullet hack */

	ul.greenBullet li.hack
	{
		background-position: left center;
	}

ul.hackyBullet li
{
		padding: 5px 10px;
		background-image: url('images/bullet_bg.png');
		background-position: left center;
		background-repeat: no-repeat;
}

/* Dropshadow stuff */
div.shadow
{
	background-image: url(images/bottom_shadow.png);
	background-repeat: repeat-x;
	margin-top: -10px;
	background-position: top right;
}
div.shadow img
{
	left: 0px;
	top: 0px;
}
/* Find A Center Styling */
.findTable
{
	border-collapse: collapse;
	color: #730000;
	margin-bottom: 0;
}
.bottomRow
{
	border: thin solid #730000;
}
.bottomRow td
{
	background-color: #fcf7e1;
}
.findTable td
{
	text-align: center;
}
tr.topRow
{
	line-height: .8;
}

tr.topRow td.tab
{
	background-color: #730000;
	color: white;
	background-image: url(images/tab_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-left: thin solid #730000;
	font-size: 1.3em
}

td.call
{
	font-size: 2em;
}

.findTable input
{
}
.findTable input#searchButton
{
}

div#center_list_div div
{
	cursor: pointer;
	padding: 5px;
}
div#center_list_div div:hover
{
	background-color: #EEE;
}


/* Form Stuff */

fieldset
{
	background-image: url(images/box_background.png);
	background-position: top;
	background-repeat: repeat-x;
}
#contact_form input, #contact_form select
{
	font-size: 1.5em;
}

/* Making the left floated inages in post have more padding, manually forcing left float */
.alignleft
{
	margin: 0 10px 0px 0;
	float: left !important;
}

