html{ 
    height: 100%;
}

html{ 
    height: 100%;
}

body { 
    background-color: #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
	padding: 0;
}
div#mainBox{
	border:1px solid #000;
	width:935px;
	min-height:250px;
	height:auto;
	background-color:#fff;
	text-align:center;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	background-image: url(http://www.pascua.net/images/new/header2.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

div#header{
	width:935x;
	height:235px;
	min-height:235px;
	text-align:left;
	padding: 10px 0px 0px 15px;
}
	div#sitetitle{
		float:left;
	}
	div#headernav{
		float:right;padding-right:15px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color:#cccccc;
	}	
	#headernav a{
		color:#cccccc;
		text-decoration:none;
	}
	#headernav a:hover{
		color:#e9b810;
		text-decoration:underline;
	}

div#pageContent{
	width:933px;
	min-height:1200px;
	height:100%;
	padding:5px 0px 0px 0px;
	text-align:left;
	background-color:#fff;
}
	div#blogCell{
		background-color:#cff;
		padding:0px; 0px 10px 18px;
		width:575px;
		text-align:left;
		font-size:12px;
		line-height:1.3em;
		color:#333;
	}
	div#blogText{
		width:575px;
		text-align:left;
		padding-left:20px;
	}

	div#rightCell{
		height:100%;
		text-align:left;
		background-color:#00f;
		padding:15px 10px 10px 30px;
	}
	div#rightContent{
		width:300px;
		text-align:left;
		padding-left:25px;
		padding-top:10px;
	}

div#copyright{
	width:935px;
	text-align:center;
}

.entryTitle{
	padding-bottom:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#903;
}
		
.entryDate{
	border-top: 1px solid #65003c;
	text-align:right;
	font-size:11px;
}		

.entryBody{
	font-size:11px;
}

p,ol,li {
	font-size:12px;
}

h2.date-header{
	font-size:10px;
	color: #666;
	border-bottom: 1px solid #65003c;
}

h3.entry-header{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#906;
}
	h3.entry-header a{text-decoration:none; color:#906;}
	h3.entry-header a:visited{text-decoration:none; color:#906;}

.module-header{
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #65003c;
}

.module-header a{
	text-decoration:none;
	color:#666;
}
ul.module-list{
	padding:none;
	list-style:none;
}

li.module-list-item a{ 
	text-decoration:none;
	color:#906;	
}
li.module-list-item a:hover{ 
	text-decoration:underline;
	color:#906;	
}


.module-more, .module-content a{
	text-decoration:none;
	font-size:12px;
	color:#906
}
.module-more, .module-content a:hover{
	text-decoration:underline;
}

.pager-label a {font-size:12px; color:#906;}

.comments-header{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#906;
	border-top: 1px solid #65003c;
}

.comments-open-header {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#906;
	border-top: 1px solid #65003c;
	border-bottom: 1px solid #65003c;

}