/*  
Theme Name: MTsix
Theme URI: http://mtsix.org/
Description: A varied theme from the original layout of <a href="http://mtsix.com">mtsix.com</a>.
Version: 1.5
Author: Oliver Zheng
Author URI: http://mtsix.com/
*/

/* LAYOUT */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #EEEEEE url(./images/background/page.png) repeat-x 0px 0px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 1.5em;
}

#wrapper {
	width: 820px;
	margin: 0px auto;
	text-align: left;
}
#header {
	height: 140px;
	padding: 15px 0px 0px 20px;
	background: url(./images/background/header_logo.jpg) no-repeat 0px 0px;
}
#main {
	background: url(./images/background/slashes_grey.gif) repeat;
	width: 600px;
	float: left;
}
#content {
	background: #EEEEEE;
	margin: 0px 3px;
	padding: 10px 25px;
	overflow: visible;
}
#content_top {
	background: url(./images/background/content_top.gif) no-repeat 0px 0px;
	width: 600px;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
	margin: 0px;
}
#content_bottom {
	background: url(./images/background/content_bottom.gif) no-repeat 0px 0px;
	width: 600px;
	height: 0px;
	padding-top: 10px;
	overflow: hidden;
	margin: 0px;
}
#sidebar {
	width: 200px;
	float: right;
	line-height: 1.1em;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li.sidebar {
	list-style-type: none;
	background: url(./images/background/slashes_grey.gif) repeat;
	margin-bottom: 20px;
	padding: 3px;
}
#sidebar ul li.sidebar .sidebar_box {
	padding: 5px 10px 2px 10px;
	background: #EEEEEE;
}
#sidebar ul li.sidebar #search_box {
	background-image: url();
}
#sidebar ul li.sidebar ul li {
	margin: 7px 0px;
	list-style-type: none;
}
#sidebar #pagenav {
	margin: 0px;
}
#sidebar .links li#linkcat-1 {
	margin: 0px;
}
#sidebar ul li ul {
	margin: 0px;
}
#sidebar p.description {
	margin: 0px;
	margin-bottom: 3px;
	font-size: 10px;
	color: #333333;
}
ol.commentlist li {
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
}
#footer {
	clear: both;
	padding: 10px 0px;
}
#footer div {
	border: 1px solid #999999;
	padding: 2px;
	background: url(./images/background/slashes_grey.gif) repeat;
}
#footer div p {
	margin: 0px;
	background: #EEEEEE;
	text-align: center;
}


/* COMMON ELEMENTS */
h2.the_date {
	color: #AAAAAA;
	background: #E6E6E6;
	text-align: center;
	padding: 3px;
	margin-bottom: 15px;
	font-size: 18px;
}
h2.pagetitle {
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
hr.hide {
	display: none;
}
.post p, div#comments_div p {
	margin: 10px 0px;
}

.post .entry img {
margin-right:5px;
}

.post .entry dl {
	margin: 10px 0px;
}
.post .entry dl dd {
	margin-left: 20px;
}
.post .entry pre {
	margin: 10px 20px;
	background: #F8F8F8;
	border: 1px dashed #666666;
	padding: 0px 4px;
}
.post .entry ol {
	margin: 10px 0px;
	padding: 0px 30px;
}
.post .entry ul {
	margin: 10px 30px 10px 15px;
	padding: 0px;
}
.post .entry ul li {
	list-style-type: none;
	margin: 0px;
	background: url(./images/bullets/main_li_icon.gif) no-repeat 0px 7px;
	padding-left: 15px;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}

.post blockquote {
	margin: 10px 20px;
	padding-left: 20px;
	border-left: 5px solid #DDDDDD;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: block;
	float: right;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: block;
	float: left;
}


/* TYPOGRAPHY */
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px;
}
#header h1 a {
	color: #ffffff;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ffffff;
}
#header p {
	margin: 10px 0px 0px 0px;
	color: #666666;
}

