/*
Theme Name: Blue theme
Description: Thema van snel-zakgeld.nl
Version: 1.0
Author: Rick de Leeuw

*/





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

Copyright 2010 snel-zakgeld.nl


TOC:
1- Algemeen
2- Header
3- Navigatie
4- Homeheader
5- Footer
6- Main
	6.1 Homepagina opsommingspunten
	6.2 Teksten
	6.3 Hoe-werkt-het geldflow
	6.4 Spaarprogramma's
	6.5 Contact
	6.6 Homepagina spaarprogramma buttons
	6.7 Wat kan je verdienen
7- WP captions
8- WP Post
	8.1 Sociable plugin
9- WP Sidebar




/*1- Algemeen
-----------------------------*/
body {
	font-family: "MyriadPro-Regular","Myriad Pro Regular",MyriadPro,"Myriad Pro",Helvetica,Arial,sans-serif;
	background-color: #ffffff;
}

p {
	font-size: 15px;
}

div#main p,
div#footer p {
	text-align: left;
}

h1,h2,h3 {
	line-height: 130%;
	color: #053276;
}

h1 {
	font-weight: bold;
	font-size:2.5em;
	letter-spacing: 0.03em;
	text-shadow: 0px 1px 0px white;
}

h2 {
	font-weight: bold;
	letter-spacing: 0.02em;
	font-size:2em;
}

p + h2 {
	margin-top: 2em;
}

a:link{
	color: #165af5;
	text-decoration: none;
	border-bottom: 1px #cccccc dotted;
}

a:visited{
	color: red;
	text-decoration: none;
	border-bottom: 1px #cccccc dotted;
}

a:active {
	color: #21d332;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #282828;
	border-bottom-style: solid; 
}

a.pijltje {
	padding-left: 15px;
	display: inline-block;
	clear: left;
	background: transparent no-repeat url("images/linkpijltje.jpg") 0 5px;
	font-size:1.1em;
}

.onzichtbaar {
	display: none;
	width: 0;
	height: 0;
}

a[name] {
	color: inherit;
	text-decoration: inherit;
}

/*2- Header
-----------------------------*/

div#top,
div#top_nav {
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid #000000;
}

div#top{
	border-color: #666;
}

div#top_nav {
	background: url("images/bluebar.jpg") repeat-x;
}

p#logo {
	width: 220px;
	height: 49px;
	background: transparent url("images/logo.jpg") no-repeat;
	margin: 5px 0 5px 0;
	padding: 0;
	float: left;
}
p#logo a{
	display: block;
	width: 220px;
	height: 49px;
	border-bottom: none;
}

p#description {
	float: left;
	overflow: hidden;
	margin:20px 0 0 10px;
	padding: 0;
	font-style: italic;
}

p#logo span {
	display: none;
}


p.verdientipsRss{
	text-align: right;
	padding:0;
}

p.verdientipsRss img{
	vertical-align: middle;
}


/*3- Navigatie
-----------------------------*/

ul#mainnav {
	list-style: none;
	float: left;
	display:inline;
	margin:15px 0 15px 0px;
	padding: 0;
	font-family: "Helvetica", Arial, sans-serif;
}
ul#mainnav li {
	float: left;
	display:inline;
	margin:0 35px 0 0;
}
ul#mainnav li a {
	float: left;
	display:block;
	color: #333333;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 11px 5px 11px;
	outline: none;
	
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid #8ba2ce;
    background: #f7f5f5;
}
ul#mainnav li.current_page_item a {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #0f4598;
    color: #ffffff;
    border: 1px solid transparent;
}
ul#mainnav li:hover a {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-color: transparent;
    background-color: #99b4f1;
    color:#ffffff;
}




/*4- Homeheader
-----------------------------*/
div#header {
	background: transparent url("images/homeheaderbg.jpg") repeat-x;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ffffff;
}

div#header h1 {
	color: #ffffff;
	text-shadow: 1px 1px 0px #000000;
	font-size: 35px;
	margin-bottom: 20px;
}
div#header p.shoutline {
	font-size: 27px;
	color:#220128;
	margin-bottom: 15px;
	line-height: 130%;
}
div#header p#smaller {
	font-size: 14px;
	margin-bottom: 20px;
}
div#header p {
	font-size: 1.5em;
	color: #0f4598;
}

div#geldzak {
	background: transparent url("images/homepagina-plaatje.jpg") no-repeat 0 10px;
	height:311px;
	margin-left: 35px;
}

div#geldzak p a {
	display: block;
	height: 311px;
	width: 361px;
	text-decoration: none;
}
div#geldzak p a:link,
div#geldzak p a:visited,
div#geldzak p a:active,
div#geldzak p a:hover {
	text-decoration: none;
}
div#geldzak p a span {
	display: none;
}

div#knopbalk {
	width: 445px;
	height: 40px;
	padding: 10px 0 0 15px;
	margin:0;
	font-size: 1.1em;
	background-color: #ffffff;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
