/*
Theme Name: Sterling Adventures
Theme URI: http://www.sterling-adventures.co.uk/
Description: WordPress theme for the <a href="http://www.sterling-adventures.co.uk/blog/" alt="Sterling Adventures Blog" title="Sterling Adventures Blog">Sterling Adventures Blog</a>.
Version: 3.2
Author: Peter Sterling
Author URI: http://www.sterling-adventures.co.uk/
Tags: sterling
*/

@import url("/Menu/nav.css");
@import url("/Menu/title.css");

body {
	background-color: #f5f3f3;
	margin: 0px;
	}

#page {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
	font-size: 11px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 700px;
	text-align: left;
	position: relative;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	padding-top: 5px;
	}


small {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
	font-size: 0.9em;
	line-height: 1.5em;
	}

.indexdate {
	font-weight: bold;
	color: purple;
	}

.page_entry {
	border-top: 1px solid #ddd;
	}

.entry-body a, .entry-body a:visited, .commentlist p a {
	text-decoration: underline;
	}

.entry img {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	}

h1, h2, h3 {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
	font-weight: bold;
	}

h1 {
	padding-top: 55px;
	margin: 0;
	font-size: 32px;
	text-align: left;
	}

h2 {
	margin: 0px 0 0;
	font-size: 1.6em;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}

#header {
	font-size: 1.2em;
	text-align: left;
	margin-left: 40px;
	position: relative; z-index: 2;
	}

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
	}

#description { font-size: 1.2em; }

h1, h1 a, h1 a:visited, #header, #description {
	text-decoration: none;
	font-weight: bold;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: red;
	}

.entry-body h3 a, .entry-body h3 a:visited {
	text-decoration: none;
	}

h2, h2 a, h2 a:visited, h3, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.reply { text-align: right; padding-bottom: 2px; }

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

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

a {
	color: #999999;
	text-decoration: none;
	}

a:visited {
	color: #666666;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: underline;
	}

h1 a:hover {
	color: red;
	}
	
h2 a:hover, h3 a:hover {
	color: red;
	text-decoration: underline;
	}

.narrowcolumn {
	float: left;
	display: inline;
	padding: 0;
	margin: 37px 0 0 40px;
	width: 430px;
	clear: none;
	position: relative; z-index: 3;
	}

.widecolumn {
	float: left;
	display: inline;
	padding: 0;
	margin: 15px 0 0 40px;
	width: 620px;
	position: relative; z-index: 3;
	}
	
.post {
	margin: 0 0 20px;
	text-align: justify;
	}

.post .title {
	width: 522px;
	}

.post .title h2 {
	margin-top: 4px;
	border-bottom: 1px solid #ddd;
	}

.post .title h2 a:hover {
	text-decoration: none;
	}

.post .date {
	clear: left;
	height: 49px;
	width: 47px;
	background: url(images/cal.gif) no-repeat;
	font-size: 20px;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
	}

.post .date span {
	height: 16px;
	display: block;
	font-size: 11px;
	color: white;
	text-align: center;
	padding-top: 3px;
	}

.post .avatar-title {
	margin-top: 12px;
	}

.widecolumn .post {
	margin: 0;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.indextitle {
	clear: both;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
	margin-bottom: 4px;
	}

.indexmetadata {
	clear: both;
	text-align: center;
	padding: 4px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #ddd;
	}

.postmetadata {
	clear: left;
	text-align: center;
	padding: 6px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
	}

#footer {
	position: relative;
	background-color: #eee;
	padding: 5px;
	text-align: center;
	margin: 0;
	width: 700px;
	float: left;
	clear: none;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#footer img {
	vertical-align: text-bottom;
	padding-top: 2px;
	}

h3.comments img, h3.respond img, small img, .postmetadata img, .indexmetadata img, li img {
	vertical-align: text-bottom;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

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

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

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

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

#cetegories {
	vertical-align: bottom;
	}

#searchform {
	margin: 10px auto;
	padding: 9px 0px; 
	text-align: left;
	background: url(images/searchform-bg.gif) no-repeat right bottom;
	height: 36px;
	}

#sidebar #searchform #s {
	width: 134px;
	position: relative;
	top: 14px;
	left 3px;
	}

#searchform #searchsubmit { 
	background: url(images/search-btn.gif) no-repeat left top;
	height: 24px;
	width: 24px;
	border: none;
	text-indent: -999%;
	line-height: 1px;
	position: relative;
	top: 12px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
	}

select {
	width: 128px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

#com-prompt {
	color: #666666;
	}

.alt {
	background-color: #f5f3f3;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0;
	}

.commentlist {
	background-color: #f0f0f0;
	padding: 0;
	text-align: justify;
	}

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

.comment em, .error { color: orange; padding-bottom: 6px; }
.comment p em { color: #666666; }

.li-disc li { list-style-type: disc; }
.li-numb li { list-style-type: decimal; }

.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	margin: 5px 0;
	}