#sidebar h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #333366;
	border-bottom: 1px solid #CCCCCC;
	background: url(./images/background/sidebar_h2.png) no-repeat 155px 0px;
}
#sidebar ul li.sidebar ul li {
	color: #333333;
}
#sidebar ul li.sidebar ul li a {
	padding: 2px 4px 2px 15px;
	background: url(./images/bullets/submenu_main_other.gif) no-repeat 3px -5px;
	text-decoration: none;
}
#sidebar ul li.sidebar ul li#pagenav a {
	background-image: url(./images/bullets/submenu_main.gif);
}
#sidebar ul li.sidebar ul li a:link {
	color: #333333;
}
#sidebar ul li.sidebar ul li a:active {
	color: #333333;
}
#sidebar ul li.sidebar ul li a:visited {
	color: #333333;
}
#sidebar ul li.sidebar ul li a:hover {
	color: #000000;
	background-color: #FFFFFF;
	background-position: 3px 8px;
}

.entry a:link, .div a:link, #sidebar p a:link, .postmetadata a:link {
	color: #003366;
	text-decoration: none;
}
.entry a:visited, .div a:visited, #sidebar p a:visited, .postmetadata a:visited {
	text-decoration: none;
	color: #003366;
}
.entry a:hover, .div a:hover, #sidebar p a:hover, .postmetadata a:hover {
	text-decoration: underline;
	color: #000000;
}
.entry a:active, .div a:active, #sidebar p a:active, .postmetadata p a:active {
	text-decoration: none;
	color: #FF6600;
}

h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	color: #660000;
}
h2 a:link,h3 a:link,h4 a:link,h5 a:link,h6 a:link {
	color: #660000;
	text-decoration: none;
}
h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
	text-decoration: none;
	color: #660000;
}
h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
	text-decoration: none;
	color: #990000;
}
h2 a:active,h3 a:active,h4 a:active,h5 a:active,h6 a:active {
	text-decoration: none;
	color: #990000;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	line-height: 1.5em;
}
#footer p {
	color: #CCCCCC;
}
#footer p a {
	text-decoration: none;
	color: #000000;
}
#footer p a:hover {
	text-decoration: underline;
	color: #000033;
}


/* CONTENT */
.entry {
	text-align:justify;
	overflow: auto;
}
.post {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.post h2 {
	margin: 0px 0px 5px 0px;
}
.post small {
	font-size: 10px;
	color: #666666;
}

.post .postmeta {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
.post .postmeta li {
	color: #666666;
	display: inline;
	list-style-type: none;
	margin: 0px;
}
.post .postmeta li.date {
	padding-right: 5px;
}
.post .postmeta li.comments {
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
}
.post .postmeta li.all {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	border-left: 1px solid #CCCCCC;
}
.post .postmeta li a {
	text-decoration: none;
}
.post .postmeta li a:hover {
	text-decoration: underline;
}
.post .postmeta li.date a {
	background: url(./images/bullets/perm_link_icon.gif) no-repeat;
	padding-left: 20px;
	color: #666666;
	background-position: 0px 0px;
}
.post .postmeta li.date a:hover {
	background-position: 0px -16px;
	color: #000000;
}
.post .postmeta li.all a {
	color: #003366;
}
.post .postmeta li.all a:hover {
	color: #000000;
}
.post .postmeta li.comments a {
	background: url(./images/bullets/comment_icon.gif) no-repeat;
	padding-left: 20px;
	color: #003366;
	background-position: 0px 0px;
}
.post .postmeta li.comments a:hover {
	color: #000000;
	background-position: 0px -16px;
}




.post p.postmetadata {
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 0px;
	margin-top: 20px;
}



/* STUPID FORMS */
form input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar form {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	display: block;
	overflow: auto;
}
#sidebar form #s {
	margin: 0px;
	padding: 0px;
	width: 110px;
	float: left;
}
#sidebar form #searchsubmit {
	margin: 0px 0px 0px 7px;
	padding: 0px;
	height: 20px;
	width: 50px;
	background: #FFFFFF;
	border: 1px solid #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#commentform {
	margin: 0px;
}
#commentform .text {
	width: 160px;
}
#commentform #comment {
	width: 500px;
	height: 160px;
	padding: 2px;
	font-size: 12px;
}
/*
MTsix theme for WordPress 1.5
Copyright (C) 2005 Oliver Zheng (mtsix.com)

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
*/

/* An ever loving smiling red fruit. */
