@charset 'utf-8';

/* 
Theme Name: Shade of Gray
Theme URI: http://themes.wordpress.net/columns/2-columns/3371/shade-of-gray-01/
Description: Based on <a href="http://wpthemespot.com/themes/godofgates/">GodOfGates</a> by <a href="http://wpthemespot.com/">WP ThemeSpot</a>
Version: 0.2.2
Author: Graviton
Author URI: http://engineeringlife.dk
*/
/*
Released free of charge under a Creative Commons Attribution ShareAlike 2.5 Denmark License
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #ccc;
	font-size:small;
	font-size:10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        /* font-family: 'ヒラギノ角ゴ Pro W3', "Lucida Grande", Arial, Helvetica, sans-serif; */
	font-size:76%;
	color:#333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W6', "Lucida Grande", sans-serif;
	font-weight:normal;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}
h2
{
	font-size:1.8em;
}
h3
{
        font-size: 1.4em;
}
h4
{
        font-size:1.2em;
        font-weight:bold;
}
blockquote 
{
	border-left:#47620b 2px solid;
	background:#f0f9f0;
	margin:1em;
	padding:0 1em;
}
img 
{
	border:0;
}
a img 
{
	border:0;
	padding-bottom:2px;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
a:link {
	color: #555;
	text-decoration: underline;
}

a:visited {
	color: #999;
	text-decoration: underline;
}

a:hover, a:active 
{
	text-decoration: none;
}
.clear
{
	clear:both;
}
#main .feed 
{
	background:url(images/icon_feed.gif) no-repeat left;
	margin:0;
	padding:0 18px;
}
ul, ol 
{
	margin:0;
	padding:1em 2em;
}
#content ul 
{
	list-style-image:url(images/bullet.gif);
}

/* Header */

#header {
	width: 740px;
	height: 130px;
	margin: 0 auto;
	background: #eee;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
}

#header h1 {
	/*float: left;*/
	padding: 30px 0 0 15px;
	font-size: 40px;
	font-family: Georgia, Times, Serif;
	letter-spacing: -2px;
	/* font-variant:small-caps; */
}

#header h2 {
	/*float: right;*/
	padding: 10px 0 0 15px;
	font-family: Georgia, Times, Serif;
	font-size: 12px;
}

#menu
{
	background: #333;
	width: 740px;
	height:26px;
	line-height:26px;
	margin:0;
	padding:0;
}
#menu ul
{
	padding:2px 0;
	margin:0;
	list-style: none;
	text-align: center;
	position: relative;
}

#menu li
{
	margin:0;
	padding: 0;
	display: inline;
}

#menu li a
{
	color: #bbb;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 0.9em;
	/* letter-spacing: 0.1em; */
	padding:4px 10px;
}

#menu li a:hover,#menu li.current_page_item a
{
	color:#fff;
}

/* Content */

#main {
	width: 740px;
	margin: 0 auto;
	background:#fff;
	border: 2px solid #ccc;
}

#content {
	float: left;
	width: 499px;
	padding: 20px 15px;
}

#sidebar {
	float: right;
	background: #fff;
	width: 179px;
	padding: 20px 5px;
}

.navigation {
	display: block;
	text-align: center;
	margin-bottom: 20px;
        border-bottom: 1px dotted #ccc;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Content > content */
#content .post 
{
	margin-bottom:1em;
	padding-bottom:2em;
}

#content .post-meta
{
	margin:0;
	padding:0;
	font-size:0.9em;
	/* letter-spacing:1px; */
	color:#333;
	font-family: "Trebuchet MS", Verdana, Arial, Serif;
}
#content .post-footer 
{
	color:#999;
	font-size:0.9em;
	clear:both;
	letter-spacing:0px;
	padding-bottom:1em;
	border-bottom:1px solid #aaa;
}
#content h2 a {
	color: black;
        text-decoration: none;
}
#content h2.pagetitle 
{
	margin:0 0 1em 0;
	padding: 0;
}
#content a.more-link {
	color:#d30;
}
/* Content > sidebar */
#sidebar h2 
{
	font-size:1.1em;
	color:#000;
	font-variant:small-caps;
	border-bottom:#636 1px solid;
	margin-bottom:0.5em;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar form, #sidebar table, #sidebar p
{
	padding-left:1em;
	margin:0.5em 0;
}
#sidebar li {
	margin-bottom: 2em;
	color: #000;
}

#sidebar li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#sidebar a {
	color: #222;
}
#sidebar a:hover 
{
	color:#444;
}
#recent-posts-2 li {
	padding: 2px 0;
}
#recent-posts-2 li:nth-child(2n) {
}

/* Content > sidebar > Calendar */

#calendar a a:link a:visited a:hover {
	font-weight:bold;
}

#calendar caption {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

/* Content > sidebar > Search */

#s, input.textbox {
	border:1px solid #e0e0e0;
	margin-bottom:10px;
}

#searchbtn, input.submit {
	background:#fff;
	border:1px solid #e0e0e0;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #eee;
	color:#444;
	padding:10px 0;
}

#footer p {
	margin: 0;
	padding:0;
	text-align: center;
}
#footer p.credits 
{
	font-size:0.9em;
}

/************************************************
*	Comments									*
************************************************/
	
#content .commentlist 
{
	margin:0;
	padding:0;
	border-top:#ccc 1px solid;
}
#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding:1em;	
	border-bottom: #ccc 1px solid;	
}
.commentlist li.alt 
{
    background:#f0f6f0;    
}
.commentlist li .cmtinfo 
{
	/* font-size:0.9em;	*/	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
.commentlist li .cmtinfo em 
{
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	/* font-size:0.9em; */
	color:#999;
}
#content .nocomments 
{
	text-align:center;
	color:#999;
	font-size:0.9em;
}
.trackback
{
	background:url(images/trackback.png) no-repeat left center;
	padding:0px 17px;
}
input.textbox
{
	border:#ccc 1px solid;
	background:#f0f9f0;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	margin:2px 0;
	width:150px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 5em;
	border: 1px solid #ccc;	
	background:#f0f9f0;
	font:1em Verdana, Arial, Serif;
}
.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#header, #content, #sidebar, #footer, .widget 
{
	overflow:hidden;
}
