 /* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

Note - this is a modification of the Meyer reset

*/

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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    -webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* =========================================================================== */

/* regular styles */


@font-face {  
	font-family: merge;  
	src: url('/fonts/merge-bold.eot');  
	src: url('/fonts/merge-bold.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/merge-bold.woff') format('woff'),
		 url('/fonts/merge-bold.ttf') format("truetype"),
		 url('/fonts/merge-bold.svg#merge-bold') format('svg');
	font-weight: bold;
	font-style: normal; 
} 

@font-face {  
	font-family: merge;  
	src: url('/fonts/merge_light-webfont.eot');  
	src: url('/fonts/merge_light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/merge_light-webfont.woff') format('woff'),
		 url('/fonts/merge_light-webfont.ttf') format("truetype"),
		 url('/fonts/merge_light-webfont.svg#merge_light-webfont') format('svg');
	font-weight: normal;
	font-style: normal; 
} 

body {
	background-color: #cc6600;
	font-family: merge, helvetica, sans-serif; 
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: #4c4c4c;
}

.hidden {
	display: none;
}

a:link, a:visited {
	text-decoration: underline;
	color: #4c4c4c;
}

h1 {
	font-size: 2.25em;
	font-family: merge;
	font-weight: bold;
}

h2 {
	font-size: 1.75em;
	font-family: merge;
	font-weight: bold;
	letter-spacing: 1px;
}

h3 {
	font-size: 1.25em;
	font-family: merge;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: .75em;
	color: #4c4c4c;
}

h4 {
	font-size: 1em;
	font-family: merge;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: .75em;
	color: #4c4c4c;
}

p {
	margin-top: .75em;
}

ul {
	margin-top: .25em;
}

ul li {
	margin-left: 1.25em;
}


.float-left {
	float: left;	
}

.float-right {
	float: right;	
}

.bold {
	font-weight: bold;
	letter-spacing: 1px;
	color: #4c4c4c;
}

.text-right {
	text-align: right;
}

.color2 {
	background-color: #f5f5f5;
}

.round-edge {
	-webkit-border-radius: 5px;
    border-radius: 5px;
}

a:hover .hover-shadow {
	-webkit-box-shadow:  0px 0px 5px 1px #bbb;
    -moz-box-shadow:    0px 0px 5px 1px #bbb;     
	box-shadow:  0 0 5px 1px #bbb;
}

.clear {
	clear: both;	
}

.right-margin {
	margin-right:1em	
}


#page-wrapper {
	background: #4c4c4c url('/images/bg.png') repeat top left;
	float: left;
	width: 100%;
	overflow:hidden
}

a#skip-to-main  {
	color: #99dd00;
}


/* header logo and join font */	

#top-stitch {
	width: 100%;
	margin-top: 4px;
	margin-bottom: 1.5em;
	padding: 3px 0;
	background-color: #99dd00;
	border-bottom: 3px dashed #cc6600;
	border-top: 3px dashed #cc6600;
	-webkit-box-shadow:  0px 0px 0px 5px #99dd00, 0px 0px 20px 1px #000000;
    -moz-box-shadow:    0px 0px 0px 5px #99dd00, 0px 0px 20px 1px #000000;     
	box-shadow:  0 0 0 5px #99dd00, 0px 0px 20px 1px #000000;
}

#page-header {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding-bottom: 5px;
	position: relative;
}

#lkc-logo {
	max-width: 297px;
	width: 26.842105%;
	margin: -12px 0 0 4%;
	float: left;
}

#top-tab {
	width: 130px;
	position: absolute;
	top: -10px;
	right: 10px;
	text-align: right;
	background-color: #fef341;
	padding: 3px 5px 2px 0;
	border-radius: 0 0 7px 7px;
}

#top-tab a:link, #top-tab a:visited {
	color: #cc6600;	
	text-decoration: none;
}

#page-header #fittext1 {
	width:100%;
	display: block;
	text-align: center;
	margin: -5px 0 0 0;
	font-weight: bold;
	padding-bottom: 10px;
}
	
#page-header #fittext1 a {	
	color: rgba(204,102,0, 0.93);
	text-shadow: 0px 2px 2px #a3e402, 0 0 0 #000, 0px 1px 0px #a3e402;
	text-decoration: none;
	}
	
/* Don't show shadows when selecting text */
::-moz-selection { background: #5af; color: #bbb; text-shadow: none; }
::selection { background: #5af; color: #bbb; text-shadow: none; }

#page-header #fittext1 a:hover {
	color: rgba(76, 76, 76, 0.93);
	text-shadow: none;
}

#arrow {
	margin-left: 10px;	
	padding-bottom: 15px;
}



/* nav */

nav {  
    height: 2em;  
    width: 100%;
    font-size: 1.15em;  
    font-weight: normal;  
    float: left; 
    margin-top: -.5em; 
}

