/*  
Theme Name: just enough
Description: A minimalist theme
Version: 1.0
Author: j_c based on the simpla theme from Phu Ly
Author URI: http://cognitic.com/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:white url(/images/content_top.gif) repeat-x 0px 0px;
	color:#444;
	font-family: Verdana,Arial,Helevetica,sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:left;
        border-right: 160px solid #f6B16F; 
}
#content{
	background:white url(/images/content_top.gif) repeat-x;
	margin-left:3%;
	margin-right:1%;
	font-size:1.2em;
	float:left;
	padding:1em;
	width:75%;
}
#sidebar{
	background:#f6B16F;
        padding: 1%;
	margin-right: -160px;
	font-size:1.1em;
	float:right;
	width:24%;
	color: white;
}
#header{
	width:75%;
	background:#222 url(/images/header_bg.png) repeat-x;
        border-bottom: 5px solid #222; 
}
#header a img, #header a:visited {text-decoration: none; border: 0px;}
#footer{
	background:#f6B16F;
	border-top:1px solid #555;
	color:#222222;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
	text-align:center;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Verdana,Arial,Helevetica,sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#333;
	text-decoration: none;
	line-height: 1.1em;
	margin-bottom: 1em;
        border-bottom: 0.05em solid #333; 
}
.entrytitle h2 a:visited{
	color:#777;
	text-decoration: underline;
        border-bottom: 0.05em dashed #777; 
}
.entrytitle h2 a:hover{
	color: black;
        border-top: 0.05em solid black; 
        border-bottom: 0.05em solid black; 
}
.entrytitle h3{
	font-size:1.4em;
	color:#6F6F6F;
        /*width: 100%;
        text-align: right;*/

}
#sidebar h2{
	color: white;
	font-size:132.5%;

}
#sidebar a{
	color:#222;
	font-size:95%;
	line-height: 1.2em;
	text-decoration:underline;
}
#sidebar a:visited{
	color:#222;
        border-bottom: 0.08em dashed #999; 
}
#sidebar a:hover{
	color: white;
	text-decoration: underline overline;
        /*border-bottom: 1px solid white; */
}

/*************************************
 +Entry
 *************************************/
.entry{
        background-color: white;
        padding: 1em;
	margin-bottom:3em;
	font-size:1.05em;
	color:#222;
}
.entry li{
	margin-bottom:0.3em;
	padding:0.3em;
	font-size:0.90em;
        list-style-image: none;
	color:#444;
}
.entry .scenario{
        font-style: italic; 
        font-weight: bold; 
        font-family: "Comic Sans MS"; 
        letter-spacing: -1px; 
        font-size:1.15em;
        word-spacing: .25em; 
        text-transform: none; 
}
.entry .scenario p{
	padding-top:0.05em;
	padding-bottom:0.05em;
}
.shortlist{
	margin-top:0em;
	margin-bottom:1.5em;
	list-style-type: square;
	font-size:1em;
	color:#222;
}
.shortlist li{
	margin:0em;
	padding-top:0.05em;
	padding-bottom:0.05em;
        list-style-image: url(../images/mandala.png);
}
.illustration {
        text-align: center;
}
.illustration img{
        border: none ;
}
.entrytitle{
}
.entrybody{
}
.entrymeta{
        border-top: 1px solid black; 
	margin-top:2em;
	padding-top:1.5em;
        background-color: white;
	font-size:0.9em;
}
.postedby{
	background:white url(../images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:white url(../images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:white url(../images/packaged.gif) no-repeat;
	padding:3px;
	padding-top:1px;
	margin-top:1px;
	padding-left:20px;
}
.black{
background: black;
color: white;
float : left;
text-align: center;
width: 25%;
}
.white{
width: 25%;
float : left;
text-align: center;
color: black;
border: 0.05em solid black; 
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	font-size:1.1em;
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #fff;
	margin-bottom:0.1em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#149;
	line-height: 1.2em;
	text-decoration:underline;
}
a:visited{
	color:#777;
        border-bottom: 0.08em dashed #777; 
}
a:hover{
	color: black;
	text-decoration: underline overline;
        /*border-bottom: 1px solid black; */
}
a img {
border-width: 0;
}