/* @override 
	http://getbanjo.dev:8000/static/skins/getbanjo/css/getbanjo.css
*/

/* Site palette is based on http://www.colourlovers.com/palette/292482/Terra */

body {
	/*background-color: #e8ddcb; */
	background: #e8ddcb url(../images/bg_stripes.png);
	padding-bottom: 100px;	
}

#doc2 {
	min-height: 400px;
}

/* @group Typography */
h1 {
	color: #036564;
	font-size: 1.5em;
	margin-bottom: .4em;
}

h2 {
	color: #036564;
	font-size: 1.3em;
	margin-top: .5em;;
	margin-bottom: .2em;
}

h3 {
	color: #036564;
	font-size: 1.3em;
	margin-top: .5em;;
	margin-bottom: .2em;
}

p {
	margin-bottom: .8em;
}

a {
	color: #036564;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

a:visited {
	color: #333;
}

a:hover {
	color: #033649;
}

span.note {
	font-style: italic;
	color: #333;
}

/* @end */

/* @group Lists */

li {
	background: transparent url(../images/turq-bullet.gif) no-repeat left 4px;
	padding-left: 10px;
}



/* @end */

/* @group menu */

div#primary-menu {
	padding-top: 206px;
}

div#footer-menu,
div#primary-menu {
	width: 100%;
	text-align: center;
}

div#primary-menu span.menuitem {
	padding: 0 1.3em .2em;
}

div#primary-menu span.menuitem a {
	font-size: 1.6em;
	text-decoration: none;
	color: #fbe34d;
	font-family: verdana;
	padding-bottom: .1em;
	line-height: 40px;
	border-bottom: none;
}

div#primary-menu span.menuitem a:hover {
	border-bottom: 2px solid #fbe34d;
}

div#footer-menu span.menuitem {
	padding: 0 .8em;	
}

div#footer-menu span.menuitem a {
	font-size: 1em;
	text-decoration: none;
	color: #423e32;
	font-family: verdana;
	padding-bottom: .1em;
	border-bottom: none;
}

div#footer-menu span.menuitem a:hover {
	border-bottom: 2px solid #423e32;
}

div#cmsedit {
	position: absolute;
	top: 2px;
	left: 2px;
	border: 2px solid #888;
	padding: 5px;
	background-color: #fff;
}

div#cmsedit h2 {
	margin: 0;
	font-size: 1em;
}

div#cmsedit li {
	line-height: 15px;
	font-size: .8em;
	text-align: left;
}

/* @end */

/* @group Sections */

#bd .content {
	margin: 10px;
}

#hd {
	background: transparent url(../images/bg-hd.jpg) no-repeat left top;
	height: 252px;
	border-bottom: 1px solid black;
}

#bd {
	min-height: 400px;
	background: #fff url(../images/bg-bd.gif) repeat-y left top;
}

#ft {
	background: transparent url(../images/bg-ft.gif) no-repeat left bottom;
	height:  30px;
	line-height: 29px;
	text-align: center;
}


/* @end */

