/*  

Theme Name: Clever Parents
Theme URI: http://www.cleverparents.com/
Description: This WordPress theme was developed by <a href="http://solostream.com/">Michael D. Pollock</a>.
Author: Michael D. Pollock
Author URI: http://www.solostream.com/

The CSS, XHTML, design and all graphics are copyright of Clever Parents. 
All rights reserved. Please do not distribute without prior permission from Clever Parents.

*/

body {
	font-size: 12px;
	font-family: arial, helvetica, Sans-Serif;
	color: #555;
	text-align: left;
	line-height: 130%;
	margin: 0 auto;
	padding: 0;

	}

#topnav {
	width: 902px;
	margin: 0 auto;
	padding: 0;
	height: 30px;
        text-align: right;
        line-height: 30px;
        background: #fff url(images/topnavbg.gif) top center no-repeat;
	}

#header {
	width: 900px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
	background: url(images/headerbg.gif) top left no-repeat;
	}

#botnav {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 26px;
        line-height: 26px;
        text-align: left;
        background: url(images/botnavbg.gif) top left no-repeat;
	}

#pagetop {
	font-family: tahoma, verdana, sans-serif;
	height: 33px;
	width: 900px;
        margin: 0 auto;
        padding: 15px 0 0 0;
        background: url(images/pagetopbg.gif) top left no-repeat;
        }

#pagespace {
        height: 10px;
        background: #fff;
        margin: 0 auto;
        width: 100%;
        }

* html #pagespace {
        margin-top: -10px;
        }

#page {
	clear: both;
	margin: 0px auto;
	padding: 0;
	width: 900px;
	}

* html #page {
        width: 902px;
        margin: 0 auto 0 auto;
        }

#sidebar-lt {
	float: left;
	width: 200px;
	margin: 0px 15px 0 0;
	padding: 0;
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
        background: #F5F0FE url(images/sidebarbg.gif);
	}

#content {
        float: left;
	margin: 0px 0 0 0;
	padding: 0px;
	width: 470px;
        background: #fff;
	}

#sidebar-rt {
	float: right;
	width: 200px;
	margin: 0px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-family: tahoma, verdana, sans-serif;
        background: #F5F0FE url(images/sidebarbg.gif);
	}

.googad120x600 {
        width: 160px;
        background: #F5F0FE;
        padding: 20px 20px;
        text-align: center;
        }

.googad468x60 {
        background: #fff;
        padding: 0px 0 20px 0;
        text-align: center;
        }

#footer {
        clear: both;
        text-align: center;
	width: 700px;
	margin: 0 auto;
	padding: 20px 100px;
	background: #441D60;
        color: #fff;
        font-size: 11px;
	}

.space1 {
        clear: both;
        height: 10px;
        border-bottom: 1px solid #441D60;
        margin: 0 auto 10px auto;
        width: 100%;
        background: #fff;
        }

#space2 {
        clear: both;
        height: 10px;
        margin: 0 auto;
        width: 100%;
        background: #fff;
        }

#space3 {
        clear: both;
        height: 10px;
        margin: 0 auto;
        width: 100%;
        background: #fff;
        }

/* Begin Links */

a {
	color: #ff6699;
	}

a:link {
	color: #ff6699;
	}

a:visited {
	color: #ff6699;
	}

a:active, a:hover {
	color: #ff6699;
        text-decoration: underline;
	}

#footer a {
        color: #fff;
        text-decoration: underline;
        }

.editorpicks p a {
        margin: 5px 0;
        }


/* End Links */




/* Begin Content Classes */

.post {
        clear: both;
	margin: 0;
	padding: 0;
	}

.entry {
	margin: 0;
	text-align: left;
	padding: 10px 0;
	}

.sidelist {
        margin: 0 0 30px 0;
        padding: 0; 
        }

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.profile {
        clear: both;
        padding: 0 0 20px 0;

        }

.search {
        float: right;
        margin: 0px 10px 0 0;
        }

* html .search {
        margin: 0px 5px 0 0px;
        }

.search .submit {
        border: 1px solid #000;
        font-size: 11px;
        padding: 1px;
        background: #441D60;
        color: #fff;
        letter-spacing: 0px;
        }
 
