/**
* Theme Name: Barry Winbolt
* Author: Blue Planet Internet Solutions
* Author URI: http://www.blueplanetinternet.co.uk/
* Code Author: Alex Southan
* Code Author URI: http://tiptapdesign.co.uk/
*/
html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,img,form,fieldset,address,strong,a,blockquote {
	margin:0;
	padding:0;
	border:0
}
html,body {height:100%}

/* formatting */
body {
	font:100% 'Trebuchet MS','Lucida Sans Unicode','Lucida Grande','Lucida Sans',Arial,sans-serif;
	color:#555
}
h1,h2,h3,h4 {
	color:#900;
	font-weight:400;
	margin:.4em 0
}
h1 {
	font-size:1.8em;
	margin:0 0 .6em
}
h2 {font-size:1.5em}
h3 {font-size:1.4em}
h4 {
	font-size:1em;
	font-weight:700;
	margin:1em 0 .6em
}
p {
	font-size:.9em;
	line-height:1.4em;
	margin:0 0 1.2em
}
ul {list-style:none}
pre {
	font-family:monospace;
	font-size:1em
}
strong, b, address {font-weight:700}
address {
	font-size:1em;
	line-height:1.6em;
	font-style:normal
}
blockquote {
	margin:1.5em 0 1.5em 1em;
	padding:5px 0 1px 15px;
	border-left:5px solid #eee
}

/* links */
a:link, a:visited {
	color:#b37233;
	text-decoration:underline
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {color:#900}
a:hover {
	color:#000;
	text-decoration:underline
}
a:focus, a:active {outline:0}

/* styling */
body {background:#1a1a1a url(graphics/bg.png) repeat-x 0 0}
#wrap, #credits {
	width:950px;
	margin:0 auto
}
#outer {background:#fff url(graphics/bg.png) repeat-x 0 0}
#content {
	width:920px;
	padding:15px
}
#main {
	width:650px;
	float:left
}
#main.wide {
	width:920px;
	float:none
}
#main.article {
	padding:0;
	margin:0;
	border-bottom:0;
	background:none
}
#sidebar {
	width:250px;
	float:right
}

/* header */
#page-header {
	width:948px;
	background:#4897a4 url(graphics/header.jpg) no-repeat 0 0;
	border:1px solid #f6f6f6;
	border-bottom:0;
	position:relative;
	clear:both;
	height:199px
}

/* branding */
#branding {
	margin:60px 0 0 50px;
	color:#fff
}
#branding h1, #branding dt {
	font:400 2.8em 'Gill Sans',Calibri,'Trebuchet MS',sans-serif;
	margin:0;
	color:#fff
}
#branding p, #branding dd {
	font-size:1.1em;
	margin:0
}

/* newsletter subscribe */
a#nls {
	font:1em 'Gill Sans',Calibri,'Trebuchet MS',sans-serif;
	position:absolute;
	bottom:15px;
	right:15px;
	color:#fff;
	display:block;
	text-align:center;
	padding:15px;
	width:120px;
	background:url(graphics/trans.png) repeat;
	border:1px solid #fff
}

/* main nav */
#main-nav {
	background:#303030 url(graphics/bg.png) repeat-x 0 0;
	padding:20px 0;
	float:right;
	font-size:.9em;
}
#main-nav li {
	float:left;
	padding:5px 35px;
	border-right:1px solid #666;
	border-left:1px solid #000
}
#main-nav li.first-child {border-left:0}
#main-nav li.last-child  {border-right:0}
#main-nav a {
	color:#ccc;
	text-decoration:none
}
#main-nav a:hover {
	color:#fff;
	text-decoration:underline
}

/* secondary nav */
#secondary-nav, #secondary-nav ul {line-height:1}
#secondary-nav {margin:0 1px}
#secondary-nav a {
	font-size:.9em;
	color:#c99;
	padding:15px 0;
	text-align:center;
	display:block;
	border-left:1px solid #640000;
	border-right:1px solid #c33;
	text-decoration:underline;
	background:url(graphics/arrow_down.png) no-repeat 90% 50%
}
#secondary-nav li {
	background:#610000 url(graphics/menu.png) repeat-x 0 50%;
	margin:0;
	float:left;
	width:316px
}

/* secondary nav - suckerfish */
#secondary-nav li ul {
	position:absolute;
	width:315px;
	left:-999em
}
#secondary-nav li:hover ul, #secondary-nav li.hover ul {left:auto}

