/*** GENERAL ******************************************************************/

html {
	height: 100%;
	margin: 0;
	padding: 0;
/*	overflow: hidden;*/
}

body {
	background: #333;
	font: 62.5% helvetica,arial;	
	margin: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

pre {
	background: #000;
	font: 1.5em inconsolata,consolas,monospace;
	color: #fff;
	padding: 5px 10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em;
	padding: 0;
	font-weight: 400;
}

#outer {
	width: 100%;
	height: 100%;
}

#inner {
	margin: 0 auto 20px;
	background: #fff;
	color: #333;
	width: 700px;
}

/*** HEADER *******************************************************************/

#header {
	background: #111;
	color: #ddd;
	padding: 20px;
	border-bottom: solid 5px #800;
}

#header h1 {
	height: 48px;
	background: transparent url(/img/html/freed-logo.png) no-repeat;
}

#header h1 span {
	display: none;
}

#header #crumbtrail {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 700;
	margin: 0 0 10px;
}

#header #menu ul {
	font-size: 1.5em;
	margin: 0;
	list-style: inside;
	padding: 0;
}

/*** CONTENT ******************************************************************/

#content {
	font-size: 1.6em;
	background: transparent url(/img/html/header-shadow.png) repeat-x;
	padding: 20px;
}

#content a:link, #content a:visited {
	color: #000;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	color: #800;
	text-decoration: none;
}

#content h2 {
	font-size: 1.8em;
	color: #800;
}

#content #gallery-full {
	border: solid #000 10px;
}

#content #gallery-thumbs {
	margin: 10px 0 0;
	border: solid #000 10px;
	background: #000;
}

#content #gallery-thumbs img {
}

#content .gallery-thumb-curr {
	border-color: #800;
}

#content .article {
	height: 70px;
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
}

#content .article h3 {
	margin: 0 0 0.2em;
}

#content .article img {
	float: left;
	border: solid 3px #000;
	margin: 0 20px 0 0;
}

/*** FOOTER *******************************************************************/

#footer {
	background: #111;
	color: #ddd;
	padding: 12px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1em;
}

#footer ul {
	float: left;
	margin: 0;
	list-style: none inside;
	padding: 0;
}

#footer ul li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer #copyright {
	float: right;
	clear: right;
}
