/*  
Theme Name: CognitiveCombine WM (White Minimalism)
Theme URI: http://www.cognitivecombine.com/?p=52
Description: A white and minimalistic theme. Have a look <a href="http://cognitivecombine.com/themes/">here</a> for a live preview. Please go <a href="http://www.cognitivecombine.com/?p=52">here</a> for support and an explanation of how this theme works and which plugins you might require.
Version: 1.00
Author: CognitiveCombine
Author URI: http://cognitivecombine.com/
*/

/* ---- MAINBODY ---- */

body{
	min-width:580px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#wrap{
   	margin:0 auto;
   	width:580px;
	background:#fff;
}

#wrap2round{
   	margin:0 auto;
   	width:580px;
	background:#fff;
}

#wrap2{
   	margin:0 auto;
   	width:580px;
	background:#fff;
}

/* ---- COMMON --- */

.post {
	border-bottom: 1px dashed #CCCCCC;
margin-bottom: 10px;
float: left;
}



/* ---- ENTRIES ---- */

#entrywrap{
   	margin:0 auto;
   	width:580px;
	float:center;
   	clear:both;
}

#entrybox{
   	margin:0 auto;
   	width:580px;
	float:center;
	color:#fff;
}

.entry {
   	margin: 10px 0px;

}
.entry p{
	color:#000;
    }

.entry img {
float: left;
padding: 10px;
}

#posttitle{
	color:#61B694;
}
#posttitle a{
	color:#61B694;
	text-decoration:none;
    }
#posttitle a:hover{
	color:#9b95c8;
	text-decoration:none;
    }	
	
#posttitle a:active{ outline:none; }
#posttitle a:focus
{
  -moz-outline-style: none;
}
