/*
	Theme Name: Blossoming Birth Services
	Theme URI: http://www.blossomingbirthservices.com/
	Description: The themeset for the blossomingbirthservices.com website.
	Author: Brad Folkens
	Version: 1.0

	Based on the Smashing HTML5 tutorial by Enrique Ramírez
*/

/* Imports */
@import url("reset.css");

/***** Global *****/
/* Body */
html, body { height: 100%; }
html { -webkit-text-size-adjust: none; }

	body {
		background: #F5F4EF;
		color: #000305;
		font-size: 87.5%; /* Base font size: 14px */
		font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}
	
/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #C31F26;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	background-color: #C31F26;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}
	
/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}
	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body { clear: both; margin: 0 auto; }
div.alignright, img.alignright, figure.alignright { float: right; margin: 0 0 2em 2em; }
div.alignleft, img.alignleft, figure.alignleft { float: left; margin: 0 2em 2em 0; }

/*
  Page
*****************/

#page {
	padding: 0 10px 5px 10px;
	width: 850px;
	margin: 0 auto;
	background: rgb(255, 255, 255);
	-webkit-box-shadow: 3px 3px 7px rgba(0,0,0,.1);
	-moz-box-shadow: 3px 3px 7px rgba(0,0,0,.1);
	box-shadow: 3px 3px 7px rgba(0,0,0,.1);
}

/*
	Header
*****************/
#banner {
}

	/* Banner */
	#banner h1 {
		width: 850px;
		height: 140px;
		background: rgb(255, 255, 255) url('images/logo_horiz.png') no-repeat top left;
	}
	#banner h1 > span {
		display: none;
	}
	
	#banner h2 {
		width: 850px;
		height: 260px;
		margin: 0 0 4px 0;
		padding: 0;

		position: relative;
		top: 0;
		left: 0;

		border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;

		border-top-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
	}
	
	#banner address {
		width: 280px;
		height: 70px;
		position: absolute;
		bottom: 40px;
		left: 0;
		padding: 0.5em 0.5em 0.5em 1em;
		
		font-size: 14px;
		font-style: normal;
		color: rgb(255, 255, 255);
		background: rgba(0, 0, 0, 0.5);
	}

	#banner address a { color: rgb(255, 255, 255); }
	#banner address span { display: block; }
	#banner address span.role { margin-bottom: 0.5em; }
	#banner address div span { display: inline; }
	
	/* Main Nav */
	#banner nav {
		background: #000305;
		font-size: 1.143em;
		height: 40px;
		line-height: 30px;
		margin: 0 auto 2em auto;
		padding: 0;
		text-align: center;
		width: 850px;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

		border-top-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-webkit-border-top-left-radius: 0;

		border-top-right-radius: 0;
		-moz-border-radius-topright: 0;
		-webkit-border-top-right-radius: 0;
	}
	
	#banner nav ul {list-style: none; margin: 0 auto; width: 850px;}
	#banner nav li {float: left; display: inline; margin: 0;}
	
	#banner nav a:link, #banner nav a:visited {
		color: #fff;
		display: inline-block;
		height: 30px;
		padding: 5px 1.5em;
		text-decoration: none;
	}
	#banner nav a:hover, #banner nav a:active,
	#banner nav .current_page_item a:link, #banner nav .current_page_item a:visited {
		background: #C31F26;
		color: #fff;
		text-shadow: none !important;
	}
	
	#banner nav li:first-child a {
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	}

/*
	Body
*****************/
#content {
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	width: 820px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post {
	border-bottom: 1px solid rgb(244, 227, 227);
	padding-bottom: 0.25em;
	margin-bottom: 2em;
}

blockquote {
	font-style: normal;
	margin: 0 1em 1em;
	padding: 1em;
	border-left: 4px solid rgb(241, 240, 235);
	background: rgb(250, 249, 244);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);

	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;

	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

h2.entry-title {
	margin: 0 0 0.4em 0;
	font-size: 2.5em;
	font-weight: bold;
/*	color: rgb(195, 31, 38);*/
}

.entry-meta {
	margin: -1em 0 0.5em;
	font-style: italic;
	font-size: 1.15em;
	font-weight: normal;
	color: rgb(60, 60, 60);
}

.entry-meta a {
	color: rgb(200, 151, 158) !important;
}

.entry-meta a:hover {
	color: rgb(255, 255, 255) !important;
}

.entry-utility {
	font-size: 0.85em;
	color: rgb(60, 60, 60);
}

#nav-below {
	margin: -1.75em 0 1em 0;
}

.navigation {
	height: 2em;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.wp-caption {
	margin-bottom: 0.5em;
}

.wp-caption-text {
	font-size: 0.85em;
	font-style: italic;
	color: rgb(90, 90, 90);
	text-align: center;
}

/*
	Extras
*****************/
#extras {
	margin: 0 auto 1em auto;
	padding: 0 0.5em;
	overflow: hidden;
	background: rgb(250, 250, 250);
	border-top: 1px solid #F4E3E3;
	border-bottom: 1px solid #F4E3E3;
}

#extras ul { list-style: none; margin: 0; }
#extras li { border-bottom: 1px solid #fff; }
#extras h2 {
	color: #C31F26;
	font-size: 1.429em;
	margin: .25em 0;
	padding: 0 3px;
}

#extras a:link, #extras a:visited {
	color: #444;
	display: block;
	border-bottom: 1px solid #F4E3E3;
	text-decoration: none;
	padding: .3em .25em;
}

#extras .blogroll li:nth-last-child(2),
#extras .blogroll li:nth-last-child(2) a,
#extras li:last-child,
#extras li:last-child a {border: 0}

#extras a:hover, #extras a:active {
	color: #fff;
}

	/* Blogroll */
	#extras .blogroll {
		float: left;
		width: 615px;
	}
	
	#extras .blogroll li { float: left; margin: 0 20px 0 0; width: 250px; }
	
	/* Social */
	#extras .social {
		float: right;
		width: 175px;
	}
	
	#extras div[class='social'] a {
		background-repeat: no-repeat;
		background-position: 3px 6px;
		padding-left: 25px;
	}
	
		/* Icons */
		.social a[href*='/feed'] {background-image: url('images/icons/rss.png');}
		.social a[href*='facebook.com'] {background-image: url('images/icons/facebook.png');}
		.social a[href*='twitter.com'] {background-image: url('images/icons/twitter.png');}

/*
	Footer
*****************/
#contentinfo {
	text-align: right;
	font-size: 0.8em;
	color: rgb(68, 68, 68);
	padding: 1em 10px;
	width: 850px;
	margin: 0 auto;
}

