/*
Theme Name: One Happy Mama New
Version: 1.0
Theme URI: http://www.one-happy-mama.com
Description: The super cute blog of Kristina Proffitt. :)
Author: June Lily
Author URI: http://www.junelily.com
Tags: wordpress, html5, boilerplate, semantic code, browser compatible, seo optimized, validated, fixed-width, custom-header, custom-background, sidebar widgets
*/


/*--[ HTML5 DISPLAY DEFINITIONS ]--------------------------------------------------------------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/*--[ HTML5 BASE ]--------------------------------------------------------------------------------*/

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 13px; line-height: 1.4; }
::-moz-selection { background: #f3737f; color: #fff; text-shadow: none; }
::selection { background: #f3737f; color: #fff; text-shadow: none; }

/*--[ HTML5 LINKS ]--------------------------------------------------------------------------------*/

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/*--[ HTML5 TYPOGRAPHY ]--------------------------------------------------------------------------------*/

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/*--[ HTML5 LISTS ]--------------------------------------------------------------------------------*/

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/*--[ HTML5 EMBEDDED CONTENT ]--------------------------------------------------------------------------------*/

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/*--[ HTML5 FIGURES ]--------------------------------------------------------------------------------*/

figure { margin: 0; }

/*--[ HTML5 FORMS ]--------------------------------------------------------------------------------*/

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/*--[ HTML5 TABLES ]--------------------------------------------------------------------------------*/

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/*--[ HTML5 CHROME FRAME ]--------------------------------------------------------------------------------*/

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*--[ MAIN CSS LAYOUT ]--------------------------------------------------------------------------------*/

/* Table of Contents
* Body
* Wrap
* Defaults 
* Hyperlinks
* Headlines
* Blockquote
* Code
* Top
* Header
* Title - Description
* Header Right
* Primary Navigation
* Main
* Content
* Entry-Header
* Entry-Content - Entry-Summary
* Entry-Meta
* Paging Navigation
* Sticky Posts
* Sidebar
* Footer
* Credits
* Bottom
* Images
* Comments
* Input Text Area
* Search Input
* Search Form
* Buttons - Comments, Reply, Search
* Widgets
* Tag Cloud
* Dropdowns
* Calendar Widget
* WP Cycle
* Browser Edits
*/

body {
	background:url(images/stripe.png); repeat-xy;
	margin: 0px auto;
	padding: 0px;
}


/* Defaults
------------------------------------------------------------ */

input,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	padding: 4px;
}

blockquote,
input,
select,
textarea,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid  #ddd;
}

li,
ol,
ul {
	margin: 0px;
	padding: 0px;
}

ol li {
	list-style-type: decimal;
}

.clear {
	clear: both;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #f3737f;
	text-decoration: none;
}

a:hover, a:focus {
	color: #8dcbba;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Type
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #f3737f;
	font-weight: normal;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #8dcbba;
	text-decoration: none;
}

h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
	color: #f6cf5a;
	text-decoration: none;
}

h1 { 
	font-size: 30px;
	line-height: 32px;
	margin: 18px 0px 12px;
	letter-spacing: -1.5px;
}

h2 { 
	font-size: 26px;
	line-height: 28px;
	margin: 16px 0px 8px;
	letter-spacing: -.5px;
}

h3 { 
	font-size: 22px;
	line-height: 28px;
	margin: 15px 0px 8px;
	letter-spacing: -0.5px;
}

h4 { 
	font-size: 18px;
	line-height: 20px;
	margin: 15px 0px 10px;
}

h5 { 
	font-size: 15px;
	line-height: 20px;
	margin: 15px 0px 10px;
}

h6 { 
	font-size: 12px;
	line-height: 22px;
	margin: 15px 0px 10px;
	text-transform: uppercase;
}

h1.widget-title {
	font-family: 'quicksandregular', sans-serif;
	color: #8dcbba;
	font-size: 20px;
}

h3.widget-title {
	font-family: 'quicksandregular', sans-serif;
	color: #8dcbba;
	font-size: 20x;
}

h1.page-title {
	color: #f3737f;
	padding: 0px 0px 10px;
	font-size: 8px;
}

h2.page-title {
	color: #f3737f;
}

h2.blog-title {
	font-family: 'quicksandregular', sans-serif;
	font-size: 25px;
	color: #f3737f;
	padding: 5px 0px 15px;
}

