/*
	Theme Name: So-So
	Description: Fuck!
	Version: 1.2
	Author: Yukio Kishimoto
	Author URI: http://www.xxvxi.com
*/


html, body {
	background: #fff;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

	
* { margin: 0; padding: 0; }

img { border: none; margin: none; }

a {
	font-size: 1em;
	color: #828282;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #232323;
	text-decoration: line-through;
}

a img, a:hover img {border: none; margin: none; }

.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.bolded { font-weight: bold; font-style: italic; }
.medtext { font-size: 1.5em; }
.light { color: #CCCCCC; }

div#content { 
	float: left;
	overflow: hidden;
	background: #fff;
	width: 75%;
}

div#sidebar { width: 25%;}

/* Header Styles */

div#header {
	height: 60px;
	width: 100%;
	background: #fff;
	font-size: 1.1em;
	margin-top: 60px;
	font-style:italic
}

div#headerLeft {
	float: left;
	width: 25%;
	text-align: right;
	border-bottom: 1px solid #898989;
}

div#headerLeft a {
	color: #232323;
	font-style: italic;
	background: #fff;
	margin-left: 10px;
}

div#headerRight {
	float: right;
	width: 75%;
	color: #828282;
}

div#headerRight div#blogDes {
	margin-left: 10px;
}

div#logo {
	display: none;
	position: absolute;
	left: 6%;
	top: 16px;
}

#top h1.header, #top h1.header a {
	color: #222;
	background: #000;
	margin: -5px 0 -83px 0;
	/*padding-right: 15px;*/
	font-size: 4em;
	font-weight: lighter;
	letter-spacing: -.2em;
	text-decoration: none;
}

#top h1.header a:hover {
	text-decoration: blink;
	}

/*#top h1, #top a {
	 color: #fff;
	 font-weight: normal;
	 margin: 0;
	 padding-left: 2px;
	 letter-spacing: 0px;
	 font-size: 3em;
	 background: #000;
	 text-decoration: none;
	 border-bottom: 1px solid #666;
}*/

/*#top h1 span, #top a:hover{
	 color: #ff0000;
	 background: #eaeaea;
	 text-decoration: none;
}*/


/* Blog Entry Styles */

.primary {
	padding: 30px;
	line-height: 1.5;
}

.primary .updated {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: 0em;
	line-height: 0.8;
	color: #fff;
	margin-left: 3px;
	background: #232323;
	padding: 3px 20px;
	font-style: italic;
}

.primary h1.entry-title, .primary h1.entry-title a {
	font-size: 2em;
	letter-spacing: -0.06em;
	line-height: 1.4em;
	color: #232323;
	text-decoration: none;
	font-weight: normal;
}

.primary .post-content {
	font-size: .8em;
	margin: 30px 0px;
	color: #555;
}

.primary p {
	font-size: 1.5em;
	color: #232323;
	text-decoration: none;
}

.primary .post-content a:hover { border-bottom: 0; text-decoration: line-through; }

.post-content .teaser {
	margin: 0 -130px 30px;
	padding: 0 30px 30px;
	border-bottom: 1px solid #CCC;
	font-size: 1.3em;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #000;
}

.post-content h2,
.post-content h3,
.post-content h4 { font-size: 0.9em; letter-spacing: -0.05em; margin: 0 0 0.3em -20px; }
.post-content img {  }
.post-content a { color: #494949; font-weight: bold;  }
.post-content a:hover {  }




p { margin-bottom: 1em; }
blockquote, ul, ol, pre, table { margin: 2em 0; }
ul, ol { margin-left: 2em; }
blockquote { font-family: "Courier New", Courier, monospace; font-size: 1.2em; width: 80%; margin: 1.5em auto; }
.post-content blockquote p:first-letter { font-size: 3em; line-height: 1; float: left; margin-top: 7px; }
blockquote cite { display: block; text-align: right; }

.primary pre {
  overflow: auto;
  cursor:pointer;
  position:relative; /* make IE work correctly */
}

.primary pre code {	
	display: block;
	margin:10px;
	padding:4px;
	border:1px solid #ddd;
	background:#F5F5F5;
	font:10px Lucida Sans Typewriter, Courier, monospace;
}


/* Sidebar Styles */

#searchform {
	margin-bottom: 30px;

	}

#searchform input{
	border: none;
	background: #828282;
	color: #fff;
	padding: 4px;
}

div#sidebar {
	float: left;
	background: #fff;
	overflow: hidden;
	padding: 67px 0 20px 0;
	color: #828282;
}

div#sidebar p {
	font-size: 1em;
	}

div#sidebar a {
	font-size: 1.2em;
	font-style: italic;
}

div#sidebar a:hover {
}

div#sidebar h2 {
	font-weight: normal;
	font-size: 2em;
	font-style: italic;
	margin: 30px 0 -15px 0;
	}

div#sidebar ul, div#sidebar ul li, div#sidebar ul li li, div#sidebar li
{
	display: block;
	list-style-type: none;
	letter-spacing: 0em;
	line-height: 1.4em;
	text-align: right;
}


/* Footer Styles */

/*#footer h1, #footer a {
 color:#999;
 font-weight: normal;
 margin-bottom:3px;
 padding-left:4px;
 letter-spacing:-4px;
 font-size:2.3em;
 background: white;
 text-decoration: none;
 border-bottom: 20px solid #D5FF6F;
}
#footer h1 span, #footer a:hover{
 color: #eaeaea;
 background: #aaaaaa;
 text-decoration: none;
}*/

/* Comments */

div.entrycontent {
	margin-top: 30px;
	font-size: 1em;
}

div#comments {
	font-size: 1em;
	padding: 30px 20px;
}

div#comments ol li {
	font-size: 1.5em;
}

div#comments .commentmetadata a {
	color: #ccc;
}

div#reply h1 {
	font-size: 1em;
}

h2.italic {
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	color: #999999;
}

/* Archive Styles */

.pagetitle {
	color:#828282;
	font-size:1.5em;
	font-weight:normal;
	letter-spacing:-0.03em;
	margin:20px 0 0 20px;
	}

.post {
	padding: 10px 20px;
	padding-right: 100px;
	line-height: 1.5;
}

.post h3 {
	font-size: 3em;
	letter-spacing: -.1em;
}

.post .updated {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: -0.06em;
	line-height: 0.8;
	color: #fff;
	background: #000;
	padding: 0 20px;
}

.post .entry {
	margin-top: 10px;}

.post .postmetadata {}

/* Next Page Styles */

div#nextPage {
	margin: 20px;
	margin-left: 20px;	
}

div#nextPage a {
	font-size: 1.5em;	
}

/* Footer Styles */

div#footer {
	height: 20px;
}

