/*
Theme Name: Stever
Theme URI: http://stever.org.uk/
Description: WordPress theme based on <a href="http://beeblebrox.net/projects/wordpress-theme">Beeblebrox</a>, which in turn is based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a> and <a href="http://www.zap.org.au/documents/styles/sinorcaish/">Sinorcaish</a>.
Version: 0.1
Author: Steven Robertson
Author URI: http://stever.org.uk/

Theme for personal blog.
*/

/* @group Global Styles */

body {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 90%;
   color: black;
   background: #f0f0f0;
   margin: 0;
   padding: 0;
   border: 0; /* This removes the border around the viewport in old versions of IE */
   width: 100%;
   min-width: 600px; /* Minimum width of layout - remove line if not required */
   /* The min-width property does not work in old versions of Internet Explorer */
}

/* Used for content that should be displayed by non-stylesheet-aware browsers */

.hidden {
   display: none !important;
}

/* Used for content that should not be printed to paper */
.notprinted {}

/* @group Headings */

h1,
h2,
h3 {
   font-weight: bold;
   text-align: left;
   margin: 1em 0 0 0;
   padding: 0;
}

h4,
h5,
h6 {
   font-weight: bold;
   text-align: left;
   margin: 1.25em 0 0 0;
   padding: 0;
}

h1 {
   font-size: 175%;
   color: #999999;
   background: transparent;
}

h2 {
   font-size: 150%;
   color: #333;
   background: transparent;
}

h3 {
   font-size: 125%;
   color: #333;
   background: transparent;
}

h4 {
   font-size: 100%;
   color: #333;
   background: transparent;
}

h5 {
   font-size: 85%;
   color: #333;
   background: transparent;
}

h6 {
   font-size: 60%;
   color: #333;
   background: transparent;
}

h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
   color: #06c;
}

h1 a:hover, h2 a:hover, h3 a:hover {
   color: #039;
   text-decoration: none;
}

/* @end */

/* @group Anchors */

a:link {
   text-decoration: none;
   color: #06c;
   background: transparent;
}

a:visited {
   text-decoration: none;
   color: #039;
   background: transparent;
}

a:hover,
a:active {
   text-decoration: underline;
}

/* @end */

/* @group Forms */

form {
   line-height: 140%;
}

label {
   font-weight: bold;
}

input {
   border: 1px solid #999999;
   background: #f4f4f4;
   margin: 5px 5px 1px 0;
   padding: 3px;
   font-family: Arial, Helvetica, sans-serif;
}

textarea {
   border: 1px solid #999999;
   background: #f4f4f4;
   margin: 5px 5px 1px 0;
   padding: 3px;
   font-family: Arial, Helvetica, sans-serif;
}

input:focus, textarea:focus, label:focus {
   background: #fff;
   border: 1px solid #686868;
}

select {
   border: 1px solid #999999;
   background: #f4f4f4;
   margin: 5px 5px 1px 0;
   padding: 3px;
   width: 130px;
   font-family: Arial, Helvetica, sans-serif;
}

/* @end */

/* @end */

/* @group Inline elements and classes */

/* This style sheet assumes B, BIG, EM, I, SMALL, STRONG, SUB and SUP are 
defined by the browser as per the HTML4 sample style sheet. */

code,
kbd,
pre,
samp,
tt {
   font-family: "Courier New", Courier, monospace;
 

/* Courier tends to be a little too small */
	font-size: 110%;
}

kbd {
   font-weight: bolder;
}

abbr,
acronym {
   /* Don't use small-caps, etc. */
   font: inherit;
}

abbr[title],
acronym[title] {
   cursor: help;
   border-bottom: 1px dotted #cccccc;
}

cite,
dfn,
var {
   font-style: italic;
}

/* Block-inline elements */

p img {
   padding: 0;
   max-width: 100%;
}

a img {
   border: none;
}

img {
   vertical-align: baseline;
   margin: 0;
   padding: 0;
   border: none;
}

/* Left-floating images */

