/*
Theme Name: Chantel Simmons
Theme URI: http://www.chantelsimmons.com/
Description: A custom blog and site design for Chantel Simmons. Designed by Delicious Design Studio.
Version: 1.0
Author: Delicious Design Studio
Tags: two column, yellow, pink, blue
*/


/* RESET ALL CSS FOR PAGE */
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;
}

/* BEGIN TEMPLATE CODE HERE */
html {
	height: 100%;
}

body {
	background: url(images/page_bg_content.gif) top center repeat-y;
	background-color: #f7b7c6;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 25px;
	color: #88392c;
	height: 100%;
}

#page {
	position: relative;
	min-height: 100%;
}

#content {
	display: table;
	width: 904px;
	height: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -25px;
	clear: both;
}

.upper_menu {
	display: table;
	width: 904px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -25px;
	clear: both;
}

.post {
	margin-left: 25px;
	width: 565px;
}

.post_wrapper {
	position: relative;
	top: 5px;
	width: 904px;
	padding-bottom: 15px;
	clear: both;
}

/* Featured Area */
#featured_area {
	/*background: url(images/page_bg_featured.jpg) no-repeat top center;*/
	background-color: #f7b7c6;
	padding: 1px;
	margin-top: -25px;
}

#featured_content {
	margin-left: auto;
	margin-right: auto;
	width: 905px;
	min-height: 275px;
}

#featured_text h2 {
	color: #ff1b8c;
	font-size: 32px;
	text-transform: lowercase;
	margin-top: 35px;
	margin-bottom: 25px;
}

#featured_text {
	width: 400px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	min-height: 240px;
	font-size: 18px;
	line-height: 30px;
}

#featured_text a, #featured_text a:visited {
	color: #ff1b8c;
}

#featured_text a:hover {
	color: #006428;
}

.featured_img {
	float: right;
	border: #ffffff 5px solid;
	margin-left: 15px;
	margin-top: -7px;
	position: relative;
	top: 5px;
	z-index: 5;
}

#featured_more {
	background: url(images/page_bg_learnmore.png) no-repeat top left transparent;
	width: 905px;
	height: 60px;
	border: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 30px 0 0;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 0 0;
}

h5, h6 {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 0 0;
}

small {
	font-size: 10px;
	line-height: 15px;
}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 9px;
	letter-spacing: 7px;
	cursor: help;
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #a8d5ee;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
}
	
.screen-reader-text {
  position: absolute;
  left: -1000em;
}

/* Header Styles */
#header {
	width: 100%;
	height: 195px;
	border-bottom: solid 5px #ffffff;
	background: url(images/header_bg_wave.gif) repeat-x left top;
}

#header h1 a {
	width: 670px;
	height: 105px;	
	background: url(images/header_bg_logo.png) no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	position: relative;
	top: 25px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

#header .description {
	display: none;
	text-align: center;
}

/* Footer Styles */
#footer {
	clear: both;
	background-color: #a8d5ee;
	width: 100%;
	height: 195px;
	border-top: solid 10px #ff1b8c;
	border-bottom: solid 30px #ff1b8c;
	position: relative;
}

#footer a, #footer a:link, #footer a:visited {
	color: #ff1b8c;
	font-size: 14px;
}

#footer_content {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 904px;
	height: 140px;
}

#footer_left {
	float: left;
	height: 100%;
	margin-left: 25px;
	padding-right: 25px;
}

#footer_center {
	float: left;
	height: 100%;
	border-left: dashed #3da2da 1px;
	padding-left: 25px;
	padding-right: 25px;
}

#footer_right {
	float: left;
	border-left: dashed #3da2da 1px;
	padding-left: 25px;
	width: 340px;
	height: 100%
}

#footer_left h2, #footer_center h2, #footer_right h2 {
	font-size: 25px;
	font-weight: normal;
	text-transform: lowercase;
	margin-bottom: 20px;
}

#footer_contact {
	background: url(images/icon_contact_mail.gif) no-repeat left top;
	padding-left: 35px;
	height: 35px;
}

#footer_rss {
	background: url(images/icon_contact_rss.gif) no-repeat left top;
	padding-left: 35px;
	height: 35px;
}

#footer_facebook {
	background: url(images/icon_contact_facebook.gif) no-repeat left top;
	padding-left: 35px;
	height: 30px;
}

#twitter_icon {
	border: 5px #ffffff solid;
	float: left;
	margin-right: 15px;
}

#twitter_update_list {
	color: #3da2da;
	font-size: 12px;
	line-height: 15px;
}

#twitter_update_list span {
	color: #88392c;
	font-size: 14px;
	margin-bottom: 10px;
} 

