/* @override http://www.systemerror.co.uk/wp-content/themes/syserr/style.css */

/* I <3 CSSEdit! */

/*
Theme Name: SysErr
AUTHOR: jake smith
Description: systemerror.co.uk blog skin.
Version: 0.2
All rights reserved.
*/


html {
	height: 100%;
	margin-bottom: 0.1em;
}
* {
	padding: 0;
	margin: 0;
}
body {
	background: #fff;
	color: #333;
	font: 62.5%/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
	outline: 0;
	background-color: #fbd321 !important;
}
a:visited {
	text-decoration: none;
	outline: 0;
	color: #5a5a5a;
}
div.post a{
	border-bottom: 1px solid #ccc;
}
div.post a:hover {
	border-bottom: 1px solid #fbd321;
}
a:link h3 {
	color: #000;
	text-decoration: none;
	outline: 0;
	background-color: #fbd321;
}
a:link img {
	border: none;
	outline: none;
}
p, pre {
	margin-bottom: 1.2em;
	line-height: 1.3em;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
}
ol {
	margin-left: 0;
	margin-left: 30px;
	margin-top: 0;
}
img {
	border: none;
}
code, pre {
	font-family: "Courier New", Courier, mono;
}

em {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*layout*/
#container {
	width: 920px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 1.2em;
}
#header {
	margin-bottom: 3px;
	float: left;
	width: 100%;
	padding-bottom: .25em;
	padding-top: 10px;
}

/*header*/
#logo {
	float: left;
	padding-bottom: 5px;
	width: 70%;
}
#logo h1 {
	background: url(images/sys_err.gif) no-repeat 0 1px;
	padding-left: 43px;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: normal;
}
#logo h1 a {
	color: #444;
}
#logo img {
	padding: 10px;
	border: none;
	padding-top: 0;
	display: block;
}
#header h1 {
	float: left;
	line-height: 1em;
	display: inline;
	margin: 15px 0 0 0;
	font-weight: normal;
	font-style: normal;
	font-size: 3.3em;
}
#site-description {
	background: transparent;
	color: #777;
	float: left;
	padding: 0;
	width: 70%;
}
#site-description h2 {
	font-size: 1.1em;
	margin-left: 44px;
}
#tag {
	float: right;
	text-decoration: none;
	text-align: right;
	color: #9c9c9c;
	background: transparent;
	padding: 10px 0;
	width: 30%;
}

#subscribe {
	padding-top: 11px;
}

#subscribe a {
	background: transparent url(images/feed-icon-14x14.png) top right no-repeat;
	color: #777;
	margin: 0;
	padding: 0 20px 0 0;
}
#subscribe a:hover {
	color: #000;
	text-decoration: none;
	outline: 0;
	background-color: #fbd321;
}

/*navigation*/
#navcontainer {
	float: left;
	width: 100%;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	margin-top: 15px;
	text-transform: capitalize;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	color: white;
	float: left;
	width: 100%;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	padding: 0.2em 1em;
	text-decoration: none;
	float: left;
}
#navcontainer ul li a:hover {
	background-color: #fbd321;
	color: #000;
	text-shadow: #969820 0 0 5px;
}

/*drop-down cats*/
.headright {
	border-left: 1px solid #fff;
	float: right;
}
#navcontainer ul.navlist li.headright a {
	border-right: 0px;
}
#slickbox {
	background: inherit;
	float: left;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-transform: lowercase;
	font-size: 0.9em;
}
#slickbox h4 {
	padding: 3px 0 3px 0;
}
#slickcats {
	background: inherit;
	float: left;
	position: relative;
	width: 100%;
	padding: 0;
}
ul.headcats {
	color: #444444;
	text-align: left;
	height: auto;
	width: 100%;
	margin: 10px 0 0;
	background-color: inherit;
}
ul.headcats li {
	display: inline;
	list-style-type: none;
	margin-right: 3%;
	border-bottom: 1px solid #ddd;
	float: left;
	text-align: right;
	display: block;
	width: 22%;
}
ul.headcats li:hover {
	background: #f3f3f3 !important;
}
ul.headcats li a {
	float: left;
	color: #333;
}
ul.headcats li a:hover {
	background: #f3f3f3 !important;
	color: #444444;
}

