/*   
Theme Name: Amerioca
Theme URI: http://www.amerioca.net/nativerio
Description: A search engine optimized website framework for WordPress.
Author: Ken Roach
Author URI: http://www.amerioca.net
Version: 1.0
Tags: Comma-separated tags that describe your theme
.
Your theme can be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
@import url('menu_style.css');
@import url('2c-r.css');

body {
	background-image: url(ps_exports/background.jpg);
	background-repeat: repeat-x;
	background-color: #F3FBE2;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#title {
	
	height: 150px;
	width: 855px;
	margin-left: 50px;
}

#headerimg  {
  background: url("ps_exports/title.jpg") 
  no-repeat bottom center;
  height: 150px; 
  width: 855px; }
	
#primary {
	margin-top: 110px;	
}


#wrapper {
	float: none;
	height: 100%;
	width: 955px;
	margin: auto;
}
#menu {
	float: left;
	height: 50px;
	width: 855px;
	background-image: url(ps_exports/menuback.jpg);
	background-repeat: no-repeat;
	margin-right: 50px;
	margin-left: 50px;
	display: inline;
}

#main {
	float: left;
	height: 100%;
	width: 955px;
	background-image: url(ps_exports/mainshadow.jpg);
	background-repeat: repeat-y;
}

#contentbox #blog-title a:link{
	font-size: 40px;
	font-weight: 400;
	color: #005077;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

#contentbox #blog-title a:visited{
	font-size: 40px;
	font-weight: 400;
	color: #005077;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

#content h2,
#content h2 a{
	color: #333;
	text-decoration: none;
	margin-bottom: 0px;
}

.entry-title {
	padding-top: 20px;
	clear: both;
}

h3 {
	color: #005077;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
}

.entry-meta {
	font-size: 12px;
	margin-top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

.entry-utility {
	font-size: 12px;
	margin-top: 0px;
}

#footer {
	background-color: #005077;
	height: 60px;
	width: 855px;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	float: left;
	margin-left: 50px;
}

#contentbox h1 {
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	color: #005077;
	padding-left: 20px;
	padding-bottom: 10px;
}


#main #contentbox .apt {
	padding: 10px;
	height: 225px;
	width: 800px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border: 1px dotted #333;
	margin-top: 20px;
	color: #000;
}
#main #contentbox .apt .highslide-gallery a {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 15px;
}

.widget-area ul {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.widget-area ul a:link {
	color: #903;
	text-decoration: none;
}

.widget-area ul a:visited {
	color: #903;
	text-decoration: none;
}

.widget-area ul a:hover {
	color: #903;
	text-decoration: underline;
}
.apt .aptnfo {
	float: left;
	width: 455px;
	position: relative;
	padding: 0px;
	margin-left: 25px;
	text-align: left;
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
}
.apt h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: left;
	color: #005077;
}


#contentbox #blog-description,
#contentbox h4 {
	clear: left;
	text-align: left;
	margin-top: 0px;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #366;
}

#contentbox .spacer {
	height: 400px;
}

.nav-previous {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.nav-next {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.comments {
	clear: both;
	
}

