/*  Main Style Sheet by Carlos Mario Mejia */	
h2 {
    font-size: 1.1em;
	color:#1394b4;
	}
TD {
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    color: #9C9C9C; }
.white {
    font-family: tahoma, arial, verdana;
    font-weight: bold;
    font-size: 11px;
    color: #ffffff; 
}
.copy {
    font-family: tahoma, arial, verdana;
    font-weight: bold;
    font-size: 11px;
    color: #BEBEBE; }
.orange {
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    color: #F2A21A; }
.b { font-weight: bold;}

.blue {
    font-family: tahoma, arial, verdana;
    text-decoration: underline;
    font-size: 11px;
    color: #0084E0; }
form { margin: 0px;
       padding: 0px}      
.input {
    width: 167px;
    height: 18px;                
    background-color: #ffffff;
    font-size: 10px;
    color: #5F6162;}
.send {
    border: 0px solid;
	font-size:1px;
	color:#CCCCCC;
    width: 52px;
    height: 22px;                
    background-image: url(images/send.jpg); 
    cursor: crosshair;}
.clear {
    border: 0px solid;
	font-size:1px;
	color:#CCCCCC;
    width: 52px;
    height: 22px;                
    background-image: url(images/but-clear.jpg); 
	cursor:crosshair
}
body {
        background-color: #ffffff;
        margin: 0px;
        padding: 0px;
/*      scrollbar-face-color:#ffffff;
        scrollbar-highlight-color:#384F9E;
        scrollbar-3dlight-color:#384F9E;
        scrollbar-darkshadow-color:#384F9E;
        scrollbar-shadow-color:#384F9E;
        scrollbar-arrow-color:#384F9E;
        scrollbar-track-color:#ffffff;*/
}
A:link {
	COLOR: orange; TEXT-DECORATION: none; font-weight:bold
}
A:visited {
	COLOR: orange; TEXT-DECORATION: none; font-weight:bold
}
A:active {
	COLOR: orange; TEXT-DECORATION: none; font-weight:bold
}
A:hover {
	text-decoration: underline; COLOR: orange
}
.style2 {		
		color: #ff0066;
		font-weight: bold;
		font-size:14px;
}
/*******************************WP Content*******************************/	
div#blog_post {
	padding-left:15px;
	padding-right:15px;
	display:block;
	width: 420px;
	overflow: hidden; 
	border: 0px;
	}
.posttitle{
	top:0px;
	font-size:18px;
	font-family:arial;
	/*color:#5A6B1E;*/
	color:#1394b4;

	}
.posttitle a{
	font-family:arial;
	color:#1394b4;
	text-decoration:none;
	}
.posttitle a:hover{
	font-family:arial;
	text-decoration:underline;
	color: #1394b4;
	}
.posttitle a:visited{
	font-family:arial;
	text-decoration:underline;
	/*color: #F2A21A;*/
	color:#1394b4;
	}
#content .posttitle h2 {
    background:url(blog/wp-content/themes/mario_template/images/line.jpg) 0 100% repeat-x;
    padding-bottom:8px;
    margin-bottom:8px;
}
#separator {
	width: 420px;
	height: 2px;
    background:url(blog/wp-content/themes/mario_template/images/line.jpg) 0 100% repeat-x;
	padding-top:0px;
	margin-top:0px;
    padding-bottom:30px;
    margin-bottom:30px;
}

#content .posttitle a {
    text-decoration:none;
    color:#1394b4;
}

#content .posttitle a:hover {
    color:#518cb1;
}
#content .category {
    background:url(blog/wp-content/themes/mario_template/images/category.jpg) no-repeat top left;
    padding-bottom:1px;
    padding-left:20px;
	margin-left:20px;
    float: left;
}
#content .author {
    background:url(blog/wp-content/themes/mario_template/images/author.gif) no-repeat top left;
	padding-bottom:1px;
    padding-left:15px;
	margin-left:15px;
    float: left;
}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:5px 5px 5px 5px;
	color:#000000;
	border:0px red solid;
	}	
.category{
	background:url(blog/wp-content/themes/mario_template/images/category.jpg) no-repeat top left;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
	}
#date {
	font-family:arial;
	font-weight:bold;
	color:#1394b4;
	top:24px;
	right: 20px;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	}	