/*
Theme Name: wp-otah
Theme URI: onlinetravelandhospitality.com
Description: Awesome Otah theme
Version: 1
Author: Jonno Riekwel
Author URI: http://jonnotie.nl
Tags: online travel internet marketing
*/

/* @override 
	http://otah.jonnotie.nl/wp-content/themes/otah/style.css
	http://www.onlinetravelandhospitality.com/wp-content/themes/otah/style.css
*/

p, ul {
	margin-bottom: 1.5em;
        list-style-type:none;
}

img {
	border-style: none;
	outline: 0;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

h1, h2, h3 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: normal;
	font-style: normal;
}

img, textarea {
	vertical-align: bottom;
}

html {
	font-size: 12px;
}

html, body {
	background: url(images/bg.png) repeat-x;
}

body {
	font: 1em/1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
	color: #666;
}

a {
	text-decoration: none;
	color: #4096ee;
}

a:hover {
	text-decoration: underline;
}

#rss {
	background: url(images/rss.png) no-repeat;
	width: 15px;
	height: 14px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	right: 10px;
	top: 8px;
}

/* HEADER */

#header {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/header_bg.png) repeat-x 0 bottom;
	padding-bottom: 4px;
	position: relative;
}

#header #navigation {
	list-style-position: outside;
	list-style-type: none;
	overflow: hidden;
	float: left;
	height: 38px;
	margin-bottom: 0;
	text-transform: lowercase;
}

#header #navigation li {
	float: left;
	list-style-position: outside;
	list-style-type: none;
}

#header #navigation li a {
	float: left;
	display: inline;
	text-decoration: none;
	color: #fff;
	height: 26px;
	padding-top: 7px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

#header #navigation li a:hover {
	border-bottom: 5px solid #4e4d4e;
}

#header #navigation li.current_page_item a {
	border-bottom: 5px solid #4b74fa;
}

#header #navigation li a.current {
	border-bottom: 5px solid #4b74fa;
}

#header #search {
	color: #fff;
	float: right;
	display: inline;
	margin-right: 17px;
	margin-top: 7px;
}

#header #search label {
	margin-right: 4px;
	font-weight: bold;
}

#header #search label.hidden {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

#header #search input {
	background-image: url(images/search_input_bg.png);
	padding: 0;
	margin: 0;
	border-width: 0;
	border-style: none;
	width: 149px;
	height: 15px;
}

#header #logo {
	clear: left;
	width: 412px;
	height: 70px;
	float: left;
	display: inline;
	background-image: url(images/logo.png);
	text-indent: -9999px;
	margin-top: 17px;
}

#header #about {
	width: 270px;
	float: right;
	clear: right;
	border: 1px solid #b3b3b3;
	padding: 5px;
	overflow: hidden;
	margin-top: 12px;
	font-size: 10px;
	line-height: 14px;
	margin-bottom: 10px;
	color: #000;
}

#header #about p {
	margin-bottom: 0;
	float: right;
	width: 224px;
}

#header #about h2 {
	background: url(images/headings/about.png) no-repeat 0 0;
	text-indent: -99999px;
	font-size: 1px;
	line-height: 1px;
	height: 17px;
}

#header #about img {
	float: left;
	margin-right: 5px;
}

#header #categories {
	width: 100%;
	overflow: hidden;
	clear: both;
}

#header #categories ul {
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0;
	border-left: 1px solid #dedede;
	width: 542px;
	overflow: hidden;
	margin-bottom: 0;
	text-transform: lowercase;
	float: left;
}

#header #categories li {
	float: left;
	list-style-type: none;
	list-style-position: outside;
}

#header #categories li a {
	float: left;
	padding: 7px 20px;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #dedede;
	border-top: 1px solid #dedede;
}

#header #categories li a:hover {
	background-color: #efefef;
	text-decoration: none;
}

#header #categories li.current-cat a {
	background-color: #efefef;
}

#header #subscribe {
	padding-right: 16px;
	width: 266px;
	float: right;
	padding-top: 6px;
	text-align: right;
}

