/*-------------------------------------------------------------
	LAZARUS GROUP CMS - www.lazarusgroup.com
	Written: August 29 2008
	Modified: October 11 2008
	Written by: Scott Phelps (scott@lazarusgroup.com)

	TABLE OF CONTENTS
	1. GLOBAL SETTINGS, HTML, BODY
	2. Wrap
	3. Head & Logos
	4. Main
	5. Footer
	6. Calendar
	7. CMS Variables (Typography Styles)
	8. Extras
	9. Slideshow
--------------------------------------------------------------*/

/*-------------------------------------------------------------
	1. GLOBAL SETTINGS, HTML, BODY
--------------------------------------------------------------*/

* {
	padding: 0;
	margin: 0;
	}

html {
	min-height:100%;
	margin-bottom:1px
	}

a {
	outline: none;
	}
	
body {
	background-color: #d2cf80;
	color: #000;
	font: 81%/88%  Calibri, "Trebuchet MS", serif;
	line-height: 16px;
	text-align: center;
	}

/*-------------------------------------------------------------
	2. WRAP
--------------------------------------------------------------*/

#wrap {
		background: #d2cf80 url(/site_images/headbg.gif) repeat-x;
		margin: -20px auto;
		text-align: left;
		min-height: 650px;
		width: 100%;
		height: 100%;
		}

/*-------------------------------------------------------------
	3. HEAD & LOGOS (rep)
--------------------------------------------------------------*/

#head {
	margin: 0 auto;
	height: 249px;
	width: 900px;
	position: relative;
	}
			
			#head img {
				position: absolute;
				top: 50px;
				}

			#wrap #head img.troopname {
				position: absolute;
				right: 17px;
				top: 98px;
				}

#content {
	margin: 0 auto;
	color: #000;
	min-height: 665px;
	_height: auto;
	width: 900px;
	}

/*-------------------------------------------------------------
	3. NAV
--------------------------------------------------------------*/

#nav {
	position: absolute;
		right: 0;
		bottom: 28px;
	height: 37px;
	}

		#nav ul {
			list-style: none outside;
			display: inline;
			}

		#nav li {
			float: left;
			}

			#nav li a {
				font-weight: bold;
				color: #fff;
				text-decoration: none;
				font-size: 1.6em;
				margin: 0 15px;
				padding: 2px;
				}

				#nav li a:hover {
					color: #e69d14;
					}

	/* PERSITENT STATE NAV */
	body#Home #nav ul li a.home,
	body#pack601 #nav ul li a.pack601,
	body#troop601 #nav ul li a.troop601,
	body#Leadership #nav ul li a.leadership,
	body#Newsletter #nav ul li a.newsletter,
	body#Calendar #nav ul li a.calendar{
		color: #e69d14;
		}

/*-------------------------------------------------------------
	4. MAIN
--------------------------------------------------------------*/
#main {
	background-color: #fff;
	float: left;
	height: auto;
		_height: 660px;
		min-height: 660px;
	width: 860px;
		min-width: 850px;
	border: 1px solid #4F5A1D;
	margin-left: 20px;
	}

	#main p {
		color: #3F3F3F;
		padding: 14px;
		color: #4F4F4F;
		font-size: 1.1em;
		line-height: 1.5em;
		}

	#main a, #main a:visited { 
		color: #6E6F30;
		padding: 1px;
		}
	
	#main a:hover {
		color: #A1A25A;
		text-decoration: none;
		}

	#main ul {
		list-style-type: circle;
		margin: 8px 0 8px 35px;
		}
	
	#main ol {
		width: 600px;
		margin: 8px 0 8px 35px;
		}

	#main li {
		line-height: 26px;
		max-width: 650px;
		}

	#ads {
		float: left;
		width: 200px;
		height: 660px;
		min-height: 600px;
		}

		#ads a img.ad1, #ads a img.ad2 {
			display: block;
			height: 320px;
			width: 160px;
			margin: 0 auto;
			border: 1px solid #fff;
			background: #A1A25A;
			}
			
			#ads img.ad2 {
				}
/*-------------------------------------------------------------
	5. FOOTER
--------------------------------------------------------------*/

#footer  {
	background: url(/site_images/footerbg.gif) repeat-x 0 0;
	height: 65px;
	min-height: 65px;
	width: 100%;
	clear: both;
	}

	#footer ul { 
		list-style-type: none outside;
		margin-left: 40px;
		}

	#footer li { 
		display: inline;
		}

	#footer li a, #footer li a:visited {
		color: #fff;
		line-height: 80px;
		margin: 0 5px;
		padding: 0 5px;
		text-decoration: none;
		}
	
	#footer li a:hover {
		background-color: #fff;
		color: #000;
		border: 1px solid #4F4D14;
		padding: 4px;
		-moz-border-radius: 3px;
		}

	#footer li a:active {
		color: #D2CF80;
		}

