/*  
Theme Name: Mercurius
Theme URI: http://www.bitfactory.nl
Description: A theme for Mercurius Group
Version: 1.0
Author: Bitfactory & Rick Verheyen
Author URI: http://www.bitfactory.nl, http://www.r3dev.nl
*/

/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer
  Widgets



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {	
	color:#000;
	background:#FFF;
	padding-bottom:38px;
	}

body, select, textarea, input {	
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial
	}

p {	
	margin: 15px 0;
	line-height:145%;
	}
		
a, a:visited {	
	color: #3a5cc2;
	text-decoration:none 
	}

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

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 35px;
	}
	
li a:hover, li a:active {
	text-decoration:none
	}

a img {
	border:none
	}	
	
.last_reply li{
	color:#FFF;
}
	
	

/* ---------- @ Page Structure -----------*/

#flag {
	background:#FFF url(images/bg_flag.gif) no-repeat center top;
	/*padding-bottom:33px;*/
	}

#interior #flag {
	background:#FFF url(images/bg_flag.gif) no-repeat center top;
	}
				
.wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: /*871*/960px;
	background:#002359;
	}
	   
#masthead {
	background: url(images/header.gif);
	height: 140px;
	padding:0px 0px 0px 0px;
	}

#logo {
	background:url(images/logo.gif) no-repeat;
	position:relative;
	top: 60px;
	left: 50px;
	height:38px;
	width:206px;
	}

#description {
	color:#7ec2f8;
	letter-spacing:0.06em;
	font-size:0.9em;
	text-transform:uppercase;
	padding-left:2px;
	}
		
.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#sidebar {
	width:368px;
	_width:363px;
	float:right
	}

	
		
/* ---------- @ Headings -----------*/

		   
h1 {
	font:2.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	font-weight:bold;
	width:548px;
	padding-top:5px;
	}

h2 {	
	font:2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	font-weight:bold;
	line-height:100%;
	}

h3 {	
	font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	color:#FFF;
	font-weight:bold;
	line-height:110%;
	}
			
h4 {	
	font-size: 1.2em
	}

#commentarea h4, h4.pagetitle {
	color:#e9d393;
	margin-bottom:13px
	}

#submenu h4 {
	margin: 6px 0 5px 0;
	}
	
		
	


/* ---------- @ Content Styles -----------*/


	
h1 a, h1 a:visited {
	color:#FFF;
	}

h1 a:hover, h1 a:active {
	text-decoration:underline
	}	


h2 a, h2 a:visited {
	color:#fec855;
	}

.commentcount {
	background:url(images/bubble.gif) no-repeat 0 2px;
	padding-left:17px;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	margin-left:9px;
	}

.commentcount a, .commentcount a:visited, .commentcount {
	color:#9cbff3;
	}
	
#interior #content {
	padding-top:7px;
	}

.col.left {
	width:65%;
	}

.col.right {
	width:35%;
	}

		

/*Post Styles*/ 

.entry {
	padding-bottom:20px;
	}
	
.entry ul, .entry ol {
	padding:0 15px 10px 10px;
	}		

.entry ul li {
	margin-left:35px;
	list-style:square;
	padding:2px 0;
	}

.entry blockquote {
	margin:15px 35px 25px 35px;
	border-left:5px solid #fec855;
	padding-left:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#c1cddd;
	line-height:140%;
	}			

.entry img {
	float:left;
	margin:5px 13px 6px 0;
	/*border:4px solid #FFF;*/
	}

.postmetadata {
	text-transform:uppercase;
	font-size: 0.9em;
	color:#6e93b2;
	border-bottom:1px solid #376291;
	border-top:1px solid #376291;
	padding:3px 0;
	}

.entry pre, .entry code {
	font: 1em "Courier New", Courier, monospace;
	overflow:auto;
	/*padding:14px;*/
	padding: 0.5em 1em;
	display:block;
	width:90%;
	}

.entry pre	{
	padding:20px 20px 40px 20px;
	}

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

td, th {
	border-bottom:1px solid #416597;
	padding:4px 8px;
	background:#103064;
	}

th {
	font-weight:normal;
	text-align:left;
	width:35%;
	}

#content .post_single {
	width:/*485*/568px;
	float:left;
	margin-left: 10px;
	_margin-left: 5px;
	background:transparent url(images/content_block.gif) no-repeat scroll 0 0;
	clear:left;
	vertical-align:bottom;
	}
#content .page_block_bottom {
	background:transparent url(images/content_block_bottom.gif) no-repeat scroll 0 0;
	clear:both;
	float:none;
	height:55px;
	margin-left: 10px;
	margin-top:-20px;
	position:relative;
	width:/*485*/568px;
	}
	
