/*  
Theme Name: Laremodeling
Theme URI: 
Description: 
Version: 1.0
Author: Kosta Arnorsky
Author URI:
*/
@charset "utf-8";

.text {
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}

.linkbar {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}

#sidebar {
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 20px 0 10px 15px;
	width: 172px;
	color:#333333;
	}
	
#sidebar a {
	font-weight: normal;
	text-decoration: none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 0;
	font-weight:bold;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul li a {
	line-height:16px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 99px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar form {
	margin: 0;
	}
	
.narrowcolumn {
	float: left;
	padding: 20px 7px 20px 10px;
	margin: 0px 0 0;
	color:#333333;
	}
	
.narrowcolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn a {
	font-weight: normal;
	}

.narrowcolumn a:hover {
	color: #147;
	text-decoration: underline;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	color: #777777;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	font-size: 12px;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	}

.post hr {
	display: block;
	}
	
.post h2 {
	margin: 0;
	}
	
.post h2 a {
	text-decoration: none;
	font-size: 19px;
	font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	}

.post h2 a:hover {
	color: #0066CC;
	}
	
.post small {
	color: #777777;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 11px;
	line-height: 1.5em;
	}
	
.post .entry {
	fcolor:#333333;
	}
	
.post .entry p {
	text-align: justify;
	}

.comments h3 {
	margin: 30px 0 0 0;
	padding: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6em;}
	
.comments p {
	margin: 5px 0 0 0;}
	
.comments textarea {
	 width: 100%;
 	}
	
.comments textarea, .comments input {
	font-family: 'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size: 11px;
	}
	
.comments .submit{
	text-align: right;
	}