/*   
Theme Name: RethinkDB
Theme URI: http://www.rethinkdb.com/
Description: The Wordpress theme for RethinkDB.
Author: Mike Glukhovsky
Author URI: http://www.rethinkdb.com/
Version: 1.0
.
General comments/License Statement if any.
.
*/

#mainImage {
    position: relative;
    margin: 0 auto;
    width: 860px;
    height: 100px;
    background: url('images/main-image.png');
}

.pagetitle {
    padding-bottom: 10px;
}

.post {
    border-bottom: thin solid #AAA;
    padding-bottom: 30px;
    margin-bottom: 30px;
    width: 575px;
}

.postTitle {
    font-size: x-large;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.postTitle:hover {
    text-decoration: underline;
}

.byline, .commentDate {
    padding-top: 5px;
    font-size: x-small;
    color: #58626A;
}

.entry {
    padding-top: 10px;
    padding-bottom: 15px;
}

.entry a {
    color: #0040B6 !important;
    text-decoration: underline !important;
}

.entry p {
    margin: 10px 0px 20px;
    line-height: 1.4em;
}

.entry ul {
	margin-left: 40px;
}
.entry li {
	list-style-type: disc;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	padding-left: 5px;
	margin-right: 20px;
}

.entry ul li ul {
	margin-left: 20px;
}

.entry pre {
    background-color: #F3F5F7;
    border: thin solid #AEBDCC;
    font-family: courier, monospace;
    padding: 5px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 15px;
}


.postmetadata {
    float: left;
    font-size: x-small;
}

.postmetadata a {
    color: #0040B6 !important;
    text-decoration: underline;
    font-size: x-small;
}

.entry a:hover, .postmetadata a:hover {
    color: #CE271F !important;
    text-decoration: underline !important;
}

#addThisButton {
    float: right;
}

.widgettitle {
    font-size: medium;
    font-weight: bold;
    padding-bottom: 10px;
}

.widgettitle a {
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    color: black;
    padding-bottom: 10px;
}

#respond {
    width: 550px;
    margin-top: 30px;
}

#comment {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 575px;
}

.entry-meta {
    display: block;
    font-style: italic;
    padding-left: 20px;
	margin-bottom: 25px;
}

.time-meta a, .from-meta, .from-meta a, .in-reply-to-meta a {
    font-size: xx-small;
}

.tweet {
    border-bottom: thin solid #CCC;
    padding: 10px 5px;
}

#comments {
    margin-bottom: 30px;
}

.comment {
    width: 550px;
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

li.cnt + li.comment {
    border-top: thin solid #AAA;
    padding-top: 30px;
}

.comment p {
/*    margin: 10px 35px 20px;*/
    margin-left: 15px;
    line-height: 1.4em;
}

.comment p a {
    color: #0040B6 !important;
    text-decoration: underline !important;
}

.commentAuthor a {
}

.editComment a {
    font-size: x-small;
}

.commentMetadata {
    padding-bottom: 10px;
}

.moderatedComment {
    font-size: small;
    font-style: italic;
    line-height: 1.8em;
    text-align: right;
}

.oddComment {
    background: #EDF2F6;
}

.evenComment {
    background: #F5F5F5;
}

code {
	font-family: monospace;
}

.recaptcha-error {
	background: #EDF2F6;
	padding: 10px;
	margin-top: 10px;
	margin-top: 10px;
}

#recaptcha_widget_div {
	margin-top: 5px;
	margin-bottom: 25px;
}
