body {
    margin:           0px;
    background-color: #eee;
    font-family:      Helvetica, sans-serif;
    font-size:        13px;
}

#content {
    width: 620px;
    margin: auto;
    margin-top: 25px;
    padding: 15px;
    background-color: #fff;
    position: relative;
}

a {
    color: #c00;
}

h1 {
    margin-top: 0px;
    font: Bold 20px Helvetica;
}

h1 a {
    color: #000;
    text-decoration: none;
}

h1 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.post {
    position: relative;
    margin-bottom: 40px;
    line-height: 17px;
}

.post div.labels {
    position:         absolute;
    right:            635px;
    text-align:       right;
    width:            150px;
}

.post div.date {
    background-color: #999;
    white-space:      nowrap;
    font:             Normal 20px Helvetica, sans-serif;
    color:            #fff;
    display:          inline;
    padding:          3px 5px 0px 5px;
    line-height:      20px;
}

.post div.date a {
    color:            #fff;
    text-decoration:  none;
}

.post h2 a {
    font-size:        20px;
    font-weight:      Bold;
    color:            #c00;
    letter-spacing:   -1px;
    margin:           0px 0px 10px 0px;
}

.post h2 a {
    color:            #c00;
    text-decoration:  none;
}

.post img {
    border: solid 10px #eee;
}

.post ul {
    list-style: square;
}

.explain {
    text-align: center;
    font-size: 11px;
}

#about {
    float: right;
    font-size: 11px;
}

form h1 {
    font-size: 18px;
}

.recipe {
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 5px;
}

.recipe h3 {
	margin: 0px;
	text-transform: uppercase;
}

.recipe_meta {
	float: right;
}

.recipe_meta a {
	text-decoration: none;
}

/* MESSAGES & ERRORS */
ul.errorlist { margin:0 !important; padding:0 !important; }
.errorlist li { font-size:12px !important; display:block; padding:4px 5px 4px 25px; margin:0 0 3px 0; border:1px solid red; color:white; background:red url(../img/admin/icon_alert.gif) 5px .3em no-repeat; }

input, textarea, select { margin:2px 0; padding:2px 3px; vertical-align:middle; font-family:"Lucida Grande", Verdana, Arial, sans-serif; font-weight:normal; font-size:11px; }
textarea { vertical-align:top !important; }
input[type=text], input[type=password], textarea, select, .vTextField { border:1px solid #ccc; }

label {
    display: block;
    font-size: 12px;
}

textarea {
    width: 600px;
}

.comment {
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
}

.comment_meta {
    font-size: 10px;
}

.comment_meta a {
    color: #000;
}

.admin {
    background: #e9f4ff;
}

.edit_box {
    margin: 3px;    
}

.edit_box a {
    color: #999;
}

.footer_copyright {
	text-align: center;
	font-size: 11px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.rounded_top {border-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px;}
.rounded_bottom {border-radius: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius:5px; -webkit-border-bottom-right-radius:5px;}
.rounded_left {border-radius: 3px; -moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-top-left-radius:3px; -webkit-border-bottom-left-radius:3px;}

#search {
	float: right;
	color: #999;
}

.serp_thumb {
	margin-right: 15px;
}

#archive {
	width: 620px;
	padding: 15px;
	background: #fff;
	margin: auto;
	border-top: 1px solid #eee;
	height: 150px;
}

.footer_col h3 {
	text-transform: uppercase;
}

#archive ul {
	list-style: square;
	padding-left: 15px;
	
}

.tags {
	font-size: 11px;
	color: #999;
	margin-top: -15px;
	margin-bottom: 5px;
}

.tag_popular {
	list-style: square;
	width: 600px;
	float: left;
}

.tag_popular li {
	float: left;
	width: 200px;
	margin-bottom: 5px;
}

.content_popular {
	list-style: square;
}

.mini {
	min-height: 110px;
}

#promo {
    background: #fffdee;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
}