h1.archive-title {
	font-family: 'quicksandregular', sans-serif;
	color: #f3737f;
	padding: 0px 0px 10px;
	font-size: 38px;
}

p, 
ul, 
ol, 
dl, 
blockquote, 
hr, 
pre, 
table, 
fieldset, 
article, 
article footer,
nav {
	margin: 0px 0px 20px;
	line-height: 20px;
}

article ul {
	margin: 0px 0px 32px 32px;
	list-style: disc outside;
}

article ol {
	margin: 0px 0px 32px 32px;
	list-style: decimal outside;
}

blockquote {
	background: #f6f6f6;
	margin: 0px 0px 18px 32px;
	padding: 17px 18px 0px;
	font-family: Verdana, Georgia, Times, serif;
	border: 1px solid #eee;
	font-style: italic;
}

small {
	font-size: 11px;
}

code {
	background: #e0e0da;
	display: block;
	margin: 5px;
	padding: 15px;
	font-family: Verdana, Tahoma, Courier New;
	border: 1px solid #eee;
}

/* top
------------------------------------------------------------ */

#top {
	background: transparent url(images/header-bg.png) no-repeat;
	width: 980px;
	height: 45px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}

/* Header
------------------------------------------------------------ */

#header {
	margin: 0px auto;
	min-height: 100px;
	overflow: hidden;
	width: 1064px;
}

#header p {
	margin: 0px;
	padding: 0px;
}

#headerfull img {
	max-width: 1064px;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

#headerfull .widget {
	border: none;
	margin: 0px;
	padding: 20px;
}

#headerleft {
	float: left;
	overflow: hidden;
	padding: 20px 15px 20px 20px;
	width: 450px;
}

#headerleft img {
	max-width: 450px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#headerleft .widget {
	border: none;
	margin: 0px;
	padding: 0px;
}

#title {
	font-size: 30px;
	margin: 10px 0px 0px 10px;
	padding: 10px 0px 0px 10px;
}

#title a,
#title a:visited {
	color: #f3737f;
	text-decoration: none;
}

#title a:hover,
#title a:focus {
	color: #b5c7c7;
	text-decoration: none;
}

#description {
	color: #f3737f;
	font-size: 14px;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
}

#logo {
	max-width: 450px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#headerright {
	float: right;
	width: 450px;
	padding: 20px 20px 20px 15px;
	overflow: hidden;
}

#headerright p {
	margin: 10px;
	padding: 10px;
}

#headerright img {
	max-width: 450px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#headerright .widget {
	border: none;
	margin: 0px;
	padding: 0px;
}

#headerright .social-links {
	margin: 5px;
	padding: 0px;
	float: right;
}

.twitter {
	float: left;
	margin: 0px 2px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/twitter.png) no-repeat 0 0;
}

.facebook {
	float: left;
	margin: 0px 2px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/facebook.png) no-repeat 0 0;
}
.instagram {
	float: left;
	margin: 0px 2px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/instagram.png) no-repeat 0 0;
}
.pinterest {
	float: left;
	margin: 0px 2px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/pinterest.png) no-repeat 0 0;
}

.contact {
	float: left;
	margin: 0px 2px;
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/contact.png) no-repeat 0 0;
}
.contact:hover,
.twitter:hover, 
.facebook:hover,
.instagram:hover, 
.pinterest:hover{

	background-position: 0 -60px;
}

/* Primary Navigation
------------------------------------------------------------ */

#menunav {
	background: #fff;
	border: solid;
	clear: both;
	color: #fff;
	margin: 0px auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 980px;
}

#menunav ul {
	float: left;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}

#menunav li {
	float: left;
	list-style-type: none;
}

#menunav li a {
	color: #989696;
	display: block;
	font-size: 13px;
	margin: 0px 23px 0px 23px;
	padding: 7px 13px 5px 15px;
	position: relative;
	text-decoration: none;
}

#menunav li a:hover {
    background: #fff url(images/menuheart.png) left no-repeat;
    color: #75bfab;
}

#menunav li a:active,
#menunav .current_page_item a,
#menunav .current-cat a,
#menunav .current-menu-item a {
    background:  url(images/menuheart.png) left no-repeat;
    color: #989696;
}

#menunav li li a,
#menunav li li a:link,
#menunav li li a:visited {
	background-color: #fff;
	border: 1px solid #fff;
	border-top-width: 0px;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px 5px 20px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#menunav li li a:hover,
