/* DEFAULTS */
* {
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

p {
	margin: 0 0 1em 0;
}

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

ul li {
	list-style-type: disc;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/* REI CLEAN - YUI GRIDS */

div#hd {
	padding: 2em;
	margin: 0 0 0.2em 0;
}

div#sidebar {
	padding: 1em;
}

div#content {
	padding: 1em;
}

ul#pages_navigation {
	margin: 0;
	padding: 0;
}

ul#pages_navigation li {
	list-style-type: none;
	display: block;
	float: left;
	margin: 0 1em 0 0;
}

/* REALVINE */

h1, h2, h3, h4, h5, h6 {
	color: #73223a;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
   color: #73223a;
   text-decoration: none; 
}

h3 {
    font-size: 1.3em;
}

body {
    background: #aa4c5e url(images/bg.png) repeat-x 50% top;
    font-family: 'Trebuchet MS',Verdana,sans-serif;
}

div#doc2 {
    text-align: left !important;
}

/* header */

div#hd {
    position: relative;
    height: 200px;
}

h1#logo {
    position: absolute;
    left: 0;
    top: 10px;
    width: 950px;
    height: 141px;
    background: #fff url(images/vinoo_blog.jpg) no-repeat left top;
}

h1#logo span {
    display: none;
}

div#photo {
    position: absolute;
    right: 0;
    top: 0;
    width: 282px;
    height: 152px;
    background: url(images/foto_top.jpg) no-repeat right top;
}

div#subtop {
    position: absolute;
    top: 152px;
    left: 0;
    width: 100%;
    background: url(images/gr_topbar.png) repeat-x left top;
    background-color: #eeeeee;
}

/*content */

div#content {
    background-color: #fff;
}

p.meta-post-top {
    font-size: 0.85em;
}

ul#pages_navigation li a {
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;
    float: left;
    margin: 1em 0 1em 1em;
}
ul#pages_navigation li a:hover {
    color: #8e2488;
    text-decoration: underline;
}

div.post, div.page {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
}

div.post {
    border-bottom: 1px solid #ccc;
}

/* sidebar */

div#sidebar {
    background-color: #fff;
}

div#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#sidebar ul li {
	margin: 0;
	padding: 1em;
	list-style-type: none;
}

div#sidebar ul li h2 {
	font-weight: bold;
}

div#sidebar ul li ul {
	list-style-type: disc;
	margin: 0 0 0 1em;
	padding: 0;
}

div#sidebar ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	list-style-type: disc;
}

div#sidebar ul li div.textwidget ul {
	list-style-type: none;
	margin: 0;
}

div#sidebar ul li#rss-feed-link {
    list-style-type: none;
    margin: 3px 0 0 0;
}

div#sidebar ul li#rss-feed-link a {
    display: block;
    height: 20px;
    width: 120px;
    padding: 0px 0 2px 25px;
    background: url('http://www.realvine.nl/wp-includes/images/rss.png') no-repeat left top;
}

div.textwidget {
	font-weight: normal;
	color: #000;
	font-size: 0.85em;
}

/* comments */

ol.commentlist {
   list-style-type: none;
   margin: 0;
   padding: 0; 
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

li.reactiewrap {
    background: #ededed;
    margin: 0 0 1em 0;
    padding: 0.6em 0.6em 0 0.6em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #999;
}

div.commentbody {
    padding: 0.4em 0.4em 0 0.4em;
    font-size: 1.1em;
    color: #000;
}

form#commentform {
    border: 1px solid #ccc;
    background-color: #ededed;
    padding: 1em;
    margin: 1em 0 0 0;
}

form#commentform label {
    color: #999;
}

form#commentform input#author,
form#commentform input#email,
form#commentform input#url {
    padding: 0.4em;
    font-size: 1.4em;
}

textarea#comment {
    width: 400px;
    padding: 0.4em;
    font-size: 1.4em;
}

/* einde comments */