#footer p {
	border: 1px solid #dfdfdf;
	padding: 10px 0;
	margin: -15px 0 0 0;
	background: #fff;
	}

#footer p a {
	background-color: #fff;
	color: #CC0001;
	font-size: 16px;
	text-decoration: none;
	padding: 3px;
	}

	#footer p a:hover {
		text-decoration: underline;
		}

/*-------------------------------------------------------------
	6.    STYLES
--------------------------------------------------------------*/

.dow {
background-color:#A1A25A;
font-size:11px;
color:#FFFFFF;
width:74px;
float:left;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}

#entry {
width:69px;
float:left;
height:50px;
background-color:#FFF;
color:#000000;
border-bottom:1px solid #262626;
border-right:1px solid #262626;
font-size:10px;
padding:2px;
}

#entry_full {
width:69px;
float:left;
height:50px;
background-color:#515B1E;
color:#fff;
border-bottom:1px solid #262626;
border-right:1px solid #262626;
font-size:10px;
padding:2px;
cursor:pointer;
}

#entry_full:hover {
background-color:#CCCCCC;
color:#000;
}

#entry_blank {
width:69px;
float:left;
height:50px;
color:#000000;
border-bottom:1px solid #262626;
border-right:1px solid #262626;
font-size:10px;
padding:2px;
}

#outline {
border:1px solid #FFFFFF;
width:525px;
padding:2px;
}

.calendar_content {
width:500px;
background-color:#fff;
margin-top:10px;
color:#000;
font-size:12px;
border:1px solid #000000;
padding-left:5px;
padding-right:5px;
}

#calendar_nav {
width:525px;
padding-top:10px;
}

#calendar_nav a {
font-size:12px;
font-weight:bold;
}

#calendar_nav a:hover {
text-decoration:none;
}

#calendar_list {
width:525px;
background-color:#f9f9f9;
margin-bottom:10px;
padding:3px;
font-size:12px;
}

h2.header {
font-size:20px;
padding-top:5px;
padding-bottom:5px;
}

.tagline {
	background: #3e3e3e;
	font-weight: bold;
	padding: 3 0 3 170;
	}

.taglinemod {
	padding: 3px 100px;
	}

hr {
	border: 1px;
	height: 1px;
	color: #afafaf;
	background-color: #afafaf;
	}
/*-------------------------------------------------------------
	7. CMS STYLES
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 4px;
	padding: 6px 0 6px 14px;
	width: 800px;
	}

h1 {
	color: #4F5A1D;
	font-size: 3em;
	line-height: 28px;
	padding-right: 0px;
	letter-spacing: -.05em;
	}

h2 { 
	font-size: 2.5em;
	line-height: 28px;
	color: #AFAC57;
	padding-bottom: 4px;
	letter-spacing: -.05em;
	}

h3 {
	font-size: 2em;
	color: #CFCC81;
	margin-top: 2px;
	}

h4, h5, h6 {
	font-size: 1.5em;
	color: #2F2F2F;
	}

p.caption {
padding: 5px 5px 15px;
}

#readmore { 
margin-right:25px; 
margin-bottom:10px; 
text-align:right;
}

#readmore a, #readmore a:visited {
color: #f00;
}

#readmore a:hover {
	color: #C20203;
	}

img.right {
float:right; 
margin: 0 0 30 20px; 
border:3px solid #ccc; 
}

img.left {
float:left; 
margin: 10 20 15 0px; 
border:3px solid #ccc; 
}

img.center {
border:3px solid #ccc; 
}

img.uparrow {
float:left; 
margin: 3 5px 0 0px; 
border:0px; 
}

.date_class {
margin-left:20px;
}

.byline {
margin-left:20px;
}

#content #main blockquote { 
padding:20px;
margin: 5px 15px 5px 5px;
background-color: #A1A25A;
font-size: 16px;
color: #fff;
float: right;
width: 275px;
text-align: center;
border: 1px solid #7E7F37; 
}

#content #main blockquote a, 
#content #main blockquote a:visited, 
#content #main blockquote a:hover {
	background: none;
	color: #fff;
	text-decoration: underline;
	border-bottom: none;
	}

#actionline {
margin: 0;
text-align: right;
padding: 3px 10px 3px 10px;
width: auto;
background-color: #DFDDB5;
border-bottom: 1px solid #5F5F53;
}

#actionline a, #actionline a:visited {
}

.dateline {
font-style: italic;
color: #9F9F9F;
padding: 2px 0 2px 10px;
margin: 5px 0;
width: auto;
}

#contactform label {
color: #3f3f3f;
text-align: right;
display: block;
width:150px;
margin-right: 8px;
font-style: italic;
margin-bottom: -6px;
float: left;
}

#contactform input:focus {
	border: 1px solid #003768;
	}

#contactform input {
	padding: 2px;
	border: 1px solid #DBDBDB;
	}

#contactform input.submit {
	float: right;
	}

#contactform ol {
list-style-type: none;
padding-top: 10px;
}

form#contactform ul li {
list-style-type: none;
border: none;
}

#contactform fieldset {
background: #f9f9f9;
border: 1px solid #f1f1f1;
}

#contactform legend {
padding: 0 2px;
font-weight: bold;
font-size: 18px;
}

#contactform select {
	width: 300px;
	padding: 5px;
	}

#contactform textarea {
	width: 300px;
	height: 75px;
	}

#contact form input.submit {
	margin-left: 300px;
	margin-bottom: 25px;
	}

/*9 a. Image Gallery Insert Code */
/* Adjusts Alignment - DO NOT CHANGE */

