body {
	background-image: url(../../../images/blog_back.jpg);
	background-repeat: repeat-x;
	background-color: #fd0100;
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}

a{
    outline:none;
}

#more_box a
{
    text-decoration:none;
}
a:active
{
    text-decoration:none;
    border:none;
    outline:none;
    -moz-outline:none;
}

img
{
    border:none;
}
#title {
	margin-top:22px;
}
.right {
	float:right;
}
.left {
	float: left;
}

.dropCap
{
    font-weight:600;
    font-size:14px;
}

.sep
{
    background-color:white;
    width:1px;
    height:20px;
}

#header #header_right .content_container #main_links {
	background-image: url(../../../images/blog_menu_back.jpg);
	height: 50px;
	width: 462px;
        margin:0px;
        padding:20px 0px 0px 20px;
}
#header_right{
    width:482px;
    margin-left:55px;
}

#main_links a
{
    font-weight:600;
    text-decoration:none;
}

#main_links div
{
    margin:0px 2px;
    float:left;
    font-size:10px;
}
#container {
	width: 1250px;
	margin:0px auto;
        background-image: url(../../../images/shadow_back.png);
        background-repeat:no-repeat;
}

#shadow_back
{
}

.clear
{
    clear:both;
}
#content {
        margin-left:110px;
	clear: both;
}
#container #content #main-content {
	background-image: url(../../../images/blog_content_bot.jpg);
	background-position: bottom;
	width: 896px;
	margin:0px;
	padding-bottom: 34px;
	background-repeat: no-repeat;
	background-color: #333333;
}
#container #content #main-content p {
	margin:5px 0px;
	width:855px;
        text-indent:12px;
}
img {
	margin:0px;
}
a {
	color:#FFFFFF;
}
#content_top
{
    width:896px;
    height:35px;
    background-image:url("../../../images/blog_content_top.jpg");
}

.comment_head
{
    margin-left:10px;
    font-size:15px;
    padding:30px 0px 0px 18px;
    width:866px;
    height:50px;
    background-image:url("../../../images/comment_back.jpg");
    background-repeat:no-repeat;
}

#post_content_top
{
    text-align:right;
    padding-right:50px;
    padding-top:22px;
    font-size:11px;
    width:846px;
    height:44px;
    background-image:url("../../../images/post_content_top.png");
}

.entry h1 {
	font-weight:100;
	font-size:23px;
}
#container #content #main-content .entry {
	padding-right: 20px;
	padding-left: 20px;
}
#container #content #main-content .sep {
	background-image: url(../../../images/blog_sep.jpg);
	height: 57px;
	width: 858px;
}
#container #content #main-content .entry .date {
	font-size: 15px;
}
#container #content #main-content #more_box {
	height: 23px;
	width: 139px;
	background-image: url(../../../images/blog_more_box.jpg);
	padding: 40px 0px 0px 13px;
	margin-left: 15px;
	margin-top: 20px;
}
#container #content #right_col {
        padding-left:10px;
	width: 140px;
	font-size: 10px;

}

input.input_box
{
    color:white;
    border:0px;
    margin:0px;
    margin-bottom:3px;
    padding:0px;
    background-image:url(../../../images/post_input.png);
    width:214px;
    height:28px;
}

textarea
{
    color:white;
    width:539px;
    border:0px;
    margin:0px;
    padding:0px;
    overflow:hidden;
    background-image:url(../../../images/text_area_back.png);
    background-repeat:no-repeat;
}

.comment_left
{
    font-size:10px;
    clear:both;
    width:150px;
}

.comment_right
{
    font-size:10px;
    width:500px;
}

#comment_area
{
    margin-left:25px;
}