img.left {
   margin: 0.75em 1.5em 0.75em 0;
   float: left;
}

/* Right-floating images */

img.right {
   margin: 0.75em 0 0.75em 1.5em;
   float: right;
}

/* Centered-floating images */

img.centered {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

del,


/* Required for Mozilla */
del * {
   text-decoration: line-through;
}

ins,


/* Required for Mozilla */
ins * {
   text-decoration: underline;
}

/* Block elements */

p {
   margin: 1em 0;
   padding: 0;
}

em {
   font-size: 90%
}

blockquote {
   width: 75%;
   margin: 15px 30px 0 10px;
   padding-left: 20px;
   border-left: 5px solid #ddd;
   color: #777;
}

small {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size: 0.9em;
   line-height: 1.5em;
   color: #777;
}

strike {
   color: #777;
}

pre {
   line-height: 1.1;
   margin: 1em 2.5em;
   padding: 0;
}

hr {
   color: #999999;
   background: transparent; /* Required for IE/Win */
   height: 1px;
   margin: 1em 0;
   padding: 0;
   border-color: #999999;
   border-width: 1px;
   border-style: none none solid none;
}

/* Warning: not printed out on paper */

hr.lighter {
   color: #f0f0f0;
   background: transparent;
   border-color: #f0f0f0;
}

/* 
The following HTML elements should NOT be used in documents using this
style sheet:

	- address: use the #footer style instead
	- q: use &ldquo; and &rdquo; instead
*/

/* @end */

/* @group Main Content */

#main {
   line-height: 1.5;
   color: black;
   background: white;
   margin: 0 0 0 14em;
   padding-top: 0.25em;
   padding-left: 2em;
   padding-right: 2em;
   padding-bottom: 0em;
   border-left: 1px solid #999999;
   min-height: 950px;
}

/* Other styles related to the main content */

/* "Skip to main content" link */

#mainlink {
   display: none !important;
}

/* "< Previous Next >" navigation for archives, etc. */

.navigation {
   margin-top: 10px;
   margin-bottom: 30px;
   width: 100%;
}

.navigation .alignright {
   float: right;
}

.navigation .alignleft {
   float: left
}

.center {
   text-align: center;
}

#endmain {
   visibility: hidden;
 

/* Doesn't always work under IE/Win */
	clear: both;
}

/* @end */

/* @group Header */

/* Headers is composed of three parts: left, right and subheader.
Warning: Not printed out on paper */

#header {
   color: #003399;
   background: #8ca8e6;
}

#header a:link,
#header a:visited {
   color: #003399;
   background: transparent;
}

#header .highlight,
#header a.highlight:link,
#header a.highlight:visited {
   color: white;
   background: transparent;
}

/* Left part of header */

#header div.left {
   float: left;
   clear: left;
}

#header div.left,
#header div.left a:link,
#header div.left a:visited {
   font-size: 160%;
   font-weight: bold;
   text-decoration: none;
   color: white;
   background: transparent;
}

#header div.left p {
   margin: 0.2em 0 0 0.75em;
   padding: 0;
}

#header div.left .alternative {
   font-size: 160%;
   font-weight: bold;
   text-decoration: none;
   color: #ff9800;
   background: transparent;
}

#header div.left .description {
   color: white;
   font-family: sans-serif;
   font-size: small;
   font-weight: normal;
   padding: 1ex 1em 1ex 3em;
}

/* Right part of header is for external/global links, search, etc */

#header div.right {
   font-size: 90%;
   text-align: right;
   margin: 0;
   padding: 0.75em 0.75em 0 0.75em;
   float: right;
   clear: right;
}

#header div.right a:link,
#header div.right a:visited {
   margin: 0;
   padding: 0 0.5em;
}

#header div.right form {
   margin: 0;
   padding: 0.5em 0 0 0;
}

#header div.right input {
   font-size: 95%;
   vertical-align: middle;
   border: 1px solid #d8d2c3;
   margin: 3px;
   padding: 2px;
}

