/*   
Theme Name: Dancing Thru Pregnancy
Theme URI: http://dancingthrupregnancy.com
Description: Custom Theme Design for DTP
Author: Madyson Designs
Author URI: http://madysondesigns.com
Version: 1.0
Tags: Comma-separated tags that describe your theme

*/

/* Reset default browser styles */

@import url('styles/reset.css');

/* Rebuild default browser styles */

@import url('styles/rebuild.css');

/* Basic WordPress Styles */

@import url('styles/wp.css');

/* Import a basic layout */

/* @import url('styles/2c-r.css'); */

/* Import 960 grid */

@import url('styles/960/960.css');

/* Default Colors */

/* Pink: #BD0783 */

/* Teal: #8DEEF4 */

/* Gray: #333333 */

/* Dk. Teal: #015764 */

#wrapper {
	margin: 0 auto;
	width: 980px;
	padding: 0 10px 0 10px;
}

body {
	margin: 1.5em auto;
}

/* =Header
-------------------------------------------------------------- */

#branding {
	margin: 3em 0 0 0;
	position: relative;
}

#social {
	height: 66px;
	float: right;
	position: absolute;
	bottom: -8px;
	right: 0;
}

#social-center {
	height: 66px;
	background: url(images/socialtab-center.png) repeat-x;
	float: left;
	position: relative;
}

#social-left {
	width: 14px;
	height: 66px;
	float: left;
	background: url(images/socialtab-left.png) no-repeat;
}

#social-right {
	width: 14px;
	height: 66px;
	float: left;
	background: url(images/socialtab-right.png) no-repeat;
}

#social-center img {
	bottom: 5px;
	margin: 15px 2px 0;
}

#figureleft {
	z-index: -10;
	margin: 0 10px -300px -126px;
	padding: 0;
	float: left;
	height: 80px;
	position: relative;
}

#figureright {
	z-index: -11;
	padding: 0;
	float: right;
	margin: 0 -136px -300px 0px;
	height: 80px;
	position: relative;
}

#figureleft img, #figureright img {
	border: 0px;
	width: 136px;
	height: 331px;
	vertical-align: top;
	padding-top: 49px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0 0 1.5em 0;
	overflow: auto;
	background-color: transparent;
}

.skip-link {
	display: none;
}

.menu {
	text-align: center;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu ul ul {
	display: none;
}

.menu li {
	display: inline;
}

.menu a {
	display: block;
	float: left;
}

/* =Content
-------------------------------------------------------------- */

#content {
	margin-top: 20px;
}

.post {
	margin: 0 0 3em 0;
}

.post-home {
	overflow: auto;
	padding-bottom: 20px;
}

.entry-content, .entry-summary {
	margin: 1.5em 0 1.5em 0;
}

.entry-content h1 {
	color: #BD0783;
	font-weight: bold;
	font-size: 2.5em;
}

.entry-content h2 {
	color: #015764;
	font-weight: bold;
	font-size: 2em;
}

.entry-content h3 {
	color: #BD0783;
	font-weight: bold;
	font-size: 1.8em;
}

.entry-content h4 {
	color: #8DEEF4;
	font-weight: bold;
	font-size: 1.5em;
}

.entry-content h5 {
	color: #015764;
	font-weight: bold;
	font-size: 1.2em;
}

.entry-content h6 {
	color: #BD0783;
	font-weight: bold;
}

#comments {
	background-color: #eeeeee;
	padding: 10px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	margin: 0 0 1.5em 0;
	overflow: auto;
}

/* =Sidebar/Footer Widgets
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}

.widgets {
	margin-top: 20px;
}

.widgets h4 {
	font-size: 2em;
	font-weight: bold;
	padding-bottom: 3px;
	font-style: italic;
}

.sidebar h4 {
	color: #BD0783;
	background: url(images/div-narrow.png) no-repeat bottom;
	padding-bottom: 18px;
}

.page_item {
	padding-left: 10px;
	padding-top: 3px;
}

.current_page_item a {
	font-weight: bold;
	color: #BD0783;
}


/* =Footer
-------------------------------------------------------------- */

#site-info {
	position: relative;
	margin-top: 10px;
}

#site-info p {
	font-size: 1.2em;
}

#site-info p a {
	margin-right: 5px;
}

#footer-figures {
	background: url(images/footer-figures.png) no-repeat;
	width: 158px;
	height: 156px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -5;
}

/* Main Styles */

a {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #BD0783;
}

div {
	border: 0px solid gray;
}

#main {
	background-color: transparent;
	background-image: url(images/main-border.png);
	padding-right: 10px;
	padding-left: 10px;
}

#top-border {
	background-image: url(images/top-border.png);
	width: 980px;
	height: 34px;
	margin-top: -10px;
}

#blog-title {
	float:  left;
	width: 601px;
	height: 81px;
}

#blog-description {
	float:  right;
	clear: none;
}

#bottom-border {
	background-image: url(images/bottom-border.png);
	width: 980px;
	height: 34px;
}

#access {
	padding-bottom: 18px;
	background: url(images/div-full.png) no-repeat bottom;
	width: 100%;
	text-align: center;
}

#access-align {
	display: inline-block;
}

#access .menu {
	float: left;
}

#access .menu ul {
	margin: 0 auto;
	float: left;
}

#access .menu ul li a {
	color: #015764;
	font-size: 1.5em;
	text-decoration: none;
	padding: 0 10px;
}

#access .menu ul li a:hover {
	color: #015764;
	font-size: 1.5em;
	text-decoration: none;
	padding: 0 10px;
	background-color: #e8fcfd;
}

#access .menu ul li.current_page_item a {
	color: #015764;
	font-size: 1.5em;
	text-decoration: none;
	padding: 0 10px;
	background-color: #e8fcfd;
}

.entry-title {
	color: #BD0783;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1em;
	padding-bottom: 10px;
}

.entry-title a {
	color: #BD0783;
	font-weight: bold;
	text-decoration: none;
}

.entry-title a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a.more-link {
	color: #BD0783;
	font-weight: bold;
}

ul#hero {
	margin: 0;
	background-color: #e8fcfd;
	list-style-type: none;
	height: 350px;
	width: 940px;
	position: relative;
}

ul#hero li .featureimg {
	width: 620px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

ul#hero li .slider-content {
	width: 290px;
	height: 330px;
	float: right;
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

#heronav {
	float: right;
	margin-top: -2.5em;
	margin-right: 10px;
	position: relative;
	z-index: 10;
}

#heronav a {
	padding-left: 5px;
	width: 20px;
	height: 20px;
	/*text-indent: -999px;
	background: url(images/bullets.png) no-repeat 20px;*/
}

#heronav a.activeSlide {
	width: 20px;
	height: 20px;
	/*text-indent: -999px;
	background: url(images/bullets.png) no-repeat 20px;*/
}

.extra {
	padding: 0 10px;
}

.welcome-title {
	width: 229px;
	height: 46px;
	background-image: url(images/welcome.png);
	text-indent: -999px;
	margin-bottom: 10px;
}

.div-wide {
	color: #BD0783;
	font-weight: bold;
	font-size: 2em;
	background: url(images/div-wide.png) no-repeat bottom;
	padding-bottom: 18px;
	font-style: italic;
}

#main-articles {
	float: left;
	width: 360px;
}

.detail-title a {
	color: #333;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
	line-height: 1em;
}

.detail-title a:hover {
	color: #BD0783;
	font-weight: bold;
	text-decoration: underline;
}

.post-info {
	color: #999;
	margin: 0px 0 0;
	padding-bottom: 5px;
}

img.feature {
	float: left;
	margin: 0 10px 10px 10px;
}

#other-articles {
	float: left;
	width: 200px;
	padding: 0 10px;
	margin-top: -17px;
}

.other-home {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #333;
}

.other-home:hover {
	width: 100%;
	padding: 15px;
	border-bottom: 1px solid #333;
	background-color: #e8fcfd;
}
