/*
Theme Name: F_M Web 2.0*
Theme URI: http://www.neilmerton.co.uk/
Version: 1.5.0
Description: Our take on Neil Merton's Web 2.0 theme
Author: F_M via Neil Merton
Author URI: http://mewebdev.net/
*/

/* =RESET
======================================================== */

* { margin: 0; padding: 0; }


/* =GENERAL
======================================================== */

html body {
	font-size: 75%;
	line-height: normal;
	text-align: center;
	width: auto !important;
	width: 1075px;	
}
/* width amounts are ie hack */
a {
	text-decoration: none;
	}

code, pre {
	display: block;
	font: normal normal 1em/1.5em "Lucida Console", "Courier New", Courier, monospace;
	padding: 0.5em;
	}

/* =CONTAINER
======================================================== */
#wp-home_container,
#wp-container {
	margin: 1em auto;
	text-align: left;
	width: 90%;
	min-width:85em;	}

/* =HEADBOX added to contain the header section color
======================================================== */
#wp-headbox {
	text-align: left;
	width: 100%;
	}

/* =HEADER changed ht from 4em,h1 font size, padding, removed dfn 
======================================================== */

#wp-header {
	float: right;	
	width: 28%;
	padding: 0em 2em 0em;
	}
#wp-header dfn {
	float: right;
	margin: 1.75em 0 0 0; 
	text-align: right;
	/* width: 30%; */
	}

#wp-header-tool  {
	float: right;
	margin: 3em 0 0 0;
	text-align: right;
	/* width: 30%; */
	}

/* =BAR Horizontal
======================================================== */
#wp-bar-horiz {
	float: left;
	width: 30%;
	min-width: 30em;
	padding: 0em 2em 0em;
	}
#wp-bar-horiz p {
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.5em; 
	letter-spacing: -1px;
	}

#wp-bar-horiz h1 {
	float: left;
	margin-top: 1em;
	font-size: 3.5em;
	font-weight: bold;
	line-height: 1.0em; 
	letter-spacing: -1px;
	}


/* =MENU Main
======================================================== */

#wp-menu-main {
	clear: both;
	height: 1.93em;
	padding:   0px  0 2px 0;
	}

#wp-menu-main ul {
	float: left;
	list-style-type: none; 
	width: 100%;
}

#wp-menu-main ul li {
	float: left;
	}
#wp-menu-main ul li.first {
	margin-left: 2em;
	margin-top: 5px;
	background:  url(images/bz_custom/home_btn_nrm.gif) 0 0 no-repeat;
	} 
#wp-menu-main ul li.first a {
	height: 20px;
	}
#wp-menu-main ul li.first a:hover {
	background:  url(images/bz_custom/home_btn_hlt.gif) 0 0 no-repeat;
	}
#wp-menu-main ul li a {
	/* background: #009999 url(images/bz_custom/button_color_blue_nrm.gif) 0 50% repeat-x; */
display: block;
	font-weight: 800;
	line-height: 1.5em;
	margin: 0;
	padding: 0.33em 1em 0.1em;
	text-align: center;
	text-transform: uppercase;
	}

#wp-menu-main ul li.adventures a {
	background: #993333 url(images/bz_custom/button_color_red_nrm.gif) 0 50% repeat-x;
	border-left: 2px solid #C65655;
	border-right: 3px solid #601F1F;
	border-top:2px solid #C56555;}
#wp-menu-main ul li.adventures a:hover {
	background: url(images/bz_custom/button_color_red_hlt.gif) 0 50% repeat-x;
	}
#wp-menu-main ul li.critiques a {
	background: #009999 url(images/bz_custom/button_color_blue_nrm.gif) 0 50% repeat-x;
	border-left: 2px solid #00b3b3;
	border-right: 3px solid #006666;
	border-top:2px solid #00b3b3;
}
#wp-menu-main ul li.critiques a:hover {
	background: url(images/bz_custom/button_color_blue_hlt.gif) 0 50% repeat-x;
	}
#wp-menu-main ul li.techniques a {
background: #00994C url(images/bz_custom/button_color_green_nrm.gif) 0 50% repeat-x;
	border-left: 2px solid #08B75B;
	border-right: 3px solid #006633;
	border-top:2px solid #08B75B;
}
#wp-menu-main ul li.techniques a:hover {
	background: url(images/bz_custom/button_color_green_hlt.gif) 0 50% repeat-x;
	}
