/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:1014px;
		height:241px;
		overflow:hidden; 
		}
span#prevBtn{
	display:none;
}
	span#nextBtn{}	

/* // Easy Slider */

/*background image*/

body {
	background-color: #f1f1f1;
	background-image: url('https://journaldelpacifico.com/blog/wp-content/uploads/2012/10/paper017.jpg');
	background-repeat: repeat;
	background-position: top center;
	background-attachment: scroll;
}

#container {
	width:1000px;
	margin:0 auto;
	/*background-color:#f4db9b;*/
	background-color:#ffffff;
	font-family:arial;
}


#header {
	width:1000px;
	height: 320px;
	margin-top:34px;
	background-color:black;
}
#header-logo {
	width: 1000px;
	height: 288px;
	/*height: 288px;*/
	margin-left:0px;
	
	float: left;
}
#header-menu-spacer {
	margin;0;
	width: 124px;
	height:30px;
	background-color:black;
	float:left;
}
#header-menu {
	width: 1000px;
	height:34px;
	background-color:black;
	clear;
	color:white;
	font-size: 1em;
	/*float:left;*/
	text-decoration:none;
}


#header-menu a:link {
	text-decoration:none;
	color:white;
}
#header-menu a:visited {
	text-decoration:none;
	color:white;
}
#header-menu a:hover {
	text-decoration:none;
	color:blue;
}


#header-menu ul{
    margin: 0 auto;
    padding: 0;
    background-color: black;
}

#header-menu ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    padding: 3px 10px 3px 10px;
    padding: 3px 5px 3px 5px;
    margin: 5px;
    background-color:black;
   /* border: 1px solid #CCC;*/
}

#left-side-covers {
	margin-top: 14px;
	margin-left:10px;
	width:454px;
	height:592px;
	float:left;
}
#right-side-posts {
	margin-left:100px;
	margin-right: 43px;
	margin-top:14px;
	width:338px;
	background-color: white;
	float:left;
}
#right-side-posts .spacer {
	height:15px;
}
#post-heading-header {
	background-color:black;
	width:338px;
	height:22px;
	float:top;
}

#post-heading-text {
	margin-left:5px;
	color: #60bd49;
	font-size: 1.1em;
	text-align: left;
	font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-weight:bold;
	
}
.post-text {
	margin-left:10px;
	margin-right: 10px;
	font-family:arial;
	font-size: .94em;
	line-height:1.3em;
}
.post-text a:link, a:visited {
	margin-top:10px;
	font-size:1.1em;
	text-decoration:none;
	color:blue;
}
.post-text a:hover {
	text-decoration:none;
	color:blue;
}

#top-level {
	
	margin:auto;
}
#content {
	margin-left:4px;
	text-align:left;
	padding-bottom:10px;
	
}

#footer {
	padding-top:20px;
	clear:both;
	font-size: 1em;
	color: #CC9900;
	
	
}
#copyright {
	font-size: small;
	color: #CC9900;
	padding-top:20px;
}
