/*
Theme Name: Rub.ber Travel
Theme URI: http://www.rubber-travel.com
Description: Virtual Sightseeing is used as a basis
Version: 1.0
Author: Solbergs
Author URI: http://www.solbergs.dk
Tags: blue, white, light, two-columns, fixed-width, right-sidebar, threaded-comments

The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	border: 0;
	outline: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

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

h1 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 3px;
}

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

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

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

a:hover {
	/*
	color: #FFF;
	background: #1070c0;
	*/
}

#outerWrapper {
	text-align: left;
	width: 760px;
	margin: 10px auto 0;
}

#outerWrapper #header {
	display: table;
	width: 760px;
	#position: relative;
	overflow: hidden;
	background:  url(images/map.jpg) right no-repeat;
	border-bottom: solid 1px #EAEAEA;
	font-size: 2.3em;
	font-weight: 700;
	line-height:  1.0em;
	height: 120px;
	padding: 0 0 0 10px;
}

#outerWrapper #header #inner1 {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#outerWrapper #header #inner2 {
	#position: relative;
	#top: -50%;
}

#outerWrapper #header a {
	color: #666;
}

#outerWrapper #header a:hover {
	color: #666;
	background: none;
}

.description {
	color: #666;
	font-size: 0.36em;
	font-weight: normal;
}

#outerWrapper #contentWrapper {
	background: url(images/content_back.jpg) repeat-y;
}

#outerWrapper #contentWrapper #rightColumn1 {
	background: none;
	float: right;
	width: 175px;
	font-size: 11px;
	padding: 10px;
}

#outerWrapper #contentWrapper #rightColumn1 #cats {
	display:none;
}

#outerWrapper #contentWrapper #rightColumn1 ul li {
	list-style-type: none;
}

#outerWrapper #contentWrapper #rightColumn1 ul li.countdown {
	margin: 0 0 10px 0;
}

#outerWrapper #contentWrapper #rightColumn1 ul {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 15px;
}

#outerWrapper #contentWrapper #rightColumn1 h3 {
	margin: 15px 0 0;
	font-weight: bold;
}

#outerWrapper #contentWrapper #content {
	background: none;
	margin: 0 195px 0 0;
	padding: 30px 30px 10px 10px;
}

#content .entry h3 {
	margin: 10px 0;
}

#outerWrapper #contentWrapper .clearFloat {
	clear: right;
	display: block;
}

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

#outerWrapper #footer a {
	color: #717171;
}

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

.postmetadata {
	padding-top: 14px;
	color: #666;
	line-height: 1.2em;
	margin: 10px 0;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

/* Uncomment this if you like alternation in comment display.
.odd {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}*/

.commentlist {
	text-align: left;
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 5px;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	background: #fff;
	padding: 2px;
}

.commentlist cite,.commentlist cite a {
	font-weight: 700;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: 400;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

input,textarea {
	background: #f5f5f5;
}

.searchfield {
	color: #666;
	font-size: 0.9em;
	width: 175px;
	height: 1.6em;
	text-align: left;
	background-color: #f5f5f5;
	border: 1px solid #999;
	margin-bottom: 15px;
}
/*
p {
	margin: 0;
	padding: 0;
}
*/
blockquote {
	width: 90%;
	background-color: #f5f5f5;
	border-color: #999;
	border-style: solid;
	border-width: 1px;
	margin: 0 auto 20px;
	padding: 0 15px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img {
	border: 0;
}

img.avatar {
	float: left;
	padding-right: 5px;
}

p img {
	max-width: 100%;
	padding: 0;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

img.centered,.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 4px;
	margin: 0 0 10px 10px;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 4px 0;
}

/* own */
.thumb {
	margin: 0 0 5px 0;
	}

.item {
	margin: 0 0 0 10px;
	}

.coming {
	/*
	background: orange;
	*/
	width: 510px;
	min-height: 92px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #666;
	}

.past {
	/*
	background: orange;
	*/
	width: 510px;
	min-height: 152px;
	}	
	
h4 {
	font: 9px;
	margin: 5px 0 5px 0;
	padding: 0;
	}

hr {
	background: #000;
	width: 100%;
	height: 1px;
	border: 0;
	margin-bottom: 10px;
	}
	
#content img {
	border: 1px solid black;
}
#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul li {
	margin: 0 10px 0 0;
}

#content ul li.reis {
	float: left;
	width: 252px;
	height: 185px;
	margin: 10px 10px 10px 0;
}

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

#content .entry ul.ulcoming {
}

#content ul li.front {
	float: left;
	width: 252px;
	min-height: 200px;
	margin: 10px 10px 10px 0;
}

#content ul li.front img {
	width: 250px;
}

#content ul li.frontbig {
	float: left;
	width: 524px;
	margin: 0px 10px 10px 0;
}

#content ul li.frontbig img {
	width: 523px;
}

#content ul li.pic {
	float: left;
	width: 215px;
	min-height: 160px;
	margin: 0;
	padding: 0;
}

#content ul li.text {
	float: left;
	width: 310px;
	margin: 0;
	padding: 0;
}
.date {
	margin: 5px 0 0 0;
	padding: 0;
}
.clear {
	clear: left;
	margin: 0 0 10px 0;
	padding: 0;
	max-height: 0px;
}

li#countdown {
	margin-top:15px;
}

#rightColumn1 h2 {
	margin-bottom: 5px;
}

#timers ul li ul li {
	/*
	background: pink;
	*/
}

.navigation {
	padding-top: 10px;
	padding-bottom: 10px;
}

.gallery-item { float: left }

#content img.noborder { border: 0px; }

img#wpstats {
	display: none;
}

.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

h3.widgettitle {
	margin: 0;
	padding: 0;
}

#rightColumn ul li ul li.sidebarnext a img {
	border: 1px solid black;
}

#rightColumn1 li#facebook div {
	width: 175px;
	overflow: hidden
}

/* twitter */
li#twitter-vjck ul {
	margin-top: 5px;
}

li#twitter-vjck ul li {
	margin-bottom: 5px;
}

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

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

