﻿/*
Theme Name:		Barlestone.Net
Theme URI:		http://www.barlestone.net
Description:	Barlestone.Net Default WordPress Theme
Author:			Richard Stevens
Author URI:		http://www.richard-stevens.com
Version: 		1.0
*/

/* reset											*/
/* ------------------------------------------------	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin:			0; 
	padding:		0; 
	border: 		0; 
	font-size:		100%; 
	vertical-align:	baseline; 
	background:		transparent; 
}

/* global settings									*/
/* ------------------------------------------------	*/

body {
	/* global font settings							*/
	color:			#333333;
	font-family:	arial;
	font-size:		12px;
}

a {
	/* global hyperlink settings					*/
	color:			#024C68;
	text-decoration:none;
}

a:hover {
	/* global hyperlink hover settings				*/
	color:			#3AA6D0;
	text-decoration:none;
}

a img {
	/* global image settings						*/
	border:			none;
}

h1 {
	/* global header 1 settings (website title)		*/
	margin:			0 0 20px -2px;
	color:			#024C68;
	font-size:		36px;
	font-weight:	normal;
}

h2 {
	/* global header 2 settings (titles)			*/
	margin-bottom:	20px;
	color:			#024C68;
	font-size:		24px;
	font-weight:	normal;
}

h3,
h4,
h5,
h6 {
	/* global header 3-6 settings (list titles)		*/
	color:			#024C68;
	font-size:		12px;
	font-weight:	normal;
}

p {
	/* paragraph text settings						*/
	margin-bottom:	12px;
	line-height:	18px;
}

p.tagline {
	/* paragraph text settings (section desc)		*/
	margin:			-10px 0 20px 0;
}

ul {
	/* unordered lists								*/
	list-style:		none;
}

img {
	margin-bottom:	0;
	vertical-align:	baseline;
	border:			none;
}

/* page_sections																*/
/* -----------------------------------------------------------------------------*/

div.full_section {
	float:			left;
	padding:		20px 20px 0 20px;
	width:			920px;
}

div.half_section {
	float:			left;
	padding:		20px 20px 0 20px;
	width:			440px;
}

div.one_third_section {
	float:			left;
	padding:		20px 20px 0 20px;
	width:			280px;
}

div.two_third_section {
	float:			left;
	padding:		20px 20px 0 20px;
	width:			600px;
}

div.quarter_section {
	float:			left;
	padding:		20px 20px 0 20px;
	width:			200px;
}

div.three_quarter_section {
	float:			left;
	padding:		20px 20px 0 20px;
	width:			680px;
}

/* featured_post_preview																	*/
/* -----------------------------------------------------------------------------*/

div.featured_post_preview img {
	float:			right;
	margin:			0 0 20px 0;
	width:			438px;
	border:			1px solid #024C68;
}

div.featured_post_preview h2 {
	margin-bottom:	0;
}

/* post_preview																	*/
/* -----------------------------------------------------------------------------*/

div.post_preview {
	/* post preview area */
	clear:			left;
	margin-bottom:	20px;
	width:			100%;
	overflow:		hidden;
}

div.post_preview img {
	/* post thumbnail */
	float:			left;
	margin-right:	20px;
	width:			80px;
	height:			80px;
	border:			1px solid #024C68;
}

div.post_preview h3 {
	/* post preview title */
	font-size:		18px;
	margin-left:	100px;
}

div.post_preview p {
	/* post preview meta data and except */
	margin-left:	100px;
}

/* post																			*/
/* -----------------------------------------------------------------------------*/

div.post_content {
	clear:			both;
}

div.post h2 {
	/* post title */
	margin-bottom:	0;
}

div.post h3 {
	/* post sub-title */
	font-weight:	bold;
}

div.post ul {
	/* post lists */
	margin:			10px 0 10px 20px;
	list-style:		square;
}

div.post li {
	/* post list items */
	line-height:	18px;
}

div.post img.aligncenter {
	display:		block;
	margin:			0 auto 10px auto;
}

div.post img.alignleft {
	float:			left;
	margin:			0 10px 10px 0;
}

