/*Styles for body.*/
body
{
    font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
    font-size: 0.9em;
    margin: 0 auto;
    padding: 0;
    color: #494949;
}

/*Styles for main content which will be wrapped to center. */
#MainWrapper
{
    background: #ffffff;
    margin: 0 auto;
    width: 900px;
}

/*Styles for the main header at the top. */
#Header
{
    margin: 0 auto;
    width: 900px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    font-size: 1.3em;
    color: #4A6C80;
}

#Header a
{
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 2em;
    text-decoration: none;
    color: #000;
}

/*Styles for the main header menus. */
#HeaderMenus
{
    border-top: 1px solid #EEE;
    margin-bottom: 20px;
    border-bottom: 5px solid #EEE;
}

#NavList
{
    margin: 0 auto;
    width: 900px;
}

#HeaderMenus ul
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-left: 20px;
    font-size: 1.1em;
}

#HeaderMenus li
{
    display: inline;
    font-size: 1em;
    margin-left: 0.5em;
}

#HeaderMenus li a
{
    color: #415E99;
    background: #FFF;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
}

#HeaderMenus .current_page_item a
{
    background: #EEE;
    color: #415E99;
    text-decoration: none;
}

#HeaderMenus a:hover
{
    background: #EEE;
    color: #415E99;
    text-decoration: none;
}

/*Styles for the contents that are displayed in side column. */
#SideContents
{
    font-size: 0.9em;
    float: right;
    width: 200px;
    line-height: 1.4em;
}

#SideContents h3
{
    color: #30466D;
    font-size: 1.4em;
    margin: 0 0 0 0;
    margin-top: 12px;
    margin-bottom: 6px;
    padding: 10px 0 4px 0;
    background-color: inherit;
}

#SideContents p
{
}

#SideContents a
{
    color: #415E99;
    text-decoration: none;
    background-color: inherit;
}

#SideContents a:hover
{
    text-decoration: underline;
}

/*Styles for the main contents in the page. */
#MainContent
{
    width: 630px;
    float: left;
    margin: 0 0px 18px 10px;
    padding: 0 20px 0 10px;
    border-right: 1px dotted #999;
    margin-right: 10px;
}

#MainContent h2
{
    color: #B22021;
    font-size: 1.7em;
    margin: 0 0 5px 0;
    background-color: inherit;
    text-align: left;
}

#MainContent h2 a
{
    color: #B22021;
    text-decoration: none;
}


#MainContent h2 a:hover 
{ 
    color: #B22021;
    text-decoration: underline;
}

#MainContent h3 
{ 
    margin: 0 0 3px 0; 
}

#MainContent p
{
    color: #494949;
    text-align: left;
    background-color: inherit;
    line-height: 1.4em;
    margin-bottom: 0.5em;
}

#MainContent a
{
    color: #0071E1;
    text-decoration: none;
    background-color: inherit;
}

#MainContent a:hover
{
    text-decoration: underline;
}

#MainContent img
{
    display: inline;
    color: inherit;
    background-color: inherit;
}

a img 
{ 
    border: none; 
}

/*Styles for the page footer. */
#Footer
{
    width: 100%;
    margin: 0 auto;
    clear: both;
    float: left;
    padding: 3px 0 3px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 0.9em;
    line-height: 1.6em;
    color: #666;
    background: #f0f0f0;}

#Footer a
{
    color: #0071E1;
    text-decoration: none;
    background-color: inherit;
}

#Footer a:hover
{
    text-decoration: underline;
}

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}

.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

/* WP STYLES */
.navigation { font-size: 80%; }
.alignleft { float: left; }
.alignright { float: right; }

.postmetadata
{
	text-align: right;
	font-size: 90%;
}

.post
{
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.links , .links li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.links li ul, .links ul.indent { padding-left: 15px; }
.links a { font-weight: bold; }
/*.commentWrap { margin-left: 100px; }*/

.commentWrap .alt
{
	background-color: #dcdcdc;
	padding-left: 3px;
	padding-right: 3px;
}

.commentWrap .reg
{
	padding-left: 3px;
	padding-right: 3px;
}

.replyForm
{
	margin-top: 10px;
	padding-top: 10px;
	/*margin-left: 100px;*/
}

#sidebar ul, #sidebar li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li ul li a { font-weight: bold; }

.borderbottom
{
	border-bottom: 1px #494949 solid;
	margin-bottom: 20px;
}

input#s
{
	width: 99px;
	color: #666;
}

/* Code highlighting styles */
.ch_code_container {
	background-color: #f0f0f0;
	border: 1px solid #C3CED9;
	padding: 0px 0px 0 0;
	width: 100%;
	text-align: left;
	font: 12px Courier, Courier New, sans-serif;
	overflow: auto;
}

.ch_code_container p {
	margin: 3px 3px 3px 3px;
}

.ch_code_container .head
{
	color: #808080;
	font-weight: bold;
	background-color: #f0f0ff;
	border-bottom: 1px solid #d0d0d0;
	padding: 2px;
}