div#knopbalk span#byline {
	font-size: 0.5em;
	padding-left: 34px;
	display: block;
	margin-top: -8px;
	padding-top: 0;
	font-weight: bold;
	color: #333;
}
a#beginmeteen, a#vertelmeer {
	display: block;
	padding-left: 34px;
	padding-bottom: 0;
	border-bottom: none;
}
a#beginmeteen{
	background: transparent url("images/play-icoon.jpg") no-repeat;
}
a#vertelmeer{
	background: transparent url("images/pijlicoon.jpg") no-repeat;
}

span#of {
	font-size:1.2em;
	color:#333333;
	font-family: "Apple Chancery", "Monotype Corsiva", cursive;
}


/*5- Footer
-----------------------------*/
div#footer {
	background: #082a5b;
	width: 100%;
	margin:0;
	padding-top: 3em;
}

div#footer h3 {
	color: #ffffff;
}

div#footer p {
	color: #aaa;	
}

div#footer ul {
	margin: 0;
	padding-left:20px;
}
div#footer ul li {
	padding-bottom: 5px;
}


/*6- Main
-----------------------------*/

div#main {
	background: transparent url("images/mainrepeater.jpg") repeat-x;
	width: 100%;
	margin: 0;
	padding-top: 2em;
}


/*6.1- Homepagina opsommingspunten */
div.headerpoint{
	width: 140px;
	float: left;
	display: inline;
	padding-left: 40px;
	margin:0;
	background-repeat: no-repeat;
}

div.headerpoint p {
	text-align: left !important;
	margin-right: 0;
	color: #606162;
}

div.headerpoint p strong {
	display: block;
	color: #000000;
}

div#aanmelden {
	background-image: url("images/icons/Users.png");
}

div#emailsontvangen {
	background-image: url("images/icons/Unread_Mail_Alt.png");
}

div#uitbetalen {
	background-image: url("images/icons/Donate.png");
}

div#afmelden {
	background-image: url("images/icons/Stop_Red_Button.png");
}


/*6.2- Teksten */
img.betaalbewijs {
	border: 1px solid #c7d3e1;
	padding: 3px;
	background-color: #ffffff;
}

p.tip {
	padding-left: 40px;
	background: transparent url("images/icons/Smiley.png") no-repeat;
}

/*6.3- Hoe-werkt-het geldflow */

p.geldflow {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #c7d3e1;
    padding: 5px;
    text-shadow: 0px 1px 0px #eeeeee;
    margin-bottom: 0;
    box-shadow: 4px 4px 4px #aaaaaa;
    -webkit-box-shadow: 4px 4px 4px #aaaaaa;
    -moz-box-shadow: 4px 4px 4px #aaaaaa;
}

p.geldflow strong {
	display: block;
	font-size: 1.1em;
}

div.geldflowimage {
	background: url("images/geldflow.png") no-repeat;
	width: 390px;
	height: 40px;
}

/*6.4- Spaarprogramma's */
div#spaarprogblokken_container{
	
}

div.spaarprogramma {
	width: 170px;
	height: 505px;
	float:left;
	padding:15px 15px 15px 18px;
	margin:16px;
	text-align: left;
	border: 1px solid #082a5b;
	background: transparent url("images/mainrepeater.jpg") repeat-x;
	 box-shadow: 4px 4px 8px #aaaaaa;
    -webkit-box-shadow: 4px 4px 8px #aaaaaa;
    -moz-box-shadow: 4px 4px 8px #aaaaaa;

}

div.spaarprogramma:first-child{
	margin-left: 0;
}

div.spaarprogramma h2 {
	margin-bottom: 0;
	font-size: 20px;
}

div.spaarprogramma img {
	border: 1px solid #ccc;
	outline: none;
}

div.spaarprogramma img:hover {
	border: 1px solid #000;
}

div.spaarprogramma p {
	font-size: 1.1em;
}

div.spaarprogramma p.reflink {
	font-size: 1.2em;
	margin-top: 5px;
}
div.spaarprogramma p.reflink a {
	font-weight: bold;
}

div.spaarprogramma hr {
	height: 0px;
	border-bottom: 1px solid #999;
}

div.spaarprogramma ul {
	padding-left: 20px;
	padding-right: 0;
	margin-right: 0;
	list-style-image: url("images/icons/Green_Ball_Small.png");
}

div.spaarprogramma ul li {
	line-height: 170%;
	font-size: 12px;
}

div.favoriet {
	background-image: url("images/icons/Favorite.png");
	background-repeat: no-repeat;
	background-position: 130px 6px;
	background-color: #b9cce7;
}

div.favoriet p.byline{
	color: #111111;
}

h2 + p.byline {
	margin-top: 0;
	padding-top: 0;
	color: #999;
	font-size: 13px;
}

.bold {
	font-weight: bold;
}

p#getest {
	clear: both;
	padding: 15px 15px 15px 43px;
	background: url("images/icons/Clear_Green_Button.png") no-repeat 5px 8px;
	border: 1px solid #7ec961;
	background-color: #d3f8e4;
	font-weight: bold;
}