.comment-count {
	white-space: nowrap;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
	display: block;
	}

#commentspopup {
	text-align: left;
	margin: 10px;
	margin-top: 0;
	}

#commentspopup .widecolumn {
	margin: 4px 0 0 40px;
	}

#sidebar {
	width: 180px;
	float: right;
	margin-right: 40px;
	margin-top: 20px;
	}

* html #sidebar { margin-right: 15px; }

#sidebar h2 {
	color: #666666;
	margin: 15px 0 0;
	padding: 2px 0 2px 4px;
	font-size: 1.2em;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul {
	margin: 0;
	padding: 0;
	}

#sidebar li {
	list-style-type: none;
	}

#sidebar ul li {
	padding: 2px 0 2px 20px;
	list-style-type: none;
	}

#sidebar #blog-control li {
	background: url(images/bullet-orange.gif) no-repeat left top;
	}

#sidebar #archived-control li, .archived-control li {
	background: url(images/mini-archive.gif) no-repeat left top;
	}

#sidebar #rss-control li {
	background: url(images/mini-rss.gif) no-repeat left top;
	}

#sidebar #climbing-control li {
	background: url(images/carabiner.gif) no-repeat left top;
	}

#sidebar #comment-control li, #sidebar #recentcomments li {
	background: url(images/mini-comment.gif) no-repeat left top;
	}

#sidebar #recentcomments .avatar {
	padding: 1px;
	margin: 0;
}

#sidebar #author-control li {
	background: url(images/mini-user.gif) no-repeat left top;
	}

.pagenav_pws ul li {
	background: url(images/mini-page.gif) no-repeat left top;
	}

.linkcat ul li {
	background: url(images/mini-blogroll.gif) no-repeat left top;
	}
#sidebar ul .linkcat {
	padding-left: 0px;
	}

.dbx-content p { margin: 0; padding 0; }
.dbx-content .required { color: red; }
#sidebar form { text-align: center; }
#sidebar form label { margin-right: 3px; }

#wp-calendar td a {
	text-decoration: none;
	color: red;
	display: block;
	}

#wp-calendar a:hover {
	text-decoration: underline;
	}

#wp-calendar caption {
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 3px 0 3px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px;
	border: 1px solid #ddd;
	background: #ccc;
	}

table#wp-calendar {
	border-spacing: 0;
	}

#wp-calendar {
	empty-cells: show;
	margin: 5px auto 0;
	width: 155px;
	}

#wp-calendar #next a:hover, #wp-calendar #prev a:hover {
	color: red;
	}

#wp-calendar #next a {
	padding-right: 10px;
	background: #f5f3f3;
	text-align: right;
	color: #666666;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	background: #f5f3f3;
	text-align: left;
	color: #666666;
	}

#wp-calendar tbody td {
	padding: 3px;
	border: 1px solid #ddd;
	text-align: center;
	}

#wp-calendar #today {
	background: #ddd;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #f5f3f3;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 30px 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ddd;
	background-color: white;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	height: 30px;
	}

.navigation .alignleft, .prev {
	padding: 10px 0 10px 35px;
	background: url(images/post-nav-previous.png) no-repeat left 0;
	}

.navigation .alignright, .next {
	padding: 10px 35px 10px 0;
	background: url(images/post-nav-next.png) no-repeat right 0;
	}

