/*
	The Knapper Experience
	======================
	All XHTML & CSS written by Richard Clark
	esunub@gmail.com
	creativeblank.co.uk
*/


/*
	Tags
*/

body {
	background-color: #ff6620;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/backgradient.png);
	background-repeat: repeat-x;
}

a {	color: #ff6620;	text-decoration: none; }
a:hover { text-decoration: underline; }

/*
	Forms
*/

.form {
    font-size:1em;
    width:500px;
    text-align:left;
    margin:1em auto
}

.form fieldset {
    padding:5px;
    border:1px solid #ddd;
    margin:0 0 5px 0
}

.form label {
	font-size: 80%;
	font-weight: bold;
}

.form button {
    margin:0.3em 0;
    border:1px solid #ccc;
    background-color:#ff6620;
	color: #fff;
    font-size:1em;
    padding:0.5em
}

/*
	Typesetting
*/

#header h1 { margin: 0; }
#content h2 { margin: 0; }
#content h3 {
	margin: 0;
	font-size: 60%;
	font-weight: normal;
}
#contentwide h2 { margin: 0; }
#contentwide h3 {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
#sidebar h1 {
	margin: 0;
	font-size: 110%;
	margin-top: 10px;
}
#sidebar p { margin: 0; }
#footer a {	color: #333333; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#content a { text-decoration: none; color: #ff6620 }
#content a:hover {text-decoration: underline; }

/*
	Gallery styles.
*/

.thumbnail {
	width: 100px;
	height: 100px;
	overflow: hidden;
	padding: 2px;
	border: 2px dashed #ff6620;
}

#gallery {
	list-style-type: none;
}

#gallery li {
	display: inline;
}

/*
	Menu layout
*/

#menu ul
{
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}

#menu ul li
{
	list-style-type: none;
	display: inline;
}

#menu li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #666666;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-weight: bold;
}

#menu li a:hover { background: #fff; color: #ff6620 }

#menu li .current {
	color: #ff6620;
	list-style-type: none;
	display: inline;
	background: #fff;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
}

#sidebar ul li {
	float: left;
	color: #ff6620;
	text-decoration: none;
	font-weight: bold;
	list-style-type: none;
}

a {
	color: #ff6620;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
	Wrappers, for aligning and messing with multiple divs.
*/

#shadows {
	margin: 0 auto;
	width: 1018px;
	background-image: url(../img/backshadows.png);
	background-repeat: repeat-y;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}

#contentwrapper {
	float: left;
	width: 900px;
	background: #fff;
	padding-top: 10px;
}

/*
	Main layout divs
*/

#header {
	width: 900px;
	height: 400px;
	background: #fff;
	background-color: #fff;
	background-image: url(../img/header.png);
}

#menu {
	width: 900px;
	float: left;
	height: auto;
	background-color: #CCCCCC;
}

#sidebar {
	float: left;
	width: 175px;
	display: inline;
	background: #fff;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 80%;
}

#sidebargallery {
	float: left;
	width: 300px;
	display: inline;
	background: #fff;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 80%;
}

#content {
	float: right;
	width: 690px;
	margin-right: 10px;
	display: inline;
	background: #fff;
}

#contentwide {
	float: right;
	width: 880px;
	margin-right: 10px;
	display: inline;
	background: #fff;
}

#contentgallery {
	float: right;
	width: 800px;
	margin-right: 10px;
	display: inline;
	background: #fff;
}

#footer {
	clear: left;
	text-align: center;
	padding: 20px;
	height: 1%;
	background: #fff;
	font-size: 80%;
	color: #666666;
}

#footergrunge {
	clear: left;
	text-align: center;
	margin: 0;
	height: 178px;
	width: 900px;
	background-image: url(../img/footergrunge.png);
	background-repeat: no-repeat;
}

.image {
	width: auto;
	height: auto;
	float: right;
	display: inline;
	margin: 5px;
	border: 2px solid #ff6620;
}

