/*  
Theme Name: Travelling Logbook
Theme URI: http://www.ezwpthemes.com/
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: logbook, travel, sail, orange, fixed width, two columns, widgets
*/

/* Global */
body, td, th, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background: #ffffff url(images/background.jpg) repeat;
}
abbr, acronym {
	cursor: help;
}
br {
	padding: 10px 0 0 0;
}
blockquote {
  border-left: 5px solid #ff9000;
  background: #e5dab0;
  margin: 7px 15px 0;
  padding: 5px 10px;
  font-style: italic;
}
.entry img 
{
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border:none;
	border-top:#dcdcdc 1px solid;
	border-left:#dcdcdc 1px solid;	
}
.entry a img {
	border:none;
	background:none;
	padding:none;
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;	
	border-top:#dcdcdc 1px solid;
	border-left:#dcdcdc 1px solid;	
}
img {
	border: none;
}
a {
	color: #b34813;
}
a:hover {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h4 {
	font-size: 36px;
}
h4 a{
	color: #fff;
	text-decoration: none;
	outline-style: none;
}
h2 {
	font-size: 20px;
	color: #ffffcc;
	margin: 0 0 0 30px;
}
h3 {
	font-size: 18px;
}
#wrapper {
	margin: 0;
	width: 1003px;
	text-align: left;
}

/* Header */
#header {
	height: 328px;
	background: url(images/header.jpg) no-repeat;
	position:relative;
}
#titles {
	padding: 0px 0 0 270px;
}
#rss {
	position: absolute;
	left: 168px;
	bottom: 198px;
	height: 114px;
	width: 114px;
}
#rss a {
	outline-style: none;
}

/* Navigation */
#navigation {
  list-style: none;
  display: block;
	position: absolute;
	left: 746px;
	bottom: 0px;
	height: 96px;
	width: 245px;
	margin: 0;
	padding: 0;
}
#navigation #nav1 {
	float: left;
	width: 44px;
	height: 25px;
	padding: 30px 0 0 20px;
	margin: 0;
}
#navigation #nav2 {
	float: left;
	width: 66px;
	height: 28px;
	padding: 37px 0 0 0;
	margin: 0;
}
#navigation #nav3 {
	float: left;
	width: 62px;
	height: 30px;
	padding: 47px 0 0 0;
	margin: 0;
}
#navigation #nav4 {
	float: left;
	width: 40px;
	height: 25px;
	padding: 57px 0 0 0;
	margin: 0;
}

/* Searchform */
#searchbox {
	position: absolute;
	left: 730px;
	width: 249px;
	height: 59px;
	padding: 34px 0 0 20px;
}

#searchbox form#searchform {
	float: left;
	border: none;
	background: transparent;
	margin: 0;
}
#searchbox form#searchform p {
	margin: 0;
	padding: 0;
}
#searchbox form#searchform input {
	float: left;
	border: none;
	background: transparent;
	margin: 0;
}
#searchbox form#searchform .searchtext {
	margin: 3px 6px 0 35px;
	width: 97px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#searchbox form#searchform .searchbutton{
	width: 60px;
	height: 24px;
}
#searchbox form#searchform label {
	display: none;
}

/* Container */
#container {
	overflow: hidden;
	background: url(images/container-bg.jpg) repeat-y;
	position: relative;
}

#sidebar {
	float: left;
	width: 193px;
}
#sidebar h2 {
	font-weight: bold;
	color: #b34813;
	font-size: 12px;
	padding-left: 18px;
	margin: 0 0 5px 0;
	padding-left: 30px;
}

#sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  padding: 10px 0 10px 0;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding-left: 40px;
}
#sidebar ul ul li {
	font-family: Tahoma;
	font-size: 12px;
	padding: 0 0 5px 10px;
	background: url(images/arrow.gif) 0px 5px no-repeat;
}

table#wp-calendar {
  padding: 0 15px 0 20px;
  width: 100%;
  text-align: right;
  color: #ba8644;
  font-size: 11px;
  font-weight: bold;
}

table#wp-calendar caption {
  font-size: 12px;
}

#divider {
	float: left;
	width: 46px;
}
#divider-top {
	height: 66px;
	width: 46px;
	margin-top: 83px;
	background: url(images/divider-bg.jpg) no-repeat;
}
#divider-bottom {
	height: 66px;
	width: 46px;
	position: absolute;
	bottom: 83px;
	background: url(images/divider-bg.jpg) no-repeat;
}

#content {
	float: left;
	width: 664px;
}

.post {
	background:url(images/star.gif) 0px 8px no-repeat;
	padding: 10px 0 0 30px;
	margin: 15px 50px 30px 30px;
}
.post h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #b34813;
	margin: 0;
}
.post h1 a {
	text-decoration: none;
	outline-style: none;
}
.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #b34813;
	margin: 0;
}
.post h2 a {
	text-decoration: none;
	outline-style: none;
}
.statia p {
  text-align: justify !important;
  margin: 0cm 0cm 7pt !important;
  text-indent: 1cm !important;
  font-family: Times New Roman, Arial, Helvetica, sans-serif !important;
  font-size: 12pt !important;
} 
.statia li{
  text-indent: 0cm !important;
  font-family: Times New Roman, Arial, Helvetica, sans-serif !important;
  font-size: 12pt !important;
} 
.notfound {
	margin-top: 50px;
}
.notfound h2{
  text-align:center;
  font-size: 40px;
  color: #cd906f;
}
.endline {
  clear: both;
}
.entry {
} 
.postmetadata {
	border-top: 1px #cd906f solid;
	margin:0 0 20px;
	padding-top: 3px;
	font-size: 11px;
	color: #ff5100;
}
.commentline {
	text-align: right;
	font-weight: bold;
	padding: 20px 20px 0;
}
.quickjump {
  padding: 10px 0 0 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}
