/*
CSS Document
Wink Hosting (www.winkhosting.com)
Designed By Alexis Corredor
alexis.corredor@gmail.com
*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c0c0c0;
	font-size: 0.75em;
}

img {
	border: none;
}


a {
	text-decoration: none;
	color: #1010bf;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #6060ff;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.5em;
	color: #5D85C0;
	margin-top: 10px;
	margin-bottom: 10px;
}

#central {
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 765px;
	overflow: visible;
	border-left: solid 1px #a0a0a0;
	border-right: solid 2px #707070;
}

/*HEADER*/
#header{
	position: absolute;
	width: 760px;
	height: 100px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px 2px 0px 2px;
	text-align: right;
}

/*COMPANY NAME IN HEADER*/
#header h1 {
	color: #fff;
	font-size: 3.2em;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 20px;
}

#header h2 {
	color: #448;
	font-size: 2.0em;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	float:left;
}

/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 9px;
	right: 30px;
	font-size: 10px;
	font-weight: bold;
}

#menu a{
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}

#menu a:hover{
	text-decoration:underline;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float: left;
	width: 200px;
	margin-top: 25px;
	margin-left: 5px;
}

/*CONTENT*/
#content{
	width: 760px;
	margin-top: 80px;
}

#contenttext{
	float:right;
	width: 500px;
	margin-right: 25px;
}

/*FOOTER*/
.footer{
	width: 760px;
	height: 32px;
	background-image:url(bg_footer.gif);
	background-repeat:no-repeat;
	clear:both;
	font-size: 1.0em;
	font-weight: bold;
	color:#FFFFFF;
	padding-top: 6px;
}
/*FOOTER LINKS*/
.footer a{
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*DISCLAIMER*/
.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 15px;
	padding-bottom: 15px;
	color: #404040;
}

/*TABLE*/
.table_top{
	width: 204px;
	height: 27px;
	background-image:url(table_top.jpg);
	background-repeat:no-repeat;
	text-align: center;
	margin: 10px 0px 0px 0px;
}

.table_top h4 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


.table_content{
	width: 204px;
	background-image:url(table_content.jpg);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
}

.table_text{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
	padding: 0px;
	font-size: 0.8em;
}

.table_bottom{
	width: 204px; height: 23px;
	background-image:url(table_bottom.jpg);
	background-repeat:no-repeat;
	margin-bottom: 40px;
}


.news_more {
	color: #FF9900;
	font-weight: bold;
}

.post_entry {
	clear: both;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 40px;
	margin-top: 20px;
}

.comment_entry {
	clear: both;
	background-color: #f5f5f5;
	padding: 10px;
	margin-bottom: 20px;
}


.comment_entry p {
	margin: 2px 5px 5px 5px;
}


.post_entry h3 {
	font-weight: bold;
	font-size: 1.8em;
	color: #7DA5E0;
	margin-top: 10px;
	margin-bottom: 2px;
}

.post_entry h3 a {
	color: #7DA5E0;
	text-decoration: none;
}

.post_entry h3 a:hover {
	color: #7DA5E0;
	text-decoration: underline;
}


.subtitle_gray {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #bbbbbb;
}

.comments {
	clear: both;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 20px;
}

.body_text {
	margin-bottom: 20px;
	text-align: justify;
	/*text-indent: 1.5em;*/
}

.comment_number {
	float: left;
	margin-bottom: 20px;
}


.read_more {
	float: right;
	margin-bottom: 20px;
}

.invisible {
	padding: 20px;
	background-color: #fff0f0;
}

.front_image {
	margin: 15px;
}

.image_footer {
	margin: 5px;
	font-style: italic;
	font-size: 0.9em;
}

.pager {
	margin: 10px;
}

.pager .currentpage {
	font-weight: bold;
	margin: 5px;
}

.pager a {
	margin: 5px;
}

#comment_form {
	border: none;
	width: 490px;
	border-collapse: collapse;
}

#comment_form th {
	padding: 5px;
	vertical-align: top;
}

#comment_form td {
	color: #606060;
	font-size: 0.8em;
	padding: 5px;
	vertical-align: top;

}

#comment_form input[type="text"], textarea {
	border: solid 1px #b0b0f0;
	padding: 3px;
	width: 100%;
}

#comment_form #id_captcha {
	width: 100px;
}

#comment_form textarea {

}

#comment_form .buttons {
	text-align: right;
}

input[type="submit"] {
	border: solid 1px #707070;
	padding: 2px;
	margin: 0px;
	cursor: pointer;
}

ul.errorlist {
	color: red;
	list-style-type: none;
	padding: 0px;
}

.imgrss {
	vertical-align: middle;
	margin-right: 3px;
}