div.post img.alignright {
	float:			right;
	margin:			0 0 10px 10px;
}

/* -----------------------------------------------------------------------------*/

p.post_meta {
	/* publish date and comment number */
	margin:			5px 0;
	padding:		5px 0;
	color:			#999999;
	font-size:		10px;
	line-height:	10px;
	border-top:		1px dashed #cccccc;
	border-bottom:	1px dashed #cccccc;
}

div.event p.post_meta {
	margin-left:	100px;
}

div.featured_post_preview p.post_meta {
	color:			#666666;
	border-top:		1px dashed #999999;
	border-bottom:	1px dashed #999999;
}

/* event_calendar																*/
/* -----------------------------------------------------------------------------*/

div.event_calendar {
	float:			left;
	margin:			0 20px 10px 0;
	width:			80px;
	height:			80px;
	background:		url('images/calendar_icon.png') top left no-repeat;
}

div.event_calendar p.day,
div.event_calendar p.expired {
	margin:			0;
	padding:		15px 0 10px 0;
	width:			80px;
	text-align:		center;
	font-size:		36px;
	color:			#024C68;
	line-height:	36px;
}

div.event_calendar p.expired {
	color:			#999999;
}

div.event_calendar p.month {
	margin:			0;
	width:			80px;
	text-align:		center;
	color:			#ffffff;
	font-size:		12px;
	font-weight:	bold;
	line-height:	12px;
}

/* sidebar																		*/
/* -----------------------------------------------------------------------------*/

div#sidebar h2 {
	/* sidebar titles */
	margin-bottom:	10px;
}

div#sidebar ul {
	/* sidebar lists */
	margin-bottom:	10px;
}

div#sidebar li {
	/* sidebar list items */
	list-style:		none;
	margin-bottom:	5px;
	padding-bottom:	5px;
	line-height:	18px;
	border-bottom:	1px dashed #cccccc;
}

div#sidebar img {
	margin-bottom:	10px;
}

div#sidebar div.share {
	margin-bottom:	20px;
}

div#sidebar div.twitter_feed {
	/* twitter feed */
	background:		url('images/twitter_icon.png') top right no-repeat;
}

/* -----------------------------------------------------------------------------*/

img.community_img {
	/* community images */
	margin:			0 0 20px 0;
	padding:		0 10px;
	width:			178px;
	height:			60px;
	background:		#ffffff;
	border:			1px solid #cccccc;
}

/* header											*/
/* ------------------------------------------------	*/

div#header_wrapper {
	/* header background */
	background:		url('images/header_bg.png');
}

div#header {
	/* header */
	margin:			0 auto;
	padding:		20px 20px 0 20px;
	width:			920px;
	height:			105px;
	background:		url('images/header_bg.png') top left repeat-x;
}

/* ------------------------------------------------	*/

div#header_logo {
	/* header logo (barlestone image) */
	float:			left;
	padding-right:	20px;
}

/* ------------------------------------------------	*/

div#header_title {
	/* header title (title and description */
	float:			left;
	padding-top:	10px;
}

div#header_title h1 {
	/* barlestone.net title */
	margin-bottom:	3px;
	color:			#333333;
}

div#header_title h2 {
	/* description */
	margin-bottom:	0;
	color:			#666666;
	font-size:		12px;
}

div#header_right {
	/* header right div (top right)	*/
	position:		relative;
	top:			0;
	right:			0;
	float:			right;
	text-align:		right;
}

/* nav_menu											*/
/* ------------------------------------------------	*/

div#nav_menu_wrapper {
	/* horisontal main menu */
	background:		url('images/nav_menu_bg.png') top left repeat-x;
}

div#nav_menu {
	margin:			0 auto;
	padding:		0 20px;
	width:			920px;
	height:			28px;
}

ul#nav_menu_bar {
	margin:			0 auto;
	padding:		7px 0;
}

ul#nav_menu_bar li {
	display:		inline;
	float:			left;
	margin:			0 20px 0 0;
	padding:		0;
}

ul#nav_menu_bar li a {
	color:			#333333;
}

ul#nav_menu_bar li#selected a {
	color:			#024C68;
}