/* secondary nav */
#secondary-nav li ul li {width:315px}
#secondary-nav li ul a {
	padding:10px;
	text-align:left;
	border:none;
	background:#610000;
}
#secondary-nav li ul li a:hover {background:#920000}
#secondary-nav li.first-child a {border-left:none}
#secondary-nav li.last-child a {border-right:none}
#secondary-nav li.last-child ul, #secondary-nav li.last-child ul li {width:316px}

/* secondary nav shadow */
#nav-shadow {
	clear:both;
	height:4px;
	line-height:4px;
	overflow:hidden;
	background:#610000 url(graphics/menu_shad.png) no-repeat 50% 0
}

/* classes */
.alignleft {float:left}
.alignright {float:right}
.clear-fix, .clear {clear:both}
.clear-fix {
	display:block;
	height:0;
	line-height:0;
	overflow:hidden
}
.hidden {display:none}
.screen-reader {
	display:block;
	position:absolute;
	width:1px;
	height:1px;
	overflow:hidden;
}
.center {text-align:center}
.image-align {vertical-align:middle}
.cite-source {
	font-style:italic;
	float:right;
	margin:0 0 .5em;
	padding:25px 60px 5px
}
.supersize {
	font-size:1.1em;
	margin:0 0 1em;
	line-height:normal !important
}
.text-center {text-align:center}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto
}

/* post edit link */
a.post-edit-link {
	display:block;
	width:auto;
	margin:10px 0;
	font-size:.75em;
	float:right;
	padding:5px 8px;
	background:#888;
	color:#fff
}
a.post-edit-link:hover {background:#920000}

/* images */
img.size-thumbnail, img.size-medium, img.size-large, img.size-original,
img.attachment-thumbnail, img.attachment-medium, img.attachment-large,
.image img, .gallery img, img.post-thumbnail {
	border:1px solid #ccc;
	padding:1px;
	margin:10px
}
img.alignleft {
	margin:10px;
	margin-left:0 !important
}
img.alignright {
	margin:10px;
	margin-right:0 !important
}
img.aligncenter {
	margin-left:auto !important;
	margin-right:auto !important
}
.gallery {text-align:center}
.gallery img {vertical-align:middle}
img.post-thumbnail {
	float:right;
	margin:0 0 10px 10px
}

/* captions, thanks to Kubrick - default WordPress theme */
.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding:7px 7px 0;
	margin:10px
}
.wp-caption img {margin:0}
.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	padding:0 4px;
	margin:3px 0
}

/* image attachments */
.image {
	text-align:center;
	overflow:hidden
}
.image img {
	margin:0 auto;
	width:auto;
	display:block;
}

/* articles and products */
.article, .product {
	clear:both;
	padding:.5em 1em;
	margin:0 0 1em;
	border-bottom:1px dashed #999;
	background:url(graphics/entry.png) repeat-x 0 0
}
.tags {
	clear:both;
	font-size:.75em;
	margin:0 0 10px;
	padding-left:20px;
	background:url(graphics/tag.png) no-repeat 0 50%
}
.meta {
	display:block;
	clear:both;
	font-style:italic;
	font-size:.8em;
	color:#777;
	margin:.2em 0 .8em
}
.product-price {
	float:right;
	padding:10px;
	font-size:1.4em;
	font-weight:700
}
.article .header h1, .product .header h1, .article .header h2, .product .header h2 {float:left}
.content {
	clear:both;
	overflow:auto
}

/* content tags */
#content ul, #content ol {
	margin:.2em 0 1.6em 1.8em;
	font-size:.9em
}
#content ul {list-style:circle}
#content ul ol, #content ul ul, #content ol ul, #content ol ol {
	font-size:1em;
	margin:0 0 1em 1em;
}
#content li {margin:.6em 0 .6em}

/* archives */
.archive .header h3 {margin-bottom:0}
.archive img.post-thumbnail {
	float:left;
	margin:12px 10px 10px 0
}

/* navigation - http://www.garfieldmessenger.com/ */
#content ul.navigation {
	width:80%;
	margin:0 auto;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	clear:both;
	height:3em;
	padding:10px;
	list-style:none
}
#content ul.navigation li {
	margin:0;
	padding:0 0 0 25px;
	line-height:3em;
	background:url(graphics/nav.png) no-repeat 0 50%
}
#content ul.navigation li.alignright {
	padding:0 25px 0 0 ;
	background-position:100% 50%
}

/* sidebar */
#sidebar h3 {margin:0}
#sidebar ul {list-style:none}
#sidebar ul ul {
	margin:.1em 0 2em 1.6em;
	list-style:circle
}
#sidebar ul ul ul {margin-bottom:1em}