#content .post_single h6 {
	background:transparent url(images/h6_back-right.gif) no-repeat;
	background-position:right;
	height:28px;
	padding-right: 54px;
	vertical-align:middle;
	width:auto;
	display:table;
	/*width:200px;*/
}
#content .post_single h6 span.heading6 {
	background:transparent url(images/h6_back2.gif) repeat-x;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	display:block;
	height:28px;
	line-height:28px;
	text-align:left;
	padding-left:20px;
	vertical-align:middle;	
}

#content .post_single .post_inhoud {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
	
	
/*Comments*/

#commentarea {
	background:url(images/divider2.gif) top center no-repeat;
	padding-top:35px;
	}

.commentlist {
	margin:15px 0 0 0;
	padding:0 0 30px 0;
	color:#6291c0;
	}

.commentlist li {
	margin: 15px 0 3px 5px;
	padding: 8px 15px 10px 15px;
	list-style:none;
	border-bottom:1px solid #36639b;
	/* background: url(images/bg_comment.gif);*/
	}

.commentlist a:hover{
	color:#FFF;
}

#commentarea small {
	font-size:1.1em;
	}

.commentlist cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
	color:#6291c0;	
	}	

.gravatar {
	float:left;
	border:1px solid #2d578a;
	}
	
.commentinfo {
	width:765px;
	float:right;
	padding-top:5px;
	}

.commentlist li.my_comment {
	/*background:#254f89;*/
	border-bottom:1px solid #36639b;
	/*border-top:1px solid #36639b;
	*/
	}

li.my_comment cite {
	font-size:1.5em;
	}	
	
#commentarea .replyform {
	width:/*485*/568px;
	float:left;
	margin-left: 10px;
	background:transparent url(images/content_block.gif) no-repeat scroll 0 0;
	clear:left;
	vertical-align:bottom;
	}

#commentarea .replyform p {
	margin-left: 5px;
}

#commentarea .replyform_bottom {
	background:transparent url(images/content_block_bottom.gif) no-repeat scroll 0 0;
	clear:both;
	float:none;
	height:55px;
	margin-left: 5px;
	margin-top:-20px;
	position:relative;
	width:485px;
	}
	
#commentarea .respond {
	background:transparent url(images/h6_back.gif) no-repeat scroll right center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-left:20px;
	text-align:left;
	vertical-align:middle;
	width:200px;
}

#commentarea input, textarea, field {
	border: 1px solid black;
}

#commentarea textarea {
	width: 80%;
}

#commentarea .comments_block {
	width:/*485*/568px;
	float:left;
	margin-left: 10px;
	background:#00153d url(images/comments_back.gif) no-repeat scroll 0 0;
	clear:left;
	vertical-align:bottom;
}

#commentarea .comments_bottom {
	background:transparent url(images/comments_bottom2.gif) no-repeat scroll 0 0;
	clear:both;
	float:none;
	height:35px;
	margin-left: 10px;
	margin-top:-20px;
	position:relative;
	width:/*485*/568px;
	}

#commentarea .commentstitle {
	background:transparent url(images/comment_title.gif) no-repeat scroll 0 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:21px;
	margin-bottom:10px;
	padding-left:10px;
	width:100%;	
	}
	
/* ---------- @ Forms -----------*/

#searchform {
	float:left;
	width:189px;
	background:url(images/searchbar.gif) no-repeat;
	padding:0 0 5px 5px;
	margin-top:15px;
	height:21px;
	}

#s {
	background:#295ba0;
	border:none;
	color:#FFF;
	padding-left:10px;
	margin-top:-4px;
	width:140px;
	_height: 35px;
	_margin-top:0px;
	_background: ;
	}
		
.field {
	background:#FFF;
	/*border:none;*/
	padding:4px;
	/*border:none;*/
	}

.field:focus {
	background:#e8ebf0;
	}
	
#submit {	
	background: #010a2a ! important;
	border:none;
	font-size:0.9em;
	color:#b5dbf3;
	padding:5px;
	text-transform:uppercase
	}

#submit:hover {	
	background: #12225b ! important;
	}
	
#searchsubmit {
	background:#295ba0;
	border:none;
	margin: 1px 0 0 3px;
	font-size:0.9em;
	color:#b5dbf3;
	padding:2px;
	_top: -15px;
	_position:relative;
	_margin: 0px 0px 0px 10px;
	}
	
#content .search_block {
	width:/*485*/568px;
	float:left;
	margin-left: 10px;
	background:transparent url(images/content_block.gif) no-repeat scroll 0 0;
	clear:left;
	vertical-align:bottom;
	}
