/*
THEME NAME: Rub.ber Travel
THEME URI: http://www.rubber-travel.com
DESCRIPTION: Copied Virtual Sightseeing with Sandbox as basis
VERSION: v3
AUTHOR: Beee
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
div#container {
	float: left;
	width: 100%;
}

div#content {
	margin: 0 220px 0 220px;
}

div.sidebar {
	float: left;
	overflow: hidden;
	width: 189px;
	padding: 0 5px;
}

div#primary {
	margin: 0 0 0 -100%;
	padding-top: 10px;
	border-right: solid 1px #EAEAEA;
}

* html div#primary {
	left: 20px;
	position: relative;
}

div#secondary {
	margin: 0 0 0 -200px;
	padding-top: 10px;
	border-left: solid 1px #EAEAEA;
}

div#footer {
	clear: left;
	width: 100%;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

div#header {
	background: url(images/map.jpg) top center no-repeat;
	min-height: 100px;
	padding-top: 20px;
	text-align: center;
	border-bottom: 0px solid #EAEAEA;
	line-height: 1.0em;
}

#header a {
	color: #666;
}

#blog-description {
	color: #666;
	font-size: 1em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#access {
}

h3 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
}

h3#blog-title, 
h4#blog-title {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 16px;
}

h2, .welcome {
	margin: 0 0 15px 0;
	padding: 0;
}

h1.entry-title, h2, .welcome {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
}

h1.entry-title {
	margin-top: 0px;
}

h2.entry-title {
	margin: 15px 0;
}

ul.reis h3, ul.ulcoming h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	margin: 5px 0;
}

h3.gallery {
	margin: 10px 0 0 0;
	padding: 0;
}

a, a:link {
	color: #1070c0;
	text-decoration: none;
}

a img {
	border: 1px solid black;
}

div#menu {
	background: #EEE;
	height: 1.5em;
	margin: 1em 0;
	width: 100%;
}

div#menu ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu ul ul {
	line-height: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 160px;
}

div#menu ul a {
	display: block;
	margin-right: 1em;
	padding: 0.2em 0.5em;
	text-decoration: none;
}

div#menu ul ul ul a {
	font-style: italic;
}

div#menu ul li ul {
	left: -999em;
	position: absolute;
}

div#menu ul li ul li {
	height: 20px;
	background: #EEE;
	padding-top: 3px;
	min-width: 190px;
}

div#menu ul li:hover ul {
	left: auto;
}

.entry-title, .entry-meta {
	clear: both;
}

div#container {
	margin-top: 0;
	border-top: solid 1px #EAEAEA;
}

div#primary {
	margin-top: 0;
}

div#content {
	padding-top: 10px;
	margin-bottom: 20px;
}

div#content p {
	margin: 5px 0;
	padding: 0px;
}

#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul.reis li {
	float: left;
	width: 250px;
	height: 175px;
	margin: 10px 20px 10px 0;
}

.loggedin #content ul.reis li {
	// border: 1px solid black;
}

#content ul.reis li.reis-2, 
#content ul.reis li.reis-4, 
#content ul.reis li.reis-6, 
#content ul.reis li.reis-8, 
#content ul.reis li.reis-10, 
#content ul.reis li.reis-12 {
	margin-right: 0;
}

#content ul.reis li img {
	width: 248px;
}

#content .entry ul.ulcoming {
	margin: 0;
	padding: 0;
}

#content ul.ulcoming li {
	list-style: none;
	float: left;
	width: 255px;
	min-height: 175px;
	margin: 10px 10px 0px 0;
	// background: pink;
}

#content ul.ulcoming li.front-2, 
#content ul.ulcoming li.front-4, 
#content ul.ulcoming li.front-6 {
	margin: 10px 0px 0px 0;
}

#content ul.ulcoming li img {
	width: 253px;
}

hr {
	background: #EAEAEA;
	width: 100%;
	height: 1px;
	border: 0;
	margin-bottom: 10px;
}
	
form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.required {
	background: #fff;
	color: #c30;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}

div.comments ol li {
	margin: 0 0 3.5em;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}

.alignright, img.alignright{
	float: right;
	margin: 0 0 1em 1em;
}

.alignleft, img.alignleft{
	float: left;
	margin: 0 1em 1em 0;
}

.aligncenter, img.aligncenter{
	display: block;
	margin: 1em auto;
	text-align: center;
}

div.gallery {
	clear: both;
	height: 180px;
	margin: 1em 0;
	width: 100%;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
	width:33%;
}

div.gallery dl.gallery-columns-4 {
	width:24%;
}

div.gallery dl.gallery-columns-5 {
	width:19%;
}

div#nav-above {
	margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
}

div#nav-images {
	height:150px;
	margin:1em 0;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
}

div.sidebar h3 {
	font-size: 1.2em;
}

div.sidebar input#s {
	width: 7em;
}

div.sidebar li {
	list-style: none;
	margin: 0 0 2em 0;
}

div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}

div.sidebar ul ul {
	margin: 0 0 0 0;
}

div.sidebar ul ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sidebar ul ul li.twitter {
	margin-top: 10px;
}

div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style: circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float:left;
}

div#footer {
	border-top: solid 1px #EAEAEA;
	//text-align: center;
}

#footer {
	background-color: #fff;
	border-top: solid 1px #EAEAEA;
	padding: 0 0 0 10px;
	line-height: 1.2em;
}

#footer a {
	color: #717171;
}

#footer a:hover {
	color: #000;
	background: #fff;
}

input#author, input#email, input#url, div.navigation div {
	width:50%;
}

div.gallery *, div.sidebar div, div.sidebar h3, div.sidebar ul {
	margin: 0;
	padding: 0;
}

.sidebar li h3 {
	margin-bottom: 5px;
}

.entry-content {
	margin-bottom: 15px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.nextyear {
	padding-top: 0px;
	font-size: 12px;
}

/* links page */ 
ul#links-page {
	margin: 20px 0 0 0;
}

ul#links-page li {
	float: left;
	list-style: none;
	margin: 0 20px 20px 0;
}

#polls-widget-4,
#facebook h3 {
	display: none;
}

.single .post {
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

.parent-pageid-3171 #content p {
	margin-top: 10px;
}

/* tweet button & FB share button */
.fb-like, .tweet_button, .google_plus_one {
	float: left;
	margin-top: 10px;
	padding: 0px 0;
	height: 20px;
}

.tweet_button {
	min-width: 95px;
	max-width: 100px;
	// background: pink;
}

.fb-like {
	// width: 150px;
	margin-right: 10px;
}

.fb-comments {
	margin-top: 20px;
}

.facebookfront {
	margin-bottom: 10px;
}

.sidebar h4, .sidebar h5 {
	color: #000;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

.sidebar li h4, .sidebar li h5 {
	margin-bottom: 5px;
}

h4#blog-title, h1 {
	color: #000;
	/* font-size: 24px; weet niet of deze weg kan ? */
	font-weight: 700;
}

img.border {
	border: 1px solid black;
}
