/*   
Theme Name: SimpleBlocks
Theme URI: http://blog.phamansinh.com/2008/08/19/simpleblocks-wordpress-theme/
Description: a simple, clean and (trying to be) elegant theme.
Version: 1.0.1
Author: KenzoIX
Author URI: http://phamansinh.com
Tags: simple, two columns, widget ready
*/

/*------------------- General --------------------*/
*
{
	margin: 0;
	padding: 0;
}

ul, ol {
	margin: 10px 0;
	padding: 0 30px;
}

body
{
	background: #fff none repeat scroll 0 0;
	font-size: 12px;
	font-family: Verdana,Arial,sans-serif;
	text-align:center;
}

#page
{
	width: 980px;
	margin: 0 auto;
	text-align:center;
}

a
{
	color: #5b5;
	text-decoration: none;
}

a:hover
{
	color: #08f;
}

/*---------------------- Header, menu ----------------------*/
#header
{
	padding: 0;
	margin: 0;
	text-align: right;
	overflow: hidden;
	background-image: url(../../../../images/header_background.gif);
	background-repeat: repeat-x;
	height:88px;
}

#header h1 a
{
	color: #FFFFFF;
}

#header h2
{
	font-size: 14px;
	color: #FFFFFF;
}
.headerButton {
	float:right;
	margin:22px 22px 0 0;
}
div#menu {
	background-image: url(../../../../images/menu_background.gif);
	background-repeat: repeat-x;
	width:100%;
	height:40px;
	text-align:center;
}

div#menuContainer {
	font-family: Arial, Verdana, Helvetica;
	margin: auto;
	/* -- deze instelling groter maken als menu-items niet naast elkaar staan -- */
	width:950px;
	/* -- end -- */
}

.menuItemPromote,
.menuItemInactive,
.menuItemActive {
	background-repeat: repeat-x;
	height:35px;
	float: left;
	border-left: 1px solid #999;
	border-right: 1px solid #ddd;
	font-size: 14px;
}

.menuItemInactive:hover {
	background-image: url(../../../../images/menu_hover_background.gif);
}

.menuItemPromote:hover {
	background-image: url(../../../../images/menu_promote_hover_background.gif);
}

.menuItemInactive {
	background-image: url(../../../../images/menu_inactive_background.gif);
}
.menuItemPromote {
	background-image: url(../../../../images/menu_promote_background.gif);
}
.menuItemActive {
	background-image: url(../../../../images/menu_active_background.gif);
}
.menuItemPromote a,
.menuItemActive a,
.menuItemInactive a {
	line-height: 35px;
	text-decoration: none;
	display:block;
	padding: 0 24px 0 24px;
}
.menuItemActive a {
	font-weight:bold;
	color: #5a5;
}
.menuItemInactive a {
	color: #666;
}
.menuItemPromote a {
	color: #a40;
	font-weight:bold;
}


.page_item a
{
	color: #FFFFFF;
	display: block;
}