nav ul { 
    padding: 0;  
    margin: 0 auto;  
    max-width: 1140px;  
    height: 2em;    
}

nav li {  
	margin-left: 0.5%;
    display: inline;  
    float: left; 
    padding-bottom: 0; 
    } 

nav a:link, nav a:visited {  
    color: #eeeeee;  
    display: block;  
    text-align: center;  
    text-decoration: none;  
    line-height: 2em;
    letter-spacing: 1px;
    font-weight: normal;
} 

nav li.first-menu-item {  
	margin-left: 0;
	width: 9.125%;
} 

nav li.list-size-events {  
	width: 14.25%;
} 

nav li.list-size-bday {  
	width: 17%;
} 

nav li.list-size-member {  
	width: 20.25%;
} 

nav li.list-size-ath {  
	width: 23.25%;
} 

nav li.last-menu-item {  
	margin-right: 0;
	margin-left: .5%;
	width: 13.5%;
}  

nav li.first-menu-item a {  
	text-align: left;
} 

nav li.last-menu-item a {  
	text-align: right;
} 

nav a:hover, nav a:active {  
    color: #00d6dd; 
    text-decoration: underline; 
} 

nav a#pull {  
    display: none; 
}   

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  

.clearfix:after {  
    clear: both;  
} 
 
.clearfix {  
    *zoom: 1;  
}   



/* main content */

#main {
	width: 100%; 
	float: left;
	margin: 1em auto 3.5em auto;
	font-size: .95em; 
	line-height: 1.5em;
	padding: 0 0 1em 0;
}

#main a {
	text-decoration: underline;
	color: #4c4c4c;
}

#main a:hover {
	color: #cc6600;
	text-decoration: none;
}

.text-padding {
	margin: 0 auto;  
    max-width: 1140px;  
    padding: 0 15px;
}

.left-col {
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 75.5%;
	padding: 0;
}

#main h1 {
	color: #00d6dd;
	letter-spacing: 1px;
	margin: .1em 0 .85em 0;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 0 1px 5px #333;
	line-height: 1em;
}

.content-div {
	background-color: #eeeeee;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    padding: .75em;
    color: #333333;
    margin-bottom: 1.75em;
    border: 1px dashed #00d6dd;
    -webkit-box-shadow:  0px 0px 0px 3px #eeeeee;
    -moz-box-shadow:    0px 0px 0px 3px #eeeeee;     
	box-shadow:  0 0 0 3px #eeeeee;
}

.content-div h2 {
	color: #ee55ee;
	margin-bottom: .15em;
}

aside {
	width: 22%;
	float: right;
	 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-left: 2.5%;
}

aside h2 {
	font-size: 1.5em;
	margin: 5px 0;
	color: #333333;
}

.aside-div {
	width: 100%;
	float: left;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 1.75em;
}

aside div.ask-hookem {
	background: #00d6dd url(/images/ask-hookem.png) no-repeat bottom right;
	float: left;
	height: 205px;
	text-align: center;
	border: 1px dashed #ee55ee;
    -webkit-box-shadow:  0px 0px 0px 3px #00d6dd;
    -moz-box-shadow:    0px 0px 0px 3px #00d6dd;     
	box-shadow:  0 0 0 3px #00d6dd;
}

aside div.art-gallery {
	background: #fef341 url(/images/art-gallery.png) no-repeat top left;
	float: left;
	height: 205px;
	text-align: center;
	border: 1px dashed #ee55ee;
    -webkit-box-shadow:  0px 0px 0px 3px #fef341;
    -moz-box-shadow:    0px 0px 0px 3px #fef341;     
	box-shadow:  0 0 0 3px #fef341;
	position: relative;
}

aside div.art-gallery h2 {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

aside div.ask-hookem:hover h2, aside div.art-gallery:hover h2, aside div.faq:hover h2 {
	color: #fff;
	text-shadow: 1px 1px 6px #000;
}

aside div.faq {
	background: #99dd00 url(/images/faq-questionmark.png) no-repeat bottom center;
	float: left;
	height: 205px;
	text-align: center;
	border: 1px dashed #ee55ee;
    -webkit-box-shadow:  0px 0px 0px 3px #99dd00;
    -moz-box-shadow:    0px 0px 0px 3px #99dd00;     
	box-shadow:  0 0 0 3px #99dd00;
}

.resp-table {
	margin: 10px 0;
	width: 100%;
}

.resp-table th {
	text-align: left;
	letter-spacing: 1px;
	color: #4c4c4c;
	
}

.resp-table a {
	text-decoration: underline;
	color: #4c4c4c;
}

.resp-table td {
	padding: 5px 5px 5px 0;
	width: auto;
	border-bottom: 1px solid #ccc;
}

.col1 {
	width: 15%;
}

.col2 {
	width: 15%;
}

.col3 {
	width: 40%;
}

.col4 {
	width: 30%;
}

.gallery {
	margin-top: 1em;
}

#birthday-table {
	width: 100%;
}

