body {
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	vertical-align: top;
	color: #525152;
	background: #f1eee7 url(images/REALBG2.png) no-repeat;
	}	
	body a {
	color: #d04130;
	text-decoration: none;
	font-family: Arial;
	}	
a.external { padding-right: 12px; background: url(images/arrow1.gif) no-repeat right; }
a.external:hover { padding-right: 12px; background: url(images/arrow.gif) no-repeat right; }
body a:hover {
	color: #de8b22;
	font-family: Arial;
	}
im {background-color:#efebe3;border-bottom:1px solid #b2afa8;border-right:1px solid #b2afa8;color:#333;font-style:normal;padding:1px;}
input {background: #FFF; border:1px solid #e8e4da;  font-family: 'Arial'; color: #2d94a5; font-size: 11px;}
textarea {background: #FFF; border:1px solid #e8e4da; font-family: 'Arial'; color: #2d94a5; font-size: 11px;}	
tr, td	{
font-family: Tahoma;
font-size: 7pt;
vertical-align: top;
color: #525152;
background: #edeae4;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
	position:relative;
	}
#top {
	margin: 0 auto;
	width: 100%;
	height: 103px;
	text-align: left;
	}
#navigation {
margin: 0 auto;
}	
#rss {
margin: -50px auto;
float: left;
width: 155px;
height: 332px;
background: url(images/Rip.png) no-repeat;	
}
#main {
margin: -5px auto;
width: 414px;
height: 206px;
float: left;
}
#headline {
margin: -200px auto;
width:390px;
height: 220px;
padding: 3px;
background: url(images/headline.png) repeat-y;
font-family: Arial;
letter-spacing:0px;
float: right;
}
.headlines ul {
	margin: 0 0 0 15px;
	padding: 0;
	color: #de8b22;
	list-style-type: none;
	font-size: 8pt;
	}

.headlines ul li {
	margin: 0;
	padding: 5px 0 3px 4px;
	font-size: 12px;
	font-size: 7pt;
	text-transform: uppercase;
	width: 70%;
	}

.headlines ul li a {
	list-style-type: none;
	padding: 0;
	}

.headlines ul li a:hover {
	color: #f20153;
	}
#pageWrap {
		position: absolute;
		z-index: 5;
		top: 138px;
		left: 134px;
		}
#bubbleWrap {
		position: absolute;
		z-index: 10;
		left: 158px;
		top: 30px;
		}
	.bubble {
		position: absolute;
	}		
#news {
margin: -10px auto;
clear: both;
padding: 10px;
width: 500px;
float: left;
}
.post {
padding:4px;
background: url(images/postbg.png) top no-repeat;
}
/*post bottom*/
.bottom {
	display: block;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 8pt;
	line-height: 16px;
	background: url(images/postbottm.png) repeat-x left bottom;
}
.bottom span {
	padding-right:5px;
	color:#999;
	line-height: 10pt;
}
.bottom .user{
	background:url() no-repeat left center;
	padding-left:22px;
}

.bottom .comments{
	background:url("images/comment_bubble_32.png") no-repeat left center;
	padding-left:22px;
}

.bottom .cat {
	background:url(images/folder_32.png) no-repeat left center;
	padding-left:22px;
}
#news h1 {
font: 13pt "Times New Roman", Times, serif;
margin: 0 0 5px;
font-style:bold;
}
.author {
font-size: 8pt;
color: #999798;
}
.author b{
color: #dd8822;
}
.continue a {
	font-size: 8pt;
	color: #999798;
}
.continue a:hover {
	font-size: 8pt;
	color: #CCC;
}
blockquote {color: #686868; background: #e9e6dd; padding: 1px 6px 1px 6px; border: 1px solid #E0DFDF;}

#sidebar {
margin: 20px auto;
background: #f0efea url(images/gradient.jpg) ;
width: 250px;
font-size: 7pt;
line-height: 10px;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
padding: 5px;
border: 1px solid #e4e2dd;
float: right;
}
#sidebar b, strong {color: #eb6150; font-family:Arial; font-size: 8pt; line-height: 12pt;}

#calendario {
font-size: 7.2pt;
font-family: Arial;
}

.rightimg  {
border:3px solid #ffffff;
	}
.rb100 {border:1px solid #f0efea;}	
.merch a {
text-align:left;
	font-size: 11px;
	color: #FFF;
	padding: 2px 5px 2px 5px;
	background: #b8b5a9;
	text-decoration: none;
	border-left: 2px solid #95917e;	
	letter-spacing:0px;	
	}
.merch a:hover {
	text-align:left;
	color: #b9b7aa;
	padding: 2px 5px 2px 5px;
	background: #FFF;
	text-decoration: none;
	border-left: 2px solid #dc8422;	
	letter-spacing:0px;
	}

.side ul {
	margin: 0 0 0 15px;
	padding: 0;
	color: #353535;
	font-family: Arial;
	list-style-type: none;

	}

.side ul li {
	margin: 0;
	display:block;
	padding: 5px 0 3px 4px;
	font-size: 11px;
	background: #FFF;
	border-bottom: 1px solid #e8e4da;
	}

.side ul li a {
	list-style-type: none;
	padding: 0;
	color: #de8b22;
	}

.side ul li a:hover {
	color: #CCC;
	}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

/*Comments*/	
ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	margin-bottom:8px;
	background: #60360b url(images/comment_arrows.gif) bottom no-repeat;
	color:#FFF;
	list-style:none;
	width:413px;
	}

.commentlist .commenttext {
	background: url(images/bg_paint.gif) no-repeat;
	padding:22px 22px 50px 22px;
	}

.commentlist cite {
	display:block;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
	background:url(images/bg_cite_arrows.gif) bottom repeat-x;
	padding-bottom:12px;
	font-size:1.1em;
	}

.commentlist a:link, .commentlist a:visited {
	color:#fff9b9;
	}

.commentlist a:hover, .commentlist a:active {
	color:#FFF;
	}

.commentlist .date {
	background:#930e27;
	padding:3px;
	}
.commentholder {
background: #f0efea url(images/gradient.jpg);
width: 500px;
padding: 3px;
border-bottom: 1px solid #e4e2dd;
border-top: 1px solid #e4e2dd;
}	

li.alt {
	background:#836241 url(images/comment_arrows_alt.gif) bottom no-repeat;
	}

li.alt .commenttext {
	background:url(images/bg_paint_alt.gif) no-repeat;
	}	

li.alt .date {
	background:#67421c;
	padding:3px;
	}

	
#footer {
 bottom: 0px;
 clear: both;
 float: left;
 font-size: 7pt;
 color:#ece5ac;
 font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
 background: #d04130 url(images/footer_top.png) repeat-x;
 width: 100%;
}
