@import url(http://fonts.googleapis.com/css?family=Droid+Serif:b);

/*
Theme Name: TorquesLabs (based on Black Hat)
Theme URI: http://www.nickifaulk.com/free-wordpress-themes/
Description: This is a dark minimalist theme built specifically with WordPress 2.7 in mind, but is backwards compatible with WordPress 2.6.  (Sorry, I will no longer be supporting version 2.5 or older.)  Stickers icons courtesy of DryIcons.  Favicon by Brian Brasher.  &nbsp; <strong> *** IMPORTANT!! Don't forget to view the <a href="../wp-content/themes/blackhat/readme.htm">Read Me</a> file! *** </strong>
Version: 1.1
Author: Nicki Faulk
Author URI: http://www.nickifaulk.com
Tags: two-columns, fixed-width, left-sidebar, black, white, blue, dark, threaded-comments, theme-options, microformats

	This theme is released under GNU General Public License (GPL): 
	http://www.gnu.org/licenses/gpl.html
*/
/* changed for torques. 2009, 2010. */

/* Architecture */
html {}
body {
	background: #FFFFFF;
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック','Osaka',Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapper {
	width:970px;
	margin: 0 auto;
	padding: 0;
	background-repeat:repeat;
}

#header {
	height: 140px;
	color: #202020;
	background-image:none;
	border-bottom: 1px dotted #AAAAAA;
}

#container {
	width: 100%;
	background: url("/bg_stripe.png") repeat;
}

#content {
	width:650px;
}

#sidebar {
	padding:20px 15px;
	width: 270px;
	float: left;
}

#footer {
	clear: left;
	width: 100%;
	padding:20px 0;
	color: #202020;
	background-image:none;
}

#footer p {
	padding:5px 8px;
}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #200000;
	text-decoration: none;
}

a:hover {
	color:#000000;
	background: #dddddd;
	text-decoration: underline;
}

img {
	border: 0;
}

hr {
	margin-top: 20px;
}

.avatar {
	float:left;
	margin:0 10px 5px 0;
}

.centered, .aligncenter, .center {
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	float:none;
}
	
.alignnone, .none {
	margin:0;
	padding:0 0 10px 0;
	display:inline;
}

.alignright, .right {
	float:right;
	margin:0;
	padding:0 0 10px 10px;
	display:inline;
}

.alignleft, .left {
	float:left;
	margin:0;
	padding:0 10px 10px 0;
	display:inline;
}

.wp-caption {
	margin:0;
	padding:0;
}
	
.wp-caption img {
	margin:0px 0px 10px 0px;
	padding:0px;
	border:0px;
}

.wp-caption p.wp-caption-text {
	margin:0;
	padding:5px 0 0 0;
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	line-height:12px;
}

.separator {
	color: #202020;
	margin: 0 5px;
}

.clear {
	clear: both;
	width:100%;
	height:1px;
}

.meta-sep {
	color: #202020;
	margin: 0 5px;
}

.navigation {
	clear:both;
	width:100%;
	margin-bottom:10px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

div.floater-left a, div.floater-right a {
	color:#000000;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
	display: block;
}

div.floater-left a:hover, div.floater-right a:hover {
	text-decoration: underline;
	background: #dddddd;
}

/* 上部のヘッダーまでの高さマージン */
#access {
	width:100%;
	height:0px;
}

#theend {
	height:0px;
}

#allowed {
	overflow:hidden;
	width:100%;
	border-bottom: 5px solid #000000;
	margin-bottom: 30px;
	background-color:#FFFFFF;
	background-image:none;
}

#RSS_icon {
float:right;
margin: 10px 25px 0 0;
}

#menu ul {
	display: inline; /* Added to fix the double margin in IE6 */
	list-style: none;
}

#menu ul li {
	display: inline; /* Added to fix the double margin in IE6 */
	float: left;
	margin-left: 10px;
	padding: 15px 10px;
}

#menu ul li a:hover {
	color:#202020;
	text-decoration:none;
}

#blog-title {
	margin: 5px 0px 10px 20px;
	color: #000;
	text-shadow: 0px 1px 2px #aaa;
	font: bold 320% 'Droid Serif', Helvetica, sans-serif;
}

#blog-title a {
	color: #000000;
}

#blog-description {
	font-size: 120%;
	font-weight: normal;
	font-style:italic;
	margin: 0 0 0 20px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post, .related {
	border:1px solid #AAAAAA;
	color: #000000;
	background-color:#FFFFFF;
	padding:8px;
	margin-bottom: 50px;
}

.entry-title {
	width: 600px;
	font-weight: bold;
	font-size: 175%;
	float:left;
	color: #000000;
}

.entry-title a {
	color: #000000;
}

.related-title {
	margin-bottom: 10px;
	color: #c4c3c3;
	width: 450px;
	font-weight: bold;
	font-size: 130%;
	float:left;
}

.related ul {
	clear:both;
}

.related ul li {
	margin-left:25px;
	padding:5px;
	list-style-type:none;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	width:25px;
}

.entry-comments {
	float: right;
	border:1px solid #AAAAAA;
	background-color:#DDDDDD;
	padding: 3px 1px 7px 4px;
	text-align:center;
}

