/*
Theme Name: Brittany Travel Blog
Theme URI: http://www.brittany.co.uk/
Description: Template based on Brittany Travel's main web site.
Author: Digicube Ltd
Author URI: http://www.digicube-it.com/
*/

@import url(http://www.brittany.co.uk/css/screen.css);

#sidebar { margin-top: 25px; }

#sidebar h3 {
	background: #A7A9AB url(http://www.brittany.co.uk/images/blog-sidebar-heading-bg.gif) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1px;
}

#sidebar ul, #sidebar div {
	background-color: #B9BBBD;
	list-style: none;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	padding: 5px;
	text-align: left;
}

#sidebar li {
	font-size: 0.8em;
	margin-bottom: 2px;
}

#sidebar a {
	font-size: 1.2em;
}

.navigation {
	background-color: White;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
}

.navigation div {
	display: inline;
	width: 50%;
}

.navigation div.alignright { float: left; }

.navigation div.alignright {
	float: right;
	text-align: right;
}

/* Begin Post */
.post {
	background: #F8F8F8 url(http://www.brittany.co.uk/images/blog-post-bg.gif) repeat-x;
	border-top: solid 1px #DCDCDC;
	margin-bottom: 20px;
	padding: 20px;
}

.post .title {
	font-family: TrajanPro, Palatino, Bookman, "New Century Schoolbook", "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 0;
}

.post .date {
	background: url(http://www.brittany.co.uk/images/blog-post-date-bg.gif) no-repeat left center;
	color: #999;
	font-size: 0.9em;
	margin-bottom: 1em;
	padding-left: 16px;
}

.post .postmetadata {
	background-color: #F1F1F2;
	border-top: solid 1px #DCDCDC;
	color: #999;
	font-size: 0.8em;
	margin: 0 5px;
	padding: 3px 5px;
}
/* End Post */

/* Begin Images */

.post .entry img, .post .entry .wp-caption {
	background-color: white;
	border: solid 1px #DCDCDC;
	max-width: 100%;
	padding: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.post .entry .centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post .entry .alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

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

.post .entry .alignright { float: right; }

.post .entry .alignleft { float: left; }
/* End Images */

/* Begin Comments */
.commentlist {
	list-style: none;
	margin: 10px 80px;
	padding: 0;
}

.commentlist li, #commentform input, #commentform textarea { font: 0.9em "Lucida Grande", Verdana, Arial, Sans-Serif; }

.commentlist li {
	background-color: white;
	border-top: solid 1px #DCDCDC;
	font-weight: bold;
	padding: 10px;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
/* End Comments */
