@charset "utf-8";
/* CSS Document */

* {font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; font-size:12px;}

body {border:0;margin:0; text-align:center; background:#ffe767;}

h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

img {border:none;}

a {text-decoration:none;}

hr {
        float:left;
	border:none;
	margin:0;
	padding:0;
	width:710px;
	height:30px;
	background:url(_img/hr_smile.gif) no-repeat center;
	background-color:#FFFFFF;
	color:#FFFFFF;
}

div#page {
	width:1000px;
	margin: auto;
	background: #FFF;
}

div#header {
	height:162px;
/*	background:url(_img/header.jpg) no-repeat center;*/
}

/* posts [INI] */
div.post {
        float:left;
	width:720px;
	margin-left:10px;
	text-align:left;
}

.post h2 a  {
	font-size:18px;
}

.post h5, .posts h6 {
	text-align:right;
}

.post a {
	color:#1972ac;
}

.postmetadata {
	text-align:right;
}

.entry div.disclaimer {
	font-weight:bold;
	background:#ffe767;
	padding-left:6px;
	padding-right:6px;
}

.entry img {
        margin:4px;
}

.st-related-posts li {
    list-style:none;

}
/* posts [END] */

/* comments [INI] */

h3#comments {
	margin-top:8px;
	font-size:14px;
	color:#1972ac;
}

ol.commentlist li {
	font-weight:bold;
}

ol.commentlist li p {
	font-weight:normal;
}

.commentlist .alt {
	background:#ffe767;
}

/* comments [END] */

/* pages [INI]*/

.post h2 {
	font-size:18px;
        color:#1972ac;
}



/* pages [END]*/

/* sidebar [INI] */

div#sidebar{
	width:242px;
	float:right;

	background:#1972ac;
	color:#FFF;
}

#sidebar h2, .widgettitle a {
	text-align:right;
	margin-right:6px;
	font-size:14px;
        color:#FFF;
}

#sidebar ul{
        padding:0;
}

#sidebar ul * {
        padding-right:4px;
}


#sidebar ul li {
        
        text-align:right;
	list-style:none;
}

#sidebar a {
	color:#ffe767;
}

#sidebar .widget {
        
        margin-bottom:6px;
        padding-bottom:2px;
        border-bottom:1px solid #FF0;
        width:100%;
}

/* sidebar [END] */

div#footer {
	color:#FFF;
	background:#1972ac;
}

#footer a {
	color:#ffe767;
}
