/*  
Theme Name: No Minivan Just Moxie
Theme URI: http://www.studio814.com
Description: Savvy Mommy Blog theme by Studio814
Version: 1.0
Author: Brad Benninger
Author URI: http://www.studio814.com
*/

/** HACKS TO MAKE IE BEHAVE  **/
.clearer {
/*	content: "."; */
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*GENTLE center POSITIONING-VALIDATES W3C */
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.center {
	text-align: center;
}

body {
	background: #E1E5EF !important;
}

hr {
	display: none;
}
/*
a, a:link, a:visited {
	color: #0279bb;
}
*/
a img {
	border: none;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/** SETS JD_WP TEMPLATE STYLES **/
div#content {
/*	padding: 0px 10px 0px;*/
	padding: 0;
	margin: 0 5px;
}
#blogtitle {  }
.post { /*container for entire post-blog */
	border: 0px solid #000;
	margin: 0 0 5px;
	padding: 0;
	text-align: left;
}
.small { font-size: 10px; }
div#jd_footer {
	color: #ccc;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 80%;
}

/** BEGIN TEXT STYLING **/

div.meta { /*displays what category, author and date*/
	color: #333;
	margin-top: 4px;
	font-size: 0.9em;
	text-align: center;
}
.meta { /*posted in*/
	background: #F5F5F5;
	font-size: 0.9em;
	padding: 2px;
}
.entry p a:visited {
	color: #b85b5a;
}
.description {
	text-align: center;
}
acronym, abbr, span.caps {
	cursor: help; /*no workie in ie*/
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

#header.blog {
	position: relative;
}
#blog-logo {
	position: absolute;
	top: 10px;
	left: 18px;	
}

h1 {
	font-size: 2em;
	border: none;
}
p.blog_subtitle {
	font-size: 1.5em;
	font-style: italic;
	margin-top: .1em;
}

/*wp h-Tags styles*/
h2.pagetitle {
	margin-top: 20px;
/*	text-align: center;*/
}
h2 {
	margin: 0;
}
ul.linklist h2 {
	font-size: 1.2em;
}
div.post h2, div.post h2 a,
div.post h2 a:link, div.post h2 a:visited {
	margin: 10px 0 0 0;
	color: #c47c2a;
}
div.post h2 a:hover, div.post h2 a:active {
	text-decoration: none;
}

div.post h2 {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.2em;
/*	font-weight: bold;*/
}

div.posthead {
	height: 80px;
	border-bottom: 1px solid #e1eaf7;
	margin-bottom: 10px;
}
div.postdate {
	float: left;
	display: block;
	width: 60px;
	height: 68px;
	background: url(images/blog_date_back.gif) no-repeat;
	margin: 0 10px 1em 0;
}
div.postdate div.month,
div.postdate div.day {
	color: #fff;
	width: 60px;
	text-align: center;
	font: bold 14px/22px Georgia, serif;
}
div.postdate div.day {
	font-size: 20px;
	line-height: 33px;
	color: #17418f;
}		
p.postcategory {
	font-style: italic;
	margin: 0;
	color: #666;
}


div.entry {
	clear: both;

}

p.postmetadata {
/*	margin-top: 10px;*/
	text-align: center;
	text-decoration: none;
	padding: 5px;
	background-color: #f9fafc;
	border: 1px solid #e1eaf7;
	color: #7091b4;
}

/* COMMENTS AND COMMENT FORM */

cite { /* commentor name and website attribution */
	border: 0px solid #ff6600;
	color: #333;
	font: .9em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	line-height: 1.2em;
	padding-left: 0px;
	padding-right: 4px;
}
.alt { /* alternate-row readers comments */
	background: #f0f0f0;
	border-left: 4px solid #f8f8f8;
	color: #3C452D;
	list-style: none;
	margin-bottom: 5px;
	padding: 10px;
}

/* Marko, display source on a page with multiple comments
  and you note there is no li class output for alt comments */

h3#comments { margin-top: 1em; }

.commentmetadata { /* website attribution and link*/
	font-family: Georgia, "Trebuchet MS", serif;
	display: block;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 10px 0;
}
.commentlist {
	padding: 0;
	text-align: justify;
	margin: 0;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
.commentlist li { /* STYLE FOR COMMENTS */
	list-style: none;
	padding: 10px 12px 5px 12px;
	background: #f9fafc;
	margin-bottom: 10px;
	border: 1px solid #E1EAF7;
	border-width: 1px 0;
}

.commentlist li.author_comment {
	border-width: 4px 0;
	background: #fff url(images/veepveep-small.gif) no-repeat 430px 10px;
}	
.commentlist cite, .commentlist cite a {
	font-family: Georgia, "Trebuchet MS", serif;
	font-weight: bold;
	font-style: normal;
	font-size: 1.0em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 0 0 10px 0;
}
div#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
div#commentform p {
	margin: 5px 0;
}
div#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
div#commentform textarea {
	width: 450px;
	padding: 2px;
}
textarea#comment { width: 450px !important; }
div#commentform #submit {
	margin: 0;
	float: right;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* End Comments */