#menunav li li a:active {
	background-color: #fff;
	color: #fff;
}

#menunav li ul {
	height: auto;
	width: 160px;
	position: absolute;
	left: -9999px;
	z-index: 9999;
}

#menunav li ul a {
	width: 140px;
}

#menunav li ul ul {
	margin: -30px 0px 0px 159px;
}

#menunav li:hover>ul,
#menunav li.sfHover ul {
	left: auto;
}

/* Main Content
------------------------------------------------------------ */

#main {
	overflow: hidden;
	clear: both;
	margin: 0px auto;
	width: 1200px;
}

#content {
	font-family: Verdana; 	
	font-size: 14px;
	width: 728px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 20px;
}

.post {
	margin: 0px 0px 40px;
}

.entry-header {
	font-size: 12px;
	margin: 20px 0px;
}

p.author-date {
	font-size: 12px;
}

p.author-date .author {
	margin: 0px;
}

.entry-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 0px;
	text-transform: uppercase;
}

.entry-meta .category,
.entry-meta .tags,
.entry-meta .edit,
.entry-meta .comments {
	margin: 0px;
}

.entry-meta .meta-sep {
	margin: 0px 2px;
}

.entry-content {
	margin: 0px;
	overflow: hidden;
	text-align: justify;
	clear: both;
}

.entry-summary {
	text-align: justify;
	padding: 0px 0px 5px;
	min-height: 155px;
	clear: both;
}

.entry-content p {
	padding: 0px;
}

p.edit {
	padding: 10px 0px 0px;
}

.entry-content ul {
	margin: 0px 0px 30px 30px;
	padding: 0px;
	list-style: none;
}

.entry-content ol {
	margin: 0px 0px 30px 30px;
	padding: 0px;
	list-style: decimal outside;
}

.entry-summary ul li,
.entry-content ul li {
	background: url(images/hearticon.png) no-repeat left 5px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

.entry-content ol li {
	margin: 0px 0px 0px 10px;
}

.entry-summary ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0px 0px 0px 10px;
}

.blog-signature {
	float: left;
	margin: 3px;
	padding: 5px;
}

.signature img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Post Date
------------------------------------------------------------ */

#content .post-date-wrap {
	background: url(images/datebg.png) no-repeat;
	float: left;
	width: 66px;
	height: 66px;
	border: none;
	margin: -15px 0px 5px -5px;
	padding-right: 5px;
}

#content .post-date {
	float: left;
	display: inline;
	color: #5eb6ac;
	font-size: 11px;
	font-family: Verdana Ref, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 66px;
	height: 66px;
	margin: 0px auto;
	padding: 15px 0px 0px;
	text-align: center;
}

#content .post-date .month {
	display: block;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

#content .post-date .day {
	display: block;
	font-size: 25px;
	line-height: 20px;
}

#content .post-date .year {
	display: block;
	font-size: 12px;
	line-height: 14px;
}

/* Post Navigation
------------------------------------------------------------ */

.paging {
	overflow: hidden;
	padding: 20px 0px;
	width: 100%;
}

.paging .next {
	float: right;
}

.paging .prev {
	float: left;
}

.paging a {
	border-bottom: 1px dotted #ccc;
	padding: 5px 8px;
}

.paging a:hover,
.paging .active a {
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	padding: 5px 8px;
}

/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background: #fff;
	border: none;
}

/* Sidebar
------------------------------------------------------------ */

#sidebar {
	display: inline;
	font-family: Verdana; 	
	font-size: 14px;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 336px;
	margin: 0px 10px 10px 0px;
	padding: 15px;
}

#sidebar p {
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 5px 0px;
}

#sidebar .widget {
	background-color: #fff;
	border: none;
	margin: 10px 0px;
	padding: 2px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: none;
}

#sidebar ol {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style: decimal outside;
}

#sidebar ul li {
	background: url(images/hearticon.png) no-repeat left 5px;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}

#sidebar ol li {
	margin: 0px;
}

#sidebar ol ol,
#sidebar ul ul {
	padding: 0px;
}

#sidebar .widget_search {
	overflow: hidden;
	margin: 20px 0px 10px;
	padding: 0px;
}

#sidebar img {
	max-width: 280px;
	height: auto;
	margin: 5px 0px;
	padding: 5px 0px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	background: #fff;
	width: 940px;
	clear: both;
	font-size: 12px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	border-top: 1px solid #f6cf5a;
}

