/*****************************/
/********** GENERAL **********/
/*****************************/
body {
	margin: 0;
	padding: 0;
	background: #191919 url(images/bg.gif) repeat-y top center;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #000;
	text-align: left;
}
#outline {
	width: 855px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 1.3em;
}
a:link {
	color: #2f63b3;
	text-decoration: none;
}
a:visited {
	color: #2f63b3;
	text-decoration: none;
}
a:hover {
	color: #4a5265;
	text-decoration: underline;
}
a:active {
	color: #2f63b3;
	text-decoration: underline;
}

/****************************/
/********** HEADER **********/
/****************************/
#header {
	width: 100%;
	height: 118px;
	background: transparent url(images/header_bg.gif) repeat-x left top;
}
#header .blogtitle {
	width: auto;
	height: 118px;
	background: transparent url(images/header.gif) no-repeat left bottom;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 22pt;
	font-weight: bold;
	color: #fff;
}
#navbar {
	clear: both;
	float: left;
	width: 100%;
	height: 31px;
	background: transparent url(images/nav_bg.gif) repeat-x 0 0;
}
ul.menu {
	float: left;
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
}
ul.menu li {
	float: left;
}
ul.menu li a {
	float: left;
	display: block;
	height: 28px;
	padding: 3px 15px 0 15px;
	line-height: 24px;
	color: #fff;
	}
ul.menu li a:link,
ul.menu li a:visited {
	color: #fff;
	background: none;
}
ul.menu li a:hover,
ul.menu li a:active {
	color: #fff;
	background: url(images/nav_hover.gif) no-repeat center top;
	text-decoration: none;
}
.stats {
	float: right;
	display: block;
	height: 28px;
	padding: 3px 15px 0 15px;
	line-height: 24px;
	color: #FFB43F;
	font-weight: bold;
	font-style: italic;
}

/******************************/
/*********** CONTENT **********/
/******************************/
#wrapper {

	background: #fff;
	margin: 0;
	padding: 0;
}
#content {
	float: left;
	width: 845px;
	height: 100%;
	background: #fff;
	padding: 5px;
}
.post {
	padding: 20px 30px;
	background: #fff;
	color: #050d24;
	text-align: justify;
}
.post a, .post a:hover {
	color: #2f63b3;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.4em;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	overflow: hidden;
}
h3, h4, h5, h6 {
	font-size: 1em;
}
code {
	background: #FDFFCF;
	cursor: text;
	font-size: 17px;
	font-family: "Courier New", Courier, monospace;
	margin: 10px;
	padding: 2px;
}
.recip {
	font-size: 13px;
	background: #FFDFE0;
}
.codehi {
	font-weight: bold;
	color: #B17FFF;
}
.error {
	color: #FF0000;
}
.confirm {
	color: #FF8C00;
	font-weight: bold;
}
#ascreen {
	float: right;
	padding-left: 15px;
}
#last_created img {
	border: 1px solid #DDDDDD;
	margin: 3px;
}
#ads {
	float: right;
	padding-left: 10px;
	text-align: center;
}

/***************************/
/********* FOOTER **********/
/***************************/
#footer {
	width: 100%;
	height: 74px;
	clear: both;
	background: #191919;
	border-top: 1px solid #000;
	color: #fff;
}
#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}
#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
}
#footer p a:link, #footer p a:visited {
	color: #aaa;
}
#footer p a:hover {
	color: #fff;
}
#footer p a:active {
	color: #9ad202;
}
#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 5px 0 20px;
}