#wp-menu-main ul li.prosperity a {
	background: #CC9900 url(images/bz_custom/button_color_gold_nrm.gif) 0 50% repeat-x;
	border-left: 2px solid #DFAA0F;
	border-right: 3px solid #666600;
	border-top:2px solid #DFAA0F;
}
#wp-menu-main ul li.prosperity a:hover {
	background: url(images/bz_custom/button_color_gold_hlt.gif) 0 50% repeat-x;
	}

#wp-menu-main ul li.current-cat a,
#wp-menu-main ul li.current_page_item a  {
	border-top:2px solid #666666;
	}

/* =2nd level*/

#wp-menu-main ul li ul {
	left: -999em;
	list-style-type: none;
	position: absolute;
	width: 12em;
	}

#wp-menu-main ul li:hover ul,
#wp-menu-main ul li.sfhover ul {
	left: auto;
	}
#wp-menu-main ul li ul li a,
#wp-menu-main ul li ul li.current_page_item a {
	text-align: left;
	width: 8em;
	}


/* =CONTENT
======================================================== */



#wp-home_content {
	min-height: 40em; 
	height: auto;
	padding: 1em;

}
#wp-content {
	min-height: 40em; 
	height: auto;
	margin: 1em 0em 1em 0em; /* custom margin allows content-sec to be flush left*/
 		}



/* =CONTENT Home CENTER COLUMN
======================================================== */

#wp-content_hcenter {
	position: relative;
	width: 43%;
	float: left;
	padding: 5em 1em .5em 1em;
}
#wp-content_hcenter h1 {
	font-size: 4.5em;
	font-weight: bold;
	line-height: 2.0em; 
	letter-spacing: -1px;
	padding-left: .5em;
	}

#wp_home_summary_box {
border-right: 3px solid #666666;
	}
/* =CONTENT Home Left COLUMN
======================================================== */

#wp-content-hleft {
	position: relative;
	float: left;
	width: 26%;
margin: .5em;
	}	

/* =CONTENT Home Right COLUMN
======================================================== */

#wp-content-hright {
	position: relative;
	width:26%;
	float: left;
	margin: .5em;
	
	}

/* =CONTENT HOME Category Boxes
======================================================== */


.cat_header {
	padding-top: 0.75em;
	border-right: 3px solid #666666;
	font-weight: 800;
	letter-spacing: -1px;
	text-transform: uppercase;
	}
.cat_header a {
	border-right: 3px solid #7b7b7b;
	border-top:2px solid #BBBBBB;
	padding: 0.25em 0.75em 0.0em; /* increase bottom padding to create exagerated overlap */
}
.cat_box {
	padding: 1em;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	margin-bottom: 5em;
	}
.cat_box h2,
.cat_box h3 	{
	margin-bottom: 1.5em;
	margin-top: 0.4em;
	text-align: center;
		}


/* =CONTENT Primary
======================================================== */

#wp-content-pri {
	float: right;
	margin-left: 1em;
	Margin-right: 2em;
	width: 66%;
	}

#wp-content-pri a {
	border-style: solid;
	border-width: 0 0 1px;
	}

#wp-content-pri blockquote {
	font-size: 1.1em;
	font-style: italic;
	margin: 1em 2em;
	}

#wp-content-pri h2 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: normal;
	margin: 1.2em 0;
	text-transform: capitalize;
	}
#wp-content-pri h2 a {
	border-bottom: 0 solid;
	}

#wp-content-pri h3 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: normal;
	margin: 1em 0;
	}

#wp-content-pri p {
	line-height: 1.5em;
	margin: .75em ;
	}

#wp-content-pri ul,
#wp-content-pri ol {
	margin: 1em 2em;
	}
#wp-content-pri li {
	line-height: 1.5em;
	}

#wp-content-pri p img {
	padding: 0;
	max-width: 100%;
	border: 2px solid;
	margin:0.4em;
margin-bottom: 0;
}

#wp-content-pri .alignleft {
	float: left;
	
	}

