/*
Theme Name: Beeblebrox
Theme URI: http://beeblebrox.net/category/projects/themes
Description: WordPress theme 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: Thomas Weibel
Author URI: http://beeblebrox.net/

The design of the Beeblebrox WordPress Theme is based on Sinorcaish (see 
http://www.zap.org.au/documents/styles/sinorcaish/ for more information).
*/



/* ### Begin Global styles ###

The global font size is set to 90% as most browsers' normal font is too large 
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Allow IE/Win to resize the document */
	font-size: 90%;
	color: black;
	background: #f0f0f0;
	margin: 0;
	padding: 0;
	border: none;
}

/* 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 {			
}


/* Headings */

h1,
h2 {
	font-weight: bold;
	text-align: left;
	margin: 0.75em 0 0 0;
	padding: 0;
}

h3,
h4,
h5,
h6 {
	font-weight: bold;
	text-align: left;
	margin: 1.75em 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;
}


/* 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;
}


/* 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;
}

input#imagebutton {
  border: 0 !important;
  margin: 0 5 0 0 !important;
  padding: 0 !important;
}

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 Global Styles ### */



/* ### Begin 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,
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;
}

img.photo {
    padding:3px;
    border:1px solid #aaa;
    /*-moz-border-radius:5px;*/
    background:#ddd;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.photo-left {
    padding:3px;
    border:1px solid #aaa;
    /*-moz-border-radius:5px;*/
    background:#ddd;
		margin-top: 0.25em;
		margin-right: 0.75em;
		margin-bottom: 0.25em;
		float: left;
}

img.photo-right {
    padding:3px;
    border:1px solid #aaa;
    /*-moz-border-radius:5px;*/
    background:#ddd;
		margin-top: 0.25em;
		margin-left: 0.75em;
		margin-bottom: 0.25em;
  	float: right;
}

* Hack to force IE to prop post height
   to the height of floated images   */
.clear {
  clear: right;
  height: 1px;
  overflow: hidden;
}

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;
	text-align: left;
}

/* This makes <small> look
   the same everywhere as it
	 does under headers in posts
	 on the main page           */
small.title {
  line-height: 0;
  display: block;
  margin-top: -0.4em;
	_margin-top: -1.4em;
}

em {
	font-size:95%
}

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 Inline elements and classes ### */



/* ### Begin Styles for Main Content ### */

#main {
	line-height: 1.5;
	color: black;
	background: white;
	margin: 0 0 0 12em;
	padding-top: 0.25em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 0em;
	border-left: 1px solid #999999;
}


/* Other styles related to the main content */

/* "Skip to main content" link */
#mainlink {
	display: none !important;
}

/* "< Previous Next >" navigation for archives, etc. */
.navigation {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3em;
}

.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 Styles for Main Content ### */



/* ### Begin Styles for Header ###

Headers is composed of three parts: left, right and subheader.
Warning: Not printed out on paper */

#header {
	color: #ffffff;
	background: #8ca8e6;
}

#header a:link,
#header a:visited {
	color: #ffffff;
	background: transparent;
        font-weight: bold;
}

#header .highlight,
#header a.highlight:link,
#header a.highlight:visited {
	color: white;
	background: transparent;
        font-weight: bold;
}

/* 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: 0;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#header div.left p {
	margin: 0;
	padding: 0;
}

#header div.left .alternative {
	font-size: 0;
	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;
        vertical-align: middle;
	margin: 0;
	padding: 0.75em 0.75em 0 0.75em;
	float: right;
	clear: right;
}

#header div.right img {
        position: relative;
        top: 3px;
        left: 15px;
}

#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.5em; /* 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 Styles for Header ### */



/* ### Begin Styles for Left Sidebar ### */

/* Warning: not printed out on paper */
#sidebar {
	width: 12em;
	border-right: 1px solid #999999;
	float: left;
	clear: both;
	margin-bottom: 4em;
}

#sidebar ul li {
	font-size: 95%;
	text-align: left;
	padding: 0.5em 1em 1.5em .75em;
	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 0px;
}

#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;
  padding-left: .75em;
  text-indent: -1em;
}

/* 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 Styles for Left Sidebar ### */



/* ### Begin Styles for 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 Styles for Calendar ### */



/* ### Begin Styles for Footer ### */

#footer {
	font-size: 90%;
	text-align: left;
	color: white;
	background: #6381dc;
	margin: 0;
	padding: 0.5em 1.67em 0.5em 15.25em;
	clear: both;
}

#footer a:link,
#footer a:visited {
	text-decoration: underline;
	color: white;
	background: transparent;
}

#footer hr {
	display: none !important;
}

/* ### End Styles for Footer ### */



/* ### Begin Styles for 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 Styles for Comments ### */



/* ### Begin Styles for 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 { 
	/* text-align:center; */
}

.entry {
	clear: right;
}

/* ### End Styles for Entries ### */



/* ### Begin Styles for 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 h2.underlined {
	border-bottom: 1px solid #0066cc;
}

.post .underlined {
	border-bottom: 1px solid #000000;
}

/* ### End Styles for Posts ### */

/* Begin Gallery */

#spg {
    margin: 0 0 0 0;
    text-align: left;
}