.search .submit:hover {
        background: #fff;
        color: #000;
        }

.subscribe, .subscribe form, .subscribe input { 
        margin: 0;
        font-size: 11px;
        }

.subscribe .submit {
        border: 1px solid #000;
        font-size: 11px;
        padding: 1px;
        background: #441D60;
        color: #fff;
        letter-spacing: 0px;
        }
 
.subscribe .submit:hover {
        background: #fff;
        color: #000;
        }

.rsssubscribe, .rsssubscribe form, .rsssubscribe input  { 
        margin: 0;
        font-size: 11px;
        }

.search p, .subscribe p, .rsssubscribe p { 
        margin: 0;
        padding: 0;
        }

.postinfo {
        clear: both;
        background: #F5F0FE;
	font-family: tahoma, verdana, sans-serif;
	margin: 0px 0 2em 0;
        padding: 5px;
	text-align: left;
	font-size: 11px;
	}



.current-cat {
        font-weight: bold;
        }

.breadcrumb {
        font-size: 11px;
        margin: 0 0 5px 0; 
	font-family: tahoma, verdana, sans-serif;
        }

.authordesc {
        padding: 10px;
        margin: 0;
        }

.notfound {
        clear: both;
        margin: 10px 0 0 0 ;
        }
 

/* End Content Classes */




/* Begin Headings */

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
        text-transform: uppercase;
	padding: 0;
	margin: 0;
	letter-spacing: -1px;
	}

h1 {
	font-size: 22px;
	}

h2 {
	font-size: 18px;
	}

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 18px;
	}

.entry h3 {
        text-transform: capitalize;
        margin: 0 0 10px 0;
        }

h1.profilepage {
        color: #441D60;
        padding: 5px 0 10px 0;
        text-transform: capitalize;
        }

h3.author-profile {
        font-size: 13px;
        margin: 20px 0 10px 0;
        background: #441D60;
        padding: 5px;
        color: #fff;
        letter-spacing: 0px;
        }

h1.search {
        line-height: 130%;
        margin: 0 0 10px 0;
        text-transform: capitalize;
        }

h2#respond, h2#comments {
        text-transform: capitalize;
        font-size: 18px;
        color: #441D60
        }

/* End Headings */




/* Begin Images */

img, .entry img a, .entry a img {
        padding: 1px;
        background: #fff;
        border: 1px solid #441D60;
        }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
        float: right;
	margin: 0 0 5px 10px;
	}

img.alignleft {
        float:left;
	margin: 0 10px 5px 0;

	}

img a, a img {
        border: 0;
        text-decoration: none;
        background: transparent;
        }

.author_image {
        float:right;
        margin: 0px 0 10px 10px;
        padding: 1px;
        background: #fff;
        border: 1px solid #441D60
        }

.entry img {
        margin: 0 5px 5px 5px;
        }

.user-image {
        float: right;
        margin: 0 0 5px 10px;
        }

img.catimg {
        margin: 10px;
        padding: 1px;
        background: #fff;
        border: 1px solid #441D60
        }
        
/* End Images */




/* Begin Comments*/


.comments {
	font-size: 11px;
	font-family: verdana;
	}


.commentlist ul, .commentlist ul ol {
	margin: 0;
	padding: 0px;
	}

.commentlist li {
	font-family: verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	display: block;
	list-style: none;
	margin: 0 0 25px -40px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ff6699;
	}

.commentlist li.alt {
	background-color: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	margin: 15px 0 0 0;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	}

.nocomments, .postmetadata {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.comments h3 {
	margin: 40px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 0 0 3px 0;
	font-size: 18px;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	}

/* End Comments */




/* Begin Various Tags & Classes */

.description {
	font-size: 12px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	color: #999;
	padding: 0 0 0 10px;
	border-left: 5px solid #ddd;
	}

p {
        margin: 0 0 10px 0;
        }

/* End Various Tags & Classes */




/* Begin Links Page */

.links h3 {
        padding: 3px 0 3px 5px;
        margin: 20px 0 0 0;
        background: #F5F0FE;;
        text-transform: uppercase;
        color: #441D60;
        font-size: 13px;
        font-family: arial, helvetica, sans-serif;
        letter-spacing: 0px;
        }

.links li {
        line-height: 140%;
        padding: 0 0 10px 0;
        margin: 0;
        }

/* End Links Page */




/* Begin Form Elements */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 458px;
	padding: 0;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}