/* Image classes. */
.imageframe { margin: 0px; padding: 3px; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; border-top: 1px solid #eee; border-left: 1px solid #eee; background: white; }
.imgalignleft { float: left; }
.imgalignright { float: right; }
.imgaligncenter { margin-left: auto; margin-right: auto; }
.indexthumb { float: left; margin-right: 10px; }
.indexthumbframe { padding: 3px; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; border-top: 1px solid #eee; border-left: 1px solid #eee; background: white; float: left; margin-right: 10px; }
img.size-medium, img.size-thumbnail, img.size-full { padding: 3px; border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; border-top: 1px solid #eee; border-left: 1px solid #eee; background: white; }

.imagelink img { }
.imagelink img:hover { }

/* Avatars. */
.avatar {
	float: left;
	padding: 2px;
	margin: -6px 2px 0 0;
	border: 1px solid #ddd;
	background: white;
	}

.post_avatar {
	padding: 2px;
	margin: 0;
	border: 1px solid #ddd;
	background: white;
	vertical-align: text-bottom;
	}

h2#avatar_widget_heading {
	margin: 0 0 6px;
	}

/****************************************************************
  Docking Boxes core CSS: YOU MUST NOT CHANGE OR OVERRIDE THESE 
*****************************************************************/
.dbx-clone {
	position: absolute;
	visibility: hidden;
	}

.dbx-clone, .dbx-clone .dbx-handle-cursor {
	cursor: move !important;
	}

.dbx-dummy {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

.dbx-group, .dbx-box, .dbx-handle {
	position: relative;
	display: block;
	}


/****************************************************************
  avoid padding, margins or borders on dbx-box, 
  to reduce visual discrepancies between it and the clone.  
  overall, dbx-box is best left as visually unstyled as possible 
*****************************************************************/
.dbx-box {
	margin: 0;
	padding: 0;
	border: none;
	}


/****************************************************************
  otherwise, do what you like :) 
*****************************************************************/
/* group container(s) */
.dbx-group {
	padding: 0;
}

* html .dbx-group {
	padding: 0;
	}

/* handles */
.dbx-handle {
	position: relative;
	background: url(images/sidebar-handle.gif) no-repeat 0 0;
	}

* html .dbx-handle { 
	width: 180px; 
	}

/* handle cursors are in a class of their own so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor: move;
	}

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(images/sidebar-toggle.gif) no-repeat;
	position: absolute;
	top: 0px;
	right: 3px;
	text-indent: -50px;
	text-decoration: none;
	}

a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position: 0 0;
	}

a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position: 0 -20px;
	}

/* keyboard navigation tooltip */
.dbx-tooltip {
	display: block;
	position: absolute;
	margin: 36px 0 0 125px;
	width: 185px;
	border: 1px solid #000;
	background: #ffd;
	color: #000;
	font: normal normal normal 0.85em tahoma, arial, sans-serif;
	padding: 2px 4px 3px 5px;
	text-align: left;
	}

* html .dbx-tooltip { width: 195px; }

/* use CSS2 system colors in CSS2 browsers but not safari, which doesn't support them */
*[class="dbx-tooltip"]: lang(en) {
	border-color: InfoText;
	background: InfoBackground;
	color: InfoText;
	font: small-caption;
	font-weight: normal;
	}

/* inner content area */	
.dbx-content {
	margin: 0;
	padding: 4px;
	list-style-type: none;
	background: url(images/sidebar-bottom.gif) no-repeat 0 100%;
	}

.dbx-content li {
	}

.dbx-content a, .dbx-content a:visited {
	}

.dbx-content a:hover, .dbx-content a:focus, .dbx-content a:active {
	}


/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display: block;
	height: 2px;
	overflow: hidden;
	}
.dbx-box-closed .dbx-content * {
	display: none;
	}

/* additional clone styles */
.dbx-clone {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	filter: alpha(opacity=80);
	}

/* Paged navigation styles. */
.pagenavigationbox {
	text-align: center;
	padding: 5px 0;
	}

.pagenavcurrent, .page-numbers { border: 1px solid #ddd; }
.pagenav, .pagenavcurrent, .page-numbers {
	margin: 0 3px;
	padding: 5px;
	}

.prev.page-numbers, .next.page-numbers { border: none; padding: 8px 0 12px 0; text-decoration: none; }
.prev.page-numbers:hover, .next.page-numbers:hover { border: none; background-color: transparent; text-decoration: underline; }

.pagelink, a.page-numbers {
	border: 1px solid #ddd;
	color: red !important;
	margin: 0 3px;
	padding: 5px;
	text-decoration: none;
	}

.pagelink:hover, a.page-numbers:hover {
	border: 1px solid #f5f3f3;
	background-color: #ddd;
	color: red !important;
	text-decoration: underline;
	}

/* Hide the WP Stats smiley icon. */
img#wpstats { width: 0px; height: 0px; padding: 0px; border: none; overflow: hidden; }

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border-bottom: 1px solid #aaa; border-right: 1px solid #aaa; border-top: 1px solid #eee; border-left: 1px solid #eee;
	text-align: center;
	background-color: white;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.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;
}
/* End captions */

/* Similar Posts */
#similar-posts h3 {
	padding: 0;
	margin: 6px 0 0 4px;
	}

#similar-posts {
	background: #ffebcd;
	width: 60%;
	padding: 6px;
	margin: 0 auto 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
	}

#other-posts {
	padding: 6px;
	margin: -15px auto 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ddd;
	text-align: center;
	}

#other-posts h3 {
	padding: 0;
	margin: 0;
	}

#other-posts table {
	width: 100%;
	text-align: center;
	}

#other-posts img {
	width: 50px;
	height: 50px;
	}

#other-posts #link {
	width: 17px;
	height: 17px;
	}

.simple_acat {
	padding: 3px;
	}

.advert {
	text-align: center;
	padding-top: 10px;
	}

red {
	color: red;
	font-weight: bold;
	}

blue-box, .blue-box {
	width: 520px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid black;
	padding: 10px;
	background-color: PowderBlue;
	margin-left: 38px;
	}

.image_button:hover {
	text-decoration: none;
	}

.adventures_plus1_button, .adventures_like_button, .adventures_tweet_button {
	width: 100px;
	height: 20px;
	overflow: hidden;
	}

