body {
	background: #fff;
	color: #333;
}
a, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.container_12 {
       /* background: #fff url(../img/12_col.gif) repeat-y; */
}

#header {
	padding-bottom: 65px; 
}
#header-logo {
	position:relative;
	margin-top:-60px;
	margin-bottom:50px;
	padding:0;
}
#header-logo .description {
	color: #8E87C1;
	font-weight: bold;
}
h1 {
	width: 250px;
	padding: 10px 0 0;
	margin-bottom: 5px;
}
h1 a {
	background:transparent url(../img/logo_evasport_250x250.png) no-repeat left top;
	display:block;
	height:250px;
	overflow:hidden;
	text-indent:-1000em;
	width:250px;
}

#footer {
	/*background:#EFEBE7 none repeat scroll 0 0; */
	border-bottom: 1px solid #DDE1DF;
	border-top: 1px solid #DDE1DF;
	font-family: "Times New Roman",Times,serif,Georgia,Constantia;
	font-size: 14px;
	margin-bottom:10px; 
	margin-top:20px; 
	padding:5px; 
	color: #666;
}
#footer a, #footer a:visited {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
#footer div {
/*	background: #dedede; */
}

#content {
	background: #fff url(../img/vline.gif) repeat-y 285px 0;
	min-height: 600px;
	height:auto !important;
	height:600px;
        margin-bottom: 10px;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0;
	padding-bottom: 40px;
	position: absolute;
	right:0;
	top:10px;
}

div#navbar ul li {
	float: left;
	margin: 0 20px 0 0;
}
#navbar ul li a {
	font-size: 14px;
	font-weight:bold;
	color: #707070;
	background: #fff;
	text-decoration: none;
	height: 1%;
	padding: 7px 8px;
}
#navbar ul li a:hover {
	background: #d7f5d9;
}
#navbar ul li a.active,
#navbar ul li a.active:visited,
#navbar ul li a.active:hover {
	background: #ececec;
}

/* Posts */
h3 {
	font-size: 20px;
	color: #8E87C1;
}
.commentlist h3,
.form h3 {
	font-size: 18px;
	font-weight: normal;
}
.post h3 {
	font-weight: normal;
}
.post,
#comments,
#CommentForm {
	/*border-bottom: 1px solid #DDE1DF; */
	margin-bottom: 30px;
}
.post {
    padding-bottom: 20px;
	border-bottom: 1px solid #DDE1DF;
}
.meta {
	color:#666666;
	display:block;
	font-size:13px;
	font-style:italic;
}
.timestamp a,
.timestamp a:visited {
	color:#666666;
	text-decoration: underline;
	font-size:10px;
}
.timestamp a:hover {
	color:#000000;
	text-decoration: none;
}
.comment {
	margin-left: 100px;
	padding: 5px 0 10px 5px;
	position: relative;
	border-top: 1px solid #DDE1DF;
}
.owner {
	background: #efefef;
}
.comment .poster {
	color: #707070;
	font-size: 14px;
	font-weight: bold;
}
.comment .poster a,
.comment .poster a:visited {
	text-decoration: underline;
	color: #707070;
	font-size: 14px;
}
.comment .poster a:hover {
	text-decoration: none;
	color: #707070;
}
.comment .timestamp {
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
}
.body {
	margin-top: 20px;
	/*font-size: 15px;*/
	line-height: 1.4;
}
.commentlist {

}
.message {
	margin-top: 5px;
}
.form {

}
.form form {
	margin:10px 0 0;
	margin-left: 100px;
}
.form label {
	display:block;
}
.form .input {
	margin:0 0 10px;
}
.form .text input,
.form .password input,
.form .textarea textarea {
	width:300px;
}
form .error-message {
	color:#EE4B33;
}
.neighbors {
	display:block;
	margin-bottom:30px;
	margin-top:30px;
	position: relative;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.post-prev {
	position: absolute;
	left: 0;
}
.post-next {
	position: absolute;
	right: 0;
}
.clearer {
	clear: both;
}
.post h3 a,
.post h3 a:visited {
	color: #8E87C1;
	text-decoration: underline;
}
.post h3 a:hover {
	background: #8E87C1;
	color: #ffffff;
	text-decoration: none;
}
.created-by {
  /*  text-align: right; */
	margin: 3px;
}
.created-by span {
	font-weight: bold;
}
#footer-nav {
	float: right;
}
#footer-nav li {
	display: inline;
	margin:0;
}
.copyright {
	margin: 3px;
}
#footer {
}
.sidebar-first-image {
	margin-top: 50px;
}
#sidebar-images p {
	margin-left: 10px;
}
#countdown {
	font-family: 'Lucida Console', arial,sans-serif;
	font-weight:bold;
	width:240px;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #838374;
}
#countdown span {
	color: #EB9C23;
	font-size: 23px;
	font-weight:bold;
}
.centered-620px {
        margin: 8px auto 10px;
        width: 620px;
}
.body img {
        border:1px solid #707070;
        padding:2px;

}
.centered {
        text-align:center;
}

