/* 
Title:		Master styles for screen media 
Author: 	Steven Jarvis // Kudzu Design // kudzudesign.com
*/


/* import stylesheets and hide from ie/mac \*/
@import url("reset.css");
@import url("ie.css");
/* end import/hide */


/* COLORS
coffee brown	432a15   67,42,21
bg tan			f3f2e8
dk tan			e2e1d4

gold			ebc900	235,201,0
blue 			01365a	1,54,90

official BSA cub blue	005e9e	0,94,158
official BSA cub yellow	ffdd00	255,221,0
*/

/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { 
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;
} 
body {line-height:1;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}




body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #432a15; 
	font-size: 100%;
	background: #f3f2e8;
	}
	
/* -- links ----------------------------------------------------------- */

a:link, a:visited,
a:hover, a:active {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #01365a;
	}

a:hover, a:active {
	background: #ebc900;
	-webkit-transition: background-color .1s linear;
	}

/* -- page structure ------------------------------------------------- */

#wrap {
	width: 80%;
	max-width: 1000px;
	min-width: 800px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	}
.main {
	float: left;
	width: 70%;

	}
.secondary {
	float: right;
	width: 25%;
	}


/* -- header -------------------------------------------------------- */

#header {
	border-bottom: 1px solid #fff;
	background: #005e9e url('images/header_bg_100x50.png') repeat-x bottom center;
	padding-top: 10px;
	}

#header-inner {
	background: transparent url('images/pack46-header.png') no-repeat top center;
	padding: 140px 0 0 0;	
	}



/* -- nav --------------------------------------------------------------- */
	
#nav {
	position: relative;
	width: 80%;
	max-width: 1000px;
	min-width: 680px;
	margin: 0 auto;
	font-size: 1em;
	padding: 25px 0 0 0;
	}
	
#nav ul {
	margin: 0 auto;
	}
	
#nav ul li {
	float: left;
	width: 16%;
	margin: 0 0 0 0;
	}
	
#nav ul li.last {
	margin-right: 0;
	}
	
#nav ul li a {
	display: block;
	float: left;
	width: 100%;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #f3f2e8;
	border-left: 1px solid #87705d;
	}
	
#nav ul li a strong {
	display: block;
	padding: .8em 15px;
	}
	
#nav ul li a em {
	display: block;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #b2a18f;
	}

#nav a:hover {
	background: #ebc900;
	color: #0f0945;
}



/* nav toggle --------------------------------------------- */

#nav li a {
	-webkit-transition: background-color .1s linear;
	}
#nav li a:hover {

	}
#nav li.selected a {
	}
	
	
/* -- main --------------------------------------------- */

.main {
}

.main p {
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

f
.main h1 {
	font-size: 1em;
	background: transparent url(images/cubscouts_30x30.png) no-repeat left center;
	line-height: 1.3em;
	font-weight: bold;
	color: #01365a;
	padding-left: 34px;
	padding-bottom: 0;
	margin-bottom: .5em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.2);
	border-bottom: 1px solid #e2e1d4;
}

.main ul li ,
.main ol li {
	font-size: .9em;
	line-height: 1.5em;
}




div.post {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	/* border-bottom: 1px solid #e2e1d4; */
	}
	
div.last {
	border-bottom: none;
	}

/*
coffee brown 432a15
navy blue 	 01365a
*/

div.post h1 {
	font-size: 1.8em;
	background: transparent url(images/cubscouts_30x30.png) no-repeat left center;
	line-height: 1.3em;
	font-weight: bold;
	color: #01365a;
	padding-left: 34px;
	padding-bottom: 0;
	margin-bottom: .25em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.2);
	border-bottom: 1px solid #e2e1d4;
}


div.post h2 {
	font-weight: bold;
	color: #432a15;
}



div.post h2 {
	font-size: 1.75em;
	margin-bottom: .25em;
}


div.post ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -1em;
	}

div.post ul li {
	margin-bottom: .75em;
	font-size: 1.1em;
}