#content .search_block_bottom {
	background:transparent url(images/content_block_bottom.gif) no-repeat scroll 0 0;
	clear:both;
	float:none;
	height:55px;
	margin-left: 10px;
	margin-top:-20px;
	position:relative;
	width:/*485*/568px;
	}
	
#content .search_block h6 {
	background:transparent url(images/h6_back.gif) no-repeat scroll right center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-left:20px;
	text-align:left;
	vertical-align:middle;
	width:200px;
}

#content .search_block .search_inhoud {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
	

/* ---------- @ Float Clearing -----------*/

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

.clearfloat {
	display:block
	}


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

#meta {
	padding-top: 25px;
	}

.block {
	width:187px;
	float:left;
	margin:0 13px;
	}

#meta ul {
	margin-top:15px; 
	}
			
#meta li {
	list-style:none;
	border-top:1px solid #213957;
	padding:6px 0;
	}

#meta a, #meta a:visited {
	color:#80a3dc;
	}

#meta a:hover, #meta a:active {
	color:#FFF;
	}
			
#footer {
	padding: 12px;
	color:#697d98;
	background:#151d3b;
	margin-top:28px;
	text-align:center
	}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
	}

/* Widget style*/

#sidebar .widget {
	width:/*363*/568px;
	_width:363px;
	float:left;
	background:transparent url(images/sidebar1_back.gif) no-repeat scroll 0 0;
	clear:left;
	vertical-align:bottom;
	}

#sidebar .widgetbottom{
	background:transparent url(images/sidebar1_bottom.gif) no-repeat scroll 0 0;
	clear:both;
	float:none;
	height:75px;
	margin-top:-20px;
	position:relative;
	width:/*363*/568px;
	_width:355px;
	height:50px;
	}
	
.widgettitle {
	background:transparent url(images/h6_back.gif) no-repeat scroll right center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-left:20px;
	text-align:left;
	vertical-align:middle;
	width:200px;
	}

#sidebar .widgetcontent {
	padding-left: 20px;
	padding-top: 10px;
}

/* Archives / Categorys */

#content .archive_block {
	width:/*485*/568px;
	float:left;
	margin-left: 10px;
	/*background:#1b4680 url(../images/bg_latest.jpg) no-repeat;*/
	background:transparent url(images/content_block.gif) no-repeat scroll 0 0;
	clear:left;
	vertical-align:bottom;
	}
#content .archive_block_bottom {
	background:transparent url(images/content_block_bottom.gif) no-repeat scroll 0 0;
	clear:both;
	float:none;
	height:75px;
	margin-top:-20px;
	position:relative;
	margin-left: 10px;
	width:568px;
	}

#content .archive_block .post {
	margin-left: 5px;
	margin-top: 5px;
}
	
#content .archive_block h6 {
	background:transparent url(images/h6_back.gif) no-repeat scroll right center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-left:20px;
	text-align:left;
	vertical-align:middle;
	width:200px;
}

/* Pages */

#content .pages_block {
	width:/*485*/568px;
	float:left;
	margin-left: 10px;
	/*background:#1b4680 url(../images/bg_latest.jpg) no-repeat;*/
	background:transparent url(images/content_block.gif) no-repeat scroll 0 0;
	clear:left;
	vertical-align:bottom;
	}
#content .pages_block_bottom {
	background:transparent url(images/content_block_bottom.gif) no-repeat scroll 0 0;
	clear:both;
	float:none;
	height:75px;
	margin-top:-20px;
	position:relative;
	margin-left: 0px;
	width:568px;
	}

#content .pages_block .entry {
	margin-left: 5px;
	margin-top: 5px;
}
	
#content .pages_block h6 {
	background:transparent url(images/h6_back.gif) no-repeat scroll right center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-left:20px;
	text-align:left;
	vertical-align:middle;
	width:200px;
	_margin-top:-1px;
}

/* Forum */

#content .forum_block {
	width:/*485*/940px;
	float:left;
	margin-left: 10px;
	_margin-left: 5px;
	/*background:#1b4680 url(../images/bg_latest.jpg) no-repeat;*/
	background:transparent url(images/forum_block.gif) no-repeat scroll 0 0;
	clear:left;
	vertical-align:bottom;
	}
#content .forum_block_bottom {
	background:transparent url(images/forum_block_bottom.gif) no-repeat scroll 0 0;
	clear:both;
	float:none;
	height:75px;
	margin-top:-20px;
	position:relative;
	margin-left: 0px;
	width:940px;
	}

#content .forum_block .entry {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
}
	
#content .forum_block h6 {
	background:transparent url(images/h6_back.gif) no-repeat scroll right center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	padding-left:20px;
	text-align:left;
	vertical-align:middle;
	width:200px;
	_margin-top: -1px;
}
