/*  
Theme Name: DennisTheme
Theme URI: 
Description:Blog design
Date: 7th Julai 2008
Author: Janneke Bruinewoud
*/

/*-------------------------------------------------------------------------------------------------------------------*/

/*--General--*/
* {	/*--make all to 0 as default--*/
	padding: 0;
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
html, body {
	height: 100%;
	color: #FFFFFF;
	font-family: "Lucida Grande CY", "Lucida Sans Unicode";
	background-color: #212425;
	background-image: url(images/pattern_sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
	width: 960px;
	margin: 0 auto;
}
/*--formatting--*/
a {
	color: #6f9dac;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
p {
	padding: 0;
}
h2 {
	letter-spacing: -1px;
	padding-bottom: 20px;
	font-family: "Century Gothic", "Lucida Grande CY", "Lucida Sans Unicode";
	font-size: 30px;
	font-weight: normal;
}
/*--Bv Titel als je archieven opent--*/
h2.pagetitle {
	text-align: left;
	letter-spacing: 0;
	border-bottom: 1px solid #9abfc1;
	text-indent: 10px;
	font-family: "Century Gothic", "Lucida Grande CY", "Lucida Sans Unicode";
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 20px 0px 10px 0px;
	margin: 20px 0px 20px 0px;
	background-image: url(images/pattern_sidebar_bg.jpg);
}
h2.pagetitle strong {
	font-size: 30px;
}
h2 a {
	color: #6f9dac;
	text-decoration: none;
}
h3 {
	font: 900 20px  "Century Gothic", "Lucida Grande CY", "Lucida Sans Unicode";
	letter-spacing: -1px;
}
blockquote {
	width: 400px;
	font-style: italic;
	background-color: #9abfc1;
	padding: 10px;
	clear: both;
	margin: 0 0 10px 50px;
	font-family: "Lucida Grande CY", "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: 400;
	color: #1b1e1f;
}
blockquote p {
	padding: 0;
}
.entry ul, .entry ol, .post ul, .post ol {
	padding: 18px;
}
.entry h2 {
	font-size: 30px;
	font-weight: normal;
}
.entry h2 a {
	font-size: 30px;
	font-weight: normal;
}
ul {
	list-style-type: none;
	display: block;
}
ul li ul {
	list-style-type: none;
	display: block;
}
ol {
	list-style-type: decimal;
}
ol li ol {
	list-style-type: lower-roman;
}
img.left {
	float: left;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	padding: 4px;
}
img.right {
	float: right;
	margin: 5px 0 5px 5px;
	background-color: #fff;
	padding: 4px;
	}
/*--container--*/


/*--/////////////// CONTENT - LEFTCOL - RIGHT-COL - SIDEBAR //////////////////////--*/

#content {
	width: 960px;
	float: left;
	padding-top: 30px;
	height: auto;
	min-height: 100%;
	height: 100%;
	padding-bottom: 3em;
}
#content #left-col {
	width: 600px;
	float: left;
	position: relative;
	padding-right: 20px;
}
#content #right-col {
	width: 330px;
	margin-top: 20px;
	float: right;
	position: relative;
}
#content #right-col #sidebar {
	float: left;
	position: relative;
	padding-left: 0px;
}
/*--/////////////// EINDE CONTENT - LEFTCOL - RIGHT-COL - SIDEBAR //////////////////////--*/


/*--///////////////////////// HEADER - HEADER MENU /////////////////////////////////--*/


#header {
	width: 960px;
	height: 200px;
	float: left;
	background-color: #35444d;
	background-image: url(images/pattern_sidebar_bg.jpg);
}
#header #logo {
	width: 460px;
	height: 62px;
	float: left;
}
#header #logo h1 a {
	width: 442px;
	height:155px;
	float: left;
	text-indent: -9999em;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
}
/*--page-menu--*/
#header #menu {
	float: left;
	width: 500px;
	margin-top: 150px;
}
#header #menu ul {
	width: 500px;
	list-style: none;
	float: right;
	text-align: right;
}
#header #menu ul li.page_item {
	float: right;
}
#header #menu ul li.page_item a {
	padding: 4px 8px;
	display: block;
	margin: 0 24px 0 0;
	float: left;
	text-decoration: none;
	color: #6f9dac;
	font-family: "Century Gothic", "Lucida Grande CY", "Lucida Sans Unicode";
	font-size: 14px;
	font-weight: 900;
}

#header #menu ul li.page_rss a {
	padding: 4px 8px;
	display: block;
	float: right;
	text-decoration: none;
	color: #9abfc1;
	font-family: "Century Gothic", "Lucida Grande CY", "Lucida Sans Unicode";
	font-size: 14px;
	font-weight: 900;
}
#header #menu ul li.page_item a:hover {
	color: #fff;
}
#header #menu ul li.current_page_item a {
	color: #fff;
}
/*--///////////////////////// END HEADER - HEADER MENU /////////////////////////////////--*/

/*--///////////////////////// POST, ENTRY, METADATA /////////////////////////////////--*/

