/*
Theme Name: HosoyaSchaefer
Description: hosoyaschaefer.com Wordpress theme.
Author: b&uuml;ro&nbsp;destruct/Humantools
Author URI: http://www.humantools.com
version: 1.0
Tags: two-column, no widgets, client-work
*/

/* basics */

* { margin:0; padding:0; }
*:focus { outline: none; }

body {
	background:#fff;
	font-family: Arial, Helvetica, Verdana, sans-serif, Tahoma;
	font-size: 11px;
	line-height: 17px;
	margin: 46px 65px 5px 110px;
}
html { overflow-y: scroll; /* fixes bouncing effect, does not validate but is ok */ }

h1, h2, h3, h4, h5, h6 { text-transform: uppercase; } 
h1 { font-size: 24px; line-height: 29px; font-family: Helvetica, Arial, Verdana, sans-serif, Tahoma; }
h2 { font-size: 24px; line-height: 29px; font-family: Helvetica, Arial, Verdana, sans-serif, Tahoma; }
h3, h4, h5, h6 { font-size: 11px; }

.post h2 {
	font-size: 24px;
	line-height: auto;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

input {
	font-family: Arial, Helvetica, Verdana, sans-serif, Tahoma;
	font-size: 10px;
	border-top: 1px solid #75736e; border-right: 1px solid #d2d0dd; border-bottom: 1px solid #d2d0dd; border-left: 1px solid #75736e;
}

blockquote{
	border-left: 1px solid #A5ABAB;
	margin: 15px;
	padding :0 12px 0 12px;
}

code{
	font-family:"Courier New", Courier, monospace;
}

td {
	vertical-align: top;
	padding-right: 15px;
}

table {
	border: 0;
	margin-left: -2px;
	margin-bottom: 12px;
}

table p {
	margin-top: -2px !important;
	width: 100% !important;
}

/* links */

a {
	color:#000;
	text-decoration: underline;
	padding-left: 1px;
	margin-left: -1px;
}

a:hover{ color: #fff !important; background-color: #000; text-decoration: none; }


/* container */

#container {
	width: 765px;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
}

/* header */

#header {
	position: relative;
	width: 765px;
	height: 64px;
}

#logo {
	float: left;
}

a#logo:hover {
	background-color: #fff !important;
}

#topnav {
	position: absolute;
	bottom: 0px;
	left: 155px;
	float: left;
	cursor: default;
}
#topnav a {
	text-decoration: none;
	text-transform: uppercase;
}
#topnav a:hover {
	/*text-decoration: underline;*/
}
#topnav a.selected {
	text-decoration: underline;
}
#topnav a.selected:hover {
	text-decoration: none;
}

/* main menu */

#menu {
	background: #000;
	font-size: 8px;
	width: 765px;
	overflow: hidden;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}

/* content */

#content {
	float: right;
	overflow: hidden;
	width: 610px;
	margin-top: 100px;
	margin-bottom: 1em;
}

#projects {
	float: left;
	width: 100%;
	margin-top: 100px;
	text-transform: uppercase;
}
#projects a {
	font-family: Helvetica, Arial, Verdana, sans-serif, Tahoma;
	text-decoration: none;
}
#projects a:hover {
	/*text-decoration: underline;*/
}
#projects h3.scale1 {
	font-size: 13px;
	line-height: 12px;
	margin-bottom: 4px;
}
#projects h3.scale2 {
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 6px;
}
#projects h3.scale3 {
	font-size: 44px;
	line-height: 40px;
	margin-bottom: 8px;
}
#projects h3.scale4 {
	font-size: 60px;
	line-height: 55px;
	margin-bottom: 10px;
}
#projects h3.scale5 {
	font-size: 86px;
	line-height: 80px;
	margin-bottom: 12px;
}

.entry p{margin:12px 0;}

.upper {
	text-transform: uppercase;
}

.post {
	margin: 0 0 40px 0;
	padding:0;
}

.post h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.post p {
	width: 75%;
}

.post h2 a{
	color: #000;
	text-decoration: none;
}

.post h2 a:hover{
	/*text-decoration: underline;*/
}

.post ul {}

.post li {}

.postcategories {
	text-transform: uppercase;
}
.postcategories a, .postdate a {
	color: #808080;
	text-decoration: none;
}
.postcategories a:hover, .postdate a:hover {
	/*text-decoration: underline;*/
}
.postdate {
	color: #808080;
	font-size: 11px;
	text-transform: uppercase;
}
.pagetitle {
	margin-bottom: 25px;
}

.postmetadata{
	clear: both;
	background: #fff;
	padding: 0;
	margin: 15px 0 0 0;
	display: none;
}

.navigation {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-transform: uppercase;
}
.navigation a { margin-right: 6px; }

.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* sidebar */

#sidebar {
	width: 140px;
	float: left;
	padding:0;
	margin: 100px 0 0 0;
}

#sidebar h2 {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	padding-top: 1px;
	cursor: default;
}

#sidebar a {
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar a:hover {
	/*text-decoration: underline;*/
}
.current-cat {
	text-decoration: underline;
}

#sidebar label {
	font-size: 10pt;
	color: #000;
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin: 0 12px 0 0;
	padding:0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 15px;
	list-style-type: none;
}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}

/* comments */

#commentform{
	background:#fff;
	margin:0;
	padding:0;
}

#commentform p{
	color: #000;
}

#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14px;}

#commentform h3{
	font-family: Helvetica, Arial, Verdana, sans-serif, Tahoma;
	font-size: 10px;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
}

#comment{
	width:80%;
}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-size: 8px;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
}

#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}

ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14px;}

ol.commentlist a {color:#000;}

cite {
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}

cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */

#searchform{
	padding:0;
	margin: 5px 0 15px 0;
}

#searchform input#s{
	margin:0;
	padding:2px;
	width: 80%;
}

/* misc */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.wp-capx;ion {
	 border: 1px solid #ddd;
	 text-align: center;
	 background-color: #f3f3f3;
	 padding-top: 4px;
	 margin: 10px;
	 /* opx;ional rounded corners for browsers that support it */
	 -moz-border-radius: 3px;
	 -khtml-border-radius: 3px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
}

.wp-capx;ion img {
	 margin: 0;
	 padding: 0;
	 border: 0 none;
}

.wp-capx;ion p.wp-capx;ion-text {
	 font-size: 11px;
	 line-height: 17px;
	 padding: 0 4px 5px;
	 margin: 0;
}

/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
}

#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

.page-navigation { text-transform: uppercase; }
.page-navigation a { margin-right: 6px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	h1, h2 {line-height: 32px;}
	.post h2 {line-height: 32px;}
	#sidebar h2 {line-height: 15px; padding-top: 0px;}
}