#birthday-table td, #birthday-table th {
	padding: .35em;
	border-bottom: 1px solid #ccc;
	text-align: right;
}

#birthday-table th {
	font-size: 1em;
}

#ask-hookem-form {
	width: 70%;
}

#ask-hookem-form input[type="text"], #ask-hookem-form textarea, #ask-hookem-form select { 
	width: 100%;
	border-radius: 5px;
}

#ask-hookem-form input[type="text"] { 
	height: 2em;
}

#main a.no-underline {
	text-decoration: none;
}

#main .no-underline h3:hover {
	text-decoration: underline;
	color: #cc6600;
}

.ath-img {
	float: right;
	margin: 0 0 5px 5px;
	width: 34.843206%;
	border-radius:7px;
}

.sponsor-logos {
	text-align:center;	
}

.sponsor-logos img {
	padding-right:3%;
	display:inline;
}

.no-pad {
	padding-right:none;
}

/* footer */

footer {
	width: 100%;
	float: left;
	background-color: #cc6600;
	padding: 1.25em 0 1em 0;
	-webkit-box-shadow:  0 -5px 5px 0px rgba(50, 50, 50, .3);
    -moz-box-shadow:   -5px 5px 0px rgba(50, 50, 50, 0.3);     
	box-shadow:  0 -5px 5px 0px rgba(50, 50, 50, .3);
	color: #ffffff;
	font-size: .9em;
	line-height: 1.25em;
}

footer a:link, footer a:visited {
	color: #ffffff;
}

footer a:hover {
	color: #cccccc;
	text-decoration: none;
}


/* media queries */

@media all and (max-width: 840px) {
	
	#arrow {
		padding-bottom: 0px;	
	}
	
	aside h2 {
		font-size: 1.22em;
	}
	
	table.resp-table th {
		display: none;
	}

	table.resp-table tr {
		border-bottom: 1px solid #bbbbbb;
	}
	
	table.resp-table td {
		border-bottom: none;
	}

	table.resp-table tr, table.resp-table td {
		display: block;
	}

	table.resp-table td:before {
		font-weight: bold;
		letter-spacing: 1px;
		color: #4c4c4c;
		content:" "attr(data-label)": ";	/* call the attribute value of data-label and adds a string // */
	}

  	table tr.even, table tr.alt, table tr:nth-of-type(even) { 
  	}

}

@media screen and (max-width: 775px) {  
	#arrow {
		width: 10%;
		margin-left: 0;	
		padding-bottom: 0px;	
	}
	
	nav {   
        height: auto;  
        position: relative;
    }
     
    nav ul {  
        width: 100%;  
        display: none;  
        height: auto;  
    } 
    
	nav li.first-menu-item, nav li.list-size-bday, nav li.list-size-member, 
	nav li.list-size-gall, nav li.list-size-ath, nav li.last-menu-item {  
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
	} 
	
	nav li.last-menu-item a {  
		text-align: left;
	}
 
    nav li {  
        width: 50%;  
        float: left;  
        position: relative;
        margin-right: 0;
        margin-left: 0;
    	text-align: left; 
    }  
  
    nav a:link, nav a:visited {  
        text-align: left;  
        width: 100%;  
        text-indent: 30px; 
        color: #eeeeee;
        line-height: 2em;
    } 
    
    nav a:hover {  
        color: #00d6dd;
    }
    
    nav a#pull {  
        display: block;  
        width: 100%;  
        position: relative;
		height: 2em; 
		color: #eeeeee;
		line-height: 2em;
		text-indent: 45px;
		text-align: left; 
    }   
    
    nav a#pull:after {  
        content:"";  
        background: url('/images/nav-icon.png') no-repeat left center;  
        width: 85%;  
        height: 1.5em;  
        display: inline-block;  
        position: absolute;  
        left: 15px;  
        top: 5px; 
    } 
    
}
#titleTextField {
  display: none;
}
@media screen and (max-width: 690px) {  
    
    html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	}
    
    #lkc-logo {
		margin: -5px 0 0 4%;
	}
    
    #main h1, #main h2, #main h3 {
    	text-align: center;
    }
    
     #main h1 {
     	line-height: 1em;
     	margin: 0 0 .85em 0;
     }
    
    .content-div img {
    	display: block;
    	margin: 0 auto;
    }
    
    .left-col {
    	float: none;
    	width: 100%;
    }
    
    aside {
    	float: none;
    	width: 75%;
    	margin: 1.5em auto;
    	display: block;
    }
    
    #ask-hookem-form {
		width: 100%;
	}
	
	#main .faq-div h3 {
		text-align: left;
	}
	
	.sponsor-logos img {
	  display:inline;
  }
    
    footer .float-right, footer .float-left {
    	float: none;
    	clear: both;
    	text-align: left;
    }

}  