/* MAIN */

#main {
	width: 950px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}

/* CONTENT */

#content {
	float: left;
	width: 550px;
}

#content h1 {
	font-size:15px;
        font-weight:bold;
        line-height:1.5em;
        margin: 0px 0px 10px 8px;
}

#content h1.noshow {
	display: none;
}

#content .post {
	
}

#content .post .header {
	width: 100%;
	overflow: hidden;
	margin-bottom: 7px;
}

#content .post .header .date {
	width: 27px;
	height: 35px;
	line-height: 10px;
	background-image: url(images/date_bg.png);
	text-align: center;
	font-size: 9px;
	float: left;
}

#content .post .header .date .month {
	margin-bottom: 0;
	color: #fff;
	line-height: 18px;
	text-transform: uppercase;
	font-size: 8px;
}

#content .post .header .date .day {
	margin-bottom: 0;
	line-height: 14px;
}

#content .post .header .title {
	float: right;
	width: 520px;
	text-transform: lowercase;
}

#content .post .header .title h2 {
	color: #000;
}

#content .post .header .title h2 a {
	color: #000;
	text-decoration: none;
}

#content .post .header .title h2 a:hover {
	text-decoration: underline;
}

#content .post .header .title h2 span {
	background-color: #f9fb8d;
	padding-left: 4px;
	padding-right: 4px;
}

#content .post .header .title h3 {
	color: #BBBBBB;
}

#content .post .header .title h3 span {
	color: #000;
	background: url(images/h3_bg.png) no-repeat right 5px;
	padding-right: 12px;
}

#content .post .header .title h3 a {
	color: #4096ee;
	text-decoration: none;
}

#content .post .header .title h3 a:hover {
	text-decoration: underline;
}

#content .post .article {
	border: 1px solid #d1e6fb;
	padding: 8px 10px 1px;
	margin-left: 5px;
	margin-bottom: 24px;
}

#content .post .article h3 {
	font-weight: bold;
}

#content .post .article .postinfo {
}

#content .post .article .postinfo p {
	margin-bottom: 10px;
}

#content .post .article .postinfo a {
	text-decoration: none;
}

#content .post .article .postinfo a:hover {
	text-decoration: underline;
}

#content .post .article .postinfo a.readmore {
	background: url(images/readmore.png) no-repeat 0 2px;
	padding-left: 15px;
	color: #000;
}

#content .post .article .postinfo a.comments {
	background: url(images/comments.png) no-repeat 0 2px;
	padding-left: 15px;
	color: #bbb;
}

#content .post .article .postinfo a.comments span {
	color: #bbb;
}

#content .post .article .postinfo a.trackback {
	background: url(images/trackback.png) no-repeat 0 2px;
        margin-left: 5px;
	padding-left: 18px;
	color: #bbb;
}

/* --- */

#content .navigation {
	overflow: hidden;
	width: 100%;
}

#content .navigation .alignleft {
	float: left;
}

#content .navigation .alignright {
	float: right;
}

/* --- */

#content .archive {
	border: 1px solid #d1e6fb;
	padding: 8px 10px 1px;
	margin-left: 5px;
	margin-bottom: 24px;
}

#content .archive h3 {
	font-weight: bold;
}

#content .archive ul {
	list-style-position: inside;
	margin-bottom: 6px;
}

/* --- */

#content #comments {
}

#content #comments .comment {
	padding: 8px 10px;
	margin-left: 5px;
	border: 1px solid #dedede;
	margin-bottom: 1.5em;
}

#content #comments .comment.authorcomment {
	border-color: #4096EE;
}

#content #comments .comment.authorcomment .name {
	border-top-color: #c0d4ea;
}

#content #comments .comment .name {
	margin-bottom: 0;
	border-top: 1px dotted #dedede;
	padding-top: 9px;
        color:#bbb;
}

/* --- */

#content #writecomment {
}

#content #writecomment form {
	padding-left: 5px;
}

#content #writecomment label {
	display: block;
}

