/*
Theme Name: Worldwide Travel Guide
Theme URI: 
Description: Theme for the Worldwide Travel Guide website. For the main styles, see the '/css/styles.css' file at the root of this site.
Author: Patrick Hathway, Web on High
Version: 1.1
Tags: three-columns, fixed-width
*/

/* Blog-specific styles: */

.widget-container-left, .widget-container-right {
	background-image: url("images/dots.gif");
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	margin-bottom: 13px;
	width: 150px;
}
.widget-container-left  h3 {
	margin-bottom: 10px;
}
.widget-container-right {
	width: 198px;
}
.widget_text p {
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 15px;
}
.widget_text p.twitter-title {
  color: #087EA5;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px;
}

div.centre {
	margin-right: 14px;
}

h2 {
	margin-top: 0px;
}

.navigation {
	margin-left: 20px;
	padding-right: 10px;
}
.navigation .nav-prev {
	float: left;
}
.navigation .nav-next {
	float: right;
}

.post {
	clear: both;
}

.entry-content, .postmetadata {
	color: #333333;
	line-height: 18px;
	margin: 0 0 20px 20px;
	padding-right: 10px;
  clear: both;
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
	margin: 10px 0px;
	padding: 0px;
}

.entry-content h1 {
	font-size: 24px;
}
.entry-content h3 {
	font-size: 15px;
}

.entry-content ul {
	margin: 0px 0px 10px 0px;
}

.entry-content ol li {
	background-image: none;
	list-style-type: decimal;
	list-style-position: inside;
}

.entry-content .alignleft, .entry-content .alignnone  {
  float:left;
  margin-right: 10px;
}
.entry-content .alignright {
  float:right;
  margin-left: 10px;
}
.entry-content .aligncenter {
  display:block;
  margin-left:auto;
  margin-right:auto;
}
.entry-content .wp-caption {
  text-align:center;
  font-style:italic;
  background:none repeat scroll 0 0 transparent;
  border:1px solid #DED6CE;
  display:inline;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.entry-content .wp-caption p.wp-caption-text {
  margin: 0px;
  padding: 0px;  
}
.entry-content .clear {
	clear: both;
}
.entry-content img {
	border: 0px;
}
.entry-content blockquote {
	margin: 0 0 18px 18px; 
	color: #666666; 
	font-style: italic;
}
