/*
Theme Name: MyBlog
Description: Simple 2 Column Wordpress Blog. Great and Simplistic Design. Suitable for any type of blog.
Version: 1.2
Author: Bingo Web Design
Author URI: http://www.bingowebdesign.info
Tags: white, black, purple, pink, light, two-columns, fixed-width
License: GPL
*/

.aligncenter, div.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft
{
    float: left;
}
img.alignleft
{
    float: left;
    margin: 0px 10px 10px 0px;
}
.alignright
{
    float: right;
}
img.alignright
{
    float: left;
    margin: 0px 0px 10px 10px;
}
.wp-caption
{
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px; /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img
{
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text
{
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* General Styles */

body
{
    background: url(images/bodyBg.jpg) repeat-x #fff;
    font-family:Microsoft yahei,Arial, sans-serif;
}
a
{
    color: inherit;
    text-decoration: none;
}
p
{
    margin: 0px 0px 10px 0px;
}
#webPage
{
    width: 1000px;
    text-align: left;
    position: relative;
}
.generalHeading, .generalHeading a
{
    color: #f09;
    font-size: 24px;
    line-height: 24px;
    font-family: 微软雅黑,Verdana, Geneva, sans-serif;
}


/* Header Styles */

#header
{
    position: relative;
    width: 980px;
    height: 140px;
    padding-left: 20px;
}
#header h1
{
    font-size: 4em;
    font-weight: 100;
    padding-top: 30px;
    margin-bottom: 15px;
}
#header h1 a
{
    color: #000;
}
#header #blogInfo
{
    font-size: 2em;
    font-weight: 500;
}
#feeds
{
    width: 230px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 20px;
}
#feeds a
{
    width: 90px;
    padding-left: 20px;
    height: 20px;
    display: block;
    float: left;
    font-size: 10px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    background: url(images/rssSprite.jpg) no-repeat top left;
}
#feeds a#postFeed
{
    background-position: 0px -18px;
}

/* Navigation Styles */

#nav
{
    width: 720px;
    height: 62px;
    line-height: 62px;
    color: #fff;
    background-color: #000;
    overflow: hidden;
    position: relative;
    z-index: 8;
}
#nav li
{
    position: relative;
    float: left;
}
#nav li a
{
    padding: 0px 40px;
    font-size: 1.5em;
    height: 62px;
    float: left;
    color: #fff;
}
#nav li a:hover, .current_page_item a
{
    background: url(images/menuHover.jpg) no-repeat bottom center;
    color: #f09;
}
#nav li ul
{
    display: none;
}

/* SearchBox Styles */

#searchBox
{
    width: 270px;
    background: #000;
    position: absolute;
    height: 62px;
    top: 140px;
    right: 0px;
    padding-right: 10px;
}
#searchBox p
{
    float: left;
    margin-top: 20px;
    position: relative;
}
#searchBox p #searchsubmit
{
    position: absolute;
	_top:2px;
	*top:2px;
    color: #fff;
    font-weight: normal;
    background: #f09;
    margin: 0 0 0 5px;
    padding: 0 8px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
    height: 21px;
    border: none;
    cursor: pointer;
    text-align: center;
}
#s
{
    width: 185px;
}

/* PostArea Styles */

#leftSide
{
    padding:20px 50px 50px 20px;
    width: 670px;
}
#content.postEntry
{
    clear: both;
    margin-bottom: 50px;
}
#content .postTitle
{
    font-size: 18px;
    font-weight: 100;
    margin: 40px 15px 5px 0px;
    height: 30px;
}
#content .postTitle a:hover
{
    text-decoration: underline;
}
#content .postDetails
{
    font-size: 12px;
    color: #0099ff;
    margin: 0px 0px 0px 0px;
	line-height:16px;
}
#content .postDetails a
{
    color: #09f;
}
#content .post-categories
{
    float: left;
}
#content .postHeader
{
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
#content .mainContent
{
    font-size: 14px;
    clear: both;
    line-height: 22px;
	font-family:Microsoft yahei,Arial, Helvetica, sans-serif,"宋体";
}
#content .mainContent p{color:#333;}
#content .mainContent h1
{
    font-size: 3em;
    line-height: 45px;
}
#content .mainContent h2, .mainContent big
{
    font-size: 1.8em;
    line-height: 40px;
}
#content h3
{
    font-size: 1.5em;
    line-height: 35px;
}
#content h4
{
    font-size: 1.3em;
    line-height: 30px;
}
#content h5
{
    font-size: 1em;
    line-height: 25px;
}
#content h6
{
    font-size: .8em;
    line-height: 20px;
}
#content blockquote
{
    margin: 10px 20px;
    font-style: italic;
    background: #f5f5f5;
    border: 1px solid #f0f0f0;
    padding: 20px;
}
#content .mainContent a
{
    color: #09f;
	font-size:14px;
	font-family:Microsoft yahei,Arial, Helvetica, sans-serif,"宋体";
}
#content .mainContent ul li
{
    list-style: inside disc;
}
#content .mainContent ol li
{
    list-style: inside decimal;
}
#content thead, thead
{
    background: #f5f5f5;
}
#content td, td, th
{
    padding: 10px;
    border: 1px solid #E9E9E9;
}
#content .mainContentFooter
{
    font-size: 12px;
    line-height: 18px;
    color: #09f;
    clear: both;
    overflow: hidden;
    zoom: 1;
}
#content .mainContentFooter a
{
    color: #09f;
}
#content .mainContentFooter .commentNum, #content .mainContentFooter .clickNum
{
    padding: 0px 4px;
    font-size: 12px;
    line-height: 18px;
    float: left;
    display: inline;
}
#content .mainContentFooter .tagsLine
{
    width: 500px;
    color: #838383;
    display: inline;
    float: left;
}
#content .mainContentFooter .tagsLine a
{
    color: #838383;
}
.editLink
{
    color: #000;
    font-weight: 800;
    display: block;
    clear: both;
    font-size: 1.3em;
    line-height: 25px;
}

/* Sidebar Styles */

#content #rightSide
{
    width: 230px;
    padding-top: 40px;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 20px;
    font-family:Microsoft yahei, Vernada, Arial;
}
#content .widgetSB, .widgetSB a
{
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
#content .widgetSB div, .widgetSB div a
{
    color: #666;
    font-weight: normal;
    font-size: 12px;
}
#content .widgetSB ul li ul
{
    padding-left: 20px;
}
#content .widgetSB a:hover
{
    color: #0099ff;
}
#content .widgettitle
{
    font-weight: 800;
    font-size: 1.2em;
    color: #000;
    padding-left: 20px;
    background: url(images/sbHeadingBg.jpg) left center no-repeat;
    height: 20px;
    line-height: 20px;
    margin: 25px 0px 20px 0px;
}

/* Footer Styles */

.designerAd
{
    width: 1000px;
    text-align: center;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}
.designAdLink
{
    color: #f09;
}

/* Comment Styles */

#comment
{
    width: 640px;
}
.commentlist
{
    font-size: 1.3em;
}
.comment-author
{
    background: #f9f9f9;
    border: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 5px;
}
.comment-meta
{
    /*display: none;*/
	padding:0 10px 0 0;
	float:right;
	color:#999;
}

table#wp-calendar a
{
    color: black;
}


/* message board plugin */
#content .css_guestbook_font_color td
{
    border: 0px none;
    padding: 0px;
}
/* comment by juice */
.children{margin:10px 0 0 40px;}
.comment{border:#ccc solid 1px; margin:0 5px 5px 0; font-size:13px;}
.comment p{padding:0 0 0 10px; line-height:18px;}
.comment .reply{padding:0 0 5px 10px;}
