body {
	font-family:'arial, lucida grande',helvetica,arial,sans-serif;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#333;
	border-style:none;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:960px;
}

#header {
float:left;
	width:100%
}

#logoplace {
	width:490px;
	height:150px;
	background:transparent url(/odk2img/top_logo.png) no-repeat center 50px;
	margin:0;
	padding:0;
	float:left;
}

#themeplace {
	width:470px;
	height:150px;
	display:block;
	text-align:center;
	font-size:36px;
	float:left;
}

#themeplacetext {
	width:420px;
	margin:20px 25px 20px 25px;
	height:100px;
	background-color:#ffffff;
	border:1px solid black;
	/* for IE */
	filter:alpha(opacity=75);
	/* CSS3 standard */
	opacity:0.75;
	float:left;
}

#themeplacetext p {
	margin:28px 0 0 0;
	font-family:Arial,Verdana,Sans;
}

#menu {
	float:left;
	background:#fff url(/odk2img/menu_bg.png) no-repeat center center;
	width:100%;
	font-family:Arial,Verdana,Sans;
	padding:0;
}

ul.menu {
	background-color:#000;
	padding:3px 10px 3px 10px;
	border-style:none;
	float:left;
	margin:0;
}

ul.menu li {
	color:#fff;
	float:left;
	width:100px;
	text-decoration:none;
	display:block;
	padding:0;
}

ul.userinfo {
	float:right;
	padding:0 20px 0 0;
}

ul.useroptions {
	clear:left;
}

li.useroption {
	float:left;
	text-decoration:none;
	display:block;
	padding-left:10px;
	border-left:1px solid #fff;
	padding-right:10px;
}

li.user {
	color:#000;
	float:left;
	text-decoration:none;
	display:block;
	clear:both;
}

#sidecol {
	float:left;
	width:230px;
	margin:10px 0 0 0;
	padding:0px;
	min-height:590px;
	background:#fff url(/odk2img/colbg.png) repeat-y;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#contentcol {
	width:730px;
	padding:0;
	margin:0;
	display:block;
	float:left;
}

#footer {
	width:100%;
	/* height:50px; */
	background-color:#000;
	color:#fff;
	float:left;
	padding:1em 0em 1em 0em;
	margin-top:20px 1em 1em 1em;
	overflow:auto;
	font-size:small;
	text-align:center;
}

#footer a {
	color:#fff;
	font-weight:bold;
}

.footersection {
	width:32%;
	padding:0;
	margin-left:10px;
	float:left;
	font-size:10px;
}

.footersection a {
	color: #999;
	font-weight:bold;
}

#content {
	float:left;
	width:100%;
	margin-top:20px;
}

.blogpost {
	width:220px;
	padding:0px;
	margin:10px 20px 20px 0px;
	float:left;
	font-family:Arial,Verdana,Sans;
	overflow:hidden;
	display:block;
	border-bottom:2px dotted #999;
}

.blogpost .teasertitle {
	font-size:1em;
	line-height:1.2em;
	height:2.4em;
	font-weight:bold;
	padding:4px 2px 2px 5px;
	overflow:hidden;
	background:#fff url(/odk2img/pic_bottom.png) no-repeat center top;
}

.blogpost .teaserexcerpt {
	height:7.5em;
	font-size:0.75em;
	line-height:1.5em;
	padding:2px;
	float:left;
	display:block;
	overflow:hidden;
}

.blogpost .votes_count {
	height:16px;
	float:right;
	clear:left;
	font-size:0.6em;
}

.blogpost .vote_buttons {
	height:16px;
	float:right;
	padding-right:10px;
}

.blogpost a {
	border-style:none;
}

.blogpost img {
	border-style:none;
}

.teaserdate {
	height:1.5em;
	font-size:0.6em;
	line-height:1.5em;
	text-align:right;
	float:left;
	width:100%;
}

.teaserdate {
	height:1.5em;
	font-size:0.6em;
	line-height:1.5em;
	text-align:right;
	float:left;
	width:100%;
}
.teasersourceblog {
	height:1.5em;
	font-size:0.75em;
	line-height:1.5em;
	width:100%;
	float:left;
	color:#ccc;
	text-align:right;
	overflow:hidden;
}

.teasersourceblog a {
	color:#ff3f00;
}

.teasertags {
	display: block;
	height: 1.5em;
	float:left;
	clear:both;
	overflow:hidden;
	margin:0;
	padding:0;
}

.teasertags a {
	background: url("/style/tagleft.png") no-repeat scroll 0 0px;
	color:#fff;
	background-color:#bbb;
	font-size:0.6em;
	line-height:1.5em;
	height:1.5em;
	padding:1px 4px 1px 9px;
	margin:0 2px 10px 0;
	white-space:nowrap;
}

.teasertags a:hover{
	background-color:#999;
}

#sidecol ul li {
	text-decoration:none;
	display:block;
}

.sideblock {
	width:100%;
	padding:5px 5px 10px 5px;
	font-size:0.8em;
	overflow:auto;
}

#paging {
	width:660px;
	padding:0px;
	margin:10px 20px 0px 0px;
	float:left;
	font-family:Arial,Verdana,Sans;
	overflow:hidden;
	display:block;
	color:#345;
	text-align:center;
}

#loginform > * {
	float:left;
	clear:both;
	line-height:1.5em;
}

ul.loggedinlinks {
	background-color:#FAAF4C;
	padding:3px !important;
	float:left;
	margin:0 !important; 
	overflow:auto;
	display:block;
}

ul.loggedinlinks li {
	float:left;
	text-decoration:none;
	background-color:#faaf4c;
	display:block;
	padding-right:5px;
	clear:both;
}

/* POP-UP CSS */
#backgroundPopup{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:100%;  
width:100%;  
top:0;  
left:0;  
background:#000000;  
border:1px solid #cecece;  
z-index:1;  
}  
#popupRegister{  
display:none;  
position:fixed;  
_position:absolute; /* hack for internet explorer 6*/  
height:320px;  
width:605px;  
background:#FFFFFF;  
border:2px solid #cecece;  
z-index:2;  
padding:12px;  
font-size:13px;  
}  
#popupRegister h1{  
text-align:left;  
color:#6FA5FD;  
font-size:22px;  
font-weight:700;  
border-bottom:1px dotted #D3D3D3;  
padding-bottom:2px;  
margin-bottom:20px;  
}  
#popupRegisterClose{  
font-size:14px;  
line-height:14px;  
right:6px;  
top:4px;  
position:absolute;  
color:#6fa5fd;  
font-weight:700;  
display:block;  
cursor:pointer;
}  
#button{  
text-align:center;  
margin:100px;  
}  

#popupleft {
	float:left;
	width:250px;
	border-right:1px solid #bbb;
	padding-right:20px;
}
#popupright {
	float:left;
	width:250px;
	padding-left:20px;
}
ul.temaitem {
	padding:0;
	margin:0;
}
ul.temaitem li {
	display:block;
	width:220px;
	border:1px solid #000;
	margin: 10px 20px 20px 0px;
	padding-top:20px;
	background-color:#DDD;
	color:#fff;
	height:50px;
	float:left;
	text-align:center;
	text-decoration:none;
}