#commentform p {
	margin: 5px 0;
	}

.fbform, .postform, .archiveform, .searchform {
	width: 140px;
	margin: 0px 0 5px 0;
	padding: 0px;
	font-size: 12px;
	line-height: 100%;
	}

.fbformsubmit, .postformsubmit, .archiveformsubmit, .searchformsubmit {
	margin: 0px 0 5px 0;
	padding: 0px;
	line-height: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	}

/* End Form Elements */




/* Begin Sidebar Elements */

#sidebar-lt h2, #sidebar-rt h2 {
        border-bottom: 1px solid #fff;
        font-family: arial, helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        padding: 3px 10px;
        text-transform: uppercase;
        color: #441D60;
        text-align: left;
        margin: 0;
        background: #CDB6F8;
        letter-spacing: 0px;
        }

#sidebar-lt h2.wheel, #sidebar-rt h2.wheel {
        padding-left: 20px;
        background: #CDB6F8 url(images/wheel.gif) 5px 5px no-repeat;
        letter-spacing: 0px;
        }

#sidebar-lt ul, #sidebar-rt ul {
	list-style: none;
	margin: 0;
	padding: 0;
        background: #F5F0FE;
	}

#sidebar-lt li, #sidebar-rt li {
	margin: 0;
	padding: 0;
        display: block;
        border-bottom: 1px solid #fff;
	}

#sidebar-lt ul.children li {
        border: 0;
        padding-left: 10px;
        }

#sidebar-lt ul.children li a:hover {
	text-decoration: underline;
        display: block;
	color: #441D60;
        background: #F5F0FE url(images/sidebarbg.gif);
	}

#sidebar-lt li a, #sidebar-rt li a {
	color: #441D60;
	padding: 5px 10px;
        margin: 0;
	text-decoration: none;
        display: block;
	}

#sidebar-lt li a:hover, #sidebar-rt li a:hover {
	padding: 5px 10px;
        margin: 0;
	text-decoration: none;
        display: block;
        color: #fff;
        background: #CDB6F8;
	}

#sidebar-lt p, #sidebar-rt p {
        padding: 10px;
        margin:0;
        }

/* End Sidebar Elements */




/* Begin Top NavBar */

#topnav ul {
        line-height: 15px;
        margin: 10px 0 0 0;
        padding: 0;
        float: right;
        }

#topnav li {
        float:left;
        margin:0;
        padding:0;
        list-style-type: none;
        border-right: 1px solid #999;
        }

#topnav li.last {
        border: 0;
        }

#topnav a {
        text-decoration: none;
	color: #441D60;
        }

#topnav li a {
        display: block;
        padding: 0 5px;
        }

#topnav .selected, #topnav a:hover {
        text-decoration: underline;
        }

/* End Top NavBar */




/* Begin Category NavBar */

#botnav ul {
	font-size: 10px;
	font-family: tahoma, verdana, sans-serif;
        font-weight: bold;
        margin: 1px 0 0 222px;
        padding: 0;
        float: left;
        line-height: 25px;
        }

* html #botnav ul {
        margin: 1px 0 0 111px;
        }

#botnav li {
        float:left;
        margin:0;
        padding:0;
        list-style-type: none;
        border-right: 1px solid #fff;
        }

#botnav li.first {
        border-left: 1px solid #fff;
        }

#botnav li a {
        display: block;
        padding: 0 14px;
        }

#botnav a {
        color: #fff;
        text-decoration: none;
        border: 0;
        }

#botnav .selected, #botnav a:hover {
        text-decoration: none;
        background: #CDB6F8;
        color: #fff !important;
        }

/* End Category NavBar */




/* Begin Home Page Post Titles */

.titleblockhome { 
        clear: both;
        background: #94C945;
        padding: 5px;
        }

