/*
Theme Name: tigertech2
Theme URI: http://www.neilmerton.co.uk/
Version: 1.2.5
Description: A clean and simple 2 column fluid-width theme influenced by current Web 2.0 colours and fonts with built-in admin area in sidebar and widget support.<br />*includes AJAX commenting.
Author: Neil Merton, minor modifications by Tiger Technologies
Author URI: http://mewebdev.net/
*/

/* =RESET
======================================================== */

* { margin: 0; padding: 0; }


/* =GENERAL
======================================================== */

html body {
	text-align: center;
	}

code, pre {
	display: block;
	font: normal normal 1em/1.5em "Lucida Console", "Courier New", Courier, monospace;
	padding: 0.5em;
	}


/* =CONTAINER
======================================================== */

#wp-container {
	background: #fff;
	text-align: left;
	}


/* =HEADER
======================================================== */

#wp-header {
	background: #fec url('images/header.png') no-repeat center left;
	height: 96px;
	padding: 0px;
	border-bottom: 1px solid #986;
	}
#wp-header h1 {
	float: left;
	}
#wp-header h1 a {
	color: #730;
	}
#wp-header h1 a:hover {
	color: #fff;
	}
#wp-header dfn {
	color: #666;
	float: right;
	margin: 1.75em 0 0 0;
	text-align: right;
	width: 49%;
	}


/* =MENU Main
======================================================== */

#wp-menu-main {
	background: #fff;
	clear: both;
	margin-top: 0.5em;
	margin-left: 2em;
	color: #777;
	}

#wp-menu-main a {
	font-weight: bold;
	}

#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 {
	background: #666;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 0.25em 1em 0.2em;
	text-align: center;
	text-transform: uppercase;
	}
#wp-menu-main ol li a:hover {
	background: #505050 url(images/bg_menu.gif) 0 50% repeat-x;
	color: #fff;
	}

#wp-menu-main ol li.current_page_item a {
	background: #fff;
	color: #000;
	}

/* =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 {
	background-position: 0 0;
	left: auto;
	}
#wp-menu-main ol li ul li a,
#wp-menu-main ol li ul li.current_page_item a {
	background: #777 !important;
	color: #ccc;
	text-align: left;
	width: 10em;
	}
#wp-menu-main ol li ul li a:hover,
#wp-menu-main ol li ul li.current_page_item a:hover {
	background: #777 !important;
	color: #fff;
	}

/* =CONTENT
======================================================== */

#wp-content {
	background: #fff;
	}


/* =CONTENT Primary
======================================================== */

#wp-content-pri {
	background: #fff;
	float: left;
	width: 70%;
	}

#wp-content-pri blockquote {
	font-style: italic;
	margin: 1em 2em;
	}

#wp-content-pri h2 {
	margin: 0 0 1em;
	/* text-transform: capitalize; */
	}
#wp-content-pri h2 a {
	border-bottom: 0 solid;
	color: black;
	text-decoration: none;
	}
#wp-content-pri h2 a:hover {
	color: black;
	text-decoration: underline;
	}

#wp-content-pri h3 {
	margin: 2em 0 0 0;
	}
#wp-content-pri h3 a {
	border-bottom: 0 solid;
	color: black;
	}
#wp-content-pri h3 a:hover {
	color: black;
	}

#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;
	margin: 0.5em 0;
	}

#wp-content-pri p img {
	padding: 0;
	max-width: 100%;
	}
#wp-content-pri .img-left {
	float: left;
	margin: 0 0.3em 0.25em 0;
	}
#wp-content-pri .img-right {
	float: right;
	margin: 0 0 0.25em 0.3em;
	}

a.more-link {
	color: #777;
	text-decoration: none;
	}
a:hover.more-link {
	color: #f40;
	text-decoration: underline;
	}


/* =POSTS
======================================================== */

.post {
	clear: both;
	margin-bottom: 3em;
	}

.post-meta {
/*	border-bottom: 2px solid #eee; */
	color: #777;
	margin: -1.4em 0 0 !important;
	padding-left: 18px;
	background: url(images/children.gif) no-repeat top left;
	font-size: smaller;
	}
.post-meta span.right-space {
	margin-right: 1em;
	}
.post-meta img {
	vertical-align: middle;
	border: 0;
	}

.post-meta a {
	text-decoration: none;
	}
.post-meta a:hover {
	text-decoration: underline;
	}

.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-author {
	background: url(images/children.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
.post-meta p span.post-meta-date {
/*	background: url(images/icon_post_date.gif) 0 50% no-repeat;
	padding-left: 18px; */
	}
.post-meta p span.post-meta-time {
/*	background: url(images/icon_post_time.gif) 0 50% no-repeat;
	padding-left: 18px; */
	}
.post-meta p span.post-meta-category {
/*	background: url(images/icon_post_category.gif) 0 50% no-repeat;
	padding-left: 18px; */
	}
.post-meta p span.post-meta-comments {
	background: url(images/icon_post_comments.gif) 0 50% no-repeat;
	padding-left: 18px;
	}

.post-comment-link {
	width: 80%;
	text-align: right;
	}

#post-meta-data {
	border-top: 1px solid #ccc;
	font-size: smaller;
	padding: 1em;
	}

#post-navigation-bot {
	line-height: 3em;
	height: 3em;
	width: 100%;
	}
#post-navigation-top {
	border-bottom: 1px solid #ccc;
	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
======================================================== */

#commentblock {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #777;
	font-size: 0.9em;
	}
	
#commentblock h1, #commentblock h2, #commentblock h3 {
	color: #444;
	}

