/*  
Theme Name: Sherra Life Lesson
Theme URI: http://www.milienzo.com/wordpress-themes/fresco/
Description: Based on Fresco: <em>Fresco</em> is a contemporary theme blending subtle beauty with distinguished simplicity, created by and based on <a href="http://www.milienzo.com">miLienzo.com</a>. For updates please check the <a href="http://www.milienzo.com/wordpress-themes/fresco/">theme page</a>.
Version: 1.0
Author: Aaron Russell
Author URI: http://www.milienzo.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

Version history:
	7 April 2007 - Version 1.0 - initial release

*/


/* Page structure and general formatting */

body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	font-size:14px;
	margin:0px 0px 12px 0px;
	line-height:22px;
}
		
p.post-date {
	color:#238100;
}

a {
	color:#68217A;
	text-decoration:none;
}

a img {
	border:none;
}

a:hover {
	color:#AA47BA;
	text-decoration:underline;
}

a:active {
	outline:none;
}

a:focus {
	-moz-outline-style:none;
}

h1 {
	font-size:26px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
}

h2 {
	font-size:18px;
	font-weight:bold;
	margin:0px 0px 12px 0px;
	color:#238100;
}

blockquote {
        border-left:#238100 solid 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
        font-style:italic;
        margin:0px 0px 35px 19px;
	padding:0px 0px 0px 7px;
}

.hr {
	background:url(images/hr2.gif) 0 50% repeat-x;
	height:50px;
	clear:both;
}

.navigation {
	font-size:18px;
	font-weight:bold;
	line-height:34px;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

img.centered {
	display:block;
	margin:12px auto 12px auto;
}

img.alignright {
	display:inline;
	margin:12px 0px 12px 22px;
}

img.alignleft {
	display:inline;
	margin:12px 22px 12px 0px;
}


/* Header */

#header {
	background:url(images/SALLhdrFinal.png) left -56px no-repeat #fff;
	height:200px;
}

#header h1 {
	padding:0px 0px 0px 0px;
	font-size:36px;
	text-indent:-9999px;
               
}

#header .description {
	font-size:18px;
	color:#68217A;
	margin:-10px 0px 0px 60px;
	text-indent:-9999px;
}

#header h1 a {
	color:#68217A;
	display:block;
	position:absolute;
	left:0;top:0;
	width:300px;
	height:200px;
}

#header h1 a:hover {
	color:#AF72C1;
	text-decoration:none;
}


/* Menu */

#menu {
	border:3px solid #CEA3D3;
        background:#68217A;
        overflow:hidden;
}

ul.menu-list {
	font-size:16px;
	line-height:39px;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 0px 30px;
}

ul.menu-list li {
	list-style:none;
	display:inline;
	margin:0px 20px 0px 0px;
        width: 140 px
}

ul.menu-list a {
	text-decoration:none;
	color:#ffffff;
	padding:10px;
}

ul.menu-list a:hover {
	text-decoration:none;
	color:#ffffff;
	background:#AF72C1;
}


/* Main column - layout and style */

.container {
	width:900px;
	margin:0px 0px 0px 40px;
}

.main-column {
	width:480px;
	border-top:#CEA3D3 solid 5px;
	margin:22px 40px 0px 0px;
	padding:20px 0px 0px 0px;
	float:left;
}

.main-column ul {
	font-size:14px;
	margin:0px 0px 12px 30px;
	padding:0px;
	line-height:22px;
	list-style:url(images/li2.gif) outside;

}

.main-column ol {
	font-size:12px;
	margin:0px 0px 12px 30px;
	padding:0px;
	line-height:22px;
}

.post-subscribe{
        font-size:14px;
        background:url(images/subscribe.gif) 0 50% no-repeat;
        padding:5px 0px 5px 25px;
        float:left;
}

.post-share {
	font-size:14px;
	background:url(images/share.gif) 0 50% no-repeat;
	padding:5px 0px 5px 25px;
	margin:0px 0px 0px 20px;
	float:left;
}

.post-comment {
	font-size:14px;
	padding:5px 0px 5px 25px;
	float:right;
}


/* Comments */
.comment-head {
	background:#B5CC8E;
	padding:3px 10px 0px 10px;
	margin:20px 0px -12px 0px;
}

.comment-top {
	border:3px solid #B5CC8E;
	padding:5px 10px 5px 10px;
}

.comment-head.authorcomment {
	background:#D8A8D8;
	padding:3px 10px 0px 10px;
	margin:20px 0px -12px 0px;
}

.comment-top.authorcomment {
	border:3px solid #D8A8D8;
	padding:5px 10px 5px 10px;
}

.comment-counter {
        font-size:14px; 
        float:right;
}