.titleblockhome a {
        text-decoration: none;
        }

.titleblockhome a:hover {
        text-decoration: underline;
        }

.titleblockhome h2, .titleblockhome h1 {
        line-height: 130%;
        letter-spacing: 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-family: arial, helvetica, sans-serif;
        font-weight: normal;
        }

.titleblockhome h2 a, .titleblockhome h1 a {
        color: #fff !important;
        }

.titleblockhome .postinfo2 {
	font-family: tahoma, verdana, sans-serif;
	margin: 5px 0 0 0;
	text-align: left;
	font-size: 11px;
	}

/* End Home Page Post Titles */




/* Begin All Other Post Titles */

.titleblock { 
        clear: both;
        background: #441D60;
        padding: 5px;
        }

.titleblock a {
        text-decoration: none;
        }

.titleblock a:hover {
        text-decoration: underline;
        }

.titleblock h2, .titleblock h1 {
        line-height: 130%;
        letter-spacing: 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-family: arial, helvetica, sans-serif;
        font-weight: normal;
        }

h3.titleblock {
        line-height: 130%;
        letter-spacing: 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-family: arial, helvetica, sans-serif;
        font-weight: normal;
        margin: 0 0 10px 0;
        }

.titleblock h2 a, .titleblock h1 a {
        color: #fff !important;
        }

.titleblock .postinfo2 {
	font-family: tahoma, verdana, sans-serif;
	margin: 5px 0 0 0;
	text-align: left;
	font-size: 11px;
	}

/* Begin All Other Post Titles */




/* Begin Left Sidebar Features */

.featureblock {
        background: #fff;
        }

.featurepost {
        margin: 0;
        padding: 0;
        background: #fff;
        }

.featurepostclear {
        clear:both;
        height: 15px;
        border-bottom: 1px solid #CDB6F8;
        margin: 0 0 15px 0;
        }

.featurepost h4 a, .featurepost h4 a:visited {
        text-decoration: none;
        font-size: 12px;
	color: #441D60;
        font-weight: bold;
        margin: 0;
        padding: 0px;
        letter-spacing: 0px;
        text-transform: capitalize;
        }

.featurepost h4 a:hover {
        text-decoration: underline;
        }

#sidebar-lt .featurepost p {
        padding: 0;
        margin: 0;
        }

#sidebar-lt .featurepost .entry {
        margin: 3px 0 0 0  ;
        padding: 0;
        }

.featurepost .entry img.author_image {
        float: left;
        margin: 0 5px 0px 0
        }

/* End Left Sidebar Features */




/* Begin Contact Form */
 
#contact fieldset {
        background: #F5F0FE url(images/sidebarbg.gif);
        margin: 0;
        padding: 20px;
        border: 0;
        }
 
#contact label {
        display: block;
        }
 
#contact input {
        width: 200px;
        margin: 1px 0 10px 0;
        }

#contact select {
        width: 200px;
        margin: 1px 0 10px 0;
        }
 
#contact textarea {
        width: 400px;
        height: 100px;
        }
 
#contact .required {
        font-size: 11px;
        color: #999;
        text-transform: lowercase;
        margin: 0 0 0 5px;
        }
 
#contact .submit {
        width: 50px;
        border: 1px solid #000;
        font-size: 11px;
        font-weight: bold;
        padding: 4px;
        background: #441D60;
        color: #fff;
        letter-spacing: 0px;
        }
 
#contact .submit:hover {
        background: #fff;
        color: #000;
        }
 
#contact h4 {
        color: #441D60;
        padding: 0px 0 10px 0;
        text-transform: capitalize;
        font-size: 18px;
        }
 
/* End Contact Form */


.video {
        width: 320px;
        height: 256px;
        padding: 50px 10px 10px 10px;
        margin: 10px auto;
        background: url(images/vidbg.gif) center top no-repeat;
        }

/* -------------------[ Caption Styles for WP 2.6+ ]------------------- */

.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
	padding-top:5px;
	margin: 0 10px 10px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 8pt;
	padding: 5px;
	margin: 0;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
        float: none; 
        clear: both;
	}