#top-bar {
	height: 17px;
	width: 100%;
	background-image: url('../../images/top_bar.png');
	background-repeat: repeat-x;
	margin-bottom: -8px;
	padding: 0;
	z-index: 999;
	position: relative;
}

#logo {
	margin-left: 2em;
	float: left;
	margin-right: -7px;
	z-index: 1000;
	position: relative;
}


#menu-container li {
	float: left;
	text-align: center;
	background-color: #eea71e;
	margin-right: 1px;
	list-style-position: outside;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

#search-li {
	padding: 0.5em 1em;
}

#menu-container a {
	font-family: Verdana, Helvetica, sans-serif;
	color: #6d5932;
	font-weight: bold;
	text-decoration: none;
	width: 7em;
	padding: 0.85em 0;
	display: block;
}
/*#menu-container a:hover {
	color: #000;
	padding: 0.95em 0;
}*/

#menu-container a.selected {
	color: #000;
	padding: 0.95em 0;
}

#search {
	background: #fff;
	border: none;
	font-weight: bold;
	color: #675f4f;
	width: 10em;
	height: 2em;
	padding: 0.4em 0.6em;
}

#submit {
	background: transparent;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#main {
	clear: both;
	padding-top: 1em;
}

#left-col {
	width: 12.5em;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	padding-left: 1em;
	position: absolute;
	overflow: hidden;
}

#left-col ul {
	margin-bottom: 2em;
}

#left-col span.menu-title {
	color: #eea71e;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5em;
}

#left-col li li {
	padding-left: 0.5em;
	font-weight: normal;
	font-size: 0.75em;
	padding-top: 0.5em;
	line-height: 1em;
}

#left-col li li a {
	color: #ad9e82;
	text-decoration: none;
}
#left-col li li a:hover {
	color: #000;
}

#contents {	
	margin-left: 12.5em;
	width: 650px;
	height: 100%;
	font-family: Verdana, Helvetica, sans-serif;
}

#contents h1.title {
	font-size: 1.5em;
	color: #eea71e;
	margin-bottom: 0.3em;
}

#contents h1.title a {
	color: #eea71e;
	text-decoration: none;
}
#contents h1.title a:hover {
	color: #5e5341;
}

#contents h2.subtitle {
	color: #fbc763;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 1em;
}

#contents img.thumbnail {
	float: left;
	margin-right: 0.6em;
}

#contents img.full-thumbnail {
	
}

#contents .text {
	font-size: 0.8em;
	line-height: 1.4em;
	color: #4f3f21;
}

#contents .text pre {
	font-family: monospace;
}

#contents p.footer {
	color: #ad9e82;
	font-size: 0.7em;
	/* border-bottom: 1px solid #d9d0c0; */
	display: block;
	margin: 2em 0;
	padding-bottom: 4px;
}

#tags-cloud {
	margin-right: 2em;
}

#tags-cloud li{
}

#tags-cloud li.cloud1 {
	font-size: 0.6em;
}
#tags-cloud li.cloud2 {
	font-size: 0.7em;
}
#tags-cloud li.cloud3 {
	font-size: 0.8em;
}
#tags-cloud li.cloud4 {
	font-size: 0.9em;
}
#tags-cloud li.cloud5 {
	font-size: 1em;
}
#tags-cloud li.cloud6 {
	font-size: 1.1em;
}