/* WPRESS CALENDAR */
#wp-calendar {
	font-size: 10px;
	empty-cells: show;
	margin: 10px auto 0 auto;
	width: 85%;
	text-align: left;
	border: 1px solid #edd9bf;
	background-color: #fff;
}
#wp-calendar #next a {
	padding-right: 6px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 6px;
	text-align: left;
}
#wp-calendar a, #wp-calendar a:link, #wp-calendar a:visited {
	display: block;
	color: #c47c2a;
}
#wp-calendar a:hover, #wp-calendar a:active {
	color: #17418f;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	font: 10px Verdana, sans-serif;
	padding: 2px;
	text-align: center;
}
#wp-calendar td#today {
	background-color: #658dbe;
	color: #fff;
}
#wp-calendar td#today a, #wp-calendar td#today a:link, #wp-calendar td#today a:visited {
	color: #17418f;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: inherit; 
}
#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 2px 0;
	text-align: center;
}

/*UNEDITED BELOW 12-17-05*/

/* If using WP plugin for FLIKR or 4Gallery kdm */
/* Begin Image Positioning */
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 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
/* End Images */

/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, 
	which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 20px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020";*/
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 0;
}
select {
	width: 130px;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
/* End Form Elements */



#header.blog {
	background: #fff url(images/blog-header.jpg) no-repeat 0 0 !important;
	border-bottom: none;
	height: 164px;
}
#col2 ul.pages, #col2 ul.pages li {
	margin: 0;
	padding: 0;	
}
#col2 ul.pages li {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
}
#col2 ul.pages li a {
	background: 0;
	padding: 0;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

div#col2 div.moduletable h3, #blogher h3 {
	font: bold 16px/1em "Trebuchet MS", sans-serif;
/*	color: #0279bb;*/
}

#giveaway-wednesday {
	margin-bottom: 12px;
}

/* Rounded blog modules
 * http://www.sitepoint.com/article/rounded-corners-css-javascript
 */
div.moduletable_rounded {
	width: 200px;
	background: transparent url(images/rounded-bottom.gif) no-repeat 0 100%;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
div.moduletable_rounded h3 {
	padding: 2px 10px 3px 10px;
	background: transparent url(images/rounded-top.gif) no-repeat 0 0;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
div.mod-content {
	padding: 0 10px;
}
#blogher ul, #blogher ul li,
div.moduletable_rounded ul, div.moduletable_rounded ul li {
	padding: 0;
	margin: 0;
}
#blogher ul, div.moduletable_rounded ul {
	margin-bottom: .6em;
	list-style: none;
}
#blogher ul li a, #blogher ul li a:link, #blogher ul li a:visited,
div.moduletable_rounded ul li a, div.moduletable_rounded ul li a:link, div.moduletable_rounded ul li a:visited {
	background: transparent url(images/blue-bullet.png) no-repeat 2px 50%;
	padding: 0 0 0 17px;
	line-height: 1.6em;
	font-size: 11px;
	margin: 0;
	color: #17418f;
}
#blogher ul li a:hover, #blogher ul li a:active,
div.moduletable_rounded ul li a:hover, div.moduletable_rounded ul li a:active {
	color: #c47c2a;
}

ul.linklist h2 {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #17418f;
}

/* Social Bookmarking RELOADED plugin */
.social_bookmark {
	padding: 10px 4px;
	margin-bottom: 15px;
	display:block;
	text-align: center;
	border: 1px solid #E1EAF7;
/*	background: #F9FAFC;*/
}
.social_bookmark img {
	vertical-align: middle;
	padding: 0 0 0 4px;
}
a.social_img { /*text-decoration: none;*/ }



ul.blog-sub-links, ul.blog-sub-links li {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;	
}
ul.blog-sub-links li {
	margin-left: 10px;	
}
ul.blog-sub-links li a {
	padding: 10px 0 10px 20px;
/*	color: #0279bb;*/
	display: block;
}
ul.blog-sub-links li.rss { border-bottom: 1px solid #b8cee5; }
ul.blog-sub-links li.rss a { background: transparent url(images/icon-rss.png) no-repeat 0 12px; }
ul.blog-sub-links li.fav a { background: transparent url(images/icon-favorite.png) no-repeat 0 12px; }

#blogher { width:170px; margin: 10px }
#blogher a.headlines { display:block; text-align:left; font-weight:bold; font-size:1em }
#blogher a.bhatitle { display: block; text-align: center; }
#blogher .blogherad { padding: 2px 0; }
#blogher a.headlines {margin-top:10px;}
/*#blogher a.privacy { font-size: 10px;color: #666; text-align:right; display:block}*/
#blogher a img, #blogher img {border:0}


