/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

Totally revised by Alessandro Polo 2008
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(/_images/template0/img01.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 7px 0;
	text-align: justify;
	line-height: 18px;
	font-size: 12px;
}

a:link {
	color: #7BAA0F;
}

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

a:visited {
	color: #333333;
}

a.tag, a.tag:active {
	text-decoration: none;
	color: black;
}
a.tag:hover {
	text-decoration: underline;
}

div, span {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}


img.pic{
	width: 300px;
	height: auto;
}

ul.compact {
	margin: 0;
	padding-left: 0px;
	margin-left: 0px;
	color: #bdc0e7;
}

/* Form */
/* ---------------------------------------------------------------------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #006666;
	color: #333333;
}


#statusmsg {
	position: absolute;
	left: 10px;
	top: 35px;
	font-size: 16px;
	color: #bdc0e7;
	width: 200px;
	white-space: nowrap;
}

#pilog {
	position: absolute;
	right: 4px;
	top: 40px;
	font-size: 10px;
	color: white;
}
#pilog a {
	color: white;
	text-decoration: none;
}

#counter {
	position: absolute;
	top: 300px;
	left: 0;
}

#flags {
	position: absolute;
	right: 4px;
	top: 65px;
	font-size: 10px;
	text-align: right;
}

/* Header */
/* ---------------------------------------------------------------------------------------------------------------------- */

#header {
	width: 850px;
	height: 82px;
	margin: 70px auto 20px auto;
	background: url(/_images/template0/img03.gif) repeat-x left bottom;
}

#logo {
	float: left;
}

#logo h1 {
	font-size: 38px;
	color: #494949;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #494949;
}

#logo h2 {
	margin-top: 0px;
	font-size: 12px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */
/* ---------------------------------------------------------------------------------------------------------------------- */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	line-height: 26px;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: #F5F5F5 url(/_images/template0/img02.gif) repeat-x left bottom;
	margin-left: 5px;
	padding: 7px 20px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

#menu a.active {
	background: #FDFDFD url(/_images/template0/img02.gif) repeat-x left top;
}

/* Page */
/* ---------------------------------------------------------------------------------------------------------------------- */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */
/* ---------------------------------------------------------------------------------------------------------------------- */

#content {
	float: left;
	width: 575px;
}

p#note {
	margin: 10px;
	margin-bottom: 30px;
	padding: 10px;
	border: 1px solid rgb(221, 221, 153);
	background-color: rgb(238, 238, 204); color: rgb(0, 0, 0);
}

/* Post */
/* ---------------------------------------------------------------------------------------------------------------------- */

div.post {

}

div.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(/_images/template0/img11.gif) no-repeat right 50%;
	border-bottom: 1px dotted #D1D1D1;
}

div.post .entry {
	margin-left: 4px;
}

div.post .extra {
	margin-top: 10px;
	padding: 0;
	background: url(/_images/template0/img03.gif) repeat-x;
	color: #999999;
}
div.post .extra  p {
	margin: 0px;
	margin-bottom: 5px;
}

div.post .meta {
	margin-top: 7px;
	padding: 3px 0 60px 0;
	background: url(/_images/template0/img03.gif) repeat-x;
}

div.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

div.post .meta .byline {
	float: left;
}

div.post .meta .links {
	float: right;
}

div.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(/_images/template0/img06.gif) no-repeat left center;
}

div.post .meta .comments {
	padding-left: 22px;
	background: url(/_images/template0/img07.gif) no-repeat left center;
}

div.post .meta b {
	display: none;
}

div.post img.resized {
	border: 0;
	width: 250px;
}

/* Sidebar */
/* ---------------------------------------------------------------------------------------------------------------------- */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar p, #sidebar ul {
	font-size: 11px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 22px;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
	background: url(/_images/template0/img12.gif) no-repeat left 50%;
}

#sidebar h2 {
	margin-bottom: 10px;
	background: url(/_images/template0/img11.gif) no-repeat right 50%;
	border-bottom: 1px dotted #D1D1D1;
	font-size: 16px;
}

/* Search */
/* ---------------------------------------------------------------------------------------------------------------------- */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 120px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 3px;
	background: #ECECEC url(/_images/template0/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

/* Boxes */
/* ---------------------------------------------------------------------------------------------------------------------- */

.box1 {
	padding: 20px;
	background: url(/_images/template0/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(/_images/template0/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
/* ---------------------------------------------------------------------------------------------------------------------- */

#footer {
	height: 200px;
	min-height: 40px;
	padding: 10px 0 0 0;
	background: #003448 url(/_images/template0/img09.gif) repeat-x;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 8px;
	text-align: center;
	color: #bdc0e7;
	font-size: 13px;
}

#legal a {
	color: #bdc0e7;
	text-decoration: none;
}
#legal a:hover {
	text-decoration: underline;
}

span#status_edit {
	font-size: 10px;
	margin-left: 20px;
	color: #CCF;
}

span#status_edit a {
	color: #CCF;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

table.wtable {
	width: 99%;
}

td.tblborder {
	border-bottom: dotted 1px #eee;
}

td.tblfield {
	width: 18%;
	margin-right: 40px;
	color: #666;
	border-bottom: dotted 1px #eee;
	vertical-align: top;
}

td.tbldata {
	width: 82%;
	vertical-align: top;
	border-bottom: dotted 1px #ffe;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

.separator {
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 80%;
	height: 6px;
	background: #F5F5F5 url(/_images/template0/img02.gif) repeat-x center bottom;
}

/* ---------------------------------------------------------------------------------------------------------------------- */

div.item-title{
	font-size: 16px;
	font-weight: normal;
	color: #3E3E3E;
	margin-top: 7px;
	padding-left: 18px;
	padding-bottom: 2px;
	background: url(/_images/template0/img11.gif) no-repeat left 50%;
	border-bottom: 1px dotted #D1D1D1;
}

div.item-text{
	padding: 5px;
	padding-left: 8px;
}

div.item-extra{
	text-align: right;
	background: url(/_images/template0/img03.gif) repeat-x;
	color: #999999;
}

/* ---------------------------------------------------------------------------------------------------------------------- */
