/* ------------------ Basic Elements ------------------ */
body {
	margin: 0;
	padding: 0;
	background-color: #191919;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

img {
	border: 0px;
}

a:link, a:hover, a:visited, a:active {
	color: #fff;
}

#content a:link, #content a:visited, #content a:active {
	text-decoration: none;
	border-bottom: 1px dotted #666;
	color: #fff;
}

#content a:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
	color: #fff;
}

h1, h2, h3 {
	font-family: Arial, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
}

h3 {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.35em;
	padding-bottom: 5px;
	margin: 0;
}

.member {
	font-weight: bold;
}

.success{
	color: green;
}


/* ------------------ Main Structure ------------------ */
.wrapper {
	margin: 0 auto;
	margin-bottom: 0;
	padding: 0;
	width: 875px;
}

#header {
	border-top: 10px solid #333;
	border-top-width: 10px;
	background: url(shadow.png) bottom left repeat-x;
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	height: 110px;
	width: 100%;
}

#login-header {
	width: 100%;
	background: #333; 
	font-size: 12px;
}

#login-header .wrapper {
	padding: 0 5px 7.5px 5px;
}

#login-header .title {
	font-weight: bold;
	padding-right: 10px;
}

#login-header input {
	background: #222;
	border: 0;
	font-size: 12px;
	font-family: "Lucida Console", "Monaco", Courier New;
	color: #fff;
}

#logo {
	float: left;
	background: url(type.png) top left no-repeat;
	height: 75px;
	width: 265px;
	margin-top: 15px;
	margin-bottom: 20px;
}

#options {
	float:right;
}

#options .login {
	float: right;
}	

#options .login .text {
	padding-left: 10px;
}	

.login-left {
	float: left;
	background: #333 url(dangl.png) top left no-repeat;
	padding: 2px 0 6px 17px;
	text-align: right;
	font-size: 12px;
}

.login-right {
	float: left;
	background: #333 url(dang.png) top left no-repeat;
	height: 24px;
	width: 17px;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	clear: both;
	float: right;
	width: 500px;
}

#menulist  {
	margin-top: 30px;
	margin-left: 0;
	text-align: right;
}

#menulist li
{
	display: inline;
	list-style-type: none;
	padding: 0;
	margin-right: 5px;
}

#menulist a {
	text-decoration: none;
}

#prompt {
	padding-top: 75px; 
}

#content {
	padding: 0 0 10px 10px;
	padding-top: 100px;
	height: 100%;
}

.mandat {
	text-align: justify;
}

.thumbnail {
	float: left;
	height: 60px;
	background: url(thumbnail.png) top left no-repeat; 
}

.thumbnail span {
	padding-top: 5px;
}

.thumbnail img {
	padding: 10px;
}

#sidebar{
	float: right;
	margin-top: -50px;
	width: 25%;
}

#sidebar .block {
	background: #333;
	margin: 10px 0px;
	padding: 10px;
}

#sidebar .block ul {
	margin: 0;
	padding: 0;
}

#sidebar .block li {
	list-style: none;
}

#sidebar .block h3 {
	margin: 0;
}

#sidebar .command {
	font-family: "Lucida Console", Courier New, Monospace, Serif;
	font-size: 10px;
}

#sidebar .command input.prompt {
	margin: 0;
	border: 0;
	font-family: "Lucida Console", Courier New, Monospace, Serif;
	font-size: 10px;
	color: #bbb;
	margin-left: 5px;
	width: 115px;
	background: #333;
	padding: 0;
}

#sidebar .calendar {
	font-size: 12px;
}

#sidebar .mission {
	background: url(back.png);
	color: #fff;
	font-size: 18px;
}

#sidebar .newsbox{
	padding: 10px;
	margin-bottom:10px;
}

#sidebar .newsbox h3{
	margin: 0px;
	padding: 0px;
}

#sidebar .newsbox ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px 2px 0px 4px;
}

#sidebar .newsbox li{
	margin-left: 1em;
}

#subcontent {
	float: left;
	width: 72.5%;
}

.blog-post {
	margin-bottom: 10px;
}

.blog-post-footer {
	height: 25px;
	min-height: 1%;
	clear: both;
}

.blog-post-footer ul {
	font-size: 11px;
	margin: 0 0 5px 0; 
	padding: 0; 
	float: left; 
	list-style: none;
}

.blog-post-footer ul.comments {
	float: right; 
}

.blog-post-footer li {
	float: left; 
	padding: 3px 0 0px 0; 
	margin: 0;
}

.blog-post-footer li.before {
	height: 25px;
	background: url(badge_left.png) top left no-repeat;
	width: 5px;
}

.blog-post-footer li.date {
	height: 25px;
	background: url(badge_leftmid.png) top left repeat-x;
	padding-right: 5px;
}

.blog-post-footer li.author {
	height: 25px;
	padding-left: 5px;
	background: url(badge_author.png) top left repeat-x;
}

.blog-post-footer li.end {
	height: 25px;
	width: 4px;
	background: url(badge_end.png) top left repeat-x;
}

.blog-post-footer ul.comments li {
	height: 30px;
	width: 25px;
	background: url(comment.png) top left repeat-x;
	padding-top: 0;
}

.blog-post-footer ul.comments li p {
	padding: 4px 0 2px 0;
	text-align: center;
	margin: 0;
}


.blog-post-header {
	padding: 5px 0;
}

.blog-post-header h3 {
	margin: 0;
}

.blog-post-body {
	padding: 5px;
}

.blog-post-body h3{
	margin: 0px 0px 0px 0px;
}
.blog-post-body p{
	margin: 0px 0px 5px 0px;
}

.blog-post-date {
	float: left;
}

.blog-action {
	height: 22px;
	padding-top: 1px;
	float: right;
}