#footer p {
	color: #444;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #f3737f;
}

#footer .credits {
	float: right;
	width: 940px;
	font-size: 11px;
	margin: 0px;
	padding: 5px 10px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}

#footer .credits p {
	color: #333;
	font-size: 11px;
}

/* Bottom
------------------------------------------------------------ */

#bottom {
	background: transparent url(images/footer.png) no-repeat;
	width: 980px;
	height: 55px;
	clear: both;
	font-size: 11px;
	margin: 0px auto;
	padding: 5px;
	overflow: hidden;
	text-transform: uppercase;
	min-height: 35px;
}

#bottom p {
	color: #fff;
	font-size: 12px;
}

#bottom a,
#bottom a:visited {
	color: #fff;
}

#bottom .credits {
	width: 740px;
	float: right;
	padding: 0px 10px 0px 0px;
	text-align: right;
}

/* Images
------------------------------------------------------------ */

#content .entry-content img {
	max-width: 580px;
	height: auto;
	margin: 5px;
	padding: 5px;
	border: 2px solid #e6e6e6;
}

#content .entry-summary img {
	float: left;
	margin: 0px 10px 15px 0px;
	padding: 5px;
	width: 125px;
	height: 125px;
}

#content a .wp-post-image {
	padding: 5px;
	border: 5px solid #e6e6e6;
}

#content a:hover .wp-post-image, #content a:focus .wp-post-image {
	padding: 5px;
	border: 2px solid #ccc;
}

#content .wp-post-image, 
#content img.alignnone, 
#content img.alignright, 
#content img.alignleft, 
#content img.aligncenter {
	background: #fff;
	padding: 5px;
}

#content img.alignleft {
	display: inline;
	margin: 0px 15px 5px 0px;
}

#content img.alignright {
	display: inline;
	margin: 0px 0px 5px 15px;
}

#content img.aligncenter {
	margin: 0px auto 24px;
	display: block;
}

#content .alignleft {
	float: left;
	clear: left;
	margin: 5px 24px 5px 0px;
}

#content .alignright {
	float: right;
	clear: right;
	margin: 5px 0px 5px 24px;
}

#content .aligncenter {
	margin: 0px auto;
	display: block;
	clear: both;
}

#content .wp-caption {
	max-width: 98%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px;
	text-align: center;
}

#content .wp-caption img {
	display: block;
	margin: 0px auto;
	max-width: 98%;
	height: auto;
	outline: 0px;
	border: none;
}

#content .wp-caption .wp-caption-text {
	margin: 0px;
	padding: 3px;
	color: #555;
	font-family: Arial, serif;
	font-size: 12px;
	clear: both;
}

#content img.wp-smiley {
	float: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#content img.wp-wink {
	float: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
/* Comments
------------------------------------------------------------ */

#comment {
	width: 100%;
	height: 150px;
}

#comments ol {
	color: #f3737f;
	font-size: 18px;
	text-align: left;
}

#comments .fn
#comments .says {
	color: #f3737f;
}

#comments ol p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000; 
}

#reply-title,
#comments-title {
	color: #f3737f;
	border-bottom: 1px solid #bbb;
}

p.nocomments,
p.nopassword {
	margin: 0px;
	padding: 0px;
}

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

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

#comments .navigation a {
	border-bottom: 1px dotted #ccc;
	padding: 5px 8px;
}

#comments .navigation a:hover,
#comments .navigation .active a {
	background-color: #f5f5f5;
	border-bottom: 1px dotted #ccc;
	padding: 5px 8px;
}

#respond {
	margin-top: 20px;
}

ol.comment-list {
	margin: 0px 0px 0px 50px;
}

ol.comment-list ul {
	margin: 0px;
}

ol.comment-list img.avatar {
	margin: 0px 10px 10px;
	padding: 4px;
	float: right;
	border: 1px solid #ccc;
}

ol.comment-list li {
	margin: 0px;
	padding: 10px 0px 0px;
	position: relative;
}

ol.comment-list li header {
	margin: 0px;
	line-height: 24px;
	font-size: 14px;
}

ol.comment-list li li {
	list-style: none;
	margin: 0px 0px 0px 25px;
}

#respond {
	margin-bottom: 15px;
}

