/*
Theme Name: DJDbyRSD_3-col
Theme URI: http://danajilldesigns.com
Description: Danajill Designs' custom 3-column theme by RS Designs
Author: Revka Stearns
Author URI: http://designsbyrs.com
version: 1.0
*/



/* basics */

*{margin:0; padding:0;}

body {
	background: #fdf0fa url(images/blog-bkgd.gif) repeat top left;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 20px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; margin-top:10px;}
h3 {font-size: 10pt; margin-top:10px;}
h4 {font-size: 9pt;}


/* images and misc. */

img{ border: none; padding: 6px; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px; }
img.right{ float: right; border: none; padding: 6px; }

blockquote{
	border-left:1px solid #bab3a3;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	margin:10px;
	font-family:"Courier New", Courier, monospace;}


/* links */

a{
	color:#9573b1;
	text-decoration:none;
	border: none;
	}

a:visited{color:#da40b1;text-decoration: none; border: none;}

a:hover{color:#349933;text-decoration: underline; border: none;}



/* container */


#container {
	width: 900px;
	margin: 0 auto;
	padding: 6px 6px 0;
	background:#fff url(images/wrap.jpg) repeat-y top center;
        border: 1px dotted #f9c4eb;
	color:#646564;
	overflow: hidden;
	}
	
/* header */

#header {
	background: #fff;
        width: 898px; 
	color: #646564; 
	height: 200px;
}



#header h1{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 16pt;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0;	
	}
	
#header h1 a{color: #646564; text-decoration: none; }
#header h1 a:hover{color: #349933; text-decoration: none; display:none;}


#header h2{
	font-family: palatino linotype, georgia, arial, times;
	font-size: 10pt;
	font-weight: 300;
	font-style: italic;
	color: #646364;
	letter-spacing: 1px;
	margin: 0;	
	padding: 0 0 0 18px;	
       display:none;
	}

/* main menu */


#menu {
	background: #fff;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	height:25px;
	border-top: 1px solid #fff;
}


#menu ul {
	margin: 6px 0 0 0;
	padding: 0;
	text-align: left;
}

#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 6px 13px 6px 13px;
	margin: 0;
	text-decoration: none;
	color: #9573b1;
}

#menu ul li a:hover {
	background-color: #fff;
	color:#349933;
}



/* content */


#content {
	float: left;
	width: 49%;
	overflow: hidden;
        padding: 0 10px;
	}

.post {
	margin: 0;
	padding:15px 0;
	line-height: 14pt;
	}
	
.post h2{
	font-family: baskerville, georgia, times, serif;
	font-size: 14pt;
	font-weight: 300;
	color: #9573b1;
	}
	
.post h2 a{
	color: #9573b1;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #349933;
	text-decoration: none;
	}
	
.post p{font-size: 10pt;}

.post a{text-decoration:underline;}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#fff;
	padding:6px;
	margin-top: 16px;
	border-left:solid 1px #d2cac3;
	border-bottom:solid 1px #d2cac3;
	}
	

.navigation {
	margin: 12px 0 20px 0;
	padding:2px;
	font-size:.9em;
	float:left;
	width:98%;
	}
	
.alignleft {float:left;}
.alignright {float:right;}

.pagetitle {}

/* left sidebar */

#left {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 220px;
	float: left;
	margin: 12px 0 24px 0;
	padding: 0;
	}

#left h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
	text-align: left;
	color: #646564;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0 6px 0 12px;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}





#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: circle;
	color: #646564;
}


/* right sidebar */

#right {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width: 190px;
	float:right;
	margin: 12px 0 24px 0;
	padding-left: 5px;
	}

#right h2{
	font-family: georgia, verdana, times;
	font-weight: normal; 
	font-size: 10pt; 
        height: 33px;
        background: #fff;
	text-align: left;
	color: #646564;	
	margin: 0;
        text-align: center;
}

