/*
 Theme Name:Sacha
 Theme URI:
 Description: Sacha
 Author: Sacha
 Author URI:
 */

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 70%;
    text-align: center; /*centers layout in IE6*/
	color: #64382D;
	background-color:#DDD1C4;
}

/*********************/
/*    G L O B A L    */
/*********************/

/*links*/

a, a:link, a:visited {
    color: #64382D;
    text-decoration: none;
}

a:hover, a:active {
    color: #E4C1C8;
    text-decoration: none;
}

blockquote {
    display: block;
    margin: .5em 2.0em .5em 2.0em;   
	padding: 0 0 0 1.0em; 
    border-left: dotted black .1em;
}

blockquote blockquote {
    padding: 0 0 0 1.0em;
	border-left: dotted black .1em;
}

.bold {
    font-weight: bold;
}

.italic {
	font-style:italic;    
}

img {
	border:none;
}

.alignleft{
	float:left;
	text-align:left;
}

.alignright{
	float:right;
	text-align:right;
}

.center{
	text-align:center;
}

/*********************/
/* S T R U C T U R E */
/*********************/

#container {
    width: 762px;
    margin: 0 auto;
    text-align: left;
	background-color:white;
	background:url(images/wrapper-bg.jpg) repeat-y;
}

#header {
    width: 762px;
    height: 260px;
    background:url(images/header.jpg) no-repeat;
}

/*wraps content and sidebar*/

#wrapper {
    float: left;
    width: 607px;
    position: relative;	
}

#sidebar {
    float: right;
    width: 150px;
    height: auto;
    display: inline;
}

#sidebar-left {
    float: left;
    width: 155px;
    height: auto;
    display: inline;
}

#content {
    float: left;
    width: 457px;
    height: auto;
	padding:0 0 20px 0;
}

#footer {
	display:block;
    width: 762px;
    height: 50px;
	margin:20px 0 0 0;
    background-color:#DDD1C4;
	color:white;
    clear: both;
}

/*********************/
/* H E A D E R       */
/*********************/

.logo {    
    float:left;
    width: 295px;
    height: 190px;
    margin: 2px 0 0px 1px;      
	display:inline; 
}

/*top navigation*/
ul#nav{
	float:right;
	width:auto;
	height:8px;
	margin:198px 5px 0 0;
	line-height:10px;
	font-size:1.1em;
	text-transform:uppercase;		
}

ul#nav li{
	display:inline;
	height:10px;
	padding:0 6px 0 8px;
	list-style-type:none;
	border-left:1px solid white;
}

ul#nav li.first-child{
	border-left:none;
}

ul#nav li a,ul#nav a:visited,ul#nav a:link{
	color:white;
	text-decoration:none;
}

ul#nav  a:hover,ul#nav a:active{
	color:white;
	text-decoration:underline;
}

/*********************/
/*  S I D E B A R    */
/*********************/

/*left sidebar*/

#sidebar-left img{
	width:125px;
	margin:5px auto 5px auto;
	display:block;
}

.widget-left {	
	width:155px;	
	margin: 0px auto 0 auto;
	display:block;
    text-align:left; 
	background-color: white;		
}

#sidebar-left .widget-left img{
	width:auto;
}

.widget-left h2 {
	width:140px;	
	height:25px;
	text-align: center;	
	font-size:2.4em;
	color:#64382D;
}

/*right sidebar*/

.widget {	
	width:140px;	
	margin: 0px auto 0 auto;
	display:block;
    text-align:left; 
	background-color: white;		
}

.widget-left h2 {
	width:155px;	
	height:25px;
	text-align: center;	
	font-size:2.4em;
	color:#64382D;
}

.widget {	
	width:140px;	
	margin: 0px auto 0 auto;
	display:block;
    text-align:left; 
	background-color: white;		
}

.widget h2 {
	width:140px;	
	height:25px;
	text-align: center;	
	font-size:2.4em;
	color:#64382D;
}

.widget a,.widget  a:link, .widget a:visited {
	padding:0 0 0 7px;
    text-decoration: none;
    font-weight: normal;
    line-height: 1.5em;
	font-size: 1.0em;
	background:url(images/menu-bg.jpg) no-repeat left center;
}

.widget a:hover, .widget a:active {
    text-decoration: none;
}

.widget ul {
    list-style-type: none;
    margin: 0 0 10px 0;
    text-align: left;
}

.widget ul ul {    
    margin-left: 10px;
}

.widget ul ul li {
    list-style-type: none;
    color: black;
}



