/* --------- Main Style.css file ----------------------------------------------- */
/*										 */
/* Author: Willem Scholten							 */
/*
/* $HeadURL$
   $Id$
   $LastChangeBy$

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

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}
	
*:focus { 
	outline: none;
	}
	
body,html {
	min-height:101%;
	}
	
body {
	background:#fff;
	padding: 0px;
        border-left: 0px;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}

a, a:visited {
	color: #21578a;
	text-decoration:none
	}

a:hover, a:active {
	color:#939598;
	text-decoration:underline;
	}

small {
	font-size: 0.95em;
	background:#eef5e1;
	padding:3px 6px;
	}

hr {
	margin:22px 0;
	background:#eae9e4;
	color:#eae9e4;
	height:1px;
	border:0;
	display: block;
	}	

label {
	margin:12px 0 0 0;
	display:block
	}
	
a img {
	border:none
	}

table {
	display: table;
	margin:13px 0;
	width:100%;
	border-collapse:collapse;
	}	

th {
	background:#e4e4e4;
	text-align:left;
	width:35%
	}

th, td {
	border-bottom:1px solid #FFF;
	padding:4px 7px;
	}
	
td {
	background:#f2f2f2;
	/* width:65%; */
	}		
			

/* Structure */

#page {
	width:946px;
	margin: 0 auto;
	font-size:0.7em;
        background:#fff;
        padding: 0px;
	}

.left {
	float:left;
	}

.footerleft {
        float:left;
        padding-top:5px;
        padding-bottom: 10px;
        padding-left: -10px;
        }

.right {
	float:right;
	}

#sidebar {
	float:left;
	margin-right:13px;
	padding-bottom:25px;
	}

#interior #sidebar {
	padding:18px 0px 35px 13px;
	}

#interior #content {
        float:left;
        width:699px;
        padding:18px 18px 40px 0px;
        }
	
.widget_tag_cloud a {
	display:inline;
	float:none;
}

.widget_calendar table {
	width:100%;
}

.bluebox {
	background:#fff;
	border-top:1px solid #ebebeb;
	padding:13px;
	}
	
.bluebox a, .bluebox a:visited {
	color:#000;
	font-weight:bold
	}

.widget li {
	list-style:none;
	border-bottom:1px solid #ececec;
	padding:3px 0 3px 4px;
	}
	
li.widget {
 	list-style:none;
 	}

.bullets a, .bullets a:visited,
.widget a, .widget a:visited {
	color:#737373;
	}

.bullets a:hover, .bullets a:active,
.widget a:hover, .widget a:active {
	color:#000;
	text-decoration:none
	}

.bullets li {
	margin-left:25px;
	padding:5px 0;
	border-bottom:1px solid #ececec;
	list-style:square
	}
	

/*	Headers */

h1, #logo {
	margin:0 auto;
	display:block;
	color:#FFF;
	font:2.8em Georgia, "Times New Roman", Times, serif;
	padding-top:36px;
	text-align:center;
	font-weight:bold
	}
	
h2 {
	font: 2em Georgia, "Times New Roman", Times, serif;
	padding:6px 0;
	border-bottom:1px solid #eae9e4;
	color:#313228;
	font-weight:bold
	}

h2#description {
	border:none;
	padding:0;
	font-size:0.9em;
	text-align:center;
	color:#40bb7f;
	text-transform:uppercase
	}

h2.widgettitle {
	border:none;
	font:1.2em Arial, Helvetica, sans-serif;
	font-weight:bold
	}
	
h3 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color:#144281;
	margin:13px 0 5px 0;
	line-height:110%;
	font-weight:bold
	}

#sidebar h3 {
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif
	}

h3#pages {
	margin:0 0 5px 0;
	}
		
.narrow h3 {
	font:1.6em Georgia, "Times New Roman", Times, serif;
	color:#313228;
	font-weight:bold
	}
	
h4 {
	margin-bottom:3px;
	font:1.2em Arial, Verdana;
	color:#313228;
	font-weight:bold
	}

.narrow h4 {
	font:1.4em Georgia, "Times New Roman", Times, serif;
	color:#313228;
	font-weight:bold
	}
		
/*Post Page Formatting*/

.picleft {
	float:left;
	margin:4px 14px 10px 0;
	border:0px;
	}

.picright {
	float:right;
	margin:4px 0 10px 14px;
	border:0px;
	}

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
/* .clearfloat {
	display:inline-block
	}
*/
.clearfloat {
	display:block
}
	

.entry p, .commentlist p {
	line-height:140%;
	margin:15px 0;
}

.entry ul, .entry ol {
	padding:15px 0;
}

.entry ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
}

.entry ol li, .entry ul li {
	line-height:115%;
	margin:0 0 5px 48px;
}

.postmetadata {
	border-bottom:1px solid #EAE9E4;
	padding:5px 0;
}

.commentcount {
	background:transparent url(/dpexplorer/locale/en/images/bubble.gif) no-repeat scroll 1px 50%;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	margin:0 10px;
	padding-left:17px;
}

.bigger {
	font-size:1.1em;
}

.narrow {
	float:left;
	width:465px;
}
#print {
	background:transparent url(/dpexplorer/locale/en/images/icon_page.gif) no-repeat scroll 0 0;
	padding-left:15px;
}

#breadcrumbs {
	background:#3b185a;
	padding:6px 0 6px 78px;
	color:#fff;
	}	

#breadcrumbs a, #breadcrumbs a:visited {
	color:#fff;
	font-weight:bold
	}

/* Footer*/

#meta {
	background:#000 url(/dpexplorer/locale/en/images/bg_popular.jpg) center bottom no-repeat;
	margin-top:5px;
	padding: 21px 0 36px 0;
	}

#meta a, #meta a:visited {
	color:#ecf7ff;
	}

#meta ol {
	padding-top:15px;
	}

#meta .block {	
	width:283px;
	float:left;
	padding-left:20px;
	}
	
#meta li {
	margin-left:25px;
	color:#65a5cb;
	padding:2px 0;
	list-style:square
	}

#meta span {
	color:#316686;
	}
					
#footer {
	margin: 0 auto;
	width: 946px;
	font-size:0.7em;
	padding:0px;
	color:#000;
	}

#footer a, #footer a:visited {
	color:#000;
	}

#footer .left, #footer .right {
	width:400px;
	}
	
#footer .right {
	text-align:right
	}

