html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header, footer, section, aside, article, nav {
	display: block;
}
a:link {color: #63814b; text-decoration: none}
a:visited {color: #63814b; text-decoration: none}
a:active {color: #484848; text-decoration: none}
a:hover {color: #484848; text-decoration: none}
body {
    background: #fff;
    color: #333;
    font: 100%/1.5em verdana, helvetica, arial, sans-serif;
}
#container {
	width: 95%;
    margin: 0 auto;
    /*background-color: #4198a4;*/
}
#mainHeader {
	padding: 10px;
	height: 90px;
	text-align: center;
    /*background-color: #6da441;*/
}
#headerTitle {
	color: #63814b;
	/*font: 36px/36px 'InderRegular', Arial, sans-serif;*/
    font-family: 'InderRegular', Arial, sans-serif;
    font-size: 1.8em;
	letter-spacing: .15em;
}
#headerSubtitle {
	margin-top: 10px;
	color: #63814b;
    font-family: 'InderRegular', Arial, sans-serif;
    font-size: 1.1em;
}

#navBox {
    text-align: center;
    margin-bottom: 60px;
	/*background-color: #47af08;*/
}
.photoItem {
	display: inline-block;
	padding: 10px;

	-moz-border-radius: 6px; /* FF1+ */
    -ms-border-radius: 6px; /* IE future proofing */
	-webkit-border-radius: 6px; /* Saf3+, Chrome */
	border-radius: 6px; /* Opera 10.5, IE 9 */
	
	-moz-box-shadow: 0px 0px 2px 0px #353535; /* Firefox */
  	-webkit-box-shadow: 0px 0px 3px 1px #353535; /* Safari and Chrome */
  	box-shadow: 0px 0px 3px 1px #353535; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
}
.photoItem img {
	width: 100%;
	max-width: 100%;
	/*display: block;*/
	vertical-align:bottom;
}
.photoItemTitle {
	margin-top: 10px;
	color: #63814b;
	font: 20px/20px 'InderRegular', Arial, sans-serif;
}
.photoItemSpacer {
	width: 0px;
	height: 30px;
}



/* link area */
#bodyCenter {
	width: 100%;
	padding-bottom: 40px;
	border-top: 1px solid #000000;
	/*background-color: #eeeeee;*/
}
#linksContainer {
	padding: 12px;
	text-align: center;
	/*background-color: #d6fd91;*/
}
#linksNavOther {
	color: #484848;
    font-family: 'InderRegular', Arial, sans-serif;
    font-size: 1.3em;
}
#linksBox {
	display: inline-block;
	/*background-color: #ff0000;*/
}
#linksNav {
	/*position: relative;
	left: -22px;
	text-align: center;*/
}
#linksNav ul {
	list-style: none;
	color: #303030;
	font-size: 100%;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
	letter-spacing: 1px;
}
#linksNav li {
	margin: 0px 0px 0px 0px;
	padding: 4px 10px 0px 10px;
	/*background-color: #C0C000;*/
}
#linksNav li a:link, #linksNav li a:visited {
	text-decoration: none;
	color: #63814b;
	font: 20px/20px 'InderRegular', Arial, sans-serif;
}
#linksNav li a:hover, #linksNav li a:active {
	color: #000000;
}

@media all and (min-width: 641px) {
	.photoItemSpacer {
		width: 0px;
		height: 30px;
	}
}

@media all and (min-width: 690px) {
	#mainHeader {
		padding: 30px;
		height: 140px;
	}
	#headerTitle {
	    font-size: 2.4em; /* 40px / 16px */
		letter-spacing: .5em;
	}
	#headerSubtitle {
		margin-top: 26px;
	    font-size: 1.3em;
	}
	.photoItemSpacer {
		width: 40px;
		display: inline-block;
	}
	#linksNavOther {
		display: inline-block;
	}
	#linksNav li {
		display: inline;
	}
}


@media all and (min-width: 960px) {
	.photoItem {
		width: 300px;
	}
	.photoItemSpacer {
		width: 40px;
		display: inline-block;
	}	
	#bodyCenter {
		margin: 0 auto;
		width: 920px;
		/*background-color: #feed9e;*/
	}
}

/* fonts */
@font-face {
    font-family: 'InderRegular';
    src: url('fonts/Inder-Regular-webfont.eot');
    src: url('fonts/Inder-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Inder-Regular-webfont.woff') format('woff'),
         url('fonts/Inder-Regular-webfont.ttf') format('truetype'),
         url('fonts/Inder-Regular-webfont.svg#InderRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}