#respond input.text, #respond select, #respond textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	background: #f6f6f6;
	border: 1px solid #eee;
	color: #777;
	font-size: 13px;
	line-height: 15px;
	margin: 0px 4px 0px 0px;
	padding: 5px;
	width: 50%;
	outline: 0px;
	display: block;
}

#respond input.text:focus, #respond select:focus, #respond textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus { 
	border: 1px solid #ccc; 
}

.borderradius #respond input.text, .borderradius #respond select, .borderradius #respond textarea,
.borderradius .comment-form-author input,
.borderradius .comment-form-email input,
.borderradius .comment-form-url input,
.borderradius .widget_search input#s {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

#respond textarea {
	width: 98%;
	margin-right: 0px;
}

#respond label {
	font-size: 13px;
	font-weight: bold;
}

ol.comment-list li article nav {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

ol.comment-list li .reply a, ol.comment-list li .reply a:visited {
	background: #ccc;
	color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	text-decoration: none;
	margin: 20px 0px 0px;
	padding: 2px 5px 3px;
	border: 1px solid #bbb;
}
	
ol.comment-list li .reply a:hover {
	background: #ddd;
	color: #fff;
	text-decoration: none;
	border: 1px solid #bbb;
}

ol.comment-list li .reply a:active {
	position: relative; top: 1px;
}

/* Search Input
------------------------------------------------------------ */

.widget_search input#s {
	background: #FFFFFF;
	float: left;
	width: 65%;
	border: 1px solid #8dcbba;
	color: #777;
	font-size: 13px;
	line-height: 15px;
	margin: 0px 4px 0px 0px;
	padding: 3px 4px;
	outline: 0px;
	display: block;
}

.widget_search input#s:focus {
	border: 1px solid #ccc;
}

.borderradius .widget_search input#s {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

/* Search Form
------------------------------------------------------------ */

#searchform {
	margin: 0px;
}
	
#s {
	background: #fff;
	border: 1px solid #eee;
	color: #f3737f;
	font-size: 13px;
	line-height: 15px;
	margin: 0px 4px 0px 0px;
	padding: 3px 4px;
	width: 175px;
	outline: 0px;
	display: inline;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}

/* Buttons
------------------------------------------------------------ */

#sidebar .widget_search #searchsubmit,
#searchsubmit,
#submit {
	background-color: #ddd;
	border: 1px solid #bbb;
	color: #f3737f;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#sidebar .widget_search #searchsubmit:hover,
#searchsubmit:hover,
#submit:hover {
	background-color: #ddd;
	border: 1px solid #bbb;
	color: #fff;
	text-decoration: none;
}

#submit:active, #searchsubmit:active, #sidebar .widget_search #searchsubmit:active {
	position: relative; top: 1px;
}

/* Widgets
------------------------------------------------------------ */

.widget_search {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.widget_search #searchsubmit {
	font-size: 12px;
	margin: 1px 0px 5px;
	padding: 3px 5px;
	border: none;
}

.widget_search label {	
	display: none;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div {
	padding: 5px 5px 0px;
	overflow: hidden;
}

.widget_tag_cloud a {  
	line-height: 24px;
}

.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
	text-decoration: underline;
}

/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background: #FFFFF;
	border: none;
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0px;
	padding: 3px;
	width: 90%;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0px 0px;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 0px;
	text-align: center;
	height: 35px;
	border-bottom: 1px solid #222;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}

/* WP Cycle
------------------------------------------------------------ */

#cycle {
	background: none;
	width: 940px;
	margin: 0px auto;
	padding: 5px 0px;
	text-align: center;
	border-bottom: 2px dashed #dfe3e2;
}

#cycle img {
	width: 940x;
	height: 250px;
	margin: 0px;
	padding: 0px;
	}
/* Browser Edits
------------------------------------------------------------ */

.ie8 #headerfull img, 
.ie8 #headerleft img, 
.ie8 #headerright img, 
.ie8 #logo img, 
.ie8 #sidebar img, 
.ie8 #content .wp-caption img,
.ie8 #content .entry-content img {  
	width: auto;
}

/*--[ HTML5 NON-SEMANTIC HELPER CLASSES ]--------------------------------------------------------------------------------*/

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--[ HTML5 MEDIA QUERIES ]--------------------------------------------------------------------------------*/

@media only screen and (min-width: 35em) {
}

/*--[ HTML5 PRINT STYLES ]--------------------------------------------------------------------------------*/

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}