/*
Theme Name: Robin Stevens
Theme URI: http://www.robin-stevens.nl/
Description: Theme voor Robin Stevens
Version: 1.0
Author: OrangeValley
Author URI: http://www.orangevalley.nl/
*/

/* Reset CSS First */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End Reset CSS */
html, body {
	width: 100%;
}
body {
	background: url(images/bg.png) 0 0 repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	overflow: auto;
}
#outerframe {
	background: url(images/content-bg.png) center 0 repeat-y;
	width: 100%;
	margin: 0 auto;
}
#innerframe {
	background: url(images/header.jpg) center 0 no-repeat;
	width: 100%;
	text-align: center;
}
#innerframe div {
	text-align: left;
}
#contentframe {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header h1, #header h4 {
}
#header h1 a, #header h4 a {
	display: block;
	width: 280px;
	height: 90px;
	text-indent: -10000px;
}
#nav {
	margin: 28px 0 0 0;
}
#nav li {
	width: 133px;
	text-align: center;
	text-transform: uppercase;
	float: left;
	list-style-type: none;
}
#nav li a {
	font-weight: bold;
	text-shadow: #333 -1px -1px 2px;
	color: #fff;
	text-decoration: none;
}
#nav li a:hover {
	color: #213389;
}
#content {
	clear: both;
	padding-top: 27px;
}
#welcome {
	width: 595px;
	line-height: 28px;
	float: left;
	background: url(images/welcome-bg.jpg) 0 0 no-repeat;
	height: 175px;
}
#welcome p {
	width: 420px;
	margin: 10px 0px 20px 170px;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	color: #666;
}
#leftcol, #middlecol, #rightcol, #contentcol {
	width: 280px;
	margin: 0 25px 0 0;
	float: left;
}
#leftcol {
	margin-left: 10px;
}
#contentcol {
	width: 615px;
	margin-left: 10px;
}
#home #leftcol {
	width: 300px;
}
#page #leftcol, #page #middlecol {
	width: 290px;
}
#rightcol {
	margin-right: 10px;
}
a {
	color: #D87F20;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.widget, .entry {
	background: url(images/widget-bg.png) right top repeat-x;
	padding-top: 6px;
	clear: both;
	margin: 0 0 20px 0;
}
.widget.product {
	height: 180px;
}
.entry h1, .entry h2, .entry h3, .widget h2, .widget h3 {
	color: #213389;
	padding: 0 0 0 10px;
}
.entry h1, .entry h2, .entry h3, #leftcol .widget h2, #leftcol .widget h3 {
	padding-left: 20px;
}
.entry h1, .widget h2 {
	text-transform: uppercase;
	background: url(images/rstevens-sprite1.png) -10px -52px no-repeat;
	margin: 10px 0 15px 0;
	font-size: 16px;
}
.entry h2 {
	font-size: 15px;
	margin: 5px 0 10px 0;
}
.entry h3 {
	font-size: 14px;
	margin: 5px 0 10px 0;
}
.widget h2 a, .widget h3 a {
	color: #213389;
}
.widget p, .entry p, .entry dd, .entry dt, .entry ul, .entry ol, .entry li {
	padding: 0 0 5px 0;
	font-size: 12px;
	line-height: 18px;
}
.entry p, .entry li, .entry td {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 8px 0;
}
.entry .meta {
	margin: 10px 0 15px 0;
}
.entry .meta, .entry .meta a {
	font-size: 10px;
	color: #333;
}
#leftcol .widget p, .entry p, .entry .meta, .entry dl, .entry form, .entry table, .entry td  {
	padding-left: 20px;
}
.entry table {
	margin-bottom: 20px;
}
.entry li {
	padding-left: 10px;
}
.entry ol, .entry ul {
	padding-left: 40px;
}
.entry ol li {
	list-style-type: decimal;
}
.entry ul li {
	list-style-type: square;
}
.entry dl {
	margin-bottom: 10px;
}
.entry dl dt, .entry dl dd  {
	margin-bottom: 5px;
	float: left;
}
.entry dl dt {
	width: 90px;
	font-weight: bold;
}
.entry dl dd {
	width: 500px;
}
.widget .readmore {
	background: url(images/rstevens-sprite1.png) -10px -10px no-repeat; 
	width: 84px;
	height: 24px;
	display: block;
	text-indent: -10000px;
	margin: 0 0 0 196px;
}
#page #leftcol .widget .readmore {
	margin: 0 0 0 206px;
}
#page #middlecol .widget .readmore {
	margin: 0 0 0 206px;
}
.post {
	border-bottom: 1px solid #c5c9e6;
	margin: 8px 0 8px 0;
}
.post p {
	margin: 5px 0 10px 0;
	color: #333;
}
.post .date {
	color: #535353;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
.post h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}
.post p a  {
	color: #2c13a0;
}
#newsletterform label, #newsletterform input {
	width: 135px;
	float: left;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	margin-top: 6px;
	color: #333;
	clear: none;
}
#newsletterform label {
	clear: both;
	text-transform: uppercase;
}
#newsletterform label#from {
	clear: both;
}
#newsletterform p {
	margin: 0 0 10px 0;
	padding: 0;
}
#newsletterform #send {
	float: none;
	width: 100px;
	height: 27px;
	margin: 20px 0 0 180px;
}
#who-is-robin p img {
	float: left;
	margin: 0 5px 0px 0;
	padding: 0;
}
#agenda td {
	font-size: 12px;
	line-height: 18px;
	background-color: #dddff5;
	padding: 3px 5px;
	height: 20px;
	width: 170px;
	border-bottom: 2px solid #fff;
}
#agenda tr.alt td {
	background-color: #e6e8f8;
}
#agenda td.date {
	width: 100px;
	text-align: right;
}
/* Default WordPress CSS */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin-right: 5px;
}

.alignright {
   float: right;
   margin-left: 5px;
}

.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;
}
#footer {
	background: url(images/footer-bg.png) center 0 no-repeat;
	height: 28px;
	margin: 0 auto;
	width: 964px;
}
div#bottomlinks {
	clear:both;
	background-color: #eee;
	width:100%;
	text-transform: uppercase;
	padding: 20px 0;
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12px;
	color: #777;
}
#bottomlinks a {
	margin: 0 5px;
}
#wpcf label {
	clear: both;
	display: block;
	float: left;
	font-size: 12px;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
ul.sitemap li {
	font-size: 13px;
	list-style-type: square;
	padding-left: 5px;
	margin: 2px 0 3px 20px;
}