/*
Theme Name: eMoms Legacy
Description: A custom WordPress theme based on Wendy Piersall's layout design and formerly used at <a href="http://www.emomsathome.com/">eMoms at Home</a>.
Version: 1.0
Author: Findable Blogs
Author URI: http://www.findableblogs.com/
*/

/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Sidebar elements
		Post elements
		Metadata elements
		Comment elements
		Footer elements
		Widget-specific elements
*/

/* General elements */
* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	text-align: center;
	direction:rtl;
}
body {
	background: #fff;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
}
p {font-size: 110%;}
h1 {font-size:325%;}
h2 {font-size:150%;}
h3 {font-size:140%;}
h4 {font-size:120%;margin-top:3em;}
h5 {font-size:100%;}
h1, h2, h3, h4, h5, h6, .heading {
	color: #0092ba;
}
::selection { background: #c5e5f2 ; color: #222; }
::-moz-selection { background: #c5e5f2 ; color: #222; }

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}
blockquote {
	margin: 0px 30px 0px 30px;
}
pre {
	background:#F4F5F7;
	direction:ltr;
	text-align:left;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
	display:block;
	white-space:normal;
}
abbr,
acronym{
cursor: help;
border-color:#0092BA;
}
p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}
input[type="text"] {
	border: 1px solid #95D5EF;
}
input[type="text"]:focus {
	border-color:#0092ba;
}
input,
textarea {
	font-family: ;
	font-size: 100%;
}
fieldset{
border-color:#E6E6E6;
border-width:1px;
margin:20px 10px;
padding:20px 35px 10px 10px;
-moz-border-radius-bottomright:30px;
-moz-border-radius-topleft:30px;
-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
}
fieldset legend{
padding:0 10px;
font-weight:bold;
}
a, a:active {
	color: #0092ba;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #669999;
}
a:hover,
a.emphasize:hover {
	color: #FF6600;
}
a.emphasize {
	color: #0092ba;
}
a img,
a img:hover {
	background: transparent;
	border: 0;
}
dl{
border:1px solid #E6E6E6;
margin:10px;
padding:10px;
}
dt{
font-size:14px;
font-weight:bold;
background-color:#EEEEEE;
color:gray;
margin-right:10px;
padding:6px 10px;
}
dd{
border-right:4px solid #0092BA;
margin-bottom:22px;
margin-right:10px;
margin-top:3px;
padding-right:10px;
}
.inline{
display:inline;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}

div.clear {
     clear: both;
     font-size: 1px;
     line-height: 1px;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}
div.heighten {
	float: left;
    width: 1px;
    height: 768px;
}
div.heighten-53 {
	float: right;
    width: 1px;
    height: 53px;
}

/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#page {
	margin: 0 auto; /* for centered layouts */
	
	padding-left: 10px;
	text-align: right;
	width: 970px;
}
#header {
	height: 147px;
	margin-top: 10px;
	
}
#navigation {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}
#content {
	background: url('images/yellow-dots-vertical.png') left top repeat-y;
	float: right;
	overflow: hidden;
	padding-left: 35px;
	width: 580px;
}
#sidebar-header {
	background: url('images/yellow-dots-horizontal.png') right bottom repeat-x;
	float: left;
	overflow: hidden;
	padding-bottom: 15px;
	text-align: center;
	width: 375px;
}
.sidebar {
	background: url('images/yellow-dots-vertical.png') left top repeat-y;
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 32px;
	/*padding-left: 25px;*/
	padding-top: 5px;
	/*width: 150px;*/
	width: 290px;
}
#sidebar-secondary {	
	margin-right: 25px;
}
#sidebar-primary {
}
#footer {
	clear: both;
}

/* Header elements */
/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header #logo {
	background: url('images/yellow-dots-vertical.png') left top repeat-y;
	float: right;
	padding-left: 10px;
	width: 396px;
	height: 147px;
}
#header #rss {
	background: url('images/yellow-dots-vertical.png') right top repeat-y;
	float: left;
	padding-right: 20px;
	text-align: right;
	width: 240px;
	height: 147px;
}
#header #rss a.rss-link{
	position:relative;
	right:138px;
}
#header #rss .searchform {
	color: #0092ba;
	font-weight: bold;
	
}
#header #rss .searchform #s {
	width:237px;
}
#header #rss .searchform #searchsubmit {
	display: none;
}
#header #quote {
	color: #0092ba;
	float: right;
	font-size: 90%;
	line-height: 100%;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	width: 280px;
	font-size:90%;
	height:147px;
	line-height:100%;
}
#header #quote p {
	color:#95D5EF;
	font-size:231%;
	letter-spacing:-1.9px;
	line-height:81%;
	margin:0.8em auto;
}
#header #quote em {
	font-style: normal;
	text-transform: uppercase;
}
#header #quote strong {
	color: #FF9900;
	font-weight: normal;
}

