/*
Theme Name: simplement
Description: minimalistc theme for mment.
Version: 1.0
Author: Matthias Mentasti
Author URI: http://mment.at
*/



/* ****************************************
	Allgemeines
**************************************** */
*
{
	margin: 			0;
	padding: 			0;
	border: 			0;
}

body{
	background-image:	url(images/bg.jpg);
	background-repeat:	repeat-x;
	font: 				62.5%/1.4 'Lucida Grande', Verdana, sans-serif;
	background-color: 	#efefef;
	color: 				#626262;
}

a{
	color: 				#3c3c3c;
	background-color:	#fff8a7;
	text-decoration:	none;
}

a:hover{
	color: 				#3c3c3c;
	background-color:	#fff8a7;
	text-decoration:	underline;
}

blockquote{
	margin-left: 		10px;	
}

.alignleft{
	float:				left;	
}

.alignright{
	float:				right;	
}

.clear{
	clear:				both;	
}

.clearportfolio{
	clear:				both;	
	margin-bottom:		30px;
}

.clearborder{
	clear:				both;	
	margin-top:			20px;
	margin-bottom:		30px;	
	border-top:			1px solid #ccc;
}

/* ****************************************
	Content
**************************************** */


h1, h2{
	font: 				1.8em/1 "Helvetica Neue", Helvetica, Arial;
	color: 				#303030;
	margin-bottom: 		0.8em;
}

h1 a, h2 a,
h1 a:hover, h2 a:hover{
	font: 				1em/1 "Helvetica Neue", Helvetica, Arial;
	color: 				#303030;
	margin-bottom: 		0.8em;
	background-color:	transparent;
	text-decoration:	none;
}

h3{
	font: 				1.6em/1 "Helvetica Neue", Helvetica, Arial;
	color: 				#303030;
	margin-bottom: 		0.8em;
}

h4{
	font: 				1.4em/1 "Helvetica Neue", Helvetica, Arial;
	color: 				#303030;
	margin-bottom: 		0.8em;
}

#overlay{
	background-image:	url(images/overlay.png);
	width:				189px;
	height:				88px;
	position:			absolute;
	margin-left:		-115px;
	margin-top:			-50px;
	z-index:			-2;
}

#content{
	position: 			relative;
	width: 				832px;
	margin: 			210px auto;
}

#content p{
	font-size: 			1.2em;
	line-height: 		1.5em;
	margin-bottom:		10px;
}

#content ul,
#content ol{
	font-size: 			1.2em;
	line-height: 		1.5em;
	margin-left:		30px;
	margin-bottom:		10px;	
}

.pic{
	padding:			10px;
	background-color:	white;
	border:				1px solid #ccc;
}

/* ****************************************
	Columns
**************************************** */
#content .column{
	float: 				left;
	width: 				180px;
	margin-left: 		14px;
	margin-right: 		14px;
}

#content .twocolumn{
	float: 				left;
	width: 				388px;
	margin-left: 		14px;
	margin-right: 		14px;
}

#content .threecolumn{
	float: 				left;
	width: 				596px;
	margin-left: 		14px;
	margin-right: 		14px;
}


.nolistitem{
	list-style:			none;	
}

/* ****************************************
	Search
**************************************** */
#searchform input{
	width: 				160px;
	padding: 			5px;
	margin: 			5px 5px 1px 0;
	border:				1px solid #e1e1e1;
	font: 				1em/1 "Helvetica Neue", Helvetica, Arial;
	color:				#aaa;
}

#searchform input:hover,
#searchform input:focus{
	border:				1px solid #ccc;
}


input#searchsubmit{
	padding: 			5px;
	background-color:	#3e3e3e;
	width:				80px;
	color:				white;
}

/* ****************************************
	Comments
**************************************** */
#content ol.commentlist{
	font-size: 			1em;	
}

.commentlist li .avatar { 
	float: 				right;
	border: 			1px solid #eee;
	padding: 			2px;
	background:			#fff;
}

.commentlist cite, .commentlist cite a {
	font-style: 		normal;
	font-weight:		bold;
}

.commentlist p {
	font-weight: 		normal;
	text-transform: 	none;
	margin: 			10px 5px 10px 0;
}

.commentlist {
	padding: 			0;
	text-align: 		justify;
}

.commentlist li {
	margin: 			15px 0 10px 0px;
	padding: 			5px 5px 10px 0px;
	list-style: 		none;
}

#commentform input {
	width: 				180px;
	padding: 			5px;
	margin: 			5px 5px 1px 0;
	border:				1px solid #e1e1e1;
	font: 				1em/1 "Helvetica Neue", Helvetica, Arial;
	color:				#aaa;
}

#commentform input:hover,
#commentform input:focus{
	border:				1px solid #ccc;
}

#commentform {
	margin: 			5px 10px 0 0;
}

#commentform textarea {
	width: 				100%;
	padding: 			5px;
	border:				1px solid #e1e1e1;
	font: 				1em/1 "Helvetica Neue", Helvetica, Arial;
	color:				#aaa;
}

#commentform textarea:hover,
#commentform textarea:focus{
	border:				1px solid #ccc;
}


#commentform #submit {
	margin: 			0 0 5px auto;
	float: 				right;
	background-color:	#3e3e3e;
	color:				white;
	width:				150px;
}

	
	