/*
THEME NAME: diary-cute
THEME URI: http://pageblogging.net/2008/10/diary-cute-released.html
Description: Supports widget, threaded-comments and theme-options. Also including PSD files.
VERSION: 1.8.1
AUTHOR: page
AUTHOR URI: http://pageblogging.net
TAGS: orange,two-columns,fixed-width,theme-options,threaded-comments
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin html tags */

* { margin:0; padding:0; }

body {font-size: 62.5%; /* Resets 1em to 10px */font-family: century gothic, futura, helvetica, sans-serif; background: url(img/bknd.gif); color: #4e3757;	margin: 0 auto; height:auto; min-height: 475px;}

hr {display: none;}

a, a:link, a:visited {color: #956da7; text-decoration: none; font-weight: bold;}
a:hover {color: #ea247f; text-decoration: underline;}
a:active {color: #ffffff;}

b {font-weight: bold;}
i {font-style: italic;}
strong {font-weight: bold;}
em {font-style: italic;}

.e {font-size: 0.1em; color: #cdbad8;}

small {font-size: 0.8em;}

.clear {clear:both;}

/* End html tags */


/* Begin Structure */

#container {position: relative; width: 940px; margin: 0 auto; background: url(img/cartoon_bknd.png) no-repeat top left; min-height: 430px;}

#header {text-align: center; width: 540px; height: 50px; margin: 15px auto 0 auto; padding: 0; color: #ffffff; font-size: 1.2em; overflow: hidden;}
#content {width: 940px; margin: 0.2em auto; font-size: 1.2em;}
#maincontent {float: left; width: 540px; line-height: 1.5em; margin-left: 200px; background: #ffffff url(img/maint.png) no-repeat top center; padding: 4px; display: inline;
   -moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
}
#sidebar {float: right; width: 185px; text-align: left; position: relative;}
#sidebar-top {margin-left:-30px;}
#sidebar-left {margin-left:-30px;}

#footer {width: 540px; margin: 10px auto; padding: 0; color: #ffffff;}
    #footer p {font: 10px century gothic, futura, helvetica, sans-serif; text-align: center; margin: 0.5em 0; line-height: 1.3em;}

/* End Structure */

/* begin header*/
#header h1 {font-size: 2.2em; padding: 15px 0 0 0;}
#header h1 a {color: #ffffff; text-decoration: none;}
#header .description {padding: 3px 10px 0 10px;}

#menu {width: 540px; margin: auto;}

.lavalamp {font: 14px century gothic, futura, helvetica, sans-serif; position: relative; margin: auto; width: 540px; height: 40px; overflow: hidden; background: url("img/menu_bknd.png") no-repeat top left; padding: 7px 11px 7px 11px;}
 .lavalamp li {float: left; list-style: none;}
 .lavalamp li.back {width: 9px; height: 25px; z-index: 8;position: absolute; background: #4e3757 url("img/lavabg.gif") no-repeat top right;}
 .lavalamp li.back .left {background: url("img/lavabg.gif") no-repeat top left; height: 25px; margin-right: 9px;}
 .lavalamp li a {text-decoration: none; color: #ffffff; outline: none; text-align: center; padding: 4px 8px; text-transform: uppercase; letter-spacing: 0; z-index: 10; display: block; float: left; position: relative; overflow: hidden; font-weight: bold;}
.lavalamp li a:hover, .lavalamp li a:active, .lavalamp li a:visited {border: none; }      
       
/* End header*/




#footer a {color:#ffffff;}

/* begin maincontent*/
.postdate{margin-right:5px;overflow:hidden;float:left;width:40px;height:40px;font-family:Georgia;text-align:center;color:#F0EFDF;background: #C78D4D url(img/date.gif) no-repeat top center;}
.postdate span{}

.topcorner {background: url(img/contentt.gif) no-repeat top center;height:15px;}
.bottomcorner {background: url(img/contentb.gif) no-repeat bottom center;height:15px;}
.contentpadding {padding: 0 25px 5px 15px; background: #cdbad8 url(img/contentback.gif) repeat-y;}

/***** MY CODE *****/

	#maincontent p {font: 13px century gothic, futura, helvetica, sans-serif; margin: 0 0 1.1em 0; text-align: left; line-height: 1.5em; color: #4e3757;}
	
	#maincontent h1 {font: bold 21px century gothic, futura, helvetica, sans-serif; margin: 0 0 0.6em 0; text-align: left; line-height: 1.5em; color: #ea247f;}
	#maincontent h2 {font: bold italic 17px century gothic, futura, helvetica, sans-serif; margin: -0.2em 0 0.8em 0; text-align: left; line-height: 1.5em; color: #4e3757;}
	#maincontent h3 {font: bold 14px century gothic, futura, helvetica, sans-serif; margin: -0.1em 0 0 0; text-align: left; line-height: 1.5em; color: #000000;}
	
	#maincontent hr {display: block; height: 1px; background: #ffffff; margin: 0.7em 0 0.8em 0; padding: 0; overflow: hidden; clear: both;}
	
	#maincontent img {border: 1px solid #ffffff; padding: 3px; margin: 5px; max-width: 490px; height: auto;}
	
	#maincontent table {border: 1px solid #4e3757;}
		#maincontent table tr th {padding: 3px 5px; background:#4e3757;}
		#maincontent table tr td {padding: 3px 5px;}
	
	#maincontent table.formatted {font: 12px century gothic, futura, helvetica, sans-serif; border-collapse: collapse; margin: 0.3em -10px 0 0;}
		#maincontent table.formatted th {font: bold 12px century gothic, futura, helvetica, sans-serif; color: #4e3757; padding: 0 10px 0.9em 0; text-align: left; line-height: 1.3em; vertical-align: middle;}
		#maincontent table.formatted td {font: 12px century gothic, futura, helvetica, sans-serif; color: #4e3757; padding: 0 10px 0.9em 0; text-align: left; line-height: 1.3em; vertical-align: top;}
		#maincontent table.formatted td.heading {font: bold 13px century gothic, futura, helvetica, sans-serif; color: #ffffff; text-align: center; vertical-align: middle; padding: 3px 6px; background: #4e3757;}
	
	#maincontent ul {font: 12px century gothic, futura, helvetica, sans-serif; margin: -0.05em 0 0.9em 28px; text-align: left; line-height: 1.5em; color: #43251d; padding: 0;}
		#maincontent ul li {line-height: 1.5em; margin: 0 0 0.9em 0; vertical-align: baseline;}
	#maincontent ol {font: 12px century gothic, futura, helvetica, sans-serif; margin: -0.05em 0 0.9em 28px; text-align: left; line-height: 1.5em; color: #43251d; padding: 0;}
		#maincontent ol li {line-height: 1.5em; margin: 0 0 0.9em 0; vertical-align: baseline;}

/***** END MY CODE *****/

.entry blockquote ,.entry pre{margin:5px 20px;padding:5px;background:#C5CFB0;
   -moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
   overflow:hidden;
}
.postmetadata{padding:1px 15px;margin:0.5em 0 25px;background: url("img/ping-track.gif") repeat-y top left;}

.ping-track{padding: 0 15px;background: url("img/ping-track.gif") no-repeat top left;}
.postnav{margin:1em 0;}
/* End maincontent */




/* Begin sidebar */
#sidebar h2, #sidebar h3 {font-size:1em;color:#C1C08C;margin-top:-3px;padding-left:10px;text-transform:uppercase; display: none;}

#sidebar ul {font: 12px century gothic, futura, helvetica, sans-serif; margin: 0 0 0.9em 0; text-align: left; line-height: 1.3em; color: #ffffff; list-style-type: none;}
	#sidebar ul li {line-height: 1.3em; margin: 0 0 0.5em 35px; vertical-align: baseline;}

#sidebar-top .contentlist ul li a {color:#ffffff; text-decoration: underline; font-weight: bold;}
#sidebar-top .contentlist ul li a:hover {color:#ea247f;text-decoration: none;}
#sidebar a {color:#ffffff; text-decoration: underline; font-weight: bold;}
#sidebar a:hover {color:#ea247f; text-decoration: none;}


#archives, #categories { display:none; }  

.tabs{}
.tabs li{}
.tabs li a{}
.tabs li a span{}

#menu-more-rachel {background: url(img/morerachel.png) no-repeat top left; padding: 60px 0 10px 0;}
	#menu-more-rachel a:hover {color: #e09c13;}
#events-calendar-list {background: url(img/upcoming.png) no-repeat top left; padding: 60px 0 10px 0;}
	#events-calendar-list a:hover {color: #cdbad8;}
#menu-links {background: url(img/links.png) no-repeat top left; padding: 60px 0 10px 0;}
	#menu-links a:hover {color: #ea247f;}	

#tabnewpost {background: url(img/newpost.png) no-repeat top center;}
#tabcomments {background: url(img/comments.png) no-repeat top center;}
#tabarchives {background: url(img/archives.png) no-repeat top center;}

.contentlist {width:185px; padding: 0;}

.tabshow-t {clear:both; width:160px;}
.tabshow-b {width:160px;}

.contentlist1 {width:185px; padding: 0;}

.tabshow1-t {margin-top:1em; width:160px;}
.tabshow1-b {width:160px;}
/* End sidebar */


/* Begin wp-tags*/
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 2px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 2px;margin: 0 7px 2px 0;display: inline;}

.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.alignright {float: right;}
.alignleft {float: left}

.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}


#wp-calendar{width:100%;color:#C1C08C;text-align:center;}
#wp-calendar a{color:#DADAB7;}
#wp-calendar td { text-align:center;}
#wp-calendar tfoot{width:100%;}
.searchf input.sbm-b{margin-top:5px;width:90%;border:1px solid #A2B180;padding:4px;background:#C5CFB0;color:#6C7A4C;}
/* End wp-tags */


/* Begin comments*/
.message{width:90%;}
#response{margin:2em 0 0 20px;}
.comleft{width:20%;float:left;vertical-align:middle;text-align:right;padding:5px;}
.comleft a{color:#333;}
.message-by{}
.avatar-place{}
.message-count{float:left;}
.message-content{margin:10px 20px;width:80%;padding-bottom:5px;border-bottom:2px solid #7E8C60;}

.message-entry{float:left;padding:5px 0 0 20px;width:60%;vertical-align:middle;}
.inputs input,#commentform input{background:#A2B180;border:0;padding:2px;background: #A2B180 url(img/input.gif) no-repeat top center;width:166px;height:16px;}
.message textarea,#comment{border:0;width:380px;height:180px;overflow:hidden;background: #A2B180 url(img/textarea.gif) no-repeat top center;padding:10px;}
.submit{margin-top:10px;}
.submit input,#commentform #submit{border:0;width:60px;height:30px;background: #A2B180 url(img/submit.gif) no-repeat top left;color:#fff;}
#commentform p{line-height:2.5em;}
.backtotop{text-align:right;}
.submit{margin-top:1em;}


.commentlist{margin-left:10px;}
.commentlist li{margin:5px;padding:3px !important;}
.commentlist li li{background: 0 !important;}


.commentlist ul li{margin:0;}
.commentlist li{list-style:none;}
.commentlist li .comment-meta{float:right;}
.commentlist li .comment-author{width:40%;float:left;}
.commentlist li p{clear:both;}
.comment-body{border:1px solid #707D56;margin:3px 0;padding:5px;}
.children{margin:0 0 0 25px;}
#maincontent .commentlist a{text-decoration: none;}
#maincontent .commentlist .commentmetadata a{color:#999;}
#maincontent .commentlist .commentmetadata a:hover{text-decoration: underline;}
/* End comments */




