/*  
Theme Name: my2jia's theme
Theme URI: http://www.my2jia.com
Version: 1.0
Author: my2jia
*/
body
{

	color: #4D4D4D; /* txt_color 666633 */
	font-size: 10pt;
	line-height:   1.6;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color:  #F7F7F7;/* bg_color#CCCC99 */
	font-family: Arial, Helvetica, Sans-Serif;
}

p
{
	margin: 8px 0px 8px 0px; 
}

h1, h2, h3, h4, h5, h6
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
    text-shadow: #bbb 2px 2px 1px;
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

/* NEW */
code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
/*pre {
	overflow: auto;
	width: 722px;
	border: 1px dotted #E6E6E6; /* inner_border_color */
	padding: 5px
}*/

/* NEW */
blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

/* Images */

img
{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* Elements */

hr	
{
	color: #E6E6E6;
	background-color: #E6E6E6;
	height: 1px;
	border: 0px;
	margin: 8px 0px 8px 0px; 
}

/* Forms */

/* NEW */
form {
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

#allpage {
	width: 960px;
	border: 1px solid #CCCCCC;
}

#header_image {
	height: 100px;
	width: 960px;
}
#header {
	float: left;
	width: 500px;
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color:  #999999;/* header_txt_color */
	font-size: 14px;
	font-weight: bold;
	margin-left:5px;
}

#header a
{
	color:  #999999;
}

#search {
	float: right;
	width: 360px;
	clear: right;
	text-align:right;
	padding-right:5px;

}
#headerANDsearch {
	height: 25px;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

	background-color: #F2F2F2; 
}
#maincontent {
	float: left;
	width: 730px;
	padding-left:10px;
	padding-right:5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #999999;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
}

#maincontent .blog_subject a
{
	color: #999999;
}

#maincontent .postmetadata
{
	font-size: 10pt;
}

#maincontent .postmetadata a
{
	color: #999999;
}

#maincontent .blog_date 
{
		color: #999999;
}

#maincontent .thedate
{
	color: #5977B3;
	font-size: 12pt;
	font-weight: bold;
}

#maincontent .blog_byline
{
	color: #999999; /* date_txt_color */
	font-size: 9pt;
	margin-bottom: 10px;
}

#sidebar {
	float: right;
	width: 210px;
	clear:	right;
	text-align:left;

}
#sidebar ul
{
	list-style-type:none;
	margin: 0;
	padding: 0 10px 0 10px;
}

#sidebar li
{
	font-size: 9pt;
	list-style-type:none;
	margin:0;
	padding:0 10px 0 10px;	
}


#sidebar ul li
{	
	list-style-type:circle;
	padding:0px;
	
}

#wp-calendar{
width: 98%;
border: 1px solid #CCCCCC; 
background: #F2F2F2;
}

#footer {
	width: 960px;
	height: 20px;
	clear: both;
	border: 0;
	border-top: 1px solid #CCCCCC; /* border_color */
	color:  #999999;/* footer_txt_color */
	background: #F2F2F2;/* footer_bg_color */
	text-align: left;
	
}

#footer a
{
	color:  #999999;
}

a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #5977B3;
}

a:hover
{
	text-decoration: underline;
	color: #829FD9;
}

a:active
{
	color: #829FD9;
}

.gravatar img {
float:left;
margin-top:5px;
margin-left:5px;
}

.comments-template
{
	width:50%;
	float:left;
	clear:left;
}

.related_posts
{
	width:40%;
	float:right;
	clear:right;
}

#previous_post
{
	float:left;
	text-align:left;
	
}

#next_post
{
	float:right;
	text-align:right;
}

.blog_content p{text-indent:2em;}

.widgettitle{padding-top:10px;}