#wp-content-pri .alignright {
	float: right;
	
	}
#wp-content-pri .img-frame {
	margin: 0.4em;
	border-width:1px 3px 3px 1px;
	border-style:solid;
	border-color:black;
	background: #dddddd;
	padding-right: 12px;
padding-bottom: 1em;
	width:200px;
	text-align:center;
	}

#wp-content-pri .img-slide {
	width:150px;
	padding: 2px 12px 20px 2px;
	margin: 0.4em;
	border-width:1px 3px 3px 1px;
	border-style:solid;
	border-color:black;
	background:white;
	}
#wp-content-pri .img-stock {
	margin: 0.4em;
	border-width:1px 3px 3px 1px;
	border-style:solid;
	border-color:black;
	width:200px;
	}

/* =POSTS
======================================================== */

.post {
	border-style: solid;
	border-width: 0 0 4px;
	clear: both;
	padding-bottom: 1em;
	}

.post-meta {
	border-style: dotted;
	border-width: 0 0 2px;
	padding-bottom: 0.75em;

	}
.post-meta p span a {
	border-bottom: 0 solid !important;
	}
.post-meta p {
	line-height: 1em !important;
	margin: -1em 0 0 !important;
	}
.post-meta p span.post-meta-date {
	background: url(images/icon_post_date.png) 0 50% no-repeat;
	padding-left: 18px;
	padding-right: 18px; /*added padding to give post-meta-author space*/
	font-weight: bold; /*added to increase font wt*/
	}

.post-meta p span.post-meta-author {
	background: url(images/icon_users.png) 0 50% no-repeat;
	padding-left: 18px;

	}
.post-meta p span.post-meta-category {
	background: url(images/icon_post_category.png) 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-comments {
	background: url(images/icon_post_comments.png) 0 50% no-repeat;
	padding-left: 18px;
	float: right; position: relative; top: -1em;
	}

#post-meta-data {
	border-style: solid;
	border-width: 1px 0;
	clear: both;
	font-size: 0.9em;
	padding: 1em;
	}

#post-navigation-bot {
	line-height: 3em;
	height: 3em;
	width: 100%;
	}
#post-navigation-top {
	border-style: solid;
	border-width: 0 0 1px;
	line-height: 4.25em;
	height: 4em;
	width: 100%;
	}
#post-navigation-bot a,
#post-navigation-top a {
	border-bottom: 0 solid;
	}
#post-navigation-bot .next,
#post-navigation-top .next {
	float: left;
	}
#post-navigation-bot .prev,
#post-navigation-top .prev {
	float: right;
	}

.archive-list {
	margin-top: 1.2em;
	}
.archive-list li a img {
	border: 0 solid;
	}

/* =COMMENTS
======================================================== */

ol#commentlist {
	margin: 0;
	}
ol#commentlist li {
	list-style-type: none;
	}

.comment-entry,
.comment-entry-alt,
.comment-entry-owner {
	border-style: solid;
	border-width: 0 0 1px;
	padding: 1em 1.5em;
	}

.comment-entry-meta {
	border-style: dotted;
	border-width: 0 0 1px;
	}
.content-comment-entry-meta-no {
	border-bottom: 0 solid !important;
	font-style: normal;
	font-weight: normal;
	}

.comment-unapproved {
	background: #ffc;
	margin: 1em 0;
	padding: 0.5em;
	}

.comment-entry-content {}

#errors {
	background: #ffc;
	border: 1px solid #fc0;
	border-width: 1px 0;
	font-style: italic;
	margin: 1em 0;
	padding: 1em;
	}

#comments-guidelines-info {
	background: #ffc;
	border: 1px solid #fc0;
	border-width: 1px 0;
	margin: 0 0 1.5em;
	padding: 0.3em 1.5em;
	}

/* =COMMENTS Form
======================================================== */

#comments-form {
	border-style: solid;
	border-width: 4px 0 0;
	}

#commentform {}

#commentform label {
	display: block;
	float: right;
	padding: 0.4em 0.5em 0.1em;
	width: 45%;
	}
#commentform label.required {
	font-weight: bold;
	}

#commentform input {
	border: 2 solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 50%;
	}
#commentform textarea {
	border: 2 solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 100%;
	}

