/*
Theme Name: Web 2.0*
Theme URI: http://www.neilmerton.co.uk/
Version: 1.5.0
Description: A clean and simple 2 column fluid-width theme influenced by current Web 2.0 colours and fonts with and an Options page, built-in admin area in sidebar and Widget support.<br />*includes AJAX commenting.
Author: Neil Merton
Author URI: http://mewebdev.net/
*/

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

* { margin: 0; padding: 0; }


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

html body {
	font-size: 75%;
	line-height: normal;
	text-align: center;
	}

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-container {
	margin: 1em auto;
	text-align: left;
	width: 90%;
	}


/* =HEADER
======================================================== */

#wp-header {
	height: 4em;
	padding: 2em 2em 1em;
	}
#wp-header h1 {
	float: left;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: -1px;
	}
#wp-header dfn {
	float: right;
	margin: 1.75em 0 0 0;
	text-align: right;
	width: 49%;
	}


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

#wp-menu-main {
	clear: both;
	height: 1.9em;
	}

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

#wp-menu-main ol li {
	float: left;
	}
#wp-menu-main ol li.first {
	margin-left: 2em;
	}

#wp-menu-main ol li a {
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	padding: 0.25em 1em 0.2em;
	text-align: center;
	text-transform: uppercase;
	}
#wp-menu-main ol li a:hover {
	background: url(images/bg_menu.png) 0 50% repeat-x;
	}

/* =2nd level*/

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

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


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

#wp-content {
	min-height: 40em; 
	height: auto;
	margin: 1em;
	}

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

#wp-content-pri {
	float: left;
	margin-left: 1em;
	width: 67%;
	}

#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: 1em 0;
	}

#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%;
	}
#wp-content-pri .img-left,
#wp-content-pri img.left {
	float: left;
	margin: 0 0.3em 0.25em 0;
	}
#wp-content-pri .img-right,
#wp-content-pri img.right {
	float: right;
	margin: 0 0 0.25em 0.3em;
	}


#wp-content-pri h4 {
	border-bottom: black solid 1px;
	font-weight: bold;
}

#wp-content-pri h4+p {
	margin-top: 0px;
}

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

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

.post-meta {
	border-style: solid;
	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;
	}
.post-meta p span.post-meta-time {
	background: url(images/icon_post_time.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;
	}

#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: 0 solid;
	font-size: 1em;
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 50%;
	}
#commentform textarea {
	border: 0 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: right;
	margin: 1em 1em 0 0;
	width: 28%;
	}

#wp-content-sec a {
	
	}
#wp-content-sec a:hover {
	
	}

#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;
	}
#wp-content-sec ul li ul.children li {
	background: url(images/children.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 {
	background: #ffc;
	border: 1px solid #fe6;
	border-width: 2px 0 4px;
	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
======================================================== */

#wp-footer {
	clear: both;
	font-size: 0.9em;
	padding: 1em 2em;
	}

#wp-footer span.powered {
	background: url(images/icon_footer_powered.png) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.layout {
	background: url(images/icon_footer_layout.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;
	}
/* =SOCIAL BOOKMARKING [added by Chirls]
======================================================== */

.social_img img {
	border: none;
	padding: 2px;
}

#wp-content-pri a.social_img {
	border-style: none;
	border-width: 0 0 0px;
	}

div.social_bookmark {
	text-align: left;
}
/* =RELATED POSTS [added by Chirls]
======================================================== */
/* nothing here for now */

/* video */
.vjs-poster {
	background-color: #CCCCCC solid 1px;
}