/*  
Theme Name: oneDot White
Theme URI: http://www.onedotonly.be
Description: A white design, vaguely inspired on the sodelecious theme by web2themes.com
Version: 0.1
Authors: Nick Lambrecht & Koen Betsens
Author URI: http://www.onedotonly.be

*/


/* GLOBAL */
body {
	font: 11px Georgia, "Trebuchet MS", Sans-Serif;
	color: #222;
	margin-top:0px;
}

img { border:0px; }
a { color: #ccc; text-decoration: none;  }
a:visited { color: #ccc; text-decoration: none; }
a:hover { color: #E04251; text-decoration: none; }

h1 { color:#01242f; font-size:19px; text-align:center; padding:0px; margin: 105px 0px 0px 110px; }
h1 a, h1 a:visited { color:#0f93d7; text-decoration:none; }
h1 a:hover { color:#6dc5f2; }

h2 { color: #222; font-size: 18px; font-weight: bold; margin:0px; padding:2px 0px; }
h2 strong { color:#1e81b4; }
h2 a, h2 a:visited { color: #E04251; }
h2 a:hover { color: #777; }

h3 { font-size: 15px; margin:0px; }



/* ID's & CLASSES */

#header {
	width:820px;
	height:178px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#header_logo {
	width:540px;
	height:190px;
	margin:0px;
	background: url(img/head.png) no-repeat bottom;
	float:left;
}

#logo {
	width:102px;
}

#header_menu {
	width:240px;
	height:190px;
	background:url(img/mnu.head.png) no-repeat;
	float:left;
	margin:0px 4px;
	padding:0px;
}

#page {
	width:790px;
	height:auto;
	margin: 0 auto;
}	

#main {
	width:820px;
	height:auto;
	padding:0 0 10px 0px;
	margin-left:auto;
	margin-right:auto; 
	height:auto;
}

#main_left {
	width:490px;
	height:auto;
	overflow:hidden;
	padding:42px 24px;
	margin-bottom:12px;
	float:left;
	background:white url(img/main.partners.png) no-repeat center bottom;
	border:1px dotted #ccc;
	border-width:0px 1px 1px 1px;
}

#line-up {
	margin-left:0px;
}

.post {
	width:490px;
	height:auto;
	margin-bottom:24px;
}

.post_date {
	overflow:hidden;
	width:30px;
	font-size: 13px;
	color: #ccc;
	text-align:center;
	margin:0 15px 24px 0;
	float:left;
}
.post_date b {
	font-size: 32px;
	line-height:18px;
	color: #aaa;
}

.post_header {
	font-family: Arial,Tahoma, Helvetica, sans-serif;
	width:385px;
	height:auto;
	font-size:11px;
	color: #E04251;
	line-height:16px;
	text-align:left;
}

.post_header a { height:12px; margin-left:5px; }

a.post_ico_comment { color: #7d3e44; padding-left:18px; background:url(img/ico.comment.png) no-repeat left; }

.post_ico_cat { background:url(img/ico.group.png) no-repeat left; padding-left:12px; }

.post_ico_cat a { color: #de979d; }

.post_ico_tag { font-size:10px; background:url(img/ico.tag.png) no-repeat left; padding-left:12px; }

.post_content {
	width:460px;
	height:auto;
	color:#333;
	text-align:justify;
	padding:0 0 5px 20px;
	line-height:18px;
}

.post_content a { color: #E04251; border-bottom: 1px dotted  #c1e374; padding:0px; }
.post_content a:hover { border-bottom: 1px  solid #6dc5f2; }


#main_right {
	width:220px;
	padding:0 8px 0 20px;
	margin:0px 4px;
	height:auto;
	float:left;
	background: url(img/mnu.bg.png) repeat-y left bottom;
}

#main_right .widget {
	float:left;
	width:220px;
	margin-bottom:20px;
}

#main_right li {
	padding-left:0px;
}

#main_right .title {
	font-size:14px;
	font-weight:bold;
	color:white;
}

#box_search {
	width:220px;
	height:24px;
	margin:20px 0px;
}

.bt_search {
	width: 28px;
	height: 24px;
	padding:0px;
	margin:0;
	border: none;
	float:left;
}

.fld_search {
	border: none;
	background: url(img/frm.fld.rcorn.png) no-repeat right;
	color: #ccc;
	width: 182px;
	height:20px;
	padding: 2px 4px;
	margin:0px;
	float:left;
}

#main_naked {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:236px;
	padding:12px 0 0 15px;
	height:auto;
	float:left;
	overflow:hidden;
	color:#ccc;
	font-size:10px;
	text-align:left;
}

#main_naked .widget {
	width:250px;
	margin-bottom:20px;
}

#main_naked li {
	padding-left:0px;
}

#main_naked .title {
	font-family:"Trebuchet MS", Trebuchet, Georgia, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#8dadc5;
}

#tag_cloud a { color:#333; }
#tag_cloud a:visited { color:#4a4a4a; }
#tag_cloud a:hover { color:#c1e374; }


#footer {
	color:#333;
	padding-top: 15px;
	padding: 12px 280px 10px 0px;
	width: 540px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}


