/*

Theme Name: Carrington Blog
Theme URI: http://carringtontheme.com
Description: A developer friendly-ish theme with atomic templates and an elegant override hierarchy.
Version: 1.3
Author: Crowd Favorite
Author URI: http://crowdfavorite.com
Tags: widgets, customizable, 3-column, framework, semantic, white, red, gray, carrington

// This file is part of the Carrington Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
// **********************************************************************

*/

/*@import url(css/carrington-blog.css);*/

@font-face {
	font-family: 'UniversBold';
	src: url('/fonts/unvr65x-webfont.eot');
	src: local('☺'), url('/fonts/unvr65x-webfont.woff') format('woff'), url('/fonts/unvr65x-webfont.ttf') format('truetype'), url('/fonts/unvr65x-webfont.svg#webfontOC8Asuv2') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UniversMedium';
	src: url('/fonts/unvr55x-webfont.eot');
	src: local('☺'), url('/fonts/unvr55x-webfont.woff') format('woff'), url('/fonts/unvr55x-webfont.ttf') format('truetype'), url('/fonts/unvr55x-webfont.svg#webfont5oFAkVY4') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UniversCondensedBold';
	src: url('/fonts/unvr67x-webfont.eot');
	src: local('☺'), url('/fonts/unvr67x-webfont.woff') format('woff'), url('/fonts/unvr67x-webfont.ttf') format('truetype'), url('/fonts/unvr67x-webfont.svg#webfontyfLI8tog') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'UniversCondensedMedium';
	src: url('unvr57x-webfont.eot');
	src: local('☺'), url('/fonts/unvr57x-webfont.woff') format('woff'), url('/fonts/unvr57x-webfont.ttf') format('truetype'), url('/fonts/unvr57x-webfont.svg#webfontKNaf74XW') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}



/******
	!!!! REDESIGN !!!!
******/

#blog_header {
	margin: -10px 10px 10px -10px;
	width: 630px;
	height: 63px;
	text-indent: -9999px;
	background: url('images/blog_header_bg.jpg') no-repeat;
}

#additional_content h1 {
	padding: 10px 8px;
	font-family: 'UniversCondensedBold', helvetica;
	color: #FFFFFF;
	margin: 0;
	font-size: 1.8em;
}

#additional_content h2 {
	padding: 10px 0px 10px 14px;
	font-family: 'UniversCondensedBold', helvetica;
	color: #FFFFFF;
	margin:10px 0 0 12px;
}

#blog_categories {
	margin-bottom: 10px;
	width: 298px;
/*	height: 132px;*/
	background: url('images/blog_categories_bg.jpg') no-repeat;
}

#blog_categories h3 {
	font-family: 'UniversCondensedBold', helvetica;
	color: #fff;
	padding: 6px 0 0 27px;
}

#blog_categories ul {
	margin: 18px 0px 12px 0px;
}

#blog_categories ul ul {
/*	display: none;*/
	margin: 0px;
}

#blog_categories li {
	color: #FFFFFF;
}

#blog_categories li a {
	color: #FFFFFF;
}

#blog_search {
	width: 298px;
	height: 84px;
	background: url('images/blog_search_bg.jpg') no-repeat;
}

#blog_search h3 {
	font-family: 'UniversCondensedBold', helvetica;
	color: #fff;
	padding: 6px 0 0 27px;
}

#blog_search form {
	color: #fff;
	margin: 22px 0 0 10px;
	font-weight: bold;
}

#blog_search form #search-input {
	padding: 2px 4px;
	border: 1px solid #999999;
	width: 200px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#blog_join_us_online {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	margin-bottom: 10px;
	width: 296px;
	background: #e4e1d8;
}

#blog_join_us_online h3 {
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	font-family: 'UniversCondensedBold',helvetica;
	padding: 6px 0px 0px 27px;
	color: #FFFFFF;
	background: url('http://www.oasisoverland.co.uk/cssimages/yellow_arrow.png') no-repeat 4px 10px #d89125;
}

#blog_join_us_online p {
	font-size: 20px;
	font-weight: bold;
}

#blog_join_us_online p.twitter a {
	display: block;
	margin: 0px auto;
	width: 262px;
	height: 55px;
	text-indent: -9999px;
	background: url('images/blog_follow_twitter.jpg') no-repeat;
}

#blog_join_us_online p.facebook a {
	display: block;
	margin: 0px auto;
	width: 262px;
	height: 67px;
	text-indent: -9999px;
	background: url('images/blog_join_facebook.jpg') no-repeat;
}

#blog_roll {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	width: 296px;
	background: #e4e1d8;
}

#blog_roll h2 {
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	font-family: 'UniversCondensedBold',helvetica;
	padding: 6px 0px 5px 27px;
	color: #FFFFFF;
	background: url('http://www.oasisoverland.co.uk/cssimages/yellow_arrow.png') no-repeat 4px 10px #d89125;
	margin: 0;
}

#blog_roll ul {
	margin: 10px 0px 0px 10px;
	padding-bottom:10px;
}

#blog_roll li {
	margin: 0;
}

#blog_roll ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	font-weight: bold;
/*	background: url('http://www.oasisoverland.co.uk/cssimages/yellow_arrow.png') no-repeat 0px 2px;*/
}