/*********************/
/*      P O S T      */
/*********************/

.post-content {    
    width: 442px;
    margin: 0px 0px 20px 0px;   
	padding:0 0 20px 15px;		
}

.post-content .meta{
	font-size:1.1em;
	color:#DAD5D1;
}

.post-content .meta a,
.post-content .meta a:link,
.post-content .meta a:visited {
	color:#DAD5D1;
}

.post-content .meta a:hover,
.post-content .meta a:active {
    color: #64382D;
}

.post-content h1{
	font-size:2.4em;
}

.post-content h1 a,
.post-content h1 a:link,
.post-content h1 a:visited {
	color:#E4C1C8;
}

.post-content h1 a:hover,
.post-content h1 a:active {
    color: #64382D;
}

.post-entry {    
    margin: .5em 1.0em .5em 0em;
    font-family:Helvetica, Arial, Sans-Serif;
	font-size:1.1em;	
}

.post-entry p{
	padding: 5px 0 5px 0;
}

.post-entry ul {    
	padding: .5em 0 .5em 3.0em;
}

.post-entry ol {
    padding: .5em 0 .5em 3.3em;
}

.post-entry img {    
    margin: 5px 5px 5px 5px;
    padding: 0 0 0 0;
}

.navigation {
	width:465px;
    font-size: 1.2em;
    margin: 0 0px 0px 0px;	
	padding: 0 1px10px 1px;/*fixes nav bottom in IE*/
	height:25px;
	font-size:2.4em;
	color:#64382D;
}

.older{
	float:left;	
}

.older a,
.older a:link,
.older a:visited,
.older a:hover,
.older a:active{
	margin:0 0 0 10px;
	background:url(images/arrow-left.jpg) no-repeat left center;
	padding:0 0 0 15px;
	color:#64382D;
}

.newer{
	float:right;	
}

.newer a,
.newer a:link,
.newer a:visited,
.newer a:hover,
.newer a:active{
	margin:0 15px 0 0;
	background:url(images/arrow-right.jpg) no-repeat right 5px;
	padding:0 15px 0 20px;
	color:#64382D;
}

.ornament{
	float:left;
	background:transparent url(images/bottom-ornament.jpg) no-repeat bottom center;
	width:460px;
	height:20px;
	margin:-21px auto 0 auto;
	position:relative;	
	display:block;
}

/*********************/
/*    F O O T E R      */
/*********************/

#footer{
	font-size:1.1em;
}

#footer ul#nav{
	text-align:center;
	width:100%;
	height:10px;
	margin:3px 0 0 0;
	line-height:10px;
	font-size:.9em;
	text-transform:uppercase;		
}

#footer ul#nav li{
	display:inline;
	padding:0 4px 0 6px;
	list-style-type:none;
	border-left:1px solid white;
}

#footer ul#nav li.first-child{
	border-left:none;
}

#footer ul#nav li a,#footer ul#nav a:visited,#footer ul#nav a:link{
	color:white;
}

#footer ul#nav  a:hover,#footer ul#nav a:active{
	color:white;
}

a.white,
a:link.white,
a:visited.white,
a:hover.link,
a:active.active{
	color:white;
}
/*   S E A R C H     */


#searchform {	
    width: 140px;
    height: 24px;       
    display: block;
	margin:0 auto 10px auto;
	background: transparent url(images/search.jpg) no-repeat;
}

#searchfield {
    float: left;
    width: 105px;
    height: 18px;
    margin: 2px 0px 0px 0px;
    padding: 2px 2px 0px 2px;
    font-size: 1.2em;
    background: none;
    border: none;
    display: inline;
}

#searchsubmit {
	float: right;
    height: 20px;
    width: 26px;
    margin: 2px 0px 0 0px;    
    border: 0px none;
	background:none;
    cursor: pointer;   
}

h3.search{
	font-size:1.8em;
}

/*********************/
/*  C O M M E N T S  */
/*********************/

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform {
    width: 390px;
    margin: 0 0 0 40px;
}

#commentform input {
    width: 120px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#commentform #submit {
    margin: 0 0 20px 0;
    float: right;
}

.avatar {
    float: left;
    margin: 0px 5px 0px 15px;
    display: inline;
}

.alt {
    margin: 0;
    padding: 10px;
}

h3#comments {
    margin: 10px 30px 10px 40px;
}

h3#respond {
    margin: 10px 30px 10px 40px;
}

img#comments {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 30px 10px 30px;
    font-size: 1.2em;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
}

/* clearfix */

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

* html .clear { /* \*/
    height: 1%;
}