.media_lib_image_left {
	float: left !important; 
	margin: 10px;
	display: inline;
}

.media_lib_image_right {
	float: right !important;
	margin: 10px;
	display: inline;
}

.media_lib_image_center {
	margin: 10px auto;
	display: inline;
}

.media_lib_image {
	margin: 10px;
	display: inline;
}

/* TABLES */
table {border-collapse: collapse; width: 650px;}
tr { }
td {padding: 8px; vertical-align: top; }
td ul { list-style: none inside;}
td ul li { margin-bottom: 2px;}


/*-------------------------------------------------------------
	8. EXTRAS
--------------------------------------------------------------*/

.emailsignup {
	float: right;
	color: #fff;
	margin: 120 20 0 0;
	}

.v-menu {
	position: absolute;
	border: 2px solid #071F56;
	margin: 5px;
	width: 450px;
	height: 350px;
	z-index: 100;
	bottom: 150px;
	background-color: #fff;
	}

	.box {
		background: #808c2c;
		height: 375px;
		width: 450px;
		min-height: 365px;
		min-width: 450px;
		padding: 10px;
		float: left;
		color: #fff;
		text-align: center;
		line-height: 25px;
		padding-top: 25px;
		}

	 /* Image Fade */
	#slideshow {
		width: 410px;
		height: 410px;
		float: left;
		}

	 ul#portfolio {
		list-style: none;
		padding: 0px;
		margin: 0px;
		}

	 ul#portfolio li img {
		border: 1px solid #ccc;
		padding: 4px;
		}

.error {
	color: #7E8928;
	}

/*EMAIL FORM*/
#email_art_form fieldset {
	border: 1px solid #efefef;
	padding: 4px;
	}

	#email_art_form ul, 
	#email_art_from li {
		list-style: none inside;
		line-height: 22px;
		}

		#email_art_form ul li label {
			display: block;
			float: left;
			width: 70px;
			margin-right: 10px;
			}

		#email_art_form ul li label em {
			color: #ff0;
			}

		#email_art_form p span{
			font-style: italic;
			font-size: 10px;
			color: #000;
			font-family: Georgia, Times, serif;
			text-align: center;
			}


		/*  Sidebar Styling */
		#donate_sidebar button a {
			color: #071F56;
			text-decoration: none;
			}

/* 9. SLIDESHOW */
table#slideshow {
	width: 455px;
	height: auto;
	}

.sales_nav {
	border: 1px solid #d0d0d0;
	background: #f9f9f9;
	padding: 5px;
	}

	#content #main #thumbs p {
		display: block;
		width: 152px;
		height: 152px;
		float: left;
		text-align: center;
		}

	#test_wrap {
		width: 740px;
		}

	#content #main div.product_wrap {
		float: left;
		width:215px;
		height:215px;
		padding: 5px;
		margin: 7px;
		border: 1px solid #d0d0d0;
		position: relative;
		}

		#content #main div.product_wrap:hover {
			margin: 6px;
			border: 2px solid #d0d0d0;
			background-color: #fdfefe;
			}
		
		#content #main div.product_wrap p {
			width: 200px;
			}

		#content #main h1.headline_products {
			font-size: 18px;
			position: absolute;
			top: 0px;
			line-height: 18px;
			height: auto;
			display:block;
			width: 200px;
			}

		div.readmore {
			text-align: left;
			position: absolute;
			bottom: 0px;
			left: 0px;
			width: 100%;
			background: #f6f7f7;
			line-height: 20px;
			font-size: 11px;
			}

	/* Contact Information in Footer */
	p.contact {
		font: 11px Calibri, Arial san-serif;
		color: #4F4F4F;
		}

		p.contact a, p.contact:visited, p.contact:hover {
			color: #4f4f4f;
			text-decoration: none;
			}

			

			