@charset "utf-8";

/* Begin Typography & Colors */
body {
	color: #4d4d4d;
	text-align: center;
}

a:link{
color:#f768a0;
text-decoration:none;
}
a:hover{
color:#f83781;
text-decoration:underline;
}
a:visited{
color:#4eb9b4;
text-decoration:none;
}

del{
color:#92204c;

}




/* entry */
.narrowcolumn .entry {
	line-height: 1.6em;
}

.narrowcolumn {
	float: left;
	padding: 0 8px 20px 25px;
	margin: 0px 0 0;
	width: 470px;
}

.entry-top{
background: url(../img/blog-entry-top2.gif) no-repeat;
height:50px;
width:470px;
}

.entry-middle{
text-align:left;
background: url(../img/blog-entry-middle2.gif) repeat-y;
padding:0 20px;
min-height:300px;
}

.entry-bottom{
background: url(../img/blog-entry-bottom2.gif) no-repeat;
height:50px;
width:470px;
margin-bottom:1em;
}

/*
.entry-top{
background: url(../img/blog-entry-top.gif) no-repeat;
height:50px;
width:440px;
}

.entry-middle{
text-align:left;
background: url(../img/blog-entry-middle.gif) repeat-y;
padding:0 30px;
min-height:300px;
}

.entry-bottom{
background: url(../img/blog-entry-bottom.gif) no-repeat;
height:50px;
width:440px;
}
*/

.entry{
margin:20px 0 5px 0;
font-size:16px;
}

.entry a.more-link{
font-size:16px;
margin:5px 5px;
padding:10px 5px 5px 200px;
}


.entry h2{
}

.entry-middle h2{
width:310px ;
margin:2px 0 2px 5px;
padding:8px 0 8px 15px;
font-size:40px;
line-height:40px;
letter-spacing:2px;
font-weight:bold;
text-shadow:3px 3px 2px #f8e4ec;
border-left:5px solid #dbeeec;
}

#content h2.pagetitle{
background-color:#4eb9b4;
font-size:16px;
letter-spacing:0.3em;
line-height:1.2em;
color:#ffffff;
margin:15px 10px 5px 10px;
padding:10px 30px;
font-weight:normal;
}

.entry{
	width:100%;
}

.entry img.aligncenter{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding:2px;
}

/* sidebar */
#sidebar{
	padding: 20px 20px 10px 10px;
	margin-left: 540px;
	width: 170px;
	font-size: 10px;
	color: #999999;
}
/*
#sidebar{
background-color:#eee;
}*/
#sidebar a{
font-size: 14px;
}
#sidebar a:link{
color:#4eb9b4;
text-decoration:none;
}
#sidebar a:hover{
color:#04bbb2;
text-decoration:underline;
}
#sidebar a:visited{
color:#f768a0;
text-decoration:none;
}
#sidebar h2 {
	font-size:1px;
	margin:30px 0 3px 0;
	padding: 0;
}

#sidebar li.widget_categories h2{
background:url(../img/blog-category.gif) no-repeat;
}
#sidebar li.widget_tag_cloud h2{
background:url(../img/blog-tagcloud.gif) no-repeat;
}
#sidebar li.widget_archive h2{
background:url(../img/blog-archives.gif) no-repeat;
}
#sidebar li.widget_recent_comments h2{
background:url(../img/blog-comments.gif) no-repeat;
}
#sidebar li.widget_text h2{
background:url(../img/blog-twitter.gif) no-repeat;
}
#sidebar li.widget_links h2{
background:url(../img/blog-link.gif) no-repeat;
}

#sidebar li.widget_categories h2,
#sidebar li.widget_tag_cloud h2,
#sidebar li.widget_archive h2,
#sidebar li.widget_recent_comments h2,
#sidebar li.widget_text h2,
#sidebar li.widget_links h2{
width:170px;
height:31px;
padding: 0;
}