ul#nav_menu_bar li a:hover,
ul#nav_menu_bar li#selected a:hover {
	color:			#3AA6D0;
}

/* search form										*/
/* ------------------------------------------------	*/

form#searchform {
	/* navigation bar search form */
	position:		relative;
	top:			3px;
	right:			0;
	height:			21px;
	float:			right;
	margin:			0;
	padding:		0;
	width:			142px;
	background:		url('images/search_box.png') top right no-repeat;
}

form#searchform input#s {
	/* search form box */
	margin:			3px 0 0 0;
	padding:		1px 0 0 22px;
	font-size:		12px;
	color:			#333333;
	border:			0;
	background:		none;
}

/* main sections									*/
/* ------------------------------------------------	*/

div#main_1,
div#main_2,
div#main_3,
div#main_4 {
	clear:			both;
	margin:			0 auto;
	padding:		0;
	width:			960px;
	overflow:		hidden;
}

div.main {
	border-bottom:	1px solid #cccccc;
}

div.main_featured {
	/* blue graduated background */
	background:		#c7d9e0 url('images/main_featured_bg.png') top left repeat-x;
	border-bottom:	1px solid #b7c8ce;
}

div.main_top {
	/* grey graduated background */
	background:		url('images/main_top_bg.png') top left repeat-x;
}

div.main_bottom {
	border-bottom:	0 none;
}

/* footer_1											*/
/* ------------------------------------------------	*/

div#footer_1_wrapper {
	/* grey graduated background */
	background:		url('images/footer_1_bg.png');
}

div#footer_1 {
	margin:			0 auto;
	padding:		0 0 125px 0;
	width:			960px;
	overflow:		hidden;
}

/* footer_2											*/
/* ------------------------------------------------	*/

div#footer_2_wrapper {
	/* grey background (main footer) */
	background:		url('images/footer_bg.png');
}

div#footer_2 {
	margin:			0 auto;
	padding:		0;
	width:			960px;
	overflow:		hidden;
}

div#footer_2 h3 {
	font-weight:	bold;
	margin-bottom:	20px;
}

div#footer_2 li {
	margin-bottom:	5px;
	padding-bottom:	5px;
	list-style:		none;
	line-height:	18px;
	border-bottom:	1px dashed #cccccc;
}

div#footer_2 div#footer_bottom {
	/* grey background (bottom footer) */
	width:			960px;
	overflow:		hidden;
}

div#footer_2 div#footer_bottom_1 {
	margin-top:		20px;
	padding:		20px 20px 0 20px;
	text-align:		center;
	border-top:		1px solid #cccccc;
}

/* buttons																		*/
/* -----------------------------------------------------------------------------*/

div.button {
	margin-bottom:	20px;
	width:			100%;
	overflow:		hidden;
}

div.button a {
	float:			right;
	height:			24px;
	margin:			0 0 0 10px;
	padding:		0 0 0 10px;
	text-decoration:none;
	color:			#ffffff;
	background:		url("images/button_left.png") no-repeat left top;
}

div.button a span {
	float:			left;
	display:		block;
	padding:		5px 10px 5px 0;
	background:		url("images/button_right.png") no-repeat right top;
}

/* commented backslash hack hides rule from ie5-mac \*/
div.button a span { float: none; }
/* end ie5-mac hack */

div.button a:hover span {
	color:			#ffffff;
	background-position:100% -24px;
}

div.button a:hover,
div#footer_1 div.button a:hover {
	background-position:0% -24px;
}

/* navigation links																*/
/* -----------------------------------------------------------------------------*/

div.navigation {
	width:			100%;
	overflow:		auto;
	margin:			10px 0 0 0;
	font-size:		12px;
}

/* post	footer details															*/
/* -----------------------------------------------------------------------------*/

div.post_details,
div.post_sharing_details {
	clear:			left;
	margin:			20px 0 10px 0;
	padding:		10px 0 0 0;
	border-top:		1px dashed #cccccc;
	border-bottom:	1px dashed #cccccc;
}

div.post_sharing_details {
	margin-top:		0;
	padding:		0;
	border-top:		0;
}

