div.module {
    margin-bottom: 30px;
}

div#left_column {
    width: 500px;
}

div#left_column img,
div#left_column object {
    max-width: 500px;
    width: 500px !not important;
    margin-bottom: 10px;
}

div#left_column h3 {
    font-size: 28px;
    margin: 0px;
}

div#left_column h3 a {
    text-decoration: none;
}

div.author_container a img {
    width: 20px;
    float: left;
    margin: 0 10px 0 0px;
    border: 1px solid #ccc;
    padding: 1px;
}

div#left_column p.author {
    line-height: 100%;
    margin-top: 3px;
    padding: 2px 0 0 0px;
}

div#left_column span.date {
    margin: 0 0 5px 0px;
    line-height: 100%;
    padding: 5px 8px;
    background: #eee;
    float: left;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #cecece;
}

div.post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

div#right_column ul li {
	background: url(/images/doc_icon.gif) no-repeat 5px 10px;
	margin: 0 0 0 0px;
	padding: 8px 0 8px 25px;
	border-bottom: 1px solid #dbdbdb;
    zoom: 1;
    line-height: 150%;
}

div#right_column ul li img,
div#right_column ul li object {
    display: none;
}

div#right_column ul li a {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

div#right_column ul li p a {
    display: inline;
    font-size: 12px;
    font-weight: normal;
}

/*COMMENTS*/

div#comments_container {
    margin-bottom: 30px;
}

div#comment_form {
    padding-top: 10px;
    text-align: right;
}

div#comment_form p {
    clear: none;
    font-size: 12px;
    margin-bottom: 3px;
}

div.comment {
    border-top: 1px solid #813333;
    padding: 0 0 20px 0px;
}

div.comment_author {
    border-bottom: 1px dotted #eee;
    border-top: 3px solid #eee;
    padding: 5px 0px;
    margin-bottom: 15px;
}

div.field_row {
    text-align: right;
    margin-bottom: 10px;
}

div.field_row input {
    width: 390px;
    padding: 5px;
    margin-left: 15px;
    font-size: 14px;
    background: #eee;
    border: none;
    border-top: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

div#recaptcha_image {
    background: #fff;
    float: right;
    padding: 2px;
    border: 1px solid #ccc;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}

div#captcha_input_container {
    clear: right;
    background: #eee;
    width: 290px;
    padding: 3px 8px 8px 8px;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
}

a#reload_captcha {
    background: url(/images/blog/reload_captcha.gif);
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    border: none;
    margin: 27px 0 0 8px;
    display: inline;
}

div#captcha_input_container input {
    padding: 5px;
    width: 240px;
    border: none;
    background: #fff;
    border-top: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

textarea {
    width: 390px;
    padding: 5px;
    font-size: 14px;  
    background: #eee;
    border: none;
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

label {
    font-size: 14px;
}

div#captcha {
    float: right;
}

div#comment_check {
    margin-bottom: 15px;
}