div.post ul li:before {
	content: "\00BB \0020";
}
	
div.post ol {
	list-style: decimal;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	
}
div.post ol li {
	margin-bottom: .25em;
	margin-left: 1.5em;
	padding-left: 0;
}

	
		
div.post h3 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.3em;
	color: #01365a;
	}

div.post h4 {
	font-size: 1.25em;
	margin-top: 20px;
	margin-bottom: 6px;
}

div.post div.post-meta {
	margin-bottom: .5em;
	font-size: .8em;
	line-height: 1.6;
	font-weight: normal;
	color: #9c836e;
	}

div.post div.post-meta a {
	padding: 0;
}

div.post-body {
	font-size: 1em;
	line-height: 1.3em;

	}
	
div.post-body p {
	margin: 0 0 .8em 0;
	font-size: 1.1em;
	}

div.post-body p img {
	margin: .5em 0 .5em .5em;
	padding: 5px;
	float: right;
}

div.post-body p img.border {
	margin: .5em 0 .5em .5em;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e2e1d4;
	float: right;
}


.sticky {
	border: 14px solid #e2e1d4;
	background: #e2e1d4;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	margin: 0 0 50px 0 ;
}

/*
.sticky .post-body p {
	margin: 0 ;
	padding: 0;
}

.sticky .post-meta {
	display: none !important;	
}
*/



.sticky h3 {
	font-size: 1.5em !important;
	background: transparent url(images/cubscouts_30x30.png) no-repeat left center;
	line-height: 1.5em;
	font-weight: bold;
	color: #01365a;
	text-shadow: 1px 1px 3px rgba(0,0,0,.2);
	margin: 0 !important;
	padding: 0 0 0 34px !important;
}



.previously {
	text-align: left;
	width: 668px;
	padding: 20px 0;
	font-size: .9em;
	margin: 0 0 20px 0;
	border: 1px solid transparent;
}

span.previous { 
	padding: 0 20px 0 0; float: left; 
}
    
span.next { 
	float: right;
}

span.edit a { 
    font-weight: normal; 
    font-size: 11px; 
    color:#c00; 
    padding: 0 6px; 
	float: right;
	margin: 0 0 0 1em;
}




/* links */
.main a,
.secondary a {
	padding: 2px;
}

/* definition lists */

dl {
	font-size: 1em;
}

dl dt {
	font-size: 1em;
	color: rgba(67,42,21,.5);
	font-weight: bold;
}

dl dd {
	line-height: 1.4em;
	margin-bottom: 1em;
}

/*
dt + dd {
	font-weight: normal;
	margin-bottom: 1em;
	color: rgba(67,42,21,.75);
}
*/

/* -- images --*/

img.photoleft {
	border: 15px solid #e2e1d4;
	background: #e2e1d4;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	float: left;
	margin: 0 10px 10px 0;
}


img.photoright {
	border: 8px solid #e2e1d4;
	background: #e2e1d4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	float: right;
	margin: 0 0 .25em .25em	;
}


/* -- gallery ----------------------------------------------- */

       .gallery {
                margin: auto;
        }
        .gallery-item {
                float: left;
                margin-top: 10px;
                text-align: center;
                width: 33%;
        }
        .gallery img {
                border: 2px solid #cfcfcf;
        }
        .gallery-caption {
                margin-left: 0;
        }


/* -- buttons ----------------------------------------------- */

div.more-btn {
	margin: 20px 0;
}

