/*
====================================================================================
MAIN SITE STYLE SHEET (GLOBAL)

AUTHOR: Advertising Solutions, Inc. | http://advertisingsolutions.net
WEBSITE: [asi client website]
PURPOSE: Defines the layout properties for the website.
COPYRIGHT: (c) Advertising Solutions, Inc. All Rights Reserved.
LEGAL DISCLAIMER: No portion of this file may be duplicated or used for any purpose
                  whether commerical, non-commercial or personal. Duplication,
				  modification or use on a non-ASI server is stricky forbidden.
				  This file and code is not for license or sale.
===================================================================================
*/
@charset "utf-8";
/* FF IMAGE PLACEHOLDER HACK */
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken {
    -moz-force-broken-image-icon:1;
  }
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #726245;
}
.container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #000000;
}
.header {
	background-color: #CFC6A7;
}
.navbar {
	background-color: #A98052;
	text-align: right;
	color: #C0A57E;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.navbar ul {
	margin: 0px;
	padding: 0px;
}
.navbar li {
	display: inline;
}
.navbar a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}
.navbar a:link, .navbar a:visited {
	color: #FFF3E3;
}
.navbar a:hover, .navbar a:active {
	color: #FFFF33;
}
.pagecontent {
	background-color: #FFFFFF;
}
.pagecontent td {
	vertical-align: top;
}

.pagecontent .subnav {
	background-color: #F8F2E5;
	font-size: 11px;
	font-weight: bold;
	width: 180px;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AEA580;
}
.pagecontent .subnav ul {
	padding: 0px;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}
.pagecontent .subnav li {
	margin: 0px;
	padding: 0px;
}
.pagecontent .subnav a {
	background-color: #F3EBD2;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	text-decoration: none;
}
.pagecontent .subnav a:link, .pagecontent .subnav a:visited {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3EBD2;
}
.pagecontent .subnav a:hover, .pagecontent .subnav a:active {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C6AD80;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;

}
.pagecontent .contentbody {
	padding: 5px;
}

.footer .links {
	background-color: #D0CEC1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 12px;
}
.footer .links td {
	padding: 5px;
	width: 50%;
}

.footer .links a {
	color: #696750;
	font-size: 11px;
}
.footer .legal {
	background-color: #B1AE98;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	color: #7B775E;
}
.footer .legal a {
	color: #7B775E;
}




/*
====================================================================================
WP ASI CUSTOM MOD HACK CSS

The following code effects the way that WP is displayed. It is used to
create a custom template for the website.

(C) Advertising Solutions, Inc. All rights reserved.
This code is property of Advertising Solutions, Inc. Duplication or use
in commercial, non-commercial or private works is strickly prohibited.
====================================================================================
*/

/* WP Content Wrapper (Posts + Sidebar) */
.wpcontent {
	height: 100%;
}
.wpcontent td {
	vertical-align: top;
}
.wpcontent img {
	border: 0px;
}

/* WP Body Wrapper (Posts Only) */
.wpcontent-body {
	background-color: #FFFFFF;
}

/* WP 404 Error Wrapper */
.wpcontent-notfound {
}

/* WP Post Wrapper (Individual Posts) */
.wpcontent-post {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0E0E0;
}

/* WP Single Post Name / Date / Comment Header
	(This section should emulate the H1 tag format of the main site
	 color will need to be applied with the A:LINK tag. The H2 should
	 emulate the H2 tag under wpcontent-postheader.)
*/
.wpcontent-postheadersingle h2 {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-style: italic;
}
.wpcontent-postheadersingle h2 a {
	text-decoration:none;
}
.wpcontent-postheadersingle h2 a:link {
	color: #CC0000;
}
.wpcontent-postheadersingle h2 a:visited {
	color: #CC0000;
}
.wpcontent-postheadersingle h2 a:hover {
	color: #CC0000;
}
.wpcontent-postheadersingle h2 a:active {
	color: #CC0000;
}
/*---------------------------------------------*/


/* WP Post Header (Title / Date / Comments )
   (This is used on all other archive and main news pages)
 */
.wpcontent-postheader {
}
.wpcontent-postheader h1, h1 {
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 24px;
	color: #990000;
}
.wpcontent-postheader h2 {
	text-align: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
}
.wpcontent-postheader h2 a {
	text-decoration: none;
	font-style: italic;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}
.wpcontent-postheader h2 a:link {
	color:#006699;
}
.wpcontent-postheader h2 a:visited {
	color:#006699;
}
.wpcontent-postheader h2 a:hover {
	color:#CC0000;
}
.wpcontent-postheader h2 a:active {
	color:#CC0000;
}
/* We define both single and archive here because they are the same*/
.wpcontent-postheader h4, .wpcontent-postheadersingle h4 {
	font-size: 11px;
	font-weight: bold;
}
.wpcontent-postheader h4 a, .wpcontent-postheadersingle h4 a{
	text-decoration:none;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	font-weight: normal;

}
.wpcontent-postheader h4 a:link, .wpcontent-postheadersingle h4 a:link {
	color:#666666;
}
.wpcontent-postheader h4 a:visited, .wpcontent-postheadersingle h4 a:visited {
	color:#666666;
}
.wpcontent-postheader h4 a:hover, .wpcontent-postheadersingle h4 a:hover {
	color:#009900;
}
.wpcontent-postheader h4 a:active, .wpcontent-postheadersingle h4 a:active {
	color:#009900;
}