/*content*/
#entries {
	width: 500px;
	float: left;
	padding: 8px 0 15px 0;
	line-height: 1em;
}
.post {
	margin-bottom: 2em;
	font-size: 1.1em;
	position: relative;
}
.post ul {
	list-style: square;
	margin: 1px 5px 7px 15px;
	padding: 5px;
}
.post li {
	margin-bottom: 1em;
	line-height: 1.3em;
}
h1 {
	margin-bottom: 0.2em;
	margin-top: 2.5em;
}
div#entries h2 {
	display: inline;
	line-height: 1.2em;
	font-size: 2em;
}
div#entries h2 a {
	color: #444;
}
div#entries h2 a:hover {
	color: #000;
	text-decoration: none;
	outline: 0;
	background-color: #fbd321;}
h3 {
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 0.2em;
	margin-top: 2.5em;
	color: #34353e;
	border-bottom: 1px solid silver;
	font-style: normal;
}
#entries h3 {
	clear: both;
	padding-top: 1em;
	margin-top: 1em;
	margin-bottom: 0.7em;
	padding-bottom: 0.5em;
	color: #999;
}

#entries h3 a {
	font-weight: normal;
	font-style: normal;
	color: #999;
}

#entries h3 a:hover {
	color: #000;
}

div#entries h1.big {
}
.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -0.5em;
}
blockquote {
	text-indent: -0.4em;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #999;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}


.big {
	font-size: 3em;
	margin-top: 0;
	margin-bottom: 0.5em;
	letter-spacing: -1px;
}
.results_content {
	border-bottom: 1px solid silver;
	padding: 0;
	margin-bottom: 10px;
}
span.archive-meta {
	font-size: .9em;
}
a.archive-permalink {
	color: #444444;
	display: block;
	font-size: 1.2em;
	margin-bottom: 1em;
}
.except {
	margin-bottom: 2em;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 6px;
}
div.results_date {
	margin-top: .5em;
	font-size: .9em;
	padding-bottom: 5px;
}
.archlist {
	float: left;
	color: #333;
	width: 100%;
}
ul.archlist li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	float: left;
	display: block;
	width: 215px;
}
ul.archlist li a {
	float: left;
	margin-right: 3px;
}
ul.archlist li a:hover {
	background: #f3f3f3 !important;
	color: #444444;
}
div.post p img {
	max-width: 500px;
}
div.post-tags {
	margin: .25em 0;
}

/*sidebar*/
#sidebar {
	width: 390px;
	float: right;
	font-size: 1em;
	padding: 16px 0 25px;
	line-height: 1.4em;
}
#sidebar img {
	max-width: 390px;
}
div.flickr-photos img {
	margin-left: 7px;
	margin-right: 6px;
	margin-top: 4px;
}

div.flickr-photos a {
	background-color: transparent;
}
li#twitters.widget.widget_twitterer h2 a {
	color: #999;
}
ul#twitter-list li {
	color: #444;
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
ul#twitter-list a {
	color: #999;
	font-weight: normal;
	font-style: normal;
	display: block;
}