#sidebar ul, #sidebar ul ol {
	margin:0;
	padding: 0;
}
#sidebar ul li{
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul li a{
	list-style-type: none;
	list-style-image: none;
	font-size: 14px;
}
#sidebar ul li.cat-item a{
font-size: 17px;
}


li.widget_tag_cloud div,
.widget_categories li,
.widget_archive li,
ul#recentcomments li,
.widget_links li{
padding: 0 10px;
}

.widget_categories li{
	font-family: 'Molengo';
}

.screen-reader-text{
display:none;
}

li.recentcomments{
line-height:14px;
margin:0 0 15px 0;
}

.widget_links li{
font-size: 17px;
}
.navigation{
width:auto;
font-size: 12px;
}
.alignleft{
text-align:left;
}
.alignright{
text-align:right;
}
/* */

blockquote {
	margin: 15px 30px 0 10px;
	padding:10px 0 10px 20px;
	padding-left: 20px;
	border-left: 5px solid #6fd4cf;
	font-size:14px;
	line-height:120%;
}
blockquote ul{
	list-style-type: none;
}
blockquote li{
	list-style-type: none;
	padding-left: 15px;
	border-left: 3px solid #f8cbdc;
	color:#696969;
}
/*
#content h2{
margin:0;
padding:0;
}*/

#content small, .postmetadata{
	margin:5px auto;
	padding:2px 18px;
	line-height:120%;
/*	background-color: #f3f3f3;*/
	font-size: 11px;
	color:#999999;
}


#content p.postdate{
background:url("../img/blog-small-bg.gif") no-repeat;
width:376px;
height:20px;
text-align:right;
padding:0px 20px 5px 0px;
font-size: 18px;
color:#de5e8f;
margin-left:15px;
letter-spacing:2px;
font-family: 'Molengo';
}

.postdate span{
}

.postdate span.year{
font-size: 12px;
}

.postdate span.month{
font-size: 28px;
color:#f83781;
}

.postdate span.day{
font-size: 28px;
color:#c5044e;
}



#content p.postdate2{
background:url("../img/blog-small-bg.gif") no-repeat;
width:376px;
height:20px;
padding:3px 0px 5px 30px;
font-size: 12px;
color:#696969;
margin-left:5px;
letter-spacing:2px;
}


ul#wpjrelated li{
font-size: 12px;
list-style-type:none;
margin:0 10px ;
padding:3px 10px;
line-height:120%;
border-bottom:1px dotted #cccccc;
}
#wpjr{
margin:0 0 10px 0;
padding:25px;
background-color:#fcfbf5;
}

#respond{
margin-top:20px;
margin-bottom:20px;
}

#respond h3{
background:url(../img/blog-comments.gif) no-repeat;
padding-left:170px;
padding-top:6px;
font-size: 12px;
height:31px;
font-weight:normal;
}
/*comment*/
textarea{
border:1px solid #cccccc;
padding:5px;
margin-bottom:3px;
}

h3#comments{
border-top:3px solid #4eb9b4;
margin-top:30px;
padding-top:10px;
font-size:18px;
}

ol.commentlist{
padding:0 10px 10px 10px;
border-bottom:3px solid #4eb9b4;
}

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

span.says, .comment-meta{
font-size:12px;
}

.comment-meta{
}


li.comment{
margin:10px;
padding:5px 0 0 0;
border-top:1px dotted #ddd;
}

li.comment p{
margin:0 20px;
}

/*
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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-caption p.wp-caption-text {
display:none;
}



.tweet-this img{
/*float:left;*/
padding:10px 10px;
}
.postmetadata{
	margin:5px 0 0 0;
	padding:3px 18px;
	background-color: #f3f3f3;
	font-size: 11px;
	color:#999999;
}
.postmetadata span{
margin:0 20px;
}
.postmetadata a{
	color:#ee6e05;
	text-decoration:underline;
}

div.post{
margin:1.8em 0;
}


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */









