/*  
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-color: white;
	color:#444;
	font-family: Verdana,Arial,Helevetica,sans-serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	/*background:#ffff99 url(../images/orange_bg.png) repeat-x;*/
	text-align:left;
	width:100%;	
}
#header{
	margin-top: 4em;
	padding:0;
	text-align: center;
	background-color: white;
}
#content{
	background-color: white;
	font-size:1.2em;
	width:100%;
	border-bottom:1em solid #222;
}
#sitemap{
	width:100%;
	height:25em;
	background-color: white;
}
.column{
	background-color: white;
        padding: 0.5em;
	margin-left:1%;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size:1.1em;
	float:left;
	width:30%;
	color: black;
}
#leftcolumn{
	margin-left:3%;
}
#middlecolumn{
        border-left: 1px solid #666; 
        border-right: 1px solid #666; 
}
.column h2{
	font-size:1.23em;
	letter-spacing: 0.5em;
}
#footer{
	background-color: white;
	color:#111;
	clear:both;
	font-size:1em;
	padding:0.5em;
}
/*************************************
Search form
 *************************************/
#search{
	padding-bottom:3em;
	background-color: white;
        text-align: center;
	margin: 0 auto;
	margin-top: 3.2em;
	margin-bottom: 2em;
	color: black;
}
#search label{
	font-size:2em;
	letter-spacing: 0.5em;
}
#search input{
	border:1px solid #555;
}
#search  input:hover{
	background:#ff9;
	border:1px solid #333;
}
#search  input:focus{
	background: #f3f3f3;
	border:1px solid black;
}
#search  #submit{
	background:#222;
	border:1px solid #333;
	color: white;
}
#search  #submit:hover{
	background:#ff9;
	border:1px solid #333;
	color: black;
}
#search  #submit:focus{
	background:#999;
	border:1px solid #111;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Verdana,Arial,Helevetica,sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Verdana,Arial,Helevetica,sans-serif;
        text-align: center;
	font-size:18em;
	margin: 0 auto;
        padding: 0;
        line-height: 0.6em;
	color: black;
}
#header h1 a{
	color:#001100;
	background-color: white;
}
#header h1 a:visited{
        border-bottom: 0.03em dashed black; 
}
#header h1 a:hover{
	color: black;
        border-bottom: 0.03em solid black; 
}
#header .strongcenterheight{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:0.3em;
        position: relative;
        top: -1.0em;
	color: black;
}
#header p{
	font-size:1.5em;
	margin:0;
	margin-top:-4.5em;
	padding-bottom:0em;
	margin-left: 9em;
	float:center;
	letter-spacing: 0.1em;
	color: #222;
}
.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;*/

}

/*************************************
 +Entry
 *************************************/
.entry{
        background-color: white;
        padding: 2em;
	margin-bottom:3em;
	font-size:1.05em;
	color:#222;
}
.google_ads{
        width: 730px;
	margin:0 auto;
}
.entry img{
	margin-left: 10%;
}
.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;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	font-size:1.1em;
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	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; */
}