ul#twitter a:hover {
	color: #000 !important;
}
input#s {
	width: 120px;
	margin: 0 2px 5px 0;
	font-size: 12px;
}
input#s2 {
	width: 140px;
	margin: 5px 2px 5px 0;
	font-size: 12px;
}
#searchsubmit {
	margin-bottom: 5px;
}
table#wp-calendar {
	width: 100%;
}
h2.widgettitle {
	font-weight: bold;
	font-size: 1em;
	margin-top: 2.5em;
	color: #999;
	border-bottom: 1px solid silver;
	margin-bottom: 0.5em;
	padding-bottom: 2px;
}
#sidebar h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 1em;
	border-bottom: 1px solid silver;
	color: #999;
	margin-bottom: 0.5em;
	padding-bottom: 5px;
}
#sidebar li {
	margin-left: 0;
	padding-left: 0;
	line-height: 1em;
	margin-bottom: 0.4em;
}
#sidebarleft {
	width: 180px;
	float: left;
	margin-top: -20px;
}
#sidebarright {
	width: 180px;
	float: right;
	margin-top: -20px;
}
#sidebarright img {
	max-width: 180px;
}
#sidebarleft img {
	max-width: 180px;
}
#sidebar p {
	display: block;
	margin-top: 1px;
}
#searchform div {
	padding-left: 0;
	margin: 0.5em 0;
}
div.textwidget {
	display: block;
	margin: 0.5em 0;
}
#sidebarright li a img {
}
.flickr {
	background: inherit;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
.flickr li {
	padding-top: 5px;
}
#sidebarleft li a img, .flickr li img {
}
div.post-meta {
	font-size: .9em;
	color: #777;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
div.bottom-nav {
	float: left;
	margin: 1em 0;
}

/*comments*/
.comments_tiny {
	color: #b8b8b8;
	border-bottom: 1px solid silver;
}
.alt {
	margin: 0;
	padding: 10px;
	background: #f3f3f3;
}
.commentlist {
	margin-top: 0;
}
.commentlist li {
	margin: 5px 0 15px;
	padding: 10px;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	margin: 1em 0 0;
	text-transform: none;
}
#commentform {
	margin-top: 30px;
}
.commentmetadata {
	font-weight: normal;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
}
div.comment-invitation {
	background-color: #f3f3f3;
	padding: 10px;
}
div.comment-invitation p {
	display: block;
	width: 100%;
	padding: 0 0 .3em;
}
.text {
	display: block;
	float: left;
	width: 65px;
}
input#author.textfield {
	padding-top: 3px;
}
span.allowed-tags {
	color: #777;
	font-size: .9em;
}
#pages ul li.page_item ul li.page_item {
	margin-left: .5em;
}
.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}
.commentbox {
	width: 99%;
	height: 120px;
}

/*footer*/
#footer {
	clear: both;
	width: 900px;
	font-size: 0.9em;
	height: auto;
	text-decoration: none;
	text-align: center;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	background-color: #fbd321;
}
#footerinfo {
	color: #9c9c9c;
	font-size: .9em;
	float: left;
	display: inline;
	width: 100%;
	text-align: left;
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* additional alignments */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/*misc*/
.left {
	display: inline;
	float: left;
}
.right {
	display: inline;
	float: right;
}
.clear {
	text-align: center;
	font-size: 0.8em;
	color: #9c9c9c;
	margin: 0;
	padding: 0 0 20px 0;
}
.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.frame {
	padding: 2px;
	border: 1px solid #dee4e5;
}
img.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
img.alignleft {
	float: left;
	padding: .9em .5em .5em;
}
img.alignright {
	float: right;
	padding: 0 0 1em 1em;
}
img.aligncenter {
	margin-top: 2em;
	margin-bottom: 2em;
}
img.left {
	float: left;
	padding: 0 .5em .5em 0;
}
img.right {
	float: right;
	padding: 0 0 .5em .5em;
}
img.wp-smiley {
	background: inherit;
}
p.akpc_pop {
	font-size: .8em;
}
a.more-link {
	display: inline-block;
}
#wp-calendar tbody tr td {
	text-align: center;
}
img#wpstats {
	width: 0px;
	height: 0px;
	padding: 0px;
	border: none;
	overflow: hidden
}

/* wp-captions */
.wp-caption {
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* wp-captions */
div.wp-caption, dl.wp-caption {
	margin: 5px 0 1em;
	max-width: 500px;
}
div.wp-caption img, dl.wp-caption img {
	padding: 0;
}
div.wp-caption p, dl.wp-caption dd.wp-caption-dd {
	font-size: .8em;
	margin: 0;
	color: #999;
	padding-top: 5px;
}

body div#container div#sidebar div#dopplr-jake74-velocity-embed h3 {
	border-style: none !important;
	margin-bottom: 0;
	color: #333;
}

body div#container div#sidebar div#dopplr-jake74-velocity-embed p {
}

li#tag_cloud {
	line-height: 1.3em;
}

div.metric {
	margin-bottom: 10px;
}

div.explanation {
	padding-top: 5px;
}

li.about p {
	font-size: 1.5em;
	line-height: 1.2em;
}

iframe {
	margin-bottom: 1em;
}

#sidebar li.about h3 {
	margin-top: 17px;
}

img.nothumb {
	vertical-align: top;
}
span.author {
	display: block;
}
#bottomcontainerBox {
	top: -28px;
	left: 0;
	position: absolute;
	padding: 0;
}
#bottomcontainerBox div {
	float: right !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
