/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   @import 'plugins/css-classes/css-classes.css';
   @import 'plugins/navs/navs.css';
   @import 'plugins/sidebar-buttons/sidebar-buttons.css';
   
/* See the grid:
   Uncomment the line below to see the grid and baseline. */

img {
   behavior: url("../../js/pngbehavior.htc");
}

#header {
	padding-top:32px;
	background: #e2dcc4 url(../../img/headerbg.jpg) no-repeat center center;
	height:93px;
}

#logo {
	margin:0px;
}

/*----- FRONTPAGE BANNER -------*/
#frontpage_ad
{
	width:950px;
	height:425px;
}
#frontpage_graphic
{
	width:950px;
	height:425px;
}

#main_banner {
	margin-bottom:0px;
}

#frontpage_nav
{
	margin-top:-30px;
	text-align:center;
	margin-bottom:0px;
}

.frontpage_image
{
	padding: 0px 3px 0px 3px;
	margin:0 0 0 0 !important;
	outline: none;
}

/*----- MAIN PAGE CONTENT ------ */

#main {
	background: #faf7ec url(../../img/main.jpg) repeat-x 0 0;
	padding-top: 18px;
}

img#banner {
	margin:0px;
}

#content {
	background: #edebcc url(../../img/footerstripe.jpg) repeat-x bottom;
	padding:20px 0px;
}

#page-content {
	padding:0px 14px 3px 25px;
	margin-bottom:20px;
	border-right:1px solid #faf7ec;
}

#page-content a,
#sidebar a {
	color:#596e2b;
	font-weight: bold;
}


#page-content a:hover,
#sidebar a:hover {
	color:#3f4c20;
}

a.button {
	color:#fff !important;
	text-transform: uppercase;
	font-weight:normal  !important;
	height:21px;
	padding:3px 23px 7px;
	font-size:9px;
	background:url(../../img/pagebutton.jpg) repeat-x top;
	margin-right:6px;
}

a.button:hover {
	background:url(../../img/pagebutton.jpg) repeat-x 0 -22px;
}

.block {
	padding-top:3px;
	padding-bottom: 3px;
	margin-bottom:3px;
	border-bottom:1px solid #faf7ec;
}

img.itempic {
	background: url(../../img/thumb_border.jpg) no-repeat bottom center;
	padding:8px 12px 17px 13px; 
	margin-bottom: 1px;
	margin-left:-8px;
}

.merchItems .item .input {
	margin-bottom:0.5em;
}

img.smallpic {
	background: url(../../img/smallpic.jpg) no-repeat center center;
	padding:11px 12px 17px 13px; 
	margin-bottom: 1px;
	margin-left:-8px;
}

img.largepic {
	background: url(../../img/lgpic.jpg) no-repeat center center;
	padding:11px 12px 17px 13px; 
	margin-bottom: 1px;
	margin-left:-8px;
}

blockquote { 
	margin: -12px 0px;
	padding:0px;
	background:url(../../img/stickyquotebottom.jpg) no-repeat center bottom; 
}
	
blockquote p { 
	padding: 26px 26px 30px;
	background:url(../../img/stickyquotetop.jpg) no-repeat center top; 
}

/* NOTEPAD */

#notepad-wide {
	padding: 2px;
	background: url(../../img/notepadbody-wide.jpg) no-repeat left bottom;
}

#notepad-wide h3 {
	background: url(../../img/notepadtop-wide.jpg) no-repeat left bottom;
	padding: 10px 14px 15px;
	margin-top: -2px;
	margin-left:-2px;
	margin-right:-2px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	color: #fff;
}

#notepad-wide table tr td {
	text-align: center;
}

#notepad {
	margin-bottom:18px;
	background: url(../../img/notepadbody.jpg) no-repeat left bottom;
}

#notepad p, #notepad-wide p { padding: 8px; }
#notepad ul, #notepad-wide ul, #notepad-wide table { padding-bottom:9px; }
#notepad ul li, #notepad-wide ul li { 
	border-bottom:1px solid #ccc; 
	padding:3px 8px 3px;
	}

#notepad h3 {
	background: url(../../img/notepadtop2.jpg) no-repeat 8px bottom;
	padding: 10px 14px 15px;
	margin: -8px -8px 0px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.checklist li {
	padding-left:21px!important;
	background: url(../../img/nocheck.png) no-repeat 5px 3px;	
}

.checklist li.checked {
	background: url(../../img/check.png) no-repeat 5px 3px;	
}

.checklist em {
	color:#c30;
	font-size:0.9em;
	background-color: transparent;
}

#sidebar {
	padding-bottom: 18px;
	width: 260px;
}

table#campcal tr td,
table#campcal tr th {
	text-align: center;
}

/*------- FOOOTER -------*/
#footer {
	background: #504d46 url(../../img/footerbottom.jpg) no-repeat center bottom;
	color:#faf7ec;
}

#footer h3 {
	color:#faf7ec;
	font-style:italic
	margin-bottom:4px;
	text-transform: uppercase;
}

#footer ul {
	margin-bottom:8px;
}

#footer-copy {
	padding:20px;
}

#footer a {
	color:#faf7ec;
	text-decoration: underline;
}

#footer a:hover {
	background: #68645c;
	text-decoration: underline;
}

.footer-frase {
	font-size: 1.5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
}