table#meerspaarprogrammas {
	margin: 0;
}
table#meerspaarprogrammas thead tr td {
	font-weight: bold;
	font-size: 1.1em;
}
table#meerspaarprogrammas tbody tr td {
	border-top: 1px solid #999;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.tipspaarprog {
	background: url("images/icons/Smiley.png") no-repeat;
	width: 170px;
	float: left;
	margin-left: 0;
	margin-right: 0;
}

div#apartemail {
	background-image: url("images/icons/Unread_Mail.png")
}


/*6.5- Contact */
form#contactform fieldset {
	border: none;
}

form#contactform fieldset legend {
	display: none;
} 

form#contactform label{
	display: block;
}

form#contactform label input {
	
}

input[type="submit"] {
	display: block;
}


/*6.6- Homepagina spaarprogramma buttons */

p.spaarprogbutton {
	width: 130px;
	float: left;
	margin-left: 15px;
}

p.spaarprogbutton span {
	display: none;
}

p.spaarprogbutton a{
	display: block;
	background: no-repeat;
	width: 130px;
	height: 50px;
	border: 1px solid #999;
}

p.spaarprogbutton a:hover{
	border: 1px solid #333;
	outline: none;
}

p#goudmails a {
	background-image: url("images/buttons/goudmails.jpg");
}

p#euroclix a {
	background-image: url("images/buttons/euroclix.jpg");
}

p#geldrace a {
	background-image: url("images/buttons/geldrace.jpg");
}

p#zinngeld a {
	background-image: url("images/buttons/zinngeld.jpg");
}

p#zinngeld {
	clear: right;
}

/*6.6- Wat kan je verdienen */

table.verdienstentable caption{
	display: none;
	height: 0;
}

table.verdienstentable {
	border:1px solid #aaa;
	font-size: 1.2em;
}

table.verdienstentable thead tr th {
	background:black url("images/grijsgradient.jpg") repeat-x;
}

table.verdienstentable td {
	padding: 4px 6px;
	border-bottom: 1px solid #ddd;
}
table.verdienstentable tbody tr td:last-child{
	text-align: right;
}

table.verdienstentable tbody tr.totaal {
	background: #fce7ce;
	font-size: 1.2em;
}
table.verdienstentable tbody tr.totaal td {
	font-weight: bold;
}

table.verdienstentable tfoot td{
	padding-bottom: 0;
	padding-top: 0;
	font-size: 0.9em;
}
/*7- WP Captions
-----------------------------*/
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}


/*8- WP Post
-----------------------------*/
img.post_image {
	float: left;
	border: 1px solid #ddd;
	padding: 0.5em;
	margin: 0 13px 10px 0;
}

form#commentform label {
	display: block;
}

p#datumPost{
	padding-left: 25px;
	background: transparent url("images/icons/Small_Calendar.png") no-repeat 0 3px;
	margin-bottom: 0;
	font-size: 13px;
}

p#tagsPost{
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 25px;
	background: transparent url("images/icons/Small_Tag.png") no-repeat 0 3px;
	font-size: 13px;
}

p#reactiesPost{
	margin-top: 0;
	padding-left: 25px;
	background: transparent url("images/icons/Small_Comments.png") no-repeat 0 3px;
	font-size: 13px;
}

div.entry {
	margin-top: 0;
}

div.entry h2 {
	font-size: 18px;
	margin-top: 50px;
}

div.entry ul,
div.entry ol{
	font-size: 15px;
}


h2.blogitemtitle {
	margin-bottom: 0;
}

h2.blogitemtitle a:link{
	color: #165af5;
	text-decoration: none;
	border-bottom: 1px #cccccc dotted;
}
h2.blogitemtitle a:visited{
	color: red;
}
h2.blogitemtitle a:active{
	color: #21d332;
	text-decoration: none;
}
h2.blogitemtitle a:hover{
	border-bottom-style: solid;
}


/*8.1- Sociable plugin  */
div.sociable { float:left; margin-top:3px; padding-top: 0; margin-bottom: 1em; }
div.sociable_tagline{
	float: left;
	display: inline;
	padding-left: 25px;
	background: transparent url("images/icons/Small_Link.png") no-repeat 0 3px;
	padding-top:2px;
	padding-bottom: 2px;
	margin-right: 3px;
	color: #666;
}
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li a{
	border:none;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

/*9- WP Sidebar
-----------------------------*/

div#sidebar {
	background: none;
}

div#sidebar h2 {
	font-size: 18px
}

div#sidebar .box {
	background: none;
	font-size: 15px;
	margin:0 0 40px 0;
	padding: 0;
}

div#sidebar .box ul {
	font-size: 14px;
	margin-left: 0;
	padding-left: 25px;
}

div#sidebar form#searchform label {
	display: block;
	font-size: 13px;
}

div#sidebar form#searchform input#s,
div#sidebar form#searchform #searchsubmit {
	display: inline;
}

p.terugnaarblog{
	margin-top: 15px;
	font-weight: bold;
	padding-left: 25px;
	background: transparent url("images/icons/arrow_left.png") no-repeat 0 3px;
}