.entry-comments a {
	padding: 3px 7px 7px 5px;
	font-weight:bold;
	text-decoration: underline;
	color: #666666;
}

.entry-comments a:hover {
	font-weight:bold;
	text-decoration: underline;
	color: #000000;
}

.entry-meta {
	clear:both;
	color: #333333;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
}

.entry-footer {
	color: #000000;
	font-size: 90%;
	border:1px solid #DDDDDD;
	background-color:#EEEEEE;
	padding:5px;
}

.entry-footer span {
	color: #dddddd;
	margin: 0 5px;
}

.entry-subscribe {
}

.entry-content {
	font-size: 120%;
	margin-top: 15px;
	overflow:hidden;
}

.entry-content p {
	margin-left:1em;
	margin-right:1em;
	line-height: 1.8em;
}

.entry-content img {
	margin-top: 1em;
}

.entry-content h1 {
	background-color:#EEEEEE;
	border-left: #404040 10px solid;
	font-size: 140%;
	margin-top: 25px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #404040;
}

.entry-content h2 {
	border-left: #404040 10px solid;
	font-size: 120%;
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 25px;
	color: #000000;
}

.entry-content h3 {
	font-size: 100%;
	margin-bottom: 3px;
	margin-top: 20px;
	color: #000000;
	font-style:italic;
}


.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 1em;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.sitemap h3 {
	margin:25px 0 10px 20px;
}

.sitemap ul, .sitemap p {
	margin-left:45px;
}

.linkspglist h2 {
	margin-left:15px;
}

.linkspglist ul {
	margin-left:45px;
	margin-bottom:45px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling available even if widgets are not used */
.widget {
	border:1px solid #AAAAAA;
	background-color:#FFFFFF;
}

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color:#DDDDDD;
	line-height:24px;
	text-transform: uppercase;
	padding: 0 5px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style: none;
}

#sidebar ul li {
	margin:0;
	padding:0;
	margin-bottom: 20px;
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	border-style:none;
	margin:0;
	padding:0.5em;
	padding-left:1.0em;
}

#sidebar ul li ul li {
	margin:0;
	margin-left: 1em;
	padding:0;
	list-style-type: square;
}

#sidebar ul li ul li a {
	padding-left:1px;
	line-height:22px;
}

#sidebar ul li ul li a:hover {
	background-color:#DDDDDD;
}

#sidebar ul li ul li ul li {
	padding: 4px 0 0 10px;
	margin: 0;
	border-bottom: none;
}
/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss_icon_glass_gray48.png) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

#recentcomments li.recentcomments {
	padding-left:5px;
}

.textwidget {
	padding:5px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
}

.widget_tag_cloud {
	text-align:center;
}

.widget_tag_cloud h3 {
	text-align:left;
}

.widget_tag_cloud a {
	text-transform: lowercase;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}

#wp-calendar {
	margin:0 auto;
}

#wp-calendar caption {
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 5px;	
}

#wp-calendar th {
	font-weight: bold;
	padding: 2px 4px;
	color: #666666;
	text-align:right;
}

#wp-calendar td {
	padding: 2px 4px;
	color: #202020;
}

#wp-calendar td a {
	font-weight: bold;
	width:100%;
	text-decoration: underline;
}

#wp-calendar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
#comments {
}

.comments {
	margin-top: 30px;
	border:1px solid #AAAAAA;
	background-color:#FFFFFF;
	padding:8px;
	margin-bottom: 50px;
}

.comments h3 {
	font-size: 130%;
	margin-bottom: 10px;
	color: #000000;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #DDDDDD;
	margin-top: 2px;
}

.comments ol li.alt {
}

.comment-author {
	font-weight: bold;
}

.comment-author a {
	color:#202020;
}

.comment-meta {
	color: #202020;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
	color:#000000;
}

#respond {
	margin-top: 30px;
	border:1px solid #AAAAAA;
	background-color:#FFFFFF;
	padding:8px;
}

#respond h3 {
	color: #000000;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

.children li, .reply{
	margin:0;
	padding:0;
	border: none;
	padding-left: 3em;
	list-style:none;
}
.children li ul {
padding-left: 3em;
}

.children li div .reply {
padding-left: 5em;
}

input#s, input#author, input#email, input#url, textarea#comment {
	color:#000000;
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
	width:150px;
	padding:1px 2px;
}

textarea#comment {
	width:350px;
	height:150px;
}

input#searchsubmit {
	vertical-align:middle;
	padding:0 5px;
}

code {
	font-family:"Courier New", Courier, monospace;
	display:block;
	padding:5px;
	border:1px solid #AAAAAA;
	background-color:#FFFFFF;
	width:90%;
	margin:15px auto;
}


blockquote, blockquote blockquote {
	background-color:#EEEEEE;
	border:1px solid silver;
	padding:5px 15px;
	margin:10px 10px 5px 15px;
	color:#000000;
}
blockquote div.from{
	margin:10px 0px 5px 0px;
	font-style:italic;
	font-weight:bold;
	text-align:right;
}

blockquote blockquote {
	color:#a4a4a4;
}
.wp_social_bookmarking_light_clear{
	margin-bottom:1em;
}