ol#commentlist {
	margin: 0;
	}
ol#commentlist li {
	list-style-type: none;
	}

.comment-entry,
.comment-entry-alt,
.comment-entry-owner {
	border-top: 1px solid #ccc;
	padding: 1em 1.5em;
	}
.comment-entry-alt {
	background: #f1f1f1;
	}
.comment-entry-owner {
	background: #ffc;
	}

.comment-entry-meta {
	border-bottom: 1px dotted #ccc;
	}
.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: #eee;
	border: 1px solid #ddd;
	margin: 0 0 1.5em;
	padding: 0.3em 1.5em;
	font-size: smaller;
	}


img.avatar {
	width: 64px;
	height: 64px;
	}
	
/* =COMMENTS Form
======================================================== */

#comments-form {
	}

#commentform {}

#commentform label {
	display: block;
/*	float: right; 
	padding: 0.4em 0.5em 0.1em;
	width: 45%;*/
	}
#commentform label.required {
	font-weight: bold;
	}

#commentform input {
/*	background: #eee;
	border: 0 solid;*/
	margin-bottom: 0.5em;
	padding: 0.25em;
/*	width: 50%; */
	}
#commentform input.button {
	margin-top: 1em;
	margin-bottom: 1em;
}
#commentform textarea {
/*	background: #eee;
	border: 0 solid;*/
	margin-bottom: 0.5em;
	padding: 0.25em;
	width: 100%;
	}
#commentform input:focus,
#commentform textarea:focus {
/*	background: #cff;*/
	}
input.button {
	cursor: pointer;
	padding: 0 0.25em;
	overflow: visible;
	width: 0;
    }
input.button[class] {
	width: auto !important;
	}

#comments-guidelines p code {
	margin: 0.5em 0 0;
	}

ol#commentlist li .comment-text li {
	list-style-type: disc;
	}

/* =CONTENT Secondary
======================================================== */

#wp-content-sec {
	float: right;
	padding: 1em;
	background-color: #def;
	border: 2px solid #def;
	border-radius: 3px;
	width: 22%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	}

#wp-content-sec a {
	color: #444;
	text-decoration: none;
	}
#wp-content-sec a:hover {
	color: #f40;
	text-decoration: underline;
	}

#wp-content-sec h3,
h2.widgettitle {
	color: #444;
	font: bold 1.25em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
	}

#wp-content-sec ol,
#wp-content-sec ul {
	list-style: none;
	}
#wp-content-sec li {
	margin: 0 0 0.4em;
	}
#wp-content-sec li img {
	border: 0;
	}
#wp-content-sec ul li ul.children li {
	background: url(images/children.gif) 0 0 no-repeat;
	padding-left: 16px;
	}

.wp-content-sec-column {
	padding-bottom: 1em;
	}

.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;
	}

.content-entry-meta {
/*	border-bottom: 2px solid #eee; */
	color: #777;
	margin: -1.1em 0 0 !important;
	font-size: smaller;
	}

/* =CALENDAR
======================================================== */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
	}

#wp-calendar caption {
	font: bold 1.3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	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;
	}


/* =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;
	color: #999;
	font-size: smaller;
	padding: 1em 2em;
	text-align: center;
	}

#wp-footer span.powered {
	background: url(images/icon_footer_powered.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.layout {
	background: url(images/icon_footer_layout.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.validate {
	background: url(images/icon_footer_validate.gif) 0 50% no-repeat;
	padding-left: 18px;
	}
#wp-footer span.feed {
	background: url(images/icon_footer_feed.gif) 0 50% no-repeat;
	padding-left: 18px;
	}


@media screen and (max-width: 780px) {
	#wp-content-pri {
		float: none;
		clear: both;
		width: 100%;
		}
	#wp-content-sec {
		float: none;
		clear: both;
		width: 100%;
		box-sizing: border-box;
		}
}




#status_top {
	display: none;
	margin: -1em 0 1em 0;
	width: 100%;
	}
#status_bottom {
	display: none;
	margin: 1em auto 0 auto;
	font-size: 90%;
	}
a#status {
	display: inline-block;
	box-sizing: border-box;
	padding: 16px 12px;
	background-color: #f7f7f7;
	border-radius: 7px;
	text-decoration: none;
	color: #333;
	text-align: center;
	}
a#status:visited {
	color: #333;
	}
a#status:hover {
	text-decoration: none;
	background-color: #eee;
	}
#status_inner {
	text-align: center;
	font-weight: 600;
	padding: 0 10px;
	}
#status_word {
	}
#status_dot {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: -2px 5px;
	background-color: #f7f7f7;
	border-radius: 9999px;
	}
#status_text {
	}
#status_details {
	display: none;
	margin: 0.75em 0 -0.25em 0;
	padding: 0 1em;
	font-size: 90%;
	text-align: center;
	}
#status.has_details {
	width: 100%;
	border-left: none;
	border-right: none;
	border-radius: 0;
	}
#status.has_details #status_details { display: block; }
#status.ok #status_word { display: inline-block; }
#status.ok #status_dot { background-color: #3b7; }
#status.issues { background-color: #fee; border-top: 2px solid #f99; border-bottom: 2px solid #f99; }
a#status.issues:hover { background-color: #edd; }
#status.issues #status_word { display: inline-block; }
#status.issues #status_dot { background-color: #900; }
#status.maintenance { background-color: #eee; }
a#status.maintenance:hover { background-color: #ddd; }
#status.maintenance #status_word { display: inline-block; }
#status.maintenance #status_dot { background-color: #f90; }