input.button {
	cursor: pointer;
	font-weight: bold !important;
	padding: 0 0.25em;
	overflow: visible;
	width: 0;
    }
input.button[class] {
	width: auto !important;
	}

#comments-guidelines p code {
	margin: 0.5em 0 0;
	}

/* =CONTENT Secondary
======================================================== */

#wp-content-sec {
	float: left;
	margin: 1em 1em 0 0;
	width: 25%; /* reduced from 28 */
	padding-right: .75em; /* Offset contents from right after removing border margin in content */
border-right: 3px solid #7d7d7d;
border-top: 2px solid #7d7d7d;
	}

#wp-content-sec a {
	
	}
#wp-content-sec a:hover {
	
	}
#wp-content-sec h2 {
margin: 0.75em 0 0.5em;
}

#wp-content-sec h3,
h2.widgettitle {
	font-size: 1.25em;
	font-weight: bold;
	margin: 1em 0 0.5em;
	}

#wp-content-sec ol,
#wp-content-sec ul {
	list-style: none;
	
}
#wp-content-sec li {
	line-height: 1.5em;
	padding-left: .75em; /* causes indent of sidebar items */
}

#wp-content-sec ol li.categories li{
padding-left: 5em; /* pushes buttons to the right */

}
#wp-content-sec ol li.categories li a{
background: url(images/bz_custom/button_color_red_nrm.gif) 0 50% repeat-x;
	font-weight: 800;
	line-height: 2.5em;
	margin: 0;
	padding: .5em 0.8em .5em ;
	text-align: center;
	text-transform: uppercase;
border-left: 2px solid #C65655;
	border-right: 3px solid #601F1F;
	border-top:2px solid #C65655;
	border-bottom: 3px solid #601F1F;
}
#wp-content-sec ol li.categories li a:hover{
background: url(images/bz_custom/button_color_red_hlt.gif) 0 50% repeat-x;
}
#wp-content-sec ul li ul.children li {
	background: url(images/bz_custom/children_red.gif) 0 0 no-repeat;
	padding-left: 16px;
	}

.wp-content-sec-column {
	float: left;
	width: 50%; 
	}

.wp-content-sec-column ul.admin-bar li {
	margin: 0 0 3px;
	}
.wp-content-sec-column ul.admin-bar li a img {
	border: 0 solid;
	padding: 0 3px 0 0;
	vertical-align: middle;
	}

#wp-content-sec #about-me {
	border: 1px solid #CCFFFF;
	border-width: 2px 0 3px;
	margin: 1.5em 0 0;
	padding: 0.5em;

	}
#wp-content-sec #about-me h3 {
	margin: 0 !important;
	}

/* =CALENDAR
======================================================== */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
	}

#wp-calendar caption {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
	background-color: #fff;
	}


/* =WIDGETS (default)
======================================================== */

#searchform {
	margin-top: 1em;
	}


/* =CONTACT FORM
======================================================== */

.contactform {
	margin: 2em 0;
	}
.contactform label {
	display: block;
	float: left;
	padding: 0.1em 0.3em 0 0;
	text-align: right;
	width: 9em;
	}
.contactform input {
	margin-bottom: 0.3em;
	}
.contactform input.button {
	margin: 0.3em 0 0 8.4em;
	}

/* =FOOTER CONTENT clear right allows flow into unused space
======================================================== */

#wp-footer-cont {
	clear: both;
	font-size: 1.0em;
	padding: 1em 2em;
	text-align: center;
	}
	

/* =FOOTER
======================================================== */

#wp-footer {
	clear: both;
	font-size: 0.9em;
	padding: 1em 2em;
	text-align: center;
	}
#wp-footer span.about {
	background: url(images/icon_about.png) 0 50% no-repeat;
	padding-left: 18px;
	}

#wp-footer span.credits {
	background: url(images/icon_credits.png) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.legal {
	background: url(images/icon_legal.png) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.validate {
	background: url(images/icon_footer_validate.png) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.feed {
	background: url(images/icon_footer_feed.png) 0 50% no-repeat;
	padding-left: 18px;
	}

/* #wp-footer a {
	color: #f08;
	}
#wp-footer a:hover {
	color: #08f;
	} */