#blog_archives {
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	width: 296px;
	background: #e4e1d8;
}

#blog_archives h3 {
	border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px;
	font-family:'UniversCondensedBold',helvetica;
	padding: 6px 0px 0px 27px;
	color: #FFFFFF;
	background: url('http://www.oasisoverland.co.uk/cssimages/yellow_arrow.png') no-repeat 4px 10px #427289;
}

#blog_archives ul {
	margin: 10px 0px 0px 10px;
}

#blog_archives li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;
	font-weight: bold;
	background: url('http://www.oasisoverland.co.uk/cssimages/yellow_arrow.png') no-repeat 0px 2px;
}

#blog_archives li a {
	color: #4b4b4b;
}

#blog_archives ul ul {
	margin: 0px;
}

#blog_archives li li {
	margin: 0px;
	padding: 0px;
	list-style: disc;
	background: none;
}

#blog_archives li li a {
	font-weight: normal;
	color: #86334f;
}


#content_wide {
	margin-right: 10px;
	padding: 10px;
	width: 609px;
	background: url('http://www.oasisoverland.co.uk/cssimages/trip_list_bg.jpg');
}

#blog_back_button a {
	display: block;
	margin-left: 10px;
	width: 146px;
	height: 25px;
	text-indent: -9999px;
	background: url('images/back_to_blog.png') no-repeat;
}

.entry_author_image {
  float: left;
  border: solid 3px #333;
  margin: 0px 1.2em 0px 0px;
}

.post {
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #CCC;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 4px 0px #CCC;
	-moz-box-shadow: 0px 0px 4px 0px #CCC;
	-webkit-box-shadow: 0px 0px 4px 0px #CCC;
	background: #FFF;
}

#wrapper .post h1 {
	margin: 0px 0px 3px 0px;
	font-size: 20px;
	color: #000000;
}

.post h1 a {
	color: #000000;
}

.post .date {
	font-weight: bold;
}

.post .entry-content {
	margin: 20px 0px;
	color: #4b4b4b;
}

.post .entry-content h2 {
	margin: 0px 0px 0.5em 0px;
}

.post .entry-content h3 {
	margin: 0px 0px 0.5em 0px;
}
	
.post .entry-content h4 {
	margin: 0px 0px 0.5em 0px;
}

.post .entry-content h5 {
	margin: 0px 0px 0.5em 0px;
}

.post .entry-content p {
	margin: 0px 0px 1.5em 0px;
}

#wrapper .post .entry-content img {
	padding: 0px;
}

.full p.filed {
	/*clear: both;*/
	margin-bottom: 0.375em;
}

.full .filed .categories, .full .filed .tags {
	display: block;
}

.full .by-line {
	/*clear: both;*/
	float: left;
}

.full p.comments-link {
	text-align: right;
}

#blog_comments {
	margin-left: 10px;
	width: 146px;
	height: 25px;
	text-indent: -9999px;
	background: url('images/blog_comments_list.jpg') no-repeat;
}

.comments-list {
	float: left;
	margin-bottom: 10px;
	padding: 0px 20px;
	border: 1px solid #CCC;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 4px 0px #CCC;
	-moz-box-shadow: 0px 0px 4px 0px #CCC;
	-webkit-box-shadow: 0px 0px 4px 0px #CCC;
	width: 567px;
	list-style: none;
	background: #FFF;
}

.comments-list li {
	clear: both;
	margin: 0px;
	padding: 20px 0px;
	border-top: 3px solid #CCC;
}

.comments-list li:first-child {
	border: 0px;
}

.comments-list li .info {
	float: left;
	width: 180px;
	color: #4b4b4b;
}

.comments-list li .info .author {
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}

.comments-list li .info .author .photo {
	float: left;
	margin-right: 10px;
}

.comments-list li .info .date a {
	font-size: 12px;
}

.comments-list li .comment-content {
	float: right;
	width: 390px;
}

#blog_comments_write {
	margin-left: 10px;
	width: 146px;
	height: 25px;
	text-indent: -9999px;
	background: url('images/blog_comments_write.jpg') no-repeat;
}

#comment-form {
	margin-bottom: 10px;
	padding: 20px;
	border: 1px solid #CCC;
	border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 4px 0px #CCC;
	-moz-box-shadow: 0px 0px 4px 0px #CCC;
	-webkit-box-shadow: 0px 0px 4px 0px #CCC;
	width: 567px;
	list-style: none;
	background: #FFF;
}

#comment-form label {
	float: left;
	width: 140px;
	font-size: 16px;
	font-weight: bold;
	color: #4b4b4b;
}

#comment-form textarea {
	padding: 2px 4px;
	border: 1px solid #999999;
	width: 412px;
	height: 96px;
}

#comment-form p.section {
	margin: 6px 0px;
}

#comment-form input.text, #comment-form #captcha_code {
	padding: 2px 4px;
	border: 1px solid #999999;
	width: 240px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#comment-form #si_image_com {
	margin-left: 130px;
}

#comment-form p.actions {
	clear: both;
}

#comment-form p.actions input.button_green {
	margin-left: 138px;
	font-size: 11px;
}

#comment-form #some-html-is-ok {
	margin-left: 140px;
}

ol.archive li {
	list-style: none;
	margin-left: 0px;
}
