body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 83%;
	background: #021520 url(../images/body_.png) repeat-x 0 -65px;
	border-top: 5px solid #021622; 	
	margin: 0;
	padding: 0;
	color: #fff;
}

a {
	color: #9c6;
}
a:hover {
	text-decoration: none;
}
a img {
	border: 0;
}

ul {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
}
ul li {
	background: url(../images/ico_arrowright.gif) no-repeat 0% 50%;
	padding-left: 20px;
	margin: 4px 0;
}

h2, h3 {
	color: #9c6;
	font-weight: normal;
}
h2 {
	background: url(../images/title_.gif) top left no-repeat;
	padding-top: 40px;
	margin: 0.5em 0;
	font-size: 1.7em;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.3em;
}

label {
	float: left;
	width: 100px;
	margin: 0.25em;
	padding: 0.25em;
}

input[type="text"], textarea {
	border: 1px solid #99cc66;
	font-size: 1em;
	padding: 0.25em;
	margin: 0.25em;
	background-color: #b2b2b2;
}
input[type="button"], input[type="submit"] {
	background-color: #041d2b;
	border: 1px solid #99cc66;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	height: 2em;
	text-transform: lowercase;
}

.container {
	width: 800px;
	margin: 0 auto;
}

/** Header **/
#header {
	padding: 52px 0 20px;
	background: #9c6 url(../images/header_.gif) repeat-x;
}

#header h1 {
	font-weight: normal;
	font-size: 2em;
	margin: 0;
	padding-top: 6px;
	background: url(../images/logo_graphic.gif) no-repeat 0.25em 0;
}
#header h1 a {
	color: #082231;
	text-decoration: none;
}

#nav {
	background: url(../images/nav_.gif) repeat-x;
	padding-top: 0.4em;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#nav ul li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#nav ul li a {
	display: block;
	padding: 0.5em 1.2em 0.6em;
	border-left: 2px solid transparent; /* #042537 */
	border-bottom: 2px solid transparent;
	color: #fff;
	text-decoration: none;
	font-size: 1.1em;
}
#nav ul li a.active, #nav ul li a:hover {
	background-color: #05344E;
	border-left: 2px solid #021723;
	border-bottom: 2px solid #021723;
}

/** Content **/
#content {
	margin-top: 4em;
}


.gallery {
	
}
.gallery .entry {
	margin-right: 1em;
	float: left;
}
.gallery .entry img {
	border: 8px solid #072839;
}

.list {
	
}
.list .entry {
	
}
.list .entry img {
	border: 8px solid #072839;
}
.list .entry .image {
	float: left;
	margin-bottom: 0.5em;
}
.list .entry .description {
	/*float: left;*/
	margin-left: 32.5em;/*1em;*/
}

.options {
	background-color: #041D2B;
	padding: 0.4em 0.6em 0.5em;
	margin: 0.3em 0 2.5em;
	height: 1.1em;
	clear: both;
}
.options .l {
	float: left;
}
.options .r {
	float: right;
}

.options .ico_up {
	background: url(../images/ico_top.gif) 0% 50% no-repeat;
	padding-left: 18px;
}
.options .ico_cmt {
	background: url(../images/ico_comments.gif) 0% 50% no-repeat;
	padding-left: 24px;
}
.options .ico_right {
	background: url(../images/ico_arrowright.gif) 0% 50% no-repeat;
	padding-left: 20px;
}

.info {
	font-size: 0.9em;
	list-style: none;
	background-color: #041D2B;
	margin: 0.5em 0;
	padding: 0.4em 0.6em 0.5em
}
.info li {
	padding-left: 1.2em;
	padding-right: 0.2em;
	display: inline;
}
.info .post {
	background: url(../images/document.gif) left no-repeat;
}
.info .author {
	background: url(../images/figure.gif) left no-repeat;
}
.info .comments {
	background: url(../images/speech_bubble.gif) left no-repeat;
}
.info .tags {
	background: url(../images/documents.gif) left no-repeat;
}
.info .permalink {
	background: url(../images/permalink.gif) left no-repeat;
}
.info .view {
	background: url(../images/mag_glass.gif) left no-repeat;
}
.info .watch {
	background: url(../images/tv.gif) left no-repeat;
}
.info .email {
	background: url(../images/envelope.gif) left no-repeat;
}

.comment {
	border-bottom: 1px dotted #5f5f5f;
	margin-bottom: 1em;
}

/** Footer **/
#footer {
	margin-top: 20px;
	padding-bottom: 1px;
}
#footer ul {
	background: #9c6 url(../images/footerlinks_.gif) repeat-x;
	border-top: 8px solid #041D2B;
	border-bottom: 8px solid #041D2B;
	padding: 12px 10px 14px;
	font-size: 0.9em;
	margin: 0;
	text-align: center;
	list-style: none;
}
#footer ul li {
	background: none;
	display: inline;
	margin-right: 8px;
	padding-left: 10px;
}
#footer ul li + li {
	border-left: 1px solid #619230;
}

#footer ul li a {
	color: #082231;
	font-weight: bold;
}

#footer p {
	font-size: 0.9em;
	text-align: center;
}