#footer #twitter_link, #footer #twitter_link a, #footer #twitter_link a:link, #footer #twitter_link a:visited {
	color: #ff1b8c;
	font-size: 16px;
	margin-top: 10px;
	float: right;
}

#footer_newsletter_input {
	background: url(images/form_input_text.png) no-repeat top left;
	width: 220px;
	height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005eb2;
	text-align: center;
	border: 0;
	padding-top: 7px;
	
	clear: right;
}

#footer_newsletter_submit {
	background: url(images/form_submit_newsletter.png) no-repeat top left transparent;
	font-size: 0;
	color:#FFFFCC;
	width: 220px;
	height: 36px;
	cursor: pointer;
	cursor: hand;
	text-indent: -9999px;
	border: none;
}

#copyright {
	text-align: center;
	clear: both;
	color: #ffffff;
	font-size: 12px;
	position: relative;
	top: 32px;
}

#copyright a, #copyright a:link, #copyright a:visited {
	color: #ffffcc;
	font-size: 12px;
}

/* Top Menu Styles */
#menu {
	border-top: solid #ff1b8c 11px;
	clear: both;
	float: right;
	width: 905px;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}

#menu_home {
	border-top: solid #ff1b8c 11px;
	clear: both;
	float: right;
	width: 905px;
	position: relative;
	z-index: 1;
}


#menu ul, #menu_home ul {
	float: right;
	border-bottom: solid #fffadb 5px;
}

#menu ul li, #menu_home ul li {
	float: left;
	display: block;
	list-style: none;
	padding: 8px 0px;
	margin: 0px 25px -5px 0px;
}

#menu .page_item, #menu_home .page_item {
	border-bottom: solid #fffadb 5px;
}

#menu .current_page_item, #menu_home .current_page_item {
	border-bottom: solid #ff1b8c 5px;
	 position: relative;
	 z-index: 25;
}

#menu LI, #menu LI A, #menu_home LI, #menu_home LI A {
	 height: 27px;
	 position: relative;
	 z-index: 20;
}

#menu li a, #menu li a:link, #menu li a:visited, #menu_home li a, #menu_home li a:link, #menu_home li a:visited {
	color: #ff1b8c;
	font-size: 20px;
	text-decoration: none;
	text-transform: lowercase;
}

#menu li a:hover, #menu_home li a:hover {
	font-size: 20px;
	text-decoration: none;
	text-transform: lowercase;
	padding-bottom: 10px;
	border-bottom: solid #ff1b8c 5px;
}

/* Sidebar Styles */
#sidebar {
	display: inline;
	float: right;
	width: 220px;
	height: 100%;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	padding-left: 30px;
	border-left: dashed 1px #f6afc0;
}

#sidebar .widgettitle {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: lowercase;
}

#sidebar ul li ul {
	margin-left: 15px;
}

#sidebar ul li ul li {
	list-style: disc;
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#sidebar ul li ul li a, #sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
	color: #ff1b8c;
	text-transform: lowercase;
}

#sidebar ul li ul li a:hover {
	color: #006428;
}

#sidebar .widget {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dashed 1px #f6afc0;
}

/* Post Link Formatting */
.post h2, .post h2 a, .post h2 a:link, .post h2 a:visited {
	color: #ff1b8c;
	font-size: 30px;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 25px;
	line-height: 35px;
}

.post a, .post a:link {
	color: #005db1;
}

.post a:visited {
	color: #ff1b8c;
}

.post a:hover {
	color: #006428;
}

/* Post Meta Data */
.postmetadata {
	font-size: 14px;
	line-height: 18px;
	border-bottom: dashed 1px #f6afc0;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.postmetadata a, .postmetadata a:link, .post_pages a, .post_pages a:link  {
	text-transform: lowercase;
	color: #005db1;
}

.postmetadata a:visited, .post_pages a:visited {
	color: #ff1b8c;
}

.postmetadata a:hover, .post_pages a:hover {
	color: #006428;
}

.post_pages {
	width: 565px;
	margin-left: 25px;
	margin-bottom: 10px;
	margin-top: -5px;
}

/* More Link */
.more-link {
	font-size: 18px;
	text-transform: lowercase;
	color: #005db1;
	float: right;
}

.more-link:visited {
	color: #ff1b8c;
}

.more-link:hover {
	color: #006428;
}

/* Paging Navigation */
.navigation {
	width: 565px;
	margin-left: 25px;
	border-top: 1px solid #88392c;
	border-bottom: 1px solid #88392c;
	margin-top: -26px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 16px;
	text-transform: lowercase;
	height: 20px;
	display: block;
}

.entry .navigation {
	margin-left: 0px;
	margin-top: -16px;
}
.navigation a, .navigation a:link {
	color: #005db1;
}