div.post_details h2,
div.post_sharing_details h2 {
	margin-bottom:	10px;
}

/* pagination																	*/
/* -----------------------------------------------------------------------------*/

div.navigation ol {
	margin:			10px 0;
}

div.navigation ol li a {
	background:		#eeeeee;
}

div.navigation ol li a:hover {
	background:		#3AA6D0;
	color:			#ffffff;
}

div.navigation ol li span.title {
	display:		inline-block;
	width:			100px;
}

div.navigation ol li span.current {
	background:		#024C68;
}

/* comments																		*/
/* -----------------------------------------------------------------------------*/

div.comments h2 {
	margin-bottom:	10px;
}

ol.commentlist {
	margin: 		0;
	padding: 		0;
	list-style: 	none;
}

/* comment boxes																*/
/* -----------------------------------------------------------------------------*/

li div.comment_container {
	/* comment box */
	margin: 		0 0 20px 0;
	padding: 		20px 20px 10px 20px;
	width:			638px;
	overflow:		auto;
	border: 		1px solid #024C68;
}

li.odd div.comment_container {
	/* odd numbered comment box */
	background: 	#ffffff;
}

li.even div.comment_container  {
	/* even numbered comment box */
	background: 	#d9e9ef;
}

li.author_comment div.comment_container {
	/* author comment box */
	background: 	#b0d0db;
}

/* comment box contents															*/
/* -----------------------------------------------------------------------------*/

div.comment_header_left {
	float:			left;
	margin:			0 10px 10px 0;
}

div.comment_header_left img {
	/* user image (gravatar) */
	width:			50px;
	height:			50px;
	border:			1px solid #024C68;
}

/* -----------------------------------------------------------------------------*/

div.comment_header_right {
	margin-left:	60px;
}

div.comment_header_right h2 {
	margin-bottom:	0;
}

div.comment_header_right p.comment_meta {
	/* comment publish date */
	margin:			5px 0;
	padding:		3px 0;
	color:			#999999;
	font-size:		10px;
	line-height:	10px;
	border-top:		1px dashed #cccccc;
	border-bottom:	1px dashed #cccccc;
}

li.author_comment p.comment_meta {
	/* comment publish date */
	color:			#666666;
	border-top:		1px dashed #999999;
	border-bottom:	1px dashed #999999;
}

/* -----------------------------------------------------------------------------*/

div.comment_header_number {
	position:		relative;
	top:			0;
	right:			0;
	float:			right;
}

div.comment_header_number p {
	font-size:		24px;
	font-weight:	bold;
	line-height:	24px;
	color:			#eeeeee;
}

/* -----------------------------------------------------------------------------*/

div.comment_text {
	clear:			left;
}

/* forms																*/
/* -----------------------------------------------------------------------------*/

form#comment_form,
form.wpcf7-form {
	margin: 		10px 0 0 0;
	padding: 		20px;
	overflow:		auto;
	border: 		1px solid #024C68;
	background: 	#eeeeee;
}

form#comment_form small,
form.wpcf7-form small {
	color:			#666666;
}

form#comment_form label,
form.wpcf7-form label {
	float: 			left;
	width: 			200px;
}

form#comment_form input,
form.wpcf7-form input {
	margin:			0px 0px 10px 0px;
	padding: 		3px 0;
	width: 			300px;
	height:			14px;
	border: 		1px solid #024C68;
	color: 			#666666;
}

form#comment_form input#submit,
form.wpcf7-form input.wpcf7-submit {
	margin:			0 0 0 200px;
	padding:		3px 0;
	width: 			150px;
	height:			24px;
	color:			#ffffff;
	border: 		1px solid #024C68;
	background:		#999999;
}

form#comment_form input#submit:hover,
form.wpcf7-form input.wpcf7-submit:hover {
	color:			#ffffff;
	background: 	#3AA6D0;
}

form#comment_form textarea,
form.wpcf7-form textarea {
	margin:			0px 0px 10px 0;
	padding: 		5px 10px;
	width: 			300px;
	height: 		100px;
	border: 		1px solid #024C68;
	color: 			#666666;
}