/* widgets */
.widget_tag_cloud a {text-decoration:none}

/* forms */
fieldset {
	margin:0 0 1em;
	padding:0 1em;
	border-top:1px solid #930b0b
}
legend {color:#930b0b}
input.text, textarea {
	font-size:1.2em;
	border:1px solid #ccc;
	color:#000;
	padding:3px
}
textarea {
	font-size:1em;
	width:95%
}
input.submit {
	font-size:1.2em;
	padding:.2em .4em;
	overflow:visible
}

/* paypal */
form.paypal {
	float:right;
	margin:10px;
	padding:10px
}

/* feedburner subscribe */
#feedburner {overflow:auto}
#feedburner input.text {
	color:#555;
	margin:0 0 8px;
	width:96%
}
#feedburner input.submit {float:right}
#feedburner p {font-size:11px}

/* footer */
#page-footer {background:#191919 url(graphics/footer.png) repeat-x 0 0}
#footer-nav {
	width:800px;
	margin:0 auto;
	padding:0 75px;
	background:url(graphics/credits_shad.png) no-repeat 50% 0
}
#footer-nav a:link, #footer-nav a:visited {
	color:#999;
	text-decoration:none
}
#footer-nav a:hover {color:#ddd}
#footer-nav ul {
	width:200px;
	margin:10px 0 15px;
	padding:0;
	float:left
}
#footer-nav ul ul {margin-top:0}
#footer-nav ul.last-child {padding-right:0}
#footer-nav ul li {
	font-size:.8em;
	list-style:none;
	padding:0;
	margin:2px 0
}
#footer-nav ul ul li {font-size:1em}

/* credits */
#credits {
	width:948px;
	border:1px solid #7a0000;
	border-bottom:0;
	padding:15px 0;
	background:#900 url(graphics/credits.png) repeat-x 0 100%
}
#credits a:link, #credits a:visited {
	color:#c66;
	text-decoration:underline
}
#credits p {
	color:#c66;
	width:50%;
	font-size:.75em;
	margin:0 0 0 25px;
	line-height:1
}
#credits p.alignright {
	text-align:right;
	width:30%;
	margin:0 25px 0 0
}

/* appointment link */
#appointment a, a.book-appointment {
	font-size:1.2em;
	display:block;
	padding:10px 0 10px 40px;
	background:url(graphics/appointment.png) no-repeat 0 50%
}

/* comments */
ol#comments {list-style:none}
.comment-text {
	padding:5px 18px 22px 18px;
	margin-top:15px;
	background:#f5f5f5
}
#comments cite.comment-meta  {
	display:block;
	padding:10px;
	background:#900 url(graphics/comment.png) no-repeat 40px -1px;
	font-style:normal;
	color:#eee
}
#comments cite.comment-meta a {
	color:#ffd162;
	text-decoration:none
}
#comments cite.comment-meta a:hover {
	color:#fff;
	text-decoration:underline
}

/* breadcrumbs - http://veerle.duoh.com/blog/comments/simple_scalable_css_based_breadcrumbs/ */
ul#crumbs {
	font-size:1.4em;
	background:#f9f9f9;
	border-bottom:1px solid #ddd;
	margin:0 0 15px;
	padding:0 10px;
	height:2.5em;
	list-style:none
}
#crumbs li {
	float:left;
	padding:0 18px 0 7px;
	background:url(graphics/crumb.png) no-repeat 100% 55%
}
#crumbs a {color:#920000}
#crumbs li.last {background:none}

/* home - recent posts */
#recent-posts {
	width:295px;
	float:left
}
#recent-posts img, .introductory-block img {
	margin:0 0 0 10px;
	float:right;
	padding:1px;
	border:1px solid #ccc
}
#recent-posts h2 {
	font-size:1.8em;
	margin-top:0;
	color:#f60
}
#recent-posts h3 {
	font-size:1.4em;
	margin-top:0
}

/* home - introductory blocks */
.introductory-block {
	width:280px;
	margin-left:30px;
	float:left
}
.introductory-block h2 {
	font-size:1.8em;
	margin-top:0
}
.introductory-block h2 {color:#f60}

/* home - announcements */
#announcements {
	width:930px;
	clear:both;
	padding:20px 10px 0;
	background:url(graphics/announcement.png) no-repeat 50% 0;
}
#announcements .article {background:#fff}
#announcements h4 {
	font-size:1.3em;
	display:block;
	margin:0 0 1.2em;
	text-align:center
}