




/*
     FILE ARCHIVED ON 1:02:32 Apr 20, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:48:25 Jun 16, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Theme Name: eMoms at Home
Description: A WordPress theme based on Wendy Piersall's layout design.
Version: 1.0
Author: Blogging Expertise
Author URI: http://www.bloggingexpertise.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;
}

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:200%;}
h2 {font-size:150%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}

h1, h2, h3, h4, h5, h6 {
	color: #336666;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
.post ul,
.post ol {
	margin-bottom: 1.5em;
}

input[type="text"] {
	border: 2px solid #336666;
}

input,
textarea {
	font-family: ;
	font-size: 100%;
}

a, a:active {
	color: #336666;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #669999;
}

a:hover,
a.emphasize:hover {
	color: #FF6600;
}

a.emphasize {
	color: #336666;
}

a img,
a img:hover {
	background: transparent;
	border: 0;
}

.float-left {
	float: left;
	text-align: left;
}

.float-right {
	float: right;
	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 */
	overflow: hidden;
	padding-left: 10px;
	text-align: left;
	width: 970px;
}

#header {
	height: 85px;
	margin-top: 10px;
	overflow: hidden;
}

#navigation {
	clear: both;
	margin-top: 10px;
	overflow: hidden;
}

#content {
	background: url('/blog/wp_content/themes/emoms/images/yellow_dots_vertical.png') right top repeat-y;
	float: left;
	overflow: hidden;
	padding-right: 35px;
	width: 540px;
}

#sidebar-header {
	background: url('/blog/wp_content/themes/emoms/images/yellow_dots_horizontal.png') left bottom repeat-x;
	float: right;
	overflow: hidden;
	padding: 0 75px 15px 25px;
	width: 275px;
}

.sidebar {
	background: url('/blog/wp_content/themes/emoms/images/yellow_dots_vertical.png') right top repeat-y;
	float: right;
	margin-top: 10px;
	overflow: hidden;
	padding-right: 25px;
	padding-top: 5px;
	width: 150px;
}

#sidebar-primary {	
	margin-left: 25px;
}

#sidebar-secondary {

}

#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('/blog/wp_content/themes/emoms/images/yellow_dots_vertical.png') right top repeat-y;
	float: left;
	padding-right: 10px;
	width: 396px;
}

#header #rss {
	background: url('/blog/wp_content/themes/emoms/images/yellow_dots_vertical.png') left top repeat-y;
	float: right;
	padding-left: 20px;
	text-align: right;
	width: 240px;
}

#header #rss a.rss-link img {
	clear: both;
	float: left;
}

#header #rss .searchform {
	color: #336666;
	font-weight: bold;
	margin-top: 22px;
}

#header #rss .searchform #s {
	width: 131px;
}

#header #rss .searchform #searchsubmit {
	display: none;
}

#header #quote {
	color: #336666;
	float: right;
	font-size: 90%;
	line-height: 100%;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	width: 280px;
}

#header #quote p {
	margin-bottom: 1em;
}

#header #quote em {
	font-style: normal;
	text-transform: uppercase;
}

#header #quote strong {
	color: #669999;
	font-weight: bold;
}

#header #logo a {
	background: transparent url('/blog/wp_content/themes/emoms/images/emoms_at_home.png') left center no-repeat;
	display: block;
	line-height: 85px; /*change this to the height of the header image */
	text-indent: -1000em;
	overflow: hidden;
}
	
#header #logo h2 {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

#header-blog {
	background: url('/blog/wp_content/themes/emoms/images/green_dots_horizontal.png') left top repeat-x;
	clear: both;
	padding-top: 22px;
	padding-bottom: 20px;
	text-align: center;
}

#header-blog .wrapper {
	background: url('/blog/wp_content/themes/emoms/images/yellow_dots_horizontal.png') center center repeat-x;
	margin: 0px 10px 0px 10px;
}


/* Navigation elements */
#navigation {
	background: #336666;
	margin-bottom: 17px;
	padding: 9px 10px 5px 10px;
}

#navigation ul {
	line-height: 160%;
}

#navigation ul li {
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: lowercase;
}

#navigation ul.primary {
	float: left;
}

#navigation ul.primary li {
	margin-right: 25px;
}

#navigation ul.primary,
#navigation ul.primary a {
	color: #FFCC33;
	text-decoration: none;
}

#navigation ul.secondary {
	float: right;
}

#navigation ul.secondary li {
	margin-left: 25px;
}

#navigation ul.secondary,
#navigation ul.secondary a {
	color: #8BBEBE;
	text-decoration: none;
}