.jumpleft {
  float: left;
  padding: 0 22px;
}
.jumpright {
  float: right;
  padding: 0 51px;
}
.subscr {
  margin: 1px 0;
}
.subscr .title {
  font-size: 12px;
	padding: 0 0 3px 20px;
	background: url(images/rss-mini.gif) no-repeat;
}
.subscr ul,
.recent-posts ul,
.recent-posts2 ul {
  margin: 5px 0 0;
	list-style: none;
}
.subscr li,
.recent-posts li,
.recent-posts2 li {
  padding-left: 7px;
	background: url(images/arrow.gif) 0 5px no-repeat;
}

#containerborder {
	float: left;
	width: 39px;
	height: 42px;
	background: url(images/container-border.jpg) no-repeat;
}

/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cccccc;
}

.comments-template h2, .comments-template h3{
  font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

#commentform p{
	margin: 1px;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.children {
  list-style:none;
  margin-right:2px;
}
.children li{
  border: 1px #cccccc solid;
  border-left: 7px #aa6011 solid;
  padding:2px;
}
.children li p{
  padding-left:2px;
}
.comment-author {
  padding:3px;
}
.comment-meta, .reply {
  padding-left:2px;
}

/* Footer */
#footer {
	font-size: 10px;
	clear: both;
	background: url(images/footer-bg.jpg) no-repeat;
	text-align: right;
	padding: 70px 100px 20px 0;
}
.copyright {
	font-size: 10px;
	line-height: 18px;
}


.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft, div.alignleft {
	display: block;
	float: left;
	width: 100%;
}


.alignright, div.alignright {
	display: block;
	float: right;
	width: 100%;
}

.alignleft, .alignright{
	width: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
	width: 100%;
	display: block;
}

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
















#main_navigation {
  z-index: 900;
  position: absolute;
  top: 40px;
  right: 0;
}
#main_navigation ul.level_1 {
  float: right;
}
#main_navigation ul.level_2, #main_navigation ul.level_3 {
  display: none;  
}
#main_navigation li, #main_navigation li a, #main_navigation li span {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#main_navigation li {
  position: relative;
  padding: 0 10px;
}
#main_navigation li a, #main_navigation li span {
  color: #374150;
  border-bottom: 1px solid #cdddeb;
}
#main_navigation li span {
  cursor: default;
}
.inner #main_navigation li a {
}
#main_navigation ul.level_2 {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 32px;
  display: none;
  width: 180px;
  padding: 5px 10px;
  background: #fff;
}
#main_navigation ul.level_2 li, #main_navigation ul.level_2 li a {
  float: none !important;
  width: 100%;
  padding: 0;
  font-size: 12px;
}
#main_navigation ul.level_2 li.last a {
  border: none;
}
#main_navigation li.hover {
  background: #e6eff8;
}
#main_navigation li.hover a {
  border-bottom: none;
}
#main_navigation ul.level_2 li.hover {
  background: none;
}
#main_navigation li.hover ul {
  display: block;
}



.menu_gallery {
  position: relative;
  width: 980px;
  margin-bottom: 20px;
}
.menu_gallery div.carousel {
  position: relative;
  overflow: hidden !important;
  width: 920px !important;
  height: 470px !important;
  margin: 0 auto;
}
.menu_gallery div.carousel li {
  position: relative;
  width: 920px !important;
  height: 470px !important;
  line-height: 470px;
  text-align: center;
}
.menu_gallery div.carousel img {
  display: inline;
  border: 10px solid #fff;
  vertical-align: middle;
}
.menu_gallery a.next, .menu_gallery a.prev {
  position: absolute;
  top: 215px;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -1000em;
}
.menu_gallery a.next {
  right: 0;
  background: url(button_r.gif) no-repeat top center;
}
.menu_gallery a.prev {
  left: 0;
  background: url(button_l.gif) no-repeat top center;
}
.menu_gallery_2 {
  position: relative;
  overflow: hidden;
  float: right;
  width: 520px;
  margin: 45px 0 20px 0;
  text-align: center;
}
.menu_gallery_2 div.carousel {
  overflow: hidden;
  width: 420px !important;
  height: 320px !important;
  margin: 0 auto 20px auto;
}
.menu_gallery_2 div.carousel li {
  position: relative;
  width: 420px !important;
  height: 320px !important;
  text-align: center;
}

.menu_gallery_2 a.next, .menu_gallery_2 a.prev {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  text-indent: -1000em;
}
.menu_gallery_2 a.next {
  margin-left: 220px;
  _margin-left: 110px;
  margin-right: 40px;
  background: url(button_m.gif) no-repeat top center;
}
.menu_gallery_2 a.prev {
  background: url(button_s.gif) no-repeat top center;
}
.menu_gallery li strong, .menu_gallery_2 li strong {
  z-index: 1000;
  position: absolute;
  bottom: 5px;
  left: 300px;
  display: block;
  width: 320px;
  height: 30px;
  line-height: 30px;
  background: #fff;
}





.links {
  display: block;
  clear: both;
  width: 95%;
  border-top: #E2DBD8 1px dotted;
  border-bottom: #E2DBD8 1px dotted;
  color: #555555;
  padding: 0px 15px;
  font-size: 85%;
}
.links a {
  text-decoration: none;
  color: #666666;
}
.links a:hover {
  color: #666666;
  border-bottom: dotted 1px #666666;
}
.links .cat {
  background: url(images/categories.jpg) no-repeat left center;
}
post .links .tags {
  background: url(images/tags.jpg) no-repeat left center;
}