#header div.right #searchsubmit {
   font-weight: bold;
   color: #003399;
   cursor: pointer;
   background-color: #8cc68c;
}

/* Subheader for global links */

#header div.subheader {
   color: white;
   background: #003399;
   margin: 0;
   padding: 0.5em 1.5em 0.5em 0.5 em; /* For IE/Win */
   clear: both;
}

#header > div.subheader {
   padding: 0.5em 1.5em 0.5em 0.5em; /* For all other browsers */
}

#header div.subheader a:link,
#header div.subheader a:visited {
   font-weight: bolder;
   color: white;
   background: transparent;
   margin: 0;
   padding: 0 0.5em;
}

#header div.subheader .highlight,
#header div.subheader a.highlight:link,
#header div.subheader a.highlight:visited {
   color: #fda05e;
   background: transparent;
}

/* @end */

/* @group New Header */

#header {
   clear: both;
   float: left;
   width: 100%;
}

#header {
   border-bottom: 1px solid #000;
}

#header p,
#header h1,
#header h2 {
   padding: .4em 15px 0 15px;
   margin: 0;
}

#header ul {
   clear: left;
   float: left;
   width: 100%;
   list-style: none;
   margin: 10px 0 0 0;
   padding: 0;
}

#header ul li {
   display: inline;
   list-style: none;
   margin: 0;
   padding: 0;
}

#header ul li a {
   display: block;
   float: left;
   margin: 0 0 0 1px;
   padding: 3px 10px;
   text-align: center;
   background: #eee;
   color: #000;
   text-decoration: none;
   position: relative;
   left: 15px;
   line-height: 1.3em;
}

#header ul li a:hover {
   background: #369;
   color: #fff;
}

#header ul li a.active,
#header ul li a.active:hover {
   color: #fff;
   background: #000;
   font-weight: bold;
}

#header ul li a span {
   display: block;
}

/* @end */

/* @group Left Sidebar */

/* Warning: not printed out on paper */

#sidebar {
   width: 200px;
   /* border-right: 1px solid #999999; */
   margin-bottom: 4em;
   /*
   float: left;
   clear: both;
   */
}

#sidebar ul li {
   font-size: 95%;
   text-align: left;
   padding: 0.5em 1.5em 1.5em 1em;
   border-bottom: 1px solid #999999;
   list-style-type: none;
   list-style-position: outside;
   list-style-image: none;
}

#sidebar ul li.lighter {
   color: inherit;
   background: white;
}

#sidebar h2 {
   padding: 0.5em 0 0;
   margin: 0px;
   font-family: 'Lucida Grande', Verdana, Sans-Serif;
   font-size: 1.2em;
}

#sidebar h2 a:link,
#sidebar h2 a:visited {
   color: black;
   background: transparent;
}

#sidebar ul, #sidebar ul ol {
   list-style-type: none;
   list-style-position: outside;
   margin: 0;
   padding: 0;
}

#sidebar ul p, #sidebar ul select {
   margin: 5px 0 0px;
}

#sidebar ul ul, #sidebar ul ol {
   margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
   margin: 0 0 0 10px;
}

#sidebar ul ol li {
   border: none;
   color: #777;
   list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
   border: none;
   color: #777;
   margin: 3px 0 0;
   padding: 0;
}

/* Special stylized non-IE bullets 
   Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul ul li:before {
   content: "\00BB \0020";
}

/* @end */

/* @group Calendar */

#wp-calendar {
   background: #fff;
   border: 1px solid #ddd;
   empty-cells: show;
   font-size: 14px;
   width: 10.5em;
}

#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;
   text-decoration: none;
}

#wp-calendar a:hover {
   color: #333;
}

#wp-calendar caption {
   font-size: .8em;
   font-weight: bold;
   text-align: left;
   padding-bottom: 0.5em;
   padding-top: 1em;
}

#wp-calendar td {
   color: #999;
   font: normal 11px Verdana, Geneva, sans-serif;
   padding: 1px 1px;
   text-align: center;
}

