﻿/*
Theme Name: Binary Stylo
Theme URI: http://www.lifeflame.net/projects/binary-stylo/
Description: The Binary Stylo Theme for Wordpress 3.0 is a colorful theme with nice transparency effects. Customize all the prominent theme colors through the WordPress admin. 2-column layout and widget-ready sidebar.
Version: 1.0.2
Author: Zach Langner
Author URI: http://www.lifeflame.net/
Tags: two-columns, right-sidebar, light, silver, fixed-width, sticky-post, theme-options, custom-header

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font-size: 62.5%; 
	font-family: Arial, Sans-Serif; 
	background-attachment:fixed;
	background-image:url(images/bg.png);
	margin: 0;
	padding: 0;
}
	
#content {
	font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: left;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

h3#comments    {
	color:#fff;
}

#footer {
	padding: 0 45px 0 0;
	margin: 0;
	width: 970px;
	clear: both;
	text-align:right;
	float: right;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

#headerimg .description {
	font-size: 1.8em;
	text-align: left;
}
	
#respond {
 	color:#000;	
	background-color: #c3c3c3;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px;
	margin: 15px;
}

#respond h3 {
	color:#000;
}

#respond a:link, #respond a:visited {
	color:#000;
}

h2 {
	font-size: 28px;
	line-height:30px;
}

h2.pagetitle {
	font-size: 1.6em;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;	
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

.sticky {
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 0px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.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;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a:hover {
	text-decoration:underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

#page {
	margin: 0 auto 20px;
	padding: 0;
	width: 1000px;
	border-left: 4px solid black;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	overflow: hidden;
	background-image:url(images/page.png);
	box-shadow: 0 0 30px 20px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, .75);
}

#header {
	height:120px;
	margin:0 0 0 1px;
	padding:0;
}
	
#headerimg { 
	height: 110px;
	width: 100%;
	margin: 0px;
	padding-left:23px;
}

.narrowcolumn {
	float:left;
	margin:0 0 0;
	padding:0;
	width:765px;
}

.widecolumn {
	padding: 0px;
	margin: 0px;
	width: 750px;
}

.post, .type-page  {
	margin:0;
	padding:5px 5px 5px;
	text-align:left;
	width:750px;
	clear: both;
}

.post .ne, .post .se, .post .nw, .post .sw  {
	height:10px;
	width:40px; 
	margin:0px;
}
.post .ne, .post .se {
	float: right;
}
.post .nw, .post .sw {
	float: left;
}	
.post .body {
	padding: 20px 10px 10px 10px;
}	
.post .bg {
	padding: 5px 5px 5px 5px;
}
.post a, .post h2 a:hover, .post h3 a:hover {
	text-decoration:none;
}
.post a:hover {
	text-decoration: underline;
}
.type-page .bg {
	padding: 5px 5px 5px 5px;
}
.type-page a, .type-page h2 a:hover, .type-page h3 a:hover {
	text-decoration: none;
}
.type-page a:hover {
	text-decoration: underline;
}
.sticky .bg {
	background-image: url("images/sticky.png");
	background-position: top right;
	background-repeat: no-repeat;
}

.entry  h2{
	font-size:18px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

h1 {
	padding-top: 30px;
	margin: 0;
}

h1 {
	font-size: 53px;
	text-align: left;
	font-family: courier;
	font-weight: bold;
	margin-top:0;
	text-decoration:none;
	line-height: 1em;
}

h1 a, h1 a:hover, h1 a:visited {
	display:inline-block;
	text-decoration:none;
}

#headerimg .description {
	display: inline-block;
	padding: 0 20px;
	font-family: courier;
	font-weight: bold;
	text-decoration:none;
}
	
h2 {
	margin: 0px;
}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	clear:both;
	padding: 0;
	margin: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
	
.comments {
	width:740px;
	padding-left:10px;
}

p img {
	padding: 0;
	max-width: 100%;
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
	margin-bottom:24px;
}
 
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;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 1px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#searchform {
	margin:10px auto;
	padding:0px;
	text-align:left;
}


#sidebar #searchform #s {
	width: 180px;
	height: 15px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
	border: none;
	background-image: url('images/search.png');
	float: right;
	width: 21px;
	height: 21px;
}

.entry form { 
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
	color: #000;
}

.commentlist li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:15px 0 10px;
	padding:10px 20px;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
	padding: 0; 
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/**********Side Bar Stuff**************/
#sidebar {
	float:left;
	margin-top:5px;
	padding: 7px;
	width:215px;
}
#sidebar a, #sidebar h2 a:hover, #sidebar h3 a:hover {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
#sidebar form {
	margin: 0;
}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#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 { /* Doesn't work in IE */
	background-color: #fff; 
}

	
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

/*************navigation************/
.navigation {
	display:block;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	clear:both;
}





.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



/****************MENU************/
#access {
	display: block;
	float: left;
	width: 1000px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: -40px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	display: block;
	line-height: 18px;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 5px 3px 3px 0px rgba(0, 0, 0, 0.75);
	display: none;
	position: absolute;
	top: 18px;
	left: 0;
	float: left;
	z-index: 99999;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
}
#access ul ul li {
	min-width: 150px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background-color: transparent;
	line-height: 1em;
	padding: 5px;
	/*width: 160px;*/
	height: auto;
	border: none;
}
#access li:hover > a,
#access ul ul :hover > a {
	text-decoration: overline underline;
}
#access ul li:hover > ul {
	display: block;
}
