@charset "utf-8";
body  {
	text-align: center;
	color: #333;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #FFF;
	margin: 0;
	padding: 0;
}
h1 {
	color: #666;
	font: italic 25px "Courier New", Courier, monospace;
	text-decoration: none;
}
h1 a{
	text-decoration: none;
	color: #666;
}
h1 a:hover{
	text-decoration: none;
	color: #999;
}
h2 {
	color: #333;
	font: normal 16px "Courier New", Courier, monospace;
	text-align: center;
}
h2 a{
	text-decoration: none;
}

h3 {
	color: #666;
	font: italic 14px "Courier New", Courier, monospace;
	background: #EEE;
	padding: 2px;
}
h4 {
	font: 12px "Courier New", Courier, monospace;
	text-align: left;
}
h5 {
	color: #333;
	font: italic normal 12px "Courier New", Courier, monospace;
}
p {
	text-indent: 20px;
	margin-right: 50px;
	margin-left: 50px;

}

hr {
	margin: 4px auto;
	height: 1px;
	background: #999;
	color: #999;
	border-style: none;
	padding: 0px;
}
p img{
	margin-left: -70px;
	margin-right: -50px;
}


a img {
	border: none;
}

a {
	color: #333;
	text-decoration: underline;
}	

a:hover {
	color: #F60;
	text-decoration: none;
}
#container {
	text-align: center;
	width: 800px;
	background-color: #FFF;
	_height:100%;
	border-right: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
	margin: 0px auto;
}

#head  {
	padding: 10px 20px 0px;
} 
.rss {	
        padding: 5px 20px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	text-align: left;
}

.category {
	padding: 5px 20px;
	border-bottom: 1px dashed #CCC;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	text-align: left;
}

#content  {

} 

#foot  {
	background: #E4E4E4;
	padding: 0px 20px 2px;
	height: 65px;
	font-style: italic;
	text-align: left;
} 
#seo {
	border-right: 1px dashed #CCC;
	border-left: 1px dashed #CCC;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}


.a1 {
	text-align: left;
	background: #F3F3F3;
	margin: 10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font: italic 12px "Courier New", Courier, monospace;
	padding: 2px;
}

.a1 a{
	text-decoration: none;
}
.a1 img{
	margin-bottom: -3px;

}
span.a3 {
	font: italic bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
}

span.a4 {
	padding-right: 10px;
	padding-left: 10px;
	font: italic bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
span.a5 {
	background: #D1F4FA;
	color: #128EBA;
	padding-right: 10px;
	float: right;
}
span.a5 a{
	color: #0F8CBA;
}
span.a5 a:hover{
	color: #00C7FF;
	text-decoration: none;
}

.entry-content {
	font-size: 14px;
}
.message {
	font-size: 14px;
	text-align: left;
}
.coment {
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}

.comform {
	clear: both;
	padding-top: 10px;
}

textarea {
	height: 70px;
	width: 350px;
}

ul.pagination {
	margin: 10px 0 20px;
	padding: 5px;
	/*text-align: center;*/
/*background: #eee;*/
border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	background: #F3F3F3;
}


ul.pagination li {
	display: inline;
	padding: 6px;
	font: bolder 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
ul.pagination li a {
	color: #666;
	text-decoration: none;
}

ul.pagination li a:hover{
	color: #F60;
}