div.more-btn a {
	padding: 5px 14px;
	color: #fff;
	border: 1px solid rbga(179,8,56,.25);
	background: #01365a url(images/bg_button_glass.png) repeat-x 0 50%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}

div.more-btn a:hover {
	background-color: #ebc900;
	color: #01365a;
}

/* -- secondary --------------------------------------------- */


.secondary .sidetop h1 {
	background: transparent url('images/cubscouts_30x30.png') no-repeat left center;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #01365a;
	padding-left: 34px;
	padding-bottom: 0;
	margin-bottom: .2em;
	text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.secondary .sidetop p {
	font-size: .9em;
}

.secondary p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

.secondary .sidebox {
	border: 15px solid #e2e1d4;
	background: #fff;
	background: #e2e1d4;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px;
	padding: 0;
	margin: 0 0 15px 0;
}

.secondary .sidebox h1 {
	color: #01365a;
	background-image: none;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	padding-left: 0;
	padding-bottom: .15em;
	margin-bottom: .2em;
	border-bottom: 1px solid #e2e1d4;
	text-shadow: 1px 1px 3px  rgba(0,0,0,.2);
}
.secondary .sidebox p {
	margin-bottom: 0;
}

.secondary .sidebox2 {
	border: 15px solid #fff;
	background: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 0;
	margin-bottom: 20px;
}

.secondary .sidebox2 h1 {
	color: #01365a;
	background-image: none;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
	padding-left: 0;
	padding-bottom: .15em;
	margin-bottom: .2em;
	border-bottom: 1px solid #e2e1d4;
	text-shadow: 1px 1px 3px  rgba(0,0,0,.2);
}

.secondary .sidebox2 strong {
	font-weight: bold;
	display: block;
}

.secondary .sidebox2 p {
	margin-bottom: 1em;
}
.secondary .sidebox2 p.last {
	margin-bottom: 0;
}




.secondary .sidebox dl dt {
	margin-top: 1em;
}

.secondary .sidebox dl dd {
	margin: 0;
	padding: 0;
}

.sidebox ul li {
	font-size: .9em;
	margin-bottom: .6em;
}


/* -- HOMEPAGE ----------------------------------------------- */

p.morenews {
	float: right;
}

/* -- HANDBOOK pages  --------------------------------------------- */

div.handbook h3 + h4,
div.handbook h3 + p {
	margin: 0.1em 0;
	padding: 0;
}

div.handbook p + h3 {
	margin-top: 1em;
}


/* -- CALENDAR pages  --------------------------------------------- */



.calendar h3 {
	margin: 0 0 .3em 0 !important;
	padding: 0;
}

.calendar h4 {
	margin: 0 0 .3em 0 !important;
	padding: 0;
}





/* -- DENS pages  --------------------------------------------- */

.dennav {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e1d4;
}

.dennav h3 {
	margin-bottom: .25em;
	font-size: 1.8em;
}

.dennav h4 {
	font-weight: bold;
	margin-bottom: .25em;
}

.dennav .denimg {
	width: 25%;
	float: left;
}

.dennav .denimg img {
	max-width: 100%;
}
.dennav .deninfo {
		width: 72%;
		float: right;
}

.dennav p {
}


/* -- footer  --------------------------------------------- */

#footer {
	background-color: #005e9e;
	border-top: 1px solid #fff;
	font-size: 1em;
	line-height: 1.2em;
	color: #f3f2e8;
	height: 200px;
	padding-bottom: 30px;
	font-weight: normal;

}

.footer-inner {
	background: transparent url('images/footer_bg_100x50.png') top left repeat-x;
}

.footer a {
	padding: 2px;
}

.footermain {
	width: 80%;
	max-width: 1000px;
	min-width: 800px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.footermain .footersection {
    float: left;
	width: 30%; 
	margin-right: 20px;
}

.footer .footersection .last {
    margin: 0;
	border: none;
}

.footersection ul li {
	margin-bottom: 2px;
}

.footersection ul + p {
	margin-top: .5em;
}

.footer h6 {
	color: #f3f3f3;
}



.footermain a:link,
.footermain a:visited,
.footermain a:hover,
.footermain a:active {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}


.footermain a:hover,
.footermain a:active {
	color: #ebc900;
	background-color: transparent;
	-webkit-transition: .1s linear;
	}


	
/* -- misc. --------------------------------------------- */

hr, .hide {
	display: none;
	}
	
a img {
	border: none;
	}


.hidden { display: none; }
.unhidden { display: block; }


/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