#spg #prev {
    float:left;
}
#spg #next {
    float:right;
}
#spg #image {
    text-align:center;  
}
#spg .imgwrapper {
    float: left;
    margin: 0 8px 15px 7px;
    padding: 2px;
    height:130px;
}
#spg .imgwrapper span {
    display:block;
    font:9px verdana, sans-serif;
    text-align:center;  
}
#spg .imgwrapper img {
    background-color: #fff;
    border: 1px solid #ddd;
    /*-moz-border-radius:5px;*/
    padding: 4px;
}
#spg .imgwrapper a:visited img {
    background-color:#fff;  
}
#spg .imgwrapper a:hover img, .imgwrapper a:focus img {
    background-color: #036;
}
#spg .imgwrapper a:hover, .imgwrapper a:focus {
    color:#000;
}
#spg #single {
    padding:3px;
    border:1px solid #aaa;
    /*-moz-border-radius:5px;*/
    background:#ddd;
}
#spg #desc {
    border-color:#ddd;
    border-style:solid;
    border-width:1px;
    text-align:center;
    clear:both;
    margin:5px 40px;
    padding:5px;
}
#spg #credit {
    background:#036;
    border-top:4px solid #333;
    /*-moz-border-radius:0 0 20px 20px;*/
    color:#fff;
    font-size:9px;
    text-align:center;
    margin:10px 0 0;
    padding:3px 0;
    clear:both;
}
#spg #credit a {
    color:#fff;
}
#spg #directories, #breadcrumb {
    border-bottom:1px solid #ddd;
    margin:0;
}
#spg #breadcrumb {
    padding:5px;
    border: 1px solid #999;
    background:#eee;
    color:#777;
    margin-bottom:10px;
}
#spg #breadcrumb a, #breadcrumb a:hover, #breadcrumb a:active {
    color:#06c;
}
#spg #dirdesc {
    padding:4px;
    border-bottom:1px solid #ddd;   
}
#spg #gallery {
    margin:10px 5px 5px;
}
#spg #directories ul {
    list-style:circle;
    padding-bottom:5px;
}
#spg #directories li {
    margin:2px 0;
}
#spg #directories h2 {
    font:14px georgia, garamond, times, serif;
    font-weight:bold;
    text-indent:15px;
    margin:0;
}
#spg #directories h3 {
    font:12px georgia, garamond, times, serif;
    font-weight:bold;
    text-indent:20px;
    margin:0;
}
#spg #prevnext {
    margin-top: 2em;
    margin-bottom: 2em;
}

/* End Gallery */

/* Begin del.icio.us */
ul.delicious{
    margin-left: -0.25em !important;
    _margin-left: 0 !important;
}

ul.delicious li{
    text-indent: -1em;
    _text-indent: 0;
}

.delicious-link{
    display: inline;
    }

.delicious-tags{
    display: none; 
    }

.delicious-extended{
    display: inline;
    _margin-left: .25em; 
    }

.delicious-extended:before{
    content: "- "; 
    }

.delicious-tags a,
.delicious-tags a:link,
.delicious-tags a:hover,
.delicious-tags a:active,
.delicious-tags a:visited {

    }

/* End del.icio.us */

/* begin Video Plugin */

.ev_holder{

}

.ev_shell{
	margin-left: auto;
	margin-right: auto;

	border: 0px solid rgb(0,0,0);
	background-color:rgb(250,250,250);
}

.ev_container{
	padding-top:0px;
	padding-bottom:0px;
	
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
}

/* End Video Plugin */


/* ------ AMAZON WISHLIST ------ */
ul.wishlist { 
	list-style-type: none; 
	margin: 0 5em 0 0; 
	padding: 0 10px 0 10px; 
	float: left;
}

li.wishlistitem { 
	border: 1px solid #999; 
	background: #EEE; 
	height: 1%;
	padding: 10px; 
	margin: 0 0 20px 0;
	xclear: both !important;
}
li.wishlistitem a { 
	font-weight: bold;
	font-family: Verdana;
	font-size: 150%; 
	color: #06c;
	background: transparent;
	border-bottom: 1px solid #0066cc;
}

li.wishlistitem a:hover, li.wishlistitem a:visited { 
	font-weight: bold;
	font-family: Verdana;
	font-size: 150%; 
	background: transparent;
	color: #039;
	text-decoration: none;
	border-bottom: 1px solid #0066cc;
}
li.wishlistitem img { 
	border: 1px solid #999;
	float: right; 
	margin-left: 10px; 
	margin-bottom: 0; 
}
span.wishlistadded { font-size: 100%; }
br.amazonbr { xclear: both !important; }
ul.wishlistnav { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	display: block;
}

.alignright { float: right; }
.alignleft { float: left; }

/* -------End Amazon Wishlist------- */

/* makes floated elements expand to encompass nested floating elements */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End Clearfix Hack */

/* related post plugin styles */

div.relatedposts {
    border: 1px solid #999; 
    background: #EEE; 
    height: 1%;
    padding: .25em .5em .75em 1em; 
    margin: 3em auto 20px 2em;
    min-width: 10em;
    max-width: 20em;
}

h2.relatedposts {
    padding: 0.5em 0 0;
    margin: 0px;
    font-family: 'Lucida Grande', Verdana, Sans-Serif;
    font-size: 1.2em;
    font-weight: normal;
}

ul.relatedposts, li.relatedposts {
    list-style-type: none;
    font-size: 90%;
    color: #777;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    _line-height: 1.75em;
    _padding-left: .5em;
}

div#logo {
    background-image: url('./images/logo.png');
    background-repeat: no-repeat;
    height: 70px;
    width: 400px;
    float: left;
    clear: left;
}

div#logotext {
    position: relative;
    text-align: right;
    right: 22px;
    top: 54px;
    color: #ffffff;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.spreadarticle {
clear: right;
border-bottom: 1px solid #666;
margin-bottom: 2em;
}
.spreadarticle img {
float: right;
clear: right;
}
.spreadarticle h3, .spreadarticle p {
xmargin-left: 150px;
}