/*****************************************************************
  Theme Name:  YuLeFoX
  Theme URI:   http://www.yulefox.com
  Description: YuLeFoX is a two-columns, widget-ready theme with a simple look. You can look at it at <a href="http://www.yulefox.com/">www.yulefox.com</a>.
  Version:     0.1
  Author:      Fox Xiang
  Author URI:  http://www.yulefox.com
  Tags:        light, gray, simple, two-columns, right-sidebar

"YuLeFoX" by Fox Xiang

This theme was designed and built by Fox Xiang.

The CSS, XHTML and design is released under the GPL.
******************************************************************/

/*****************************************************************
 * Colors used:
 * black 	#000000 	silver 	#c0c0c0 	maroon 	#800000
 * green 	#008000 	white 	#ffffff     
******************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, header, nav, section,
article, aside, footer {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	background: transparent;
	vertical-align: baseline;

}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
}

header, nav, section, article, aside, footer {
	display: block;
}

/* Basic styles */
body {
	background: white;
	color: black;
	font: 1em/1.5em Arial, Verdana, Calibri;
}

html>body {
	font-size: 14px;
}

img {
	display: inline-block;
	vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6, strong, b, dt, th {
	font-weight: bold;
}

address, cite, em, i, caption, dfn, var {
	font-style: italic;
}

/* blog name */
h1 {
	margin: 0.5em 0 0.75em;
	font-size: 2.5em;
	text-align: center;
}

/* post title */
h2 {
	font-size: 1.5em;
	text-align: left;
}

h3 {
	margin: 0 0 5px;
	font-size: 1.267em;
}

h4 {
	margin: 0 0 1.5em;
	font-size: 1em;
}

h5 {
	margin: 0 0 1.8em;
	font-size: .834em;
}

h6 {
	margin: 0 0 2em;
	font-size: .75em;
}

p, ul, ol, dl, pre {
	margin: 0 0 1.5em;
}

p {
	margin: 0 0 0.5em;
}

ul {
        list-style-type: none;
}

ol {
	list-style: outside decimal;
}

dd {
	padding-left: 1.5em;
}

blockquote, pre {
	border: 1px silver dashed;
	margin: 0 2em 0.5em 2em;
	padding: 0.5em 0.5em 0 0.5em;
}

a {
    font-weight: bold;
	text-decoration: none;
	color: maroon;
}

a:hover {
	text-decoration: underline;
}

abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: overline;
}

sub {
	font-size: .6em;
	line-height: 1em;
	vertical-align: sub;
}

sup {
	font-size: .6em;
	line-height: 1em;
	vertical-align: super;
}

tt, code, kbd, samp, pre {
	font-size: 1em;
	font-weight: bold;
	font-family: Monaco, Monospace, Consolas, "Courier New";
}

/* Table styles */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
}

caption {
	text-align: left;
}

th, td {
	padding: .25em .5em;
}

tbody td, tbody th {
	border: 1px silver solid;
	text-align: center;
}

tfoot {
	font-style: italic;
}

/* Useful classes */
img.left {
	display: inline;
	float: left;
	margin: 0 1.5em .75em 0;
}

img.right {
	display: inline;
	float: right;
	margin: 0 0 .75em .75em;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clr {
	clear: both;
	margin: 0;
	padding: 0;
}

.wrapper {
	width: 880px;
	margin: 0 auto;
}

.marginleft {
	margin-left: 18px !important;
}

.marginright {
	margin-right: 18px !important;
}

.margintop {
	margin-top: 18px !important;
}

.marginbottom {
	margin-bottom: 18px !important;
}

.nomargin {
	nmargin: 0 !important;
}

/* header classes */
.header {
	padding: 10px 0 0;
}

.header li {
	text-align: right;
}

.header .left {
	width: 625px;
	padding: 0;
}

.header .right {
	width: 250px;
	padding: 10px 0 0;
}

.header .right li {
        margin: 0.5em 0;
}

#searchform {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

.bottomnav {
	font-size: 1em;
	height: 25px;
	background: maroon;
	padding: 0 5px;
	margin: 0 0 5px 0;
	overflow: hidden;
}

.bottomnav li {
	float: left;
	overflow: hidden;
}

.bottomnav a {
	color: white;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 10px;
	display: block;
}

.bottomnav a:hover {
	color: maroon;
	text-decoration: none;
	background: white;
}

/* footer classes */
.footer {
	border-top: 1px silver solid;
	text-align: center;
	font-size: 0.95em;
	padding: 9px 0;
}

.footer p {
	margin: 0.3em 0;
}

/* sidebar classes */
.sidebar {
    width: 175px;
    padding: 0;
    float: right;
    overflow: hidden;
}

#wp-calendar td {
    padding: 2px 0;
    border: 0;
    text-align: center;
}

#wp-calendar #today {
    background: silver;
}

.boxedin {
	color: black;
	border-bottom: 1px silver dashed;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 5px;
	overflow: hidden;
}

.sidebar .children {
	border: 0;
}

/* post classes */
/* content classes */
.main {
	width: 680px;
	min-height: 2000px;
	padding: 0 10px 10px 0;
	float: left;
	border-right: 1px silver dashed;
	overflow: hidden;
}

.navigation {
	margin-bottom: 10px;
}

.article {
	overflow: hidden;
}

.articleheader {
	border-left: 5px maroon solid;
	padding: 0 0 0 10px;
	float: left;
}

.articleheader h2 {
	line-height: 1.5em;
}

.extendspost {
	float: right;
	text-align: right;
	padding: 0;
	margin: 0;
	max-width: 230px;
	min-width: 180px;
}

.content {
	padding-bottom: 15px;
}

.content ul {
        list-style-type: circle;
}

.dashedline {
	border-bottom: 1px silver dashed;
	height: 1%;
	clear: both;
	margin-bottom: 18px;
}

.solidline {
	border-bottom: 1px silver solid;
	height: 1%;
	clear: both;
	margin-bottom: 18px;
}

.dottedline {
	border-bottom: 1px silver dotted;
	height: 1%;
	clear: both;
	margin-bottom: 18px;
}

.dropcap {
	float: left;
	margin-right: 3px;
}

/* comments */
.commentlist {
	margin: 2px;
}

.commentheader {
	border-left: 5px maroon solid;
	padding: 0 0 0 10px;
	float: left;
}

.commentauthor {
	margin-right: 20px;
	float: left;
	text-align: left;
}

.commentlist li {
	background-color: #EEE;
}

.commentlist .alt {
	background-color: white;
}

.avatar {
	margin: 0 auto;
}