/* RESET */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {

}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END RESET */

body {
	font-size: 19px;
	line-height: 150%;
	font-family: "Palatino Linotype","Book Antiqua",Palatino,"Georgia", FreeSerif, serif;
	background-color: rgb(253, 248, 234);
	color: #111;
}

a {
	color: rgb(106, 104, 0);
	font-weight: bolder;

}
article, header, footer {
	
	display: block;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	padding: 25px 50px 10px 50px;
	background-color: #fff;
	border-left: 10px solid rgb(156, 144, 110);
	border-right: 10px solid rgb(156, 144, 110);
}

header {
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 1em;

}

header img {
	float: right;
	margin: 0 25px;

}

header h1 {
	font-size: 46px;
	margin: 0.5em 0;
}

h2, h3 {
	font-size: 23px;
	font-weight: bolder;
	letter-spacing: -1px;
}

section {
	margin: 2em 0;
	display: block;
}


p, ul {
	margin: 0.25em 0 0.75em 0;
}

h3 {
	font-size: 19px;
}

footer {
	font-size: 12px;
	margin-top: 2em;
}

#opensource ul {
	margin: 0 75px;
}

#opensource ul li {
	margin: 2em 0;
}


strong {
	font-weight: bolder;
}

/* SLIDER */

#slider {
  width: 550px;
  margin: 0 auto;
  position: relative;
}

#slider h3 {
	margin: 0.5em 0;
}
.scroll {
  height: 500px;
  overflow: auto;
  position: relative;
  clear: left;
}

.scrollContainer div.panel {
  padding: 20px;
  height: 210px;
  width: 550px; 
}

.scrollButtons {
  position: absolute;
  top: 250px;
  cursor: pointer;
}

.scrollButtons.left {
  left: -20px;
}

.scrollButtons.right {
  right: -20px;
}

#slider .navigation {

	text-align: center;
}

#slider .navigation li { display: inline; }
#slider .navigation li a {
	margin: 5px;
	padding: 5px 10px;
	border: 1px solid rgb(156, 154, 50);
	text-decoration: none;
	font-size: 16px;
	
}

#slider .navigation li a:hover, #slider .navigation li a.selected {
	background-color: rgb(255, 248, 184);
}

