body{
	font-size: 80%;
}
#pageMarge_blog {margin:0px 30px 0px 0px; text-align:justify;}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
}

a:visited{
	color: #663;
}

a:hover{
	color: #636;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
padding-left: 30px;
	color:#F35517;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color:#F35517;
	background: transparent;
	text-decoration: none;
}

.post-info{
padding-left: 30px;
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
	text-align: left;
}

.post-info a{
padding-left: 30px;
	color: #FA0;
	background: transparent;
	text-decoration: none;
	text-align: left;
}

.post {
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;	
	/*border: 1px double #FFCC66;*/
	background-color: #FFFDE3;
	-moz-border-radius : 10px 10px 10px 10px;

}
.post2 {
	padding-top: 5px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;	
	/*border: 1px double #FFCC66;*/
	background-color: #FFFDE3;
	-moz-border-radius : 10px 10px 10px 10px;
}

.post-content{
	padding-right: 30px;
	padding-left: 30px;
	text-align: justify;
}

.post-content a, .post-content a:hover .post-content a:active{
	color:#FFAA00;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co, .post-info-co a, .post-info-co a:hover {
	padding-right: 15px;
	color: #FA0;
	text-align: right;
	font-size:12px;
}
.post-info-date {
	color: #FF9933;
	font-size:10px;
}

#comments {
	/*border: 1px double #FFCC66;*/
	background-color: #FFFDE3;
	padding: 5px 12px 5px 12px;
	-moz-border-radius : 10px 10px 10px 10px;	
		
}
#trackbacks blockquote, #comments blockquote{
	border: 1px dotted #666666;
	margin: 1em 0;
	padding: 1ex 1em;
	background-color: #F7F3BB;
}
.hr {
 	color: #333333;
	font-size: 14px;
	font-weight: bold;
	width: 60%;
}