#header #logo h1 a,
#header #logo h2 a {
	color: #333333;
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.4em;
	line-height: 90%;
	
}

#header #logo h1 a {
	font-family:impact;
	font-size:3em;
	color:#b2bcc0;
	/*-webkit-box-reflect: below -6px -webkit-gradient(linear, 3 30%, 0 100%, from(transparent), color-stop(.7, transparent), to(white));*/
	
}
#header #logo h1 a span{
color:#0092ba;
}
#header #logo h2.description {
	font-size:150%;
	font-weight:normal;
	letter-spacing:-0.9px;
	text-transform:lowercase;
	padding-right:25px;
}

/* Navigation elements */
#navigation {
	background: #0092ba;
	margin-bottom: 17px;
	padding: 9px 10px 5px 10px;
}
#navigation ul {
	line-height: 160%;
}
#navigation ul li {
	display: inline;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: lowercase;
}
#navigation ul.primary {
	float: right;
}
#navigation ul.primary li {
	margin-left: 25px;
}
#navigation ul.primary,
#navigation ul.primary a {
	color: #fff;
	text-decoration: none;
}
#navigation ul.secondary {
	float: left;
}
#navigation ul.secondary li {
	margin-right: 25px;
}
#navigation ul.secondary,
#navigation ul.secondary a {
	color: #ddebf1;
	text-decoration: none;
}

/* Sidebar elements */
.sidebar input[type="text"] {
	width: 146px;
}
#sidebar-header {
	color: #0092ba;
	font-weight: bold;
}
#sidebar-header p {
	margin-bottom: 1em;
}
#sidebar-header em {
	font-weight: normal;
	text-transform: uppercase;
}
#sidebar-header strong {
	color: #FF9900;
}
.widget {
	margin-bottom: 35px;
}
#sidebar-secondary .widget .heading {
	background: url('images/sidebar-arrow.png') right center no-repeat;
}
#sidebar-secondary .widget.widget_twitter .heading {
background:transparent url(images/twitter.png) no-repeat scroll left top;
height:60px;
line-height:60px;
padding-right:6px;
}
#sidebar-primary .widget .heading {
	background: url('images/sidebar-asterisk.png') right center no-repeat;
}
.sidebar .widget .heading {
	display: block;
	font-size: 160%;
	margin-bottom: 5px;
	padding-right: 25px;
}
.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #000;
}
.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.sidebar .widget ul li {
	border-bottom: 1px dashed #FAEEC9;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#searchform label,
#searchform-side label {
	display: none;
}


/* Post elements */
.post {
	background: url('images/green-dots-horizontal.png') left top repeat-x;
	clear: both;
	/*margin-bottom: 25px;*/
	padding-top: 10px;
	position:relative;
	*display:inline-block;
	/*margin-bottom:-25px;*/
}
.post-header {
	background: url('images/meta-embelish.png') right center no-repeat;
	color: #0092ba;
	padding-right: 80px;
}
.post-header p {
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 0px;
	font-size:12px;
	font-style:italic;
}

.post-header h1,
.post-header h2,
.pagetitle {
	font-size: 160%;
	line-height: 1em;
}

.post-header h1 a:link,
.post-header h2 a:link,
.post-header h1 a:visited,
.post-header h2 a:visited {
	color: #000;
}
.post-header a {
	color: #b2bcc0;
	text-decoration: none;
}
.post-header-wrapper-home {
width:380px;
}
.post-header-wrapper {
	/*background: url('images/green-dots-horizontal.png') left bottom repeat-x;*/
	margin-bottom:44px;
	padding-bottom:7px;
	width:470px;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}
.post-ads {
	padding: 0px 0 20px 0;
	text-align: center;
}

.post .thumb{
	border:3px solid #FFCC33;
	height:75px;
	left:0;
	margin-left:22px;
	position:absolute;
	top:10px;
	width:75px;
}
.post-ads p {
	font-size: 80%;
	margin: 0 auto;
	text-align: right;
	width: 468px;
}
.post-body p{
color:gray;
font-size:13px;
font-style:italic;
font-weight:bold;
margin-top:0.5em;
}
.post-body{
width:380px;
}
.post-body-single h3{
border-bottom:1px solid #EEEEEE;
font-family:arial,verdana,sans-serif;
letter-spacing:-0.8px;
margin:1.2em 0 0.9em;
padding-bottom:0.1em;

}
.post-body-single p:first-child{
color:gray;
font-size:100%;
font-style:italic;
font-weight:bold;
width:95%;
}
.post-body-single p:first-child em{
font-weight:normal;
}
.post-body-single p:first-child strong{
color:#000;
}
.post-body-single{
width:auto;
}
.single {
	background: transparent;
}
.interpost-nav {
	margin: 30px;
	text-align: center;
}
.interpost-nav .float-left {
}
.interpost-nav .float-right {
}
#content ul,
#content ol {
	margin-right: 30px;
}