#content #writecomment input {
	width: 200px;
	height: 15px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	line-height: 1.5em;
	border: 1px solid #d0d0d0;
	color: #808080;
	background: #fff url(images/input_bg.png) repeat-x;
}

#content #writecomment input:focus {
	border: 1px solid #d1e6fb;
	outline: 0;
}

#content #writecomment textarea {
	width: 395px;
	height: 130px;
	padding-top: 5px;
	padding-left: 3px;
	padding-right: 5px;
	border: 1px solid #d0d0d0;
	color: #808080;
	background: #fff url(images/input_bg.png) repeat-x;
	font: 1em/1.5em Verdana, "Lucida Grande", Lucida, sans-serif;
}

#content #writecomment textarea:focus {
	outline: 0;
	border-color: #d1e6fb;
}

#content #writecomment .submit {
	text-align: right;
}

#content #writecomment button {
	padding: 5px;
	background: #fff url(images/button_bg.png) repeat-x 0 bottom;
	margin-left: auto;
	cursor: pointer;
	border: 1px solid #d0d0d0;
}











#content #writecomment button:active {
	background: url(images/input_bg.png) repeat-x 0 0;
}

/* SIDEBAR */

#sidebar {
	float: left;
	width: 170px;
	margin-left: 20px;
	font-size: 11px;
}

#sidebar ul {
	list-style-position: outside;
	list-style-type: none;
}

#sidebar ul.list li {
	background-image: none;
	padding: 0;
	margin-top: 8px;
}

#sidebar ul.featured h3 a {
	color: #4D9DEF;
	font-size: 13px;
	line-height: 19px;
}

#sidebar ul.featured li {
	padding-bottom: 13px;
	padding-top: 7px;
}

#sidebar ul li {
	list-style-position: outside;
	list-style-type: none;
	background: url(images/line.png) repeat-x 0 bottom;
	padding-bottom: 10px;
	color: #000;
}

#sidebar ul li p {
	margin-bottom: 0;
}

#sidebar ul li a {
	color: #4d9def;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li em {
	display: block;
	font-weight: normal;
	font-style: normal;
	color: #727272;
}

#sidebar h2 {
	background: url(images/comments.png) no-repeat 0 2px;
	padding-left: 14px;
	font-size: 12px;
}

#sidebar h3 {
}

#sidebar h2 span {
	background-color: #f9fb8d;
	padding-left: 4px;
	padding-right: 4px;
	color: #000;
}

/* SIDEBAR2 */

#sidebar2 {
	width: 190px;
	float: right;
}

#sidebar2 h2 {
	color: #000;
	margin-bottom: 5px;
}

#sidebar2 ul {
	list-style-type: none;
	list-style-position: outside;
}

#sidebar2 ul li {
	list-style-type: none;
	list-style-position: outside;
        background:transparent url(images/line.png) repeat-x scroll 0 bottom;
        padding-bottom:9px;
}

#sidebar2 ul li a {
	color: #4d9dee;
        font-size:11px;
}

#sidebar2 ul.ads {
        background:none;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
	overflow: hidden;
	margin-bottom: 8px;
	padding-top: 5px;
        
}

#sidebar2 ul.ads li {
	float: left;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 10px;
	margin-right: 10px;
        padding-bottom: 0px;
}

#sidebar2 ul.ads li a {
	float: left;
	border: 1px solid #6e7588;
}

#sidebar2 ul.ads li a:hover {
	border-color: #5da5f0;
}

/* FOOTER */

#footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
	color: #a6a6a6;
	background: url(images/header_bg.png) repeat-x;
	padding-top: 10px;
}

#footer ul {
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0;
	text-transform: lowercase;
}

#footer ul li {
	list-style-position: outside;
	list-style-type: none;
	display: inline;
	margin-right: 5px;
}

#footer ul li a {
	color: #666;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#wpcf label {
        
        color: #4096EE;
        font-size:12px;
	clear: both;
	width: 150px;
        font-weight:normal;
}
#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-top:-15px;
	width: 100px;
}

.subscribe-to-comments label {
   display: inline!important;
}