.post {
	width: 600px;
	float: left;
	margin-top: 20px;
}
.post .post-info {
	float: left;
	width: 40px;
	padding-right: 10px;
	background-image: url(images/date_bg.png);
	background-repeat: no-repeat;
	height: 70px;
	padding-left: 5px;
	padding-top: 5px;
}
.post .post-info a img, .post .post-info img {
	padding: 5px;
	background-color: #1A1B1C;
	border: 1px solid #a6a371;
}
.post .post-info p {
	text-align:center;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 20px;
}
.entry {
	float: left;
	width: 500px;
	margin-left: 15px;
	margin-bottom: 15px;
}
.metadata {
	float: left;
	width: 500px;
	margin-left: 75px;
	height: 50px;
}
.metadata_comments {
	float: left;
	margin-top: 10px;
	height: 35px;
}
.metadata_comments a {
	float: left;
	display: block;
	background-image: url(images/comments_small.png);
	background-repeat: no-repeat;
	width: 200px;
	text-align: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	height: 35px;
	text-indent: 40px;
}
.metadata_comments a:hover {
	background-image: url(images/comments_smal_over.png);
}
.metadata_readmore {
	float: right;
	margin-top: 10px;
}
.metadata_readmore a {
	display: block;
	height: 27px;
	width: 114px;
	background-image: url(images/leesmeer_bg_up.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	height: 27px;
	width: 114px;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
}
.metadata_readmore a:hover {
	background-image: url(images/leesmeer_bg_over.png);
}


.post-tag {
	float: left;
	width: 500px;
	margin-left: 75px;
	height: 50px;
	font-size: 9px;
	font-weight: normal;
}

.post-tag a {
	font-weight: normal;
	color:#426176;
}

.post-tag a:hover {
	font-weight: normal;
	color:#4788a2;
}
/*--///////////////////////// END POST, ENTRY, METADATA /////////////////////////////////--*/

.clear {
	clear: both;
	padding: 10px 0 0 0;
}
/*--feed--*/
#feed {
}
#feed a {
	width: 21px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
	height: 22px;
	background-image: url(images/rss.png);
	background-repeat: no-repeat;
	background-position: right;
}
#feed a:hover {
	background-image: url(images/rss_over.png);
}
/*--///////////////////////// ------------------CSS USED in Sidebar.php-------------- /////////////////////////////////--*/


/*--///////////////////////// CSS Searchform.php ////////////////////////////////--*/
#searchform {
	float: left;
	margin-bottom: 10px;
	background-image: url(images/pattern_sidebar_bg.jpg);
	background-repeat: repeat;
	padding: 15px 20px 20px 20px;
	width: 290px;
	background-color: #35444d;
}
#searchform h2 {
	font-size: 24px;
	color: #4788a2;
}
#searchform form {
	float: left;
	width: 285px;
	height: 37px;
}
#searchform form input#s {
	width: 215px;
	height: 30px;
	border: 2px solid #4788a2;
	float: left;
	margin-right: 28px;
	color: #FFFFFF;
	background-color: #212425;
	padding-left: 0px;
}
#searchform form input#searchsubmit {
	width: 38px;
	height: 38px;
	border: 0;
	background-image: url(images/zoek_bnt_up.png);
	background-color: transparent;
	background-repeat: no-repeat;
}
searchsubmit a:hover {
	width: 38px;
	height: 38px;
	border: 0;
	background-image: url(images/zoek_bnt_up.png);
	background-color: transparent;
	background-repeat: no-repeat;
}
/*--///////////////////////// END CSS Searchform.php /////////////////////////////////--*/


/*--/////////////////////////    BLOGINFO  /////////////////////////////////////////////--*/

#bloginfo {
	float: left;
	margin-bottom: 10px;
	background-image: url(images/pattern_sidebar_bg.jpg);
	background-repeat: repeat;
	padding: 15px 20px 20px 20px;
	width: 290px;
	line-height: normal;
	font-size: 12px;
	text-align: left;
	background-color: #35444d;
}
#bloginfo h2 {
	font-size: 24px;
	color: #4788a2;
}
#bloginfo img {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	font-size: 10px;
	margin-bottom: 0px;
	border: 2px solid #4788a2;
}
#bloginfo p {
	margin-right: 30px;
	margin-top: 20px;
	font-size: 12px;
	margin-left: 30px;
	line-height: normal;
}
/*--/////////////////////////  Einde  BLOGINFO  ////////////////////////////////////////--*/



/*--/////////////////////////  LAATSTE REACTIES ////////////////////////////////////////--*/

#laatstereacties {
	float: left;
	margin-bottom: 20px;
	background-image: url(images/pattern_sidebar_bg.jpg);
	background-repeat: repeat;
	padding: 20px;
	width: 290px;
	background-color: #35444d;
}

#laatstereacties li{
	float: left;
	width: 280px;
	list-style: none;
	display: block;
	
	
}
#laatstereacties h2 {
	font-size: 24px;
	color: #4788a2;
}


#laatstereacties ul  {
	
	
}