#right p {margin:0; padding: 0 6px 0 12px;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	list-style-type: none;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin: 6px 0 6px 12px;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	list-style-position: inside;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: circle;
	color: #646564;
}

#box {
       width: 160px;
       margin: 0 auto 10px;
       padding: 5px;
       border: 1px dashed #f9c4eb;
       border-bottom: 1px solid #f9c4eb;
       border-right: 1px solid #f9c4eb;
}

#baby {
       width: 160px;
       margin: 0 auto 10px;
       background: #ffcb78 url(images/safe_start_baby.jpg) no-repeat top center;
       padding: 150px 3px 3px;
}


/* comments */

#commentssection{
	clear: both;
	padding: 2px 12px;
	margin: 0;
	}
	
#commentssection h3{
	font-family: georgia, times, verdana;
	font-size: 12pt;
	font-weight: 300;
	font-style: normal;
	color: #000;
	}

#commentform{
	background: #fff;
	margin: 12px 12px 20px 12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #646564;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	}
	
#commentbox{
	width:75%;
	min-width:400px;
	margin:5px 5px 0 0;
	}

#author, #email, #url, #commentbox, #submit{
	background: #d2cec3;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding: 6px;
	border: 1px solid #bab3a3;
	}
	
#submit{margin:5px 5px 0 0;}

	
ol.commentlist {list-style-type: none;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	overflow: hidden;
	}

ol.commentlist li.alt {background: #d2cec3;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#9573b1;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #646564; text-decoration: none; border-bottom: 1px dotted #bab3a3;}


/* search */

#searchform{
	padding: 6px 0 6px 6px;
	font-family: verdana, arial, times;
	}

#searchform input#s{
	font-family: verdana, arial, times;
	font-size: 8pt;
	padding: 2px;
	margin: 2px;
	border: 1px solid #bab3a3;
	}

#searchform input#searchsubmit{
	font-family: verdana, arial, times;
	font-size: 7pt;
	padding: 2px;
	margin: 2px 0 0 2px;
	border: 1px solid #B7B7B7;
	background-color: #fff;
	color: #646564;
	}

/* footer */

#footer-wrapper {
        clear:both;
	width: 900px;
        background: #fff;  
        margin:15px auto 0;
        padding: 6px 0;
        color: #000;
        font: normal normal 12px Verdana,Arial,Tahoma,Sans-serif;
        line-height: 1.5em;
        text-align: left;
}

#footer-wrapper h2 {
	font-family: baskerville, georgia, times, serif;
	font-size: 14pt;
	font-weight: 300;
	color: #9573b1;
        margin: 5px;
}

#footer-left {
        width: 275px;
	float: left;
        overflow: hidden;
        margin: 10px 0;
        padding: 0 10px;
}

#footer-middle {
        width: 282px;
	float: left;
        overflow: hidden;
        margin: 10px 0;
        padding: 0 10px;
        border-left: 1px dotted #9573b1;
        border-right: 1px dotted #9573b1;


        text-align:center;
}

#footer-right {
        width: 280px;
        float: right;
        display: inline;
        overflow: hidden;

        margin: 10px 0;
        padding: 0 10px;
        text-align:center;
}

#footer {
        clear:both;
	width: 100%;
        background: #d2cec3;  
        margin: 15px auto 0;
        padding:5px 0;
        color: #000;
        border-top: 1px solid #978d74;
        font: normal normal 12px Verdana,Arial,Tahoma,Sans-serif;
        line-height: 1.5em;
        text-align: center;
}

	}
	
#footer p{padding:6px;margin: 0; color: #646564;}
#footer a, a:visited{color: #9573b1;text-decoration: none;}
#footer a:hover{color: #349933;text-decoration: underline;}

#footer-bottom {
  width:100%;
  clear:both;
  background: #d2cec3 url("http://www.danajilldesigns.com/images/djdnav-bg2.jpg") repeat top center;  
  margin:0 auto;
  padding: 5px 0;
  color: #000;
  font: normal normal 12px 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  line-height: 1.5em;
  text-align: center;
}