.comment-middle {
	;
}

.comment-bottom {
	margin:0px 0px 22px 0px;
}

.comment-box {
	border:3px solid #68217A;
}

.comment-box:focus {
	background:#CEA3D3;
}

.comment-submit {
	border:3px solid #68217A;
	background:#FFFFFF;
}

.comment-submit:hover {
	background:#CEA3D3;
	cursor:pointer;
	cursor:hand;
}


/* Side columns */

.side-column {
	display:inline;
}

.side-left {
	width:180px;
	margin:22px 20px 0px 0px;
	padding:0px;
	float:left;
}

.side-right {
	width:180px;
	margin:22px 0px 0px 0px;
	padding:0px;
	float:right;
}

.left {
	border-top:#B5CC8E solid 5px;
	margin:0px 0px 22px 0px;
	padding:20px 0px 0px 0px;
}

.right {
	border-top:#CEA3D3 solid 5px;
	margin:0px 0px 22px 0px;
	padding:20px 0px 0px 0px;
}

ul.side-list {
	font-size:14px;
	margin:0px;
	padding:0px;
	border-top:1px dotted #AF72C1;
}

ul.side-list li {
	list-style:none;
	border-bottom:1px dotted #568E14;
	margin:0px;
	padding:0px;
}

.search {
	float:right;
	margin:-25px 0px 0px 0px;
}

#search-form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
}

.search-box {
	border:3px solid #68217A;
	width:102px;
        background:#AF72C1;
        margin:13px 14px 10px 0px;
        padding:0px 0px 0px 0px; 

}

.search-box:focus {
	background:#CEA3D3;
}

.search-submit {
	border:3px solid #68217A;
	background:#AF72C1;
        margin:0px 0px 10px 0px;
        padding:0px 0px 0px 0px;  
}

.search-submit:hover {
	background:#CEA3D3;
	cursor:pointer;
	cursor:hand;
}

ul.side-list a, div.deepthoughts ul li {
	display:block;
	padding:10px 0px 10px 0px;
}

ul.side-list a:hover {
	text-decoration:none;
	background:#CEA3D3;
	color:#68217A;
}

div.deepthoughts ul li {
  color:#68217A;
}

.jackhandey {
  text-align:right;
  font-size:.9em;
  font-style:italic;
}

.subscribe img {
	vertical-align:middle;
}


/* Footer */

#clear-row {
	clear:both;
}

#footer {
	background:#238100;
	margin:30px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	overflow:hidden;
}

#footer p {
	color:#FFFFFF;
	margin:0px;
}

#footer p.milienzo {
	float:right;
	text-align:right;
}

#footer a {
	color:#FFFFFF;
	font-weight:bold;
}

#footer a:hover {
	color:#FFFFFF;
}

/* Custom Formatting */

.feed  {
    text-align:left;
}

.feedline {
    margin: 8px 0px 8px 0px;
}

#post-img {
    text-align: center;
}

#post-img img {
    border: 3px solid #D8A8D8;
}

.post-feed-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.post-feed-info {
    font-size: 14px;
}

.post-feed-info li {
    list-style:none;
}


.post-edit {
	font-size:12px;
	padding:5px 0px 5px 25px;
	float:right;
}


/* Print-friendly stylesheet */

@media print {
	#search-form {
		display:none;
	}

	#menu {
		display:none;
	}

	.comment-box {
		display:none;
	}

	.comment-submit {
		display: none;
	}

	.side-column {
		display:none;
	}

	.main-column {
		width:800px;
	}
}

/* Sociable */

      div.sociable { margin: 16px 0; }

      span.sociable_tagline { position: relative; }
      span.sociable_tagline span { display: none; width: 14em; }
      span.sociable_tagline:hover span {
      	position: absolute;
      	display: block;
      	top: -5em;
      	background: #ffe;
      	border: 1px solid #ccc;
      	color: black;
      	line-height: 1.25em;
      }
      .sociable span {
      	display: block;
      }
      .sociable ul {
      	display: inline;
      	margin: 0 !important;
      	padding: 0 !important;
      }
      .sociable ul li {
      	background: none;
      	display: inline;
      	list-style-type: none;
      	margin: 0;
      	padding: 3px;
      }
      .sociable ul li:before { content: ""; }
      .sociable img {
      	float: center;
      	width: 20px;
      	height: 20px;
      	border: 0;
      	margin: 0;
      	padding: 3px;
      }

      .sociable-hovers {
      	opacity: 1;
      	-moz-opacity: 1;
      	filter: alpha(opacity=100);
      }
      .sociable-hovers:hover {
      	opacity: .4;
      	-moz-opacity: .4;
      	filter: alpha(opacity=40);
      }

      /* End sociable */