/*
Theme Name: Info Pro 1
Theme URI: http://www.prstore.com
Description:
Version: 2
Author PRstore
Author URI: http://www.prstore.com
*/

/********************************************************************************
			RESETS
********************************************************************************/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	
	margin: 0;
	padding: 0;
}
body {

	background: #ffffff;
	font: normal normal 15px/150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: top;
	margin: 0;
	padding: 0;
	line-height: 1.5;
}

/********************************************************************************
			GLOBAL STYLES
********************************************************************************/

a {

	color: #ffffff;
	text-decoration: underline;
}
a:hover {

	text-decoration: none;
}

h1{
	font: normal normal 30px/100% Times New Roman, Times, serif;
	color: #ffffff;	
	margin: 20px 0 20px 0;
	font-style: italic;
	font-weight: bold;
}

h2{
	font: normal normal 24px/100% Times New Roman, Times, serif;
	color: #ffffff;	
	margin: 0 0 15px 0;
}

h3{
	font: normal normal 18px/100% Times New Roman, Times, serif;
	color: #ffffff;	
	margin: 0 0 20px 0;
}

p {

	margin-bottom: 1.5em;
}
.alignright {

	padding: 0 0 15px 15px;
	border: none;
	float: right;
}

/********************************************************************************
			MAIN WRAPPER
********************************************************************************/

#wrapper-bg {
	
	min-width: 915px;
	background: #10550c url(images/contentBG.jpg) repeat-x;
	text-align: left;
}
#wrapper {
	
	width: 900px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding-top: 25px;
}

/********************************************************************************
			HEADER
********************************************************************************/

#headerwrap {
	
	background: #ffffff;
	margin: 0;
	min-width: 915px;
	padding: 0;
}
#header { /* Listing the header background twice ensures that even if browser window is too small, the background won't be out of place... */
  
	background: url("images/header-tile.jpg") repeat-x center top;
	text-align: center;
	height: 332px;
}
#header-inner { /* Listing the header background twice ensures that even if browser window is too small, the background won't be out of place... */
  
	width: 904px;
	/*background: url("images/header-bg.gif") no-repeat center top;*/
	margin: auto;
	text-align: right;
}
#header-inner img {
  
	border: none;
	float: left; 
}
#header-inner a {
  
	border: none;
	float: left;
}

/* fixes rotating header in IE 6 */

#master0 {
	
	float:left;
}
#field-images .widgettitle {
	
	display: none;
}

/********************************************************************************
			NAVIGATION
********************************************************************************/

#Nav {
	
	width: 915px;
	margin: 5px auto 0 auto;
	text-align: right;
}
#Nav ul {

	margin: 0;
	padding: 16px 0;
}
#Nav ul li {
	
	display: inline;
	margin-right: 15px;
}
#Nav ul li a {
  
  font: normal bold 16px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #409438;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px 5px 10px;
  border: solid 5px #ffffff;  
}
#Nav ul li a:hover, #Nav ul li.current_page_item a {
  
  border: solid 5px #368fbf;
}
#Nav h2.widgettitle {

	display: none;
}

/********************************************************************************
			MAIN CONTENT AREA
********************************************************************************/

#main {
	
	width: 500px;
	float: left;	
}
.post {

	color: #ffffff;
	margin-bottom: 10px;	
	padding: 10px 0 10px 0;
}
.post h2 {
	
	font: normal normal 18px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin-bottom: 20px;
}
#wrapper .post h2 a, #wrapper .post h2 a:link, #wrapper .post h2 a:visited {

	font: normal normal 18px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration: none;
}
#wrapper .post h2 a:hover {
	
	text-decoration: underline;
	color:#fee7dd;
}

/********************************************************************************
			SIDEBAR
********************************************************************************/

.sidebar {
	
	display: inline;
	width: 352px;
	color: #12380f;
	margin: 0 15px 0 10px;	
	padding-top: 30px;
	float: right;
}

.sidebar a {
  color: #12380f;
}

.sidebar p{
  margin: 10px 0;
}
.sidebar ul{

	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li ul {
	
	padding: 0;
	margin: 0;
}
.sidebar ul li {

	background: #e0e0bc;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
}
.sidebar ul li ul li { /* Reset margins for lists inside of a sidebar widget*/
	
	background: transparent;
	margin: 0;
	padding: 0;

}
.sidebar ul li h2 {
	
	font-size: 18px;
	color: #000000;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #d4602e;
}
.sidebar ul li h2 img {
	
	position: absolute;
	top: -27px;
	right: -25px;
}
.sidebar ul ul li {
	
	line-height: 16px;
	padding: 0;
	margin: 0;
}

.sidebar ul li#field-images {
  border: 0;
  padding: 0;
  background: transparent;
}

.sidebar ul li#field-images img {
  background: #e0e0bc;
  padding: 10px;
  margin: 0 auto 20px auto;
}

/********************************************************************************
			FOOTER
********************************************************************************/

#footer {

	min-width: 915px;
	background: #2b7fb3 url(images/footer-tile.jpg) top repeat-x;
	border-top: 1px solid #ffffff;
	color: #ffffff;
	padding: 20px 0 20px 0;
	text-align: center;
	clear: both;
	font-size: 12px;
}
#footer-inner {

	width: 900px;
	margin: auto;
	text-align: left;
}
#footer a {

	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {

	text-decoration: underline;
}
#footer {

	line-height: 1.8;
}
#footer h2 {

	display: none;
}
#footer ul {

	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {

	display: inline;
	list-style: none;
	padding: 0 0 0 7px;
	margin:  0 0 0 5px;
	border-left: 1px solid #ffffff;
}
#footer ul li:first-child {
	border: none;
	margin: 0;
	padding: 0;
}

/********************************************************************************
			USED FOR CONTENT ADDED IN WORDPRESS
********************************************************************************/

p.postmetadata {
	
	margin: 10px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #ffffff;
}
.comments-template {
	
	margin: 10px 0 0;
	padding: 20px 0 0;
}
.comments-template ol {
	
	list-style: none;
	margin: 0;
	padding: 0 0 15px;
}
.comments-template ol li {
	
	line-height: 18px;
	margin: 10px 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3 {
	
	font: normal normal 16px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.commentmetadata {
	
	font-size: 12px;
}
.comments-template p.nocomments {
	
	padding: 0;
}
.comments-template textarea {
	
	font: normal normal 12px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* Random Fixes */
.googleMap {
  color: #000000;
}


/********************************************************************************
			CLEARING FLOATS HACK!
********************************************************************************/

.clearFloat:after {

	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFloat {

	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearFloat { 
	
	height: 1%; 
}

.clearFloat { 

	display: block; 
}

/* End hide from IE-mac */