/*------------------------- Container, main, sidebar ---------------------*/
#container
{
	overflow: hidden;
	background-image: url(images/bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	margin: 0 0 10px 0;
	text-align:center;
	width:100%;
}

#main
{
	width: 690px;
	padding: 20px 0;
	float: left;
	text-align:left;
}

#sidebar
{
	width: 280px;
	float: right;
	text-align:left;
}

/*---------------------- Content -------------------------*/
.post
{
	margin-bottom: 50px;
}

.postdate
{
	border-bottom: 1px solid #CCCCCC;
	color: #ccc;
	text-align: left;
	padding: 5px 10px;
	font-size:25px;
}

.month
{
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin: 3px 0 5px;
}

.date
{
	text-align: center;
	margin-top: 2px;
	font-size: 20px;
}

.title
{
	overflow: hidden;
	margin: 0 0 0 20px;
}

.title h2
{
	border-bottom: 1px dotted #CCCCCC;
	padding: 5px 0;
}

.title h2 a
{
	font-size: 16px;
	color:#5b5;
	line-height: 140%;
}

.title h2 a:hover
{
	color: #08f;
}

.postmeta{
	color: #666666;
	padding: 5px 0 0 0;
}

.postmeta_category
{
	background: url(images/category.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_author
{
	background: url(images/author.gif) no-repeat;
	padding: 0 5px 0 18px;
}

.postmeta_category a
{
	color: #666666;
}

.postmeta_category a:hover
{
	color: #08f;
}

.entry
{
	margin: 20px 20px 20px 30px;
	text-align: left;
}

.entry h3
{
	margin: 10px 0;
	font-size: 16px;
}

.entry h4
{
	margin: 10px 0;
}

.entry p
{
	margin: 10px 0;
	line-height:150%;
}

.additionalinfo
{
	overflow: hidden;
	margin: 0 10px;
}

.ai_tags
{
	background: url(images/tags.gif) no-repeat;
	padding-left: 20px;
	float: left;
	width: 450px;
}

.ai_tags a
{
	color: #666666;
}

.ai_tags a:hover
{
	color: #CC6600;
}

.ai_comments
{
	float: right;
	color: #666666;
}

.ai_comments a
{
	border: 2px solid #ddd;
	color:#fff;
	background-color: #5b5;
	display: block;
	padding: 5px;
}

.ai_comments a:hover
{
	background-color: #08f;
}

.navi
{
	overflow: hidden;
}

.navi .left
{
	float: left;
	padding: 8px;
}

.navi .right
{
	float: right;
	padding: 8px;
}

/*------------------------ Sidebar ------------------------*/
#sidebar ul
{
	padding: 15px;
}

#sidebar a
{
	color: #666666;
	text-decoration: none;
}

#sidebar a:hover
{
	color: #5b5;
}

#sidebar ul h2
{
	font-size: 14px;
	line-height: 140%;
	padding: 0 0 2px 0;
	margin-bottom: 10px;
	color: #08f;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar ul li
{
	list-style: none;
	line-height: 160%;
	font-size: 12px;
	padding-bottom: 15px;
}

#sidebar ul ul
{
	padding: 0px 10px;
}

#sidebar ul ul li
{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
}

/*--------------------- Footer ------------------------*/
div#footer1Container {
	background-image: url(../../../../images/footer1_background.gif);
	background-repeat: repeat-x;
	background-color: #6fc365;
	width:100%;
	height:170px;
	clear:left;
}

div#footer1Content {
	color:#adc;
	padding-top:50px;
	text-align:center;
}
div#footer1Content a {
	color:#fff;
	text-decoration:underline;
}

div#footer2Container {
	background-image: url(../../../../images/footer2_background.gif);
	background-repeat: repeat-x;
	background-color: #959595;
	width:100%;
	height:120px;
	clear:left;
}
div#footer2Content {
	color:#ddd;
	padding-top:25px;
	text-align:center;
}
div#footer2Content a {
	color:#ddd;
	text-decoration:underline;
}

#bottomwidget
{
	background: #ccc none repeat scroll 0 0;
}

#bottomwidget a
{
	color: #666666;
	text-decoration: none;
}

#bottomwidget a:hover
{
	color: #CC6600;
}

#bottomwidget ul
{
	padding: 0 10px;
	margin: 0;
	overflow: hidden;
}

#bottomwidget ul h2
{
	font-size: 18px;
	line-height: 180%;
	padding: 5px 0;
	margin-bottom: 10px;
	color: #336666;
	border-bottom: 1px solid #CCCCCC;
}

#bottomwidget ul li
{
	list-style-type: none;
	float: left;
	padding: 20px;
	width: 280px;
}

#bottomwidget ul ul
{
	padding: 0px 10px;
}

#bottomwidget ul ul li
{
	border-bottom: 1px solid #eeeeee;
	padding: 2px 0;
	background: url(images/side.gif) no-repeat 0 10px;
	padding-left: 16px;
	width: 240px;
}


/*-------------------- Comment ------------------------*/
.commentstitle
{
	border-top: 1px solid #CCCCCC;
	margin: 0 0 0 20px;
}

.commentstitle h3
{
	padding-bottom: 10px;
	padding-top: 10px;
}

.commentsnumber
{
	color: #08f;
}

.trackback
{
	float: right;
	padding-top: 10px;
	padding-right: 12px;
}

.commentlist
{
	color: #666666;
	list-style-type: none;
	padding: 10px 12px;
	margin: 0 0 0 20px;
}

.commentlist li
{
	border-top: 1px solid #CCCCCC;
	padding: 0 0 20px 0;
	min-height: 100px;
}