#laatstereacties ul a {
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3b4c50;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #5d767c;
	width: 280px;
	display: block;
	
}
#laatstereacties ul a:hover {
	color: #4788a2;
}
/*--//////////////////  EINDE LAATSTE REACTIES  //////////////////////////////////////////--*/

/*--/////////////////////////  ARCHIEF  //////////////////////////////////////////////////--*/



#archief {
	float: left;
	margin-bottom: 20px;
	background-image: url(images/pattern_sidebar_bg.jpg);
	background-repeat: repeat;
	padding: 20px;
	width: 290px;
	background-color: #35444d;
}
#archief h2 {
	font-size: 24px;
	color: #4788a2;
}
#archief ul {
}
#archief ul li {
	float: left;
	width: 280px;
	margin-bottom: 5px;
	list-style: none;
	display: block;
}
#archief ul li ul li {
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
	width: 280px;
	line-height: normal;
}
#archief ul li ul li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3b4c50;
	margin-bottom: 10px;
	color: #5d767c;
}
#archief ul li ul li a:hover {
	color: #4788a2;
}
/*--/////////////////////////  EINDE ARCHIEF  //////////////////////////////////////////////////--*/

/*--//////////////////////////////--------------- END CSS USED in Sidebar.php---------------- //////////////////////////////////////--*/

/*--/////////////////////////  COMMENTS  //////////////////////////////////////////////////--*/

#comments {
	margin-top: 30px;
	float: left;
	width: 600px;
}
h3#comment-title {
	background: url(images/comments.png) no-repeat top left;
	width: 500px;
	float: left;
	text-indent: -9999em;
	padding-top: 5px;
	padding-bottom: 20px;
}
#comments ol, #comments ol li {
	float: left;
	width: 600px;
	list-style: none;
	padding: 0;
}
#comments ol li .comment-data {
	float: right;
	width: 450px;
	margin-right: 10px;
	background-color: #2c3234;
	padding: 5px 10px;
	min-height: 120px;
	overflow: auto;
	background-image: url(images/pattern_sidebar_bg.jpg);
}
.comment-data p {
	padding: 20px;
}
#comments ol li.alt .comment-data {
	float: right;
	width: 450px;
	margin-right: 10px;
	background-color: #212a30;
	padding: 5px 10px;
	min-height: 120px;
	overflow: visible;
	margin-top: -1px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9abfc1;
	background-image: none;
}
#comments ol li .comment-info {
	width: 90px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
}
#comments ol li .comment-info a img {
	border: 0;
	margin-bottom: 10px;
}
#comments ol li .comment-info a {
	text-decoration: none;
}
.nocomments {
	display: block;
}
#respond {
	padding-top: 30px;
	margin-top: 15px;
	float: left;
	float: left;
	width: 600px;
}
#respond h2 {
	font-size: 24px;
	color: #9abfc1;
}
#respond p {
	padding: 2px 0;
}
#respond input {
	padding: 2px;
	border: 1px solid #c1bd85;
}
/*--/////////////////////////  END COMMENTS  //////////////////////////////////////////////////--*/

/*--footer--*/
#footer {
	padding-top: 20px;
	clear: both;
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
	background-color: #212a30;
	height: 200px;
	background-image: url(images/pattern_sidebar_bg.jpg);
}
.footer-text {
	width: 960px;
	display: block;
	text-align: left;

	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer-text a {
	color: #fff;
}
#footer-text span {
	float: left;
	width: 600px;
}
#footer-text em {
	float: left;
	width: 360px;
	text-align: right;
}
/*--widget-formatting*/
.textwidget {
	padding: 5px;
}
a.tag-link-11 {
	text-decoration: none;
	margin: 3px;
}
#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {
	text-align: left;
	border-bottom: 1px solid #BBB875;
}
#tag_cloud {
	text-align: center;
}
ul#recentcomments li.recentcomments {
	width: 150px;
	font-weight: 900;
	border-top: 1px solid #BBB875;
	padding: 2px 4px;
}
ul#recentcomments li.recentcomments a {
	border:0;
	width: 150px;
	font-weight: 400;
}
ul#recentcomments li.recentcomments a:hover {
	background-color: #D7D39A;
}
#calendar_wrap {
}
#wp-calendar {
	width: 150px;
	margin: 0 auto;
}
#wp-calendar a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #b63d13;
	color: #fff;
}
#prev {
	text-align: left;
}
#prev a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}
#next {
	text-align: right;
}
#next a {
	text-decoration: none;
	padding: 1px 2px;
	background-color: #D7D39A;
	color: #b63d13;
}
/*--navigation is voor bij previuos en next post--*/

.navigation {
	float: left;
	width: 600px;
	margin: 20px 0;
}
.navigation .alignleft a {
	float: left;
}
.navigation .alignright a {
	float: right;
}
/*--gallery--*/

p.attachment {
	text-align: center;
	padding: 15px 10px;
	background-color: #dedcb6;
	border: 1px solid #c5c39b;
}
p.attachment a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}
.navigation a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}
.gallery-item a img {
	padding: 3px;
	background-color: #dedcb9;
	border: 1px solid #a6a371;
}
.gallery-item a:hover img {
	border: 1px solid red;
}