/* Doesn't work in IE */

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

#wp-calendar #today {
   color: #666;
   font-weight: bold;
}

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

/* @end */

/* @group Footer */

#footer {
   font-size: 90%;
   text-align: left;
   color: white;
   background: #6381dc;
   margin: 0;
   clear: both;
   float: left;
   width: 100%;
}

#footer p {
   padding: 0.5em 1.67em 0.5em 0.5em;
   margin: 0;
}

#footer a:link,
#footer a:visited {
   text-decoration: none;
   color: white;
   background: transparent;
}

#footer a:hover {
   text-decoration: underline;
}

#footer hr {
   display: none !important;
}

/* @end */

/* @group Comments */

.alt {
   background-color: #f8f8f8;
   border-top: 1px solid #dddddd;
   border-bottom: 1px solid #dddddd;
   margin: 0;
   padding: 10px;
}

.commentlist {
   padding: 0;
   text-align: justify;
}

.commentlist li {
   margin: 15px 0 3px;
   padding: 5px 10px 3px;
   list-style: none;
}

.commentlist p {
   margin: 10px 5px 10px 0;
}

.nocomments {
   text-align: center;
   margin: 0;
   padding: 0;
}

.commentmetadata {
   margin: 0;
   display: block;
}

.commentlist li {
   font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
   font-weight: bold;
}

.commentlist cite, .commentlist cite a {
   font-weight: bold;
   font-style: normal;
   font-size: 1.1em;
}

.commentlist p {
   font-weight: normal;
   line-height: 1.5em;
   text-transform: none;
}

.commentmetadata {
   font-weight: normal;
}

.nocomments {
   color: #777;
}

h3.comments {
   padding: 0;
   margin: 40px auto 20px;
}

#commentform {
   width: 90%;
}

#commentform textarea {
   width: 100%;
   padding: 2px;
}

#commentform #submit {
   font-weight: bold;
}

/* @end */

/* @group Entries */

html>body .entry ul {
   margin-left: 0px;
   padding: 0 0 0 30px;
   list-style: none;
   padding-left: 10px;
   text-indent: -10px;
}

html>body .entry li {
   margin: 7px 0 8px 10px;
}

/* Special stylized non-IE bullets 
   Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ul li:before {
   content: "\00BB \0020";
}

.entry ol {
   padding: 0 0 0 35px;
   margin: 0;
}

.entry ol li {
   margin: 0;
   padding: 0;
}

.entry form {
   

}

/* @end */

/* @group Posts */

.main .postmetadata {
   text-align: center;
   padding-top: 5px;
   margin: 30px 0;
}

.postmetadata {
   color: #777;
}

.postmetadata ul, .postmetadata li {
   display: inline;
   list-style-type: none;
   list-style-image: none;
}

.post {
   margin: 0 0 40px;
}

.post .underlined {
   border-bottom: 2px solid #ddd;
}

/* @end */










/* 'widths' sub menu */

#layoutdims {
   clear: both;
   background: #eee;
   border-top: 4px solid #000;
   margin: 0;
   padding: 6px 15px !important;
   text-align: right;
}

/* column container */

.colmask {
   position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
   clear: both;
   float: left;
   width: 100%; /* width of whole page */
   overflow: hidden; /* This chops off any overhanging divs */
}

/* 2 column left menu settings */

/*
.leftmenu {
   background: #FFD8B7;
}
*/

.leftmenu .colright {
   float: left;
   width: 200%;
   position: relative;
   left: 200px;
   background: #fff;
}

.leftmenu .col1wrap {
   float: right;
   width: 50%;
   position: relative;
   right: 202px;
   /* padding-bottom: 1em; */
}

.leftmenu .col1 {
   /* margin: 0 15px 0 215px; */
   position: relative;
   right: 100%;
   overflow: hidden;
}

.leftmenu .col2 {
   float: left;
   width: 200px;
   position: relative;
   right: 200px;
}

/* Misc. */

li.gfield {
    margin-left: 0 !important;
}

