/* image aligning */
.aligncenter {
	display: block;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 0 auto;
}

.alignleft {
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	display: inline;
	overflow: hidden;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignnone {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}

/* post styles */
.post h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: georgia;
	margin: 15px 0 0 0;
}

.post h2 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #76b5e2;
	margin: 15px 0 0 0;
}

.post h3 {
	color: #76b5e2;
	font-size: 1.7em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

.post h4 {
	color: #76b5e2;
	font-size: 1.5em;
	font-family: arial;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 15px 0 0 0;
}

.post h5 {
	color: #76b5e2;
	margin: 15px 0 0 0;
}

.post h6 {
	font-size: 0.9em;
	color: #76b5e2;
	margin: 15px 0 0 0;
}

.post em {
	color: #76b5e2;
}

.post p {
	line-height: 1.4em;
	text-align: justify;
	margin: 10px 0 0 0;
}
.post img.rss {
	float: right;
	vertical-align: middle;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #ccc;
}
.post a:hover img.rss {
	border: 1px solid #888;
}
.post .rssfeed {
	float: left; 
	font-size: 1.2em;
	width: 200px; 
	margin: 2px;
}
.post .rssfeed img {
	vertical-align: middle;
	padding: 5px;
	margin-right: 5px;
	background: #FFFFFF;
	border: 1px solid #ccc;
}
.post .rssfeed a:hover img {
	border: 1px solid #888;
}
.post ul.sitemap li {
	background: url(../../images/arrow.gif) no-repeat left 1px;
	padding: 1px 0 1px 22px;
	border-bottom: none;
	list-style-type: none;
}
.post img {
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #ccc;
}

.post del {
	text-decoration: line-through;
	color: #76b5e2;
}

.post ins {
	text-decoration: underline;
	font-weight: bold;
}

.post ul, .post ol {
	margin-left: 15px;
	margin-top: 10px;
}

.post ul ul, .post ol ol {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 0.9em;
	color: #76b5e2;
}

.post ul li {
	line-height: 1.4em;
	border-bottom: 1px solid #eee;
	padding: 3px 0 3px 0;
	list-style-type: circle;
}

.post ol li {
	line-height: 1.4em;
	border-bottom: 1px solid #eee;
	padding: 3px 0 3px 0;
}

.post ul li a:hover, .post ol li a:hover {
	background: #f6feff;
	color: #76b5e2;
}

.post code {
	margin: 20px 0 0 0;
	display: block;
	background: #eee;
	border: 1px solid #e6e6e6;
	font-size: 1.1em;
	color: #76b5e2;
}

.post blockquote {
	display: block;
	background: #e9f8fb;
	border: 1px solid #cfdee1;
	padding: 0 10px 10px 10px;
	margin: 20px 0 0 0;
	color: #76b5e2;
	font-weight: bold;
}

.post blockquote blockquote {
	border: none;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
	color: #76b5e2;
	font-weight: normal;
}

div.social-buttons
{
margin-top: 5px;
text-align: center;
}
div.social-buttons img
{
width: 20px;
height: 20px;
}

div.social-buttons a img
{
padding: 2px;
margin: 0px;
border: 1px solid #CCCCCC;
}

div.social-buttons img
{
margin: 0 1px 0 0 !important;
}

div.social-buttons a img:hover
{
border: 1px solid #676767;
}

div.social-buttons a img
{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

div.social-buttons a img:hover
{
filter: alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}

/* style forms */
.title {
	font-weight: bold;
	font-size: 13px;
}
.form_title {
	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	width: 40%;
	height: 30px;
}
.form_input {
	width: 60%;
	padding-right: 40px;
	vertical-align: text-top;
}
.form_input input,
.form_input select,
.form_input textarea {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.form_input input {
	padding: 2px;
	height: 20px;
}
.form_input select {
	width: 160px;
	height: 24px;
}
.form_input div.checkbox {
	float:left;
	width: 150px;
	margin: 2px 0;
}
.form_input div.checkbox input {
	vertical-align:middle;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	color: blue;
}
.form_input textarea {
	padding: 2px;
	height: 180px;
}
.button_informer {
	background-color: #76b5e2;
	border: 1px solid #bbbbbb;
	font-size: 11px;
	height: 20px;
	padding: 2px 10px;
}

/* global page styles */
.page-all {
	display: block;
	background: url(img/b_featuredY.png) repeat-y;
	height: auto;
}

.page-top {
	display: block;
	background: url(img/b_featured.png) no-repeat top;
	min-height: 230px;
}

.page-bottom {
	display: block;
	background: url(img/b_featuredF.png) no-repeat bottom;
	height: 15px;
}

.containerI {
	padding: 15px 15px 1px 15px;
}

/* Seperate post styles */
.item {
	border-top: 1px solid #eee;
	padding-top: 5px;
	margin-top: 20px;
}

.post-thumb img {
	float: left;
	display: inline;
	margin: 10px 10px 10px 0;
}

.postinfo {
	margin: 7px 0 0 0;
	font-size: 0.9em;
	color: #76b5e2;
}

.postinfo a {
	color: #76b5e2;
}

.postinfo a:hover {
	color: #76b5e2;
}

.post-tags {
	color: #76b5e2;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	font-size: 0.9em;
}
.post-tags a {
	font-weight: bold;
}

.tags {
	color: #76b5e2;
	margin: 10px 0 0 0;
	font-size: 0.9em;
}

.tags a {
	color: #76b5e2;
	font-weight: bold;
}

.tags a:hover {
	color: #76b5e2;
}

.pagenavi {
	display: block;
	margin: 15px auto 0 auto;
	text-align: center;
	font-weight: bold;
}

.pagenavi a, .pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #ddd;
	color: #76b5e2;
}
.pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #ddd;
	color: #76b5e2;
	background-color: #fff;
}
.pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #ddd;
	color: #76b5e2;
	background-color: #fff;
}
.pagenavi a:hover {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #bbb;
	color: #333;
	background-color: #fff;
}
.pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	border: 1px solid #bbb;
	color: #76b5e2;
	background-color: #fff;
}

.find {
	margin: 15px 0 0 0;
}

.find input {vertical-align:middle}

.findfield {
	border: 1px solid #ccc;
	padding: 2px;
	width: 250px;
	color: #76b5e2;
}

.findsubmit {
	background: #297eb9;
	border: 1px solid #76b5e2;
	color: #76b5e2;
	font-weight: bold;
	cursor: pointer;
	height: 21px;
}
.findsubmit:hover {color: #76b5e2; background: #fff;}
.box_a h2{color:#FFF;}