/* Colours
***************************

Red: #e71f27

***************************/
.blog_item{
	margin-bottom: 2em;
	width: 580px;
	clear: both;
}
.blog_item h1 {
	color: #e71f27;
	font-size: 1.6em;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.5em;
}
.blog_item h1 a {
	color: #e71f27;
	text-decoration: none;
}
.blog_item h1 a:hover {
	color: #e71f27;
	text-decoration: none;
}
.blog_author{
	float: left;
	color: #000;
	font-size: 0.9em;
	width: 40%;
	margin-bottom: 1em;	
}
.blog_categories{
	text-align: right;
	color: #e71f27;
	width: 60%;
	float: right;
}
.blog_categories a{
	text-decoration: none;
	color: #e71f27;
	font-size: 0.9em;
}
.blog_media, .media_embed { 
	padding: 0;
	margin: 0;
	margin-bottom: 1em;
}
.blog_image{
	padding: 5px;
	border: 1px solid #dbdbdb;
	float: left;
	margin: 1em 0;
	width: 570px;
}
.blog_comments{
	background: URL(/images/layout_images/comments_bg.gif) no-repeat;
	display: block;
	height: 36px;
	width: 112px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	clear: both;
}
.align_left img {
	display: inline;
	float: left;
	margin: 0 20px 20px 0;
}
.align_right img {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}

#pagination{
	border-top: 1px solid #dddddd;
	padding-top: 1em;
	margin-bottom: 2em;
	width: 580px;
}

#pagination #previous{
	background: URL(/images/layout_images/pagination_previous.gif) no-repeat left top;
	display: block;
	text-indent: -5000px;
	height: 19px;
	width: 89px;
	float: left;
}
#pagination #previous:hover{
	background-position: left bottom;
}

#pagination #next{
	background: URL(/images/layout_images/pagination_next.gif) no-repeat left top;
	display: block;
	text-indent: -5000px;
	height: 19px;
	width: 89px;
	float: right;
}
#pagination #next:hover{
	background-position: left bottom;
}



#right_column h3{
	color: #e71f27;
	font-weight: normal;
}
#blog_archive{
	list-style-position: inside;
	color: #e71f27;
	padding-top: 0.6em;
}
#blog_archive li{
	line-height: 1.5em;
}
#blog_archive a{
	color: #4c4c4c;
	text-decoration: none;
}

#location{
	background: URL(/images/layout_images/gps_bg.jpg) no-repeat left top;
	width: 306px;
	height: 321px;
	padding: 39px 47px 74px 43px;
}
#map{
	background: gray;
	width: 216px;
	height: 208px;
}


.map{
	background: gray;
	width: 216px;
	height: 208px;
	overflow: hidden;
}


.comment-style{
	
}
.comment-style span{
	border-bottom:  1px #ccc dotted;
	border-top:  1px #ccc dotted;
	display: block;
	margin-top: 10px;
	padding: 10px 0;
}
.the_comment{
	margin-top: 10px;
	font-style: italic;
	padding-bottom: 10px;
}


/* Comment form
***************************/
.textbox{
	border: 1px solid #ccc;
	width: 300px;
	padding: 5px;
}
.text_area{
	border: 1px solid #ccc;
	width: 300px;
	height: 150px;
	padding: 5px;
	font-family: Arial;
	font-size: 0.9em;
}
.comment-table label{
	padding: 10px 0 5px;
	display: block;
}
.captcha{
	margin-bottom: 10px;
}