/* Sidebar elements */
.sidebar input[type="text"] {
	width: 146px;
}

#sidebar-header {
	color: #336666;
	font-weight: bold;
}

#sidebar-header p {
	margin-bottom: 1em;
}

#sidebar-header em {
	font-weight: normal;
	text-transform: uppercase;
}

#sidebar-header strong {
	color: #FF9900;
}

#sidebar-header img {
	float: left;
	margin-right: 25px;
}

#sidebar-header form input {
	width: 170px;
}

#sidebar-header .privacy {
	display: block;
	font-size: 80%;
	text-align: right;
}

.widget {
	margin-bottom: 25px;
}

.sidebar .widget h2 {
	border-bottom: 1px solid #FFCC33;
	font-size: 120%;
	margin-bottom: 5px;
}

.sidebar .widget h2,
.sidebar .widget h2 a {
	color: #336666;
}

.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;
}


/* Image menu elements */
#image-menu {
	padding-bottom: 20px;
}

#image-menu .menu-item {
	float: left;
	overflow: hidden;
	margin-left: 36px;
}

#image-menu .first {
	background: transparent;
	padding-left: 0px;
	margin-left: 0px;
}

#image-menu .menu-item .wrapper {
	background: url('/blog/wp_content/themes/emoms/images/yellow_dots_box.png') left top no-repeat;
	height: 204px;
	padding: 10px;
	width: 135px;
}

#image-menu .menu-item .wrapper img {
	margin-left: 30px;
}

#image-menu .menu-item .wrapper h2 {
	background: url('/blog/wp_content/themes/emoms/images/arrow.png') left top no-repeat;
	font-size: 200%;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#image-menu .menu-item .wrapper h2,
#image-menu .menu-item .wrapper h2 a {
	color: #336666;
}

#image-menu .menu-item .wrapper ul {
	list-style: none;
}

#image-menu .menu-item .wrapper ul li {
	font-size: 86%;
	font-weight: bold;
	line-height: 110%;
	margin-left: 30px;
}

#image-menu .menu-item .wrapper ul li.full-width {
	margin-left: 3px;
}

#image-menu .menu-item .wrapper ul li strong {
	color: #FF9900;
}



/* Post elements */
.post {
	background: url('/blog/wp_content/themes/emoms/images/green_dots_horizontal.png') left top repeat-x;
	clear: both;
	margin-bottom: 25px;
	padding-top: 10px;
}

.post-header {
	background: url('/blog/wp_content/themes/emoms/images/meta_embelish.png') left center no-repeat;
	color: #336666;
	padding-left: 80px;
}

.post-header p {
	font-weight: bold;
	line-height: 120%;
	margin-bottom: 0px;
}

.post-header h2,
.post-header h2 a,
.post-header h2 a:visited {
	color: #000;
}

.post-header a {
	color: #FFCC33;
	text-decoration: none;
}

.post-header-wrapper {
	background: url('/blog/wp_content/themes/emoms/images/green_dots_horizontal.png') left bottom repeat-x;
	margin-bottom: 15px;
	padding-bottom: 7px;
}

.post-ads {
	padding-top: 20px;
	padding-bottom: 8px;
	text-align: center;
}

.post-ads p {
	font-size: 80%;
	margin: 0 auto;
	text-align: right;
	width: 468px;
}

.single {
	background: transparent;
}

.post-ads-125 {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 125px;
}

.post-ads-200 {
	float: left;
	margin: 0px 10px 10px 0px;
	width: 200px;
}

.post-ads-336 {
	text-align: center;
}

.interpost-nav {
	margin: 30px;
	text-align: center;
}

.interpost-nav .float-left {

}

.interpost-nav .float-right {

}

.post ul,
.post ol {
	margin-left: 30px;
}


/* Metadata elements */
.postmetadata {
	text-align: right;
}

.trackbackURL {
	font-size: 75%;
}


/* Comment elements */
#comments h3 {
	margin-top: 30px;
}

#comments .comment-meta {
	display: block;
	font-weight: bold;
	padding-bottom: 10px;
}

.comment {
	clear: both;
}

.comment-list .alt {
	background: #EAF6F6;
}

.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 cite {
	
}

.comment-content {
	
}

.diggbutton {
float:left;
padding:3px 5px 5px 5px;
}



/* Footer elements */

#footer {
	font-size: 90%;
	padding-top: 30px;
	text-align: center;
}



/* Widget-specific elements */



/* Plugin-specific elements */