.commentlist li ol li
{
	min-height: 0;
}

.alt
{
	background-color: #F2F2F2;
}

.commentmeta
{
	overflow: hidden;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #F7F8E0 none repeat scroll 0 0;
	width: 200px;
	float: right;
}

.authcommentmeta
{
	overflow: hidden;
	padding: 10px 0 10px 5px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #D0F5A9 none repeat scroll 0 0;
	width: 200px;
	float: right;
}

.commentavatar
{
	float: left;
}

.commentinfo
{
	float: left;
	width: 150px;
}

.commentauthor
{
	font-size: 16px;
}

.commentauthor a
{
	color: #0066CC;
}

.commentauthor a:hover
{
	color: #CC6600;
}

.commenttime
{
	font-size: 12px;
}

.commentcontent
{
	width: 400px;
	padding: 10px;
	text-align: justify;
}

.tbinfo
{
	padding: 10px;
	overflow: hidden;
}

.tbsource
{
	float: left;
	width: 450px;
}

.tbtime
{
	float: right;
	width: 150px;
}

.tbcontent
{
	padding: 10px;
}

.avatar
{
	width: 32px;
	height: 32px;
	display: block;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin: 5px;
}

#comform
{
	margin: 0 0 0 20px;
}

#respond
{
	font-size: 18px;
	color: #5b5;
	margin-bottom: 15px;
	margin-top: 10px;
}

#commentform p
{
	margin: 0 0 10px 0;
}

input#author, input#email, input#url, textarea#comment
{
	margin-left: 12px;
	border: 2px solid #CCCCCC;
	padding: 2px;
	width: 200px;
	background-color: #F9F9F9;
} 

textarea#comment
{
	width: 550px;
	height: 200px;
}

input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus
{
	color: #666666;
	border: 2px solid #08f;
	background-color: #FFFFFF;
}

label
{
	margin-left: 5px;
	font-size: 12px;
}

input#submit
{
	margin-left: 12px;
	background-color: #f9f9f9;
	border: 2px solid #CCCCCC;
	width: 80px;
	padding: 2px 5px;
	color: #666666;
	font-size: 12px;
}

/*----------------- Blockquote, code, list -----------------*/
blockquote
{
	background-color: #EEEEEE;
	color: #666666;
	margin: 10px 30px 10px 20px;
	padding: 5px 10px;
	border: 1px solid #CCCCCC;
	border-left: 5px solid #669900;
}

pre
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
	overflow: auto;
	margin: 10px;
	padding: 10px;
}

code
{
	background: #E6E6E6 none repeat scroll 0 0;
	border: 1px solid #BDBDBD;
	color: #666666;
}

.post ul, .post ol
{
	margin: 10px 0 10px 0;
	padding-left: 40px;
	padding-right: 40px;
}

.post li
{
	padding: 2px 0 2px 0;
}

.edit_link
{
	float: right;
	clear: both;
}

/*------------------------ Search Form ------------------------*/

#searchform
{
}

#searchinput
{
	font-size: 12px;
	padding: 2px;
	color: #08f;
	background-color:#f4f4f4;
	width: 150px;
	padding:2px;
	border:0;
	border-bottom: 1px dashed #ccc;
}

#searchsubmit
{
	border: 2px solid #ddd;
	color:#fff;
	background-color: #5b5;
}

/*------------------------ Archives Page ------------------------*/

.archivespage_tag
{
	border: 1px solid #CCCCCC;
	margin: 30px 0;
	padding: 5px;
}

.archivespage_tag a
{
	color: #666666;
	text-decoration: none;
}

.archivespage_tag a:hover
{
	color: #CC6600;
}

.archivesnumber
{
	color: #CC6600;
}

/*------------------------ wp-thread-comment plugin ------------------------*/

.thdrpy
{
	text-align: left;
	font-size: 12px;
	margin: 10px 0;
}

/*------------------------ official alignment ------------------------*/

.wp-smiley
{
	margin: 0;
	padding: 0;
}

a img
{
	color: #666666;
}

a img:hover
{
	color: #CC6600;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.aligncenter, div.aligncenter
{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft
{
   float: left;
}

.alignright
{
   float: right;
}

.wp-caption
{
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img
{
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text
{
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
