/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* 2.3 Header */
#header{background:url(images/bg-top.png) repeat;padding:25px 0 20px;clear:both;position:relative;z-index:10;}

#logo  { }
#logo img  { }
#logo .site-title, #logo .site-description  { display: none; }
#logo .site-title a { color:#fff; font-size:32px; line-height:28px; text-transform:uppercase; letter-spacing:1px; font-weight:bold; }
#logo .site-title a:hover { text-decoration:none; color:#eee; }
#logo .site-description { color:#bbb; text-transform:uppercase; font-size:12px;}

/*Menu spacing */
#nav li { margin-left: 5px; }

/*Twitter Bird*/
#twitter { background: #f7f7f7; border-bottom:1px solid #dbdbdb; margin:10px 0 0; padding:0px 0px 18px; color:#777; font-size: 18px; min-height:42px; }

/*Tweets*/
#twitter #twitter_update_list li { line-height:22px; margin-top:8px; }

/*RZDESIGN Aanpassing*/
.post .title  { width:100%; font-size: 30px; position:relative; margin: 3px 0 6px 0; }
.post .title a:link, .post .title a:visited  { color: #222; text-decoration: none; }
.post-meta{font-family:Arial, Helvetica, sans-serif; margin: -10px 0 15px 0; font-size:11px; color:#9F9F9F;}
.knop { text-align: center; width: 108px; height: 18px;	padding: 6px; float: left; margin-right: 20px; overflow: hidden; }
.grijs { background: transparent url(images/button-gray.png); }
.blauw { background: transparent url(images/button-blue.png); }
.grijs a { color: black; margin: 0; padding-right: 0px; text-decoration: none; }
.blauw a { color: #1477b4; margin: 0; padding-right: 0px; text-decoration: none; }
.icon_post { height: 50px; padding-top: 2px; padding-left: 60px; margin-bottom: 10px; background-image: url(images/post-icon.png); background-repeat: no-repeat; }


