/* 
Theme Name: Mark Bai Thread
Theme URI: http://www.markbai.com
Description: Mark Bai Thread is a 2-column minimalistic theme with a black background.
Author: Thread
Author URI: http://www.threaddesign.com.cn
Version: 1
Tags: two columns, fixed width, black, orange, widgets, minimalist, right sidebar, dark, graphics free, 

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #ffffff;
	text-align: center;
    background: #000000;
	}

#page {
	text-align: left;   
	background: #000000 url('images/bg-middle.jpg') center top no-repeat;
	}

#con_page{
	text-align: left;
	background: #000000
}

#header {font-size: -0em
	}

#content {
	font-size: 1.2em;min-height:675px;
	background-color:#0e0e0e;
	border-left:1px solid #2c2c2c;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.4em;
	}
	
.narrowcolumn .postmetadata {
	text-align: left;
	}

.alt {
	background-color: #000;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	color: #00c3df;
       }

h1 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	}

h2, h3 {
font-weight: normal;
}

h1 {
	font-size: 3.4em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 12px;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	letter-spacing: .6em;
	}

h2 {
	font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 1.7em;
	}
	
#sidebar {
	background: url('images/mark-bai-logo.png') center top no-repeat;
	}
	
#sidebar h2 {
	font-family: Arial, Sans-Serif;
	font-size: 5em;
	}
#sidebar {
	font-size: 1.3em;
	}
h3 {
	font-size: 2.5em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #00c3df;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #00c3df;
	}

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;
	}

.entry p a:visited {
	color: #FD5A1E;
	}

.commentlist li {
	font-weight: bold;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}
	
code {
	font: 1.5em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
        color: #999;
	text-decoration: none;
	}

a:hover {
color: #00c3df;
	text-decoration: none;
	}
	
/* End Typography & Colors */


/* Begin Structure */

body {
	margin: 0;
	padding: 0; 
	}

#page {
	margin: 50px auto;
	width: 990px;
	min-height: 675px;
	border:solid thin #222;
	}
#con_page {
	margin: 50px auto;
	width: 990px;
	min-height: 675px;
	border:solid thin #222;
	}
	
#header {
	float: left;
	padding: 0;
	margin: 0 auto;
	height: 200px;
	width: 100px;
	}

.narrowcolumn {
	float: right;
	/*padding: 80px 80px 0px 65px;*/
	padding: 0 80px 0px 65px;
	margin: 0;
	width: 600px;
	}

.widecolumn {
	/*padding: 10px 0 20px 65px;*/
	padding: 0 0 0 65px;
	margin: 0;
	width: 680px;
	float: right;
	}

.pagepost {
	margin: 0x;
	}
	
.post {
	margin: 0 0 40px;
	text-align: left;	
	}

.widecolumn .post {
	margin: 0;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	clear: both;
	text-align: left;
	}

#footer p {
	margin: 0;
	padding: 20px;
	text-align: center;
	}

/* End Structure */


/*	Begin Headers */

h1 {
	padding-top: 40px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin: 0px;
        padding: 30px 0 0 0; 
        border-top: 1px dashed #555;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
/* End Headers */


/* Begin Lists */

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

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 26px;
	}

#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: 15px 0 0;
	padding: 0;
	}

/* End Entry Lists */


/* Begin Sidebar */

#sidebar
{
	float: left;
	width: 180px;
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 20px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 1px solid #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
hr {
	display: none;
	}
 
.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
        text-align: left;
        float: left;
}

.alignright {
        text-align: right;
        float: right;
}
	
.entry img, .entrytext img {
	margin: 7px;
	}
	

/* End Various Tags & Classes*/

.rightImageleft{width:400px; margin-right:30px}
.rightImage{width:250px}
.left{float:left}