/* -------------------------------------------------------------------------------*/

/* WP Post Format */
.wpcontent-post {
	font-size: 12px;
}
.wpcontent-post p {
	font-size: 12px;
}
/* Place the Add Me To Icon */
.wpcontent-post  .socialbookmark {
	text-align: right;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 10px;
}

/* WP Comment Wrapper Format */
.wpcontent-comments {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.wpcontent-comments p {
	font-size: 12px;
}

.wpcontent-comments h3 {
	font-size: 14px;
}

/* WP Single Comment Wrapper */
.wpcontent-comment {
	margin-bottom: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

/* WP Comment Name/Date/Avatar Wrapper */
.wpcontent-commentdetails {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* WP Comment Avatar Placement */
.wpcontent-commentavatar {
	float: left;
}
/* WP Comment Name / Date Wrapper */
.wpcontent-commentheader {
	margin-left: 50px;
}
/* WP Comment Name */
.wpcontent-commentname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
/* WP Comment Date */
.wpcontent-commentdate {
	font-size: 11px;
	font-weight: bold;
	margin-left: 20px;
}
/* WP Comment Text */
.wpcontent-commenttext {
	margin-left: 50px;
	margin-right: 50px;
}
.wpcontent-commenttext p {
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
/* WP Comment Form Wrapper Box */
.wpcontent-commentform {
	background-color: #FBFBFB;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 5px;
	border: 1px dotted #999999;
}
/* WP Comment Form Input Styles */
.wpcontent-commentform textarea, .wpcontent-commentform input {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.wpcontent-commentform  label {
	font-size: 12px;
	font-weight: bold;
}
/* WP Comment Form Submit Button */
.wpcontent-commentform   #submitbutton {
	background-color: #999999;
	color: #FFFFFF;
}

/* WP Sidebar Format */
.wpcontent-subnav {
	background-color: #F7F5F2;
	width: 210px;
	color: #000000;
	font-size: 11px;
	background-image: url(../images/blog_subnavback.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 50px;
	padding-left: 5px;
}
.wpcontent-subnav a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.wpcontent-subnav a:link, .wpcontent-subnav a:visited {
	color: #829D57;
}
.wpcontent-subnav a:hover, .wpcontent-subnav a:active {
	color: #CC6600;
}
/* WP Widget Wrapper */
.wpcontent-subnav .box-right {
	margin: 0px;
	padding: 0px;

}

/* WP Search Sider Form */
.wpcontent-sidesearchform {
}
.wpcontent-sidesearchform input {
	font-size: 11px;
	color: #000000;
	background-color: #F3F3F3;
}
.wpcontent-sidesearchform  #search-submit {
	background-color: #8E7857;
	color: #FFFFFF;
}

/* WP Widget Detail Wrapper */
.wpcontent-subnav #sidebar {
	margin: 0px;
	padding: 0px;
}
.wpcontent-subnav /* WP Widget Placement (left / right - also formats meta links) */
  ul  {
	padding: 0px;
	margin-left: 20px;
	margin-right: 10px;
	list-style-type: none;
}
.wpcontent-subnav  ul  ul  {
	margin-right: 0px;
	margin-left: 10px;
	padding: 0px;
}
.wpcontent-subnav  li  {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	list-style-type: none;
	list-style-image: url(../images/blog_bullet.png);

}


/* WP Calendar Widget */
.wpcontent-subnav #wp-calendar {
	width: 100%;
	margin-left: 10px;
	margin-right: 10px;
}
/* WP Widget Title */
.wpcontent-subnav h2, .wpcontent-subnav h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DFD7BD;
	color: #7A7149;
}
/* POWERED BY FOOTER */
.wpcontent-poweredby{
	font-size:10px;
	font-weight: normal;
	font-style:normal;
	color:#D3D3D3;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.wpcontent-poweredby a {
	color:#D3D3D3;
	border-bottom-color:#D3D3D3;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
.wpcontent-poweredby a:link, .wpcontent-poweredby a:visited, .wpcontent-poweredby a:hover, .wpcontent-poweredby a:active {
	color:#D3D3D3;
}

/* WP Pagination Buttons */
.wpcontent-pagination {
	text-align: center;
}
.wpcontent-pagination a{
	padding: 3px;
	border-color:#009900;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.wpcontent-pagination a:link, .wpcontent-pagination a:visited {
	background-color:#F8F8F8;
	color:#009900;
}
.wpcontent-pagination a:hover, .wpcontent-pagination a:active {
	background-color:#009900;
	color:#F8F8F8;
}
.more-link {

	padding: 3px;
	border-color:#009900;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color:#009900;
}
.more-link:link, .more-link:visited {
	background-color:#F8F8F8;
	color:#009900;
}
.more-link:hover, .more-link:active {
	background-color:#009900;
	color:#F8F8F8;
}
/*
====================================================================================
END WP ASI CUSTOM MOD HACK
====================================================================================
*/