/* Metadata elements */
.postmetadata {
	text-align: right;
}
.trackbackURL {
	font-size: 75%;
}

/* Comment elements */
#comments{
background:url(images/pencil_48.png) no-repeat scroll center top;
}
#comments h3{
	margin-top: 30px;
	border-bottom:1px solid #EEEEEE;
	font-family:arial,verdana,sans-serif;
	width:200px;
	padding-bottom:0.1em;
}
#comments-header,#trackbacks{
	border-bottom:1px solid #EEEEEE;
	display:block;
	margin:12px 0;
	padding-bottom:0.1em;
}

#comments .comment-meta {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}
.comment {
	border:1px solid #E6E6E6;
	clear:both;
	margin:10px 0;
	padding:20px 20px 60px;
	position:relative;
	-moz-border-radius-bottomright:30px;
	-moz-border-radius-topleft:30px;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
}
.subscribe-to-comments{
	display:inline;
	margin-right:20px;
}
#comments .comment-list .alt,
div.landing_pages,
div.series_toc,
.wwsgd {
	background: #EAF6F6;
}
#comments .authorcomment { /* To emphasize replies from the author */
	background: #A3D7D7 !important;
}
#comments .authorcomment a {
	color: #000;
}
.comment-number {
	display: inline;
}
.comment-gravatar {
	float:left;
	margin: 10px 5px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
.gravatar {
	
}
.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.comment-list{
	position:relative;
	right:111px;
	width:479px;
}
.trackback-list{
right:0;
width:auto;
}
.comment-list img.arrow{
	position:absolute;
	right:-20px;
	top:44px;
}

.comment cite {
	color:#42423D;
	font-size:11px;
	font-style:normal;
	position:absolute;
	right:-121px;
	text-align:center;
	top:5px;
	width:100px;
}
.comment cite.reply{
display:block;
right:315px;
text-align:center;
top:0;
width:70px;
}
.comment-list cite img{
display:block;
margin:0 auto;
}
.comment-content {
	padding:0 12px;
	color:#42423D;
	font-size:12px;
}


/* Footer elements */
#footer {
	font-size: 90%;
	padding-top: 30px;
	text-align: center;
}

/* Widget-specific elements */

/* Plugin-specific elements */
#DemoAndCodeBtns{

}
#DemoAndCodeBtns a{
background:#EDEDED none repeat scroll 0 0;
border:4px solid lightgrey;
color:#688890;
display:inline-block;
font-size:35px;
height:75px;
letter-spacing:-1.9px;
line-height:75px;
margin:10px;
text-align:center;
width:217px;
-moz-border-radius-bottomleft:35px;
-moz-border-radius-topright:35px;
-webkit-border-top-right-radius: 35px;
-webkit-border-bottom-left-radius: 35px;

}
#DemoAndCodeBtns a span{
color:#0092BA;
}
#DemoAndCodeBtns a:hover{
background:#F7F7F7;
color:#3C565D;
border-color:#3C565D;
}
div.warning{
background:#ffb1b1 url(images/failed.png) no-repeat scroll 99% center;
padding:10px 42px 10px 10px;
border:1px solid #e6e6e6;
margin-bottom:1.5em;
}
div.idea{
background:#E1FFDF url(images/bulb.png) no-repeat scroll 99% center;
padding:10px 42px 10px 10px;
border:1px solid #e6e6e6;
margin-bottom:1.5em;
}
div.attach{
background:#DFEEFF url(images/attach.png) no-repeat scroll 99% center;
padding:10px 42px 10px 10px;
border:1px solid #e6e6e6;
margin-bottom:1.5em;
}
li.relatedPost{
-moz-border-radius-bottomright:20px;
-moz-border-radius-topleft:20px;
-webkit-border-top-left-radius:  20px;
-webkit-border-bottom-right-radius: 20px;
background:#F0F0F0 none repeat scroll 0 0;
color:#E5E5E5;
list-style-type:none;
margin-bottom:12px;
padding:10px;
width:353px;
}
li.relatedPost img{
margin:0 5px 0 10px;
width:75px;
height:75px;
border:3px solid #FFCC33;
float:right;
}
li.relatedPost a{
position:relative;
top:10px;
}
#homepageImg{
float:left;
left:0;
position:absolute;
}
.wp-caption {
-moz-border-radius:3px;
-webkit-border-radius: 3px; 
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
float:left;
}
.alignnone{
float:none;
}
.aligncenter{
margin-right:auto;
margin-left:auto;
float:none;
}
.wp-caption img {
border:0 none;
margin:0;
padding:0;
}
.wp-caption p {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
#homepageImg img{
border:2px solid #e6e6e6;
}
#copyrights{
display:none;
}