.navigation a:visited {
	color: #ff1b8c;
}

.navigation a:hover {
	color: #006428;
}

.navigation .alignright {
	float: right;
}

.navigation .alignleft {
	float: left;
}

/* Post Date */
.post .post-date {
	background: url(images/post_bg_date.png) no-repeat top left;
	float: left;
	width: 51px;
	height: 58px;
	margin-top: -10px;
	margin-left: -60px;
	text-align: center;
	padding-top: 7px;
}

.post .post-date .month {
	font-size: 16px;
	line-height: 17px;
}

.post .post-date .day {
	font-size: 23px;
	line-height: 17px;
}

/*Search Form */
#s, #pwbox-2 {
	background: url(images/form_input_text.png) no-repeat top left;
	width: 220px;
	height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005eb2;
	text-align: center;
	border: 0;
	padding-top: 7px;
}

#searchsubmit {
	background: url(images/form_submit_search.png) no-repeat top left transparent;
	font-size: 0;
	color:#FFFFCC;
	width: 83px;
	height: 36px;
	cursor: pointer;
	cursor: hand;
	text-indent: -9999px;
	border: none;
	position: relative;
	top: -5px;
	color: transparent;
	text-transform: capitalize;
}


/* Page Edit Link */
.page_edit {
	margin-top: 15px;
  margin-left: 25px;
	font-size: 14px;
}

.post-edit-link {
	float: right;
}

.page_edit a, .page_edit a:link {
	color: #005db1;
}

.page_edit a:visited {
	color: #ff1b8c;
}

.page_edit a:hover {
	color: #006428;
}

/* 404 Page Formatting */
h2.not_found  {
	color: #ff1b8c;
	font-size: 30px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 25px;
	line-height: 35px;
}

.not_found {
	margin-left: 25px;
}

/* Image Formatting*/
a img {
	border: none;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 15px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 15px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #f8bdca;
	text-align: center;
	background-color: #fef6f8;
	padding-top: 4px;
	margin: 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0 4px 5px;
	margin: 0;
}

/* Begin Post/Page Lists */
.entry ul {
	margin-left: 25px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

ol li {
	list-style: decimal outside;
}

/* HR Rules */
.post hr {
	display: block;
	}

hr {
	display: none;
}

/* Entry Styles */
.entry form {
	text-align: center;
	margin-left: 100px;
	margin-right: 100px;
}

.entry p {
	margin-bottom: 15px;
}

/* Comment Styles */
.comments {
	margin-top: -15px;
}

.commentlist {
	margin-top: 10px;
	margin-bottom: 10px;
}

.commentlist li { 
	font-size: 14px;
	border-bottom: dashed 1px #f6afc0;
	line-height: 18px;
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 15px;
	
}

.comment-author {
	border-bottom: dashed 1px #f6afc0;
	padding-bottom: 5px;
	font-weight: bold;
	text-transform: lowercase;
	margin-bottom: 10px;
} 

.comment-author .avatar {
	float: left;
	margin-right: 15px;
	width: 20px;
	height: 20px;
}

.comment-meta {
	text-align: right;
}

/* Reply Form */
#reply_loggedin {
	font-size: 14px;
}

#reply_name {
	display: block;
	float: left;
	font-size: 16px;
	color: #ff1b8c;
	margin-right: 8px;
	margin-top: 15px;
}

#reply_email_small {
	font-style: italic;
	font-size: 11px;
}

#reply_email {
	display: block;
	float: left;
	font-size: 16px;
	color: #ff1b8c;
	margin-right: 8px;
	margin-top: 15px;
}

#reply_website {
	display: block;
	float: left;
	font-size: 16px;
	color: #ff1b8c;
	margin-top: 15px;
}

#reply_name input, #reply_website input {
	background: url(images/form_input_textsm.png) no-repeat top left;
	width: 164px;
	height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005eb2;
	text-align: center;
	border: 0;
	padding-top: 7px;
}

#reply_email input {
	background: url(images/form_input_text.png) no-repeat top left;
	width: 220px;
	height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005eb2;
	text-align: center;
	border: 0;
	padding-top: 7px;
}

#reply_text textarea {
	background: url(images/form_input_textarea.png) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #005eb2;
	text-align: left;
	border: 0;
	height: 90px;
	padding: 10px 21px 10px 14px;
	width: 533px;
}

#reply_submit #submit {
	background: url(images/form_submit_comment.png) no-repeat top left transparent;
	font-size: 0;
	color:#FFFFCC;
	width: 173px;
	height: 31px;
	cursor: pointer;
	cursor: hand;
	text-indent: -9999px;
	border: none;
	float: right;
	margin-right: 15px;
	margin-top: 5px;
}

.blogger-post-footer {
	display: none;
}	

