/*
Theme Name: FVL - Fundacion Via Libre
Theme URI: http://www.vialibre.org.ar/
Description: Theme implemented for Fundacion Via Libre
Version: 1.6
Author: Matias Bellone - Gustavo "Perro" Boksar
Author URI: http://www.boksar.info
Author URI: http://enespanol.com.ar
Tags: purple, two columns, widgets

	This theme was created by Gustavo "Perro" Boksar
	(http://www.boksar.info/) and later updated by
	Matias Bellone (http://enespanol.com.ar/)
	
	Images from Via Libre (http://www.vialibre.org.ar/)

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: sans-serif;
    background: url(images/fvl-background.png) no-repeat right 97% white;
}

a {
    font-weight:bold;
    text-decoration: none;
    color: #17397A;
}

/* HEADER */

#header {
    background: url(images/logo.gif) no-repeat 1% 30%;
    padding: 0 100px 20px;
    margin: 0 10px;
}

#header #headerimg {
    padding-top: 10px;
}

#header h1 {
    background: url(images/fvl.gif) no-repeat;
    height: 48px;
    margin: 10px 0 0;
}

#header a {
    display: none;
}

#header .description {
    font-size: 16px;
    font-style: oblique;
    letter-spacing: 0.2em;
}

/* MENU */

#menu-bar {
    clear: both;
    border-bottom: 12px solid #FFAB18;
    color: #F2EEEC;
    margin-bottom: 10px;
    background: #700D68;
    text-align: center;
}

#menu-bar > div {
    background: #700D68;
    display: inline-block;
    border-left: 1px solid;
}

#menu-bar > div + div {
    border-left: none;
    border-right: 1px solid;
    margin: -2px;
}

#menu-bar p {
    line-height: 18px;
    margin: 0;
    padding: 3px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li {
    display: inline-block;
    border-right: 1px solid;
    line-height: 18px;
    padding: 3px;
}

#menu-bar a {
    color: #F2EEEC;
    padding: 0 15px;
    display: block;
}

#menu-bar a:hover {
    background-color: #FFDC18;
    color: #000000;
}

#menu-bar .current_page_item {
	background: #FFAB18;
}

/* Content */

#content {
    float: left;
    width: 72%;
    padding: 0 1%;
    color: #333333;
}

.navigation {
    text-align: center;
    margin: 10px 0;
}

/* Posts */

#content > div {
    clear: both;
    padding: 25px 20px;
}

.storytitle {
    background: url(images/mini-logo.gif) no-repeat;
    padding: 3px 25px;
    font-size: 20px;
    font-stretch: condensed;
    border-bottom: 1px dotted;
    margin: 0;
}

.storytitle a {
    margin-bottom: 5px;
}

.post-metadata , .post-footer {
    float: right;
    margin: 2px 0;
    font-size: 11px;
    color: #1F6710;
}

.post-content {
    clear: both;
    text-align: justify;
    padding-top: 1px;
    border-bottom: 1px solid #2050A0;
}

.post-footer p {
    display: inline;
    border-left: 1px solid;
    padding: 0px 5px;
}

.post-footer p:first-child {
    border-left: none;
}

/* Comments */

#content > a, #content > h3, #respond > h3 {
    padding-left: 20px;
    text-align: center;
}

.commentlist {
    padding: 0 20px;
}

.commentlist li {
    border-bottom: 1px dashed;
    margin: 10px 0;
    list-style: none;
}

/* threaded comments */
.commentlist .children > li {
    border-bottom: none;
    border-top: 1px dashed;
}

/* for moderation messages to show OK */
.comment-author {
    display: inline;
}

.comment-author .avatar {
    float: left;
    margin: 0 5px;
}

.comment-body {
    padding: 15px 5px;
}

.comment-meta {
    border-bottom: 1px solid #1F6710;
    height: 25px;
}

.comment-meta a {
    color: #04985C;
    font-size: 11px;
}

.comment-body p {
    text-align: justify;
    clear: both;
}

/* Comment form */

#respond {
    padding: 0 20px;
}

#commentform {
    font-size: 10px;
}

#commentform > p > * {
    width: 100%;
    text-algin: justfiy;
}

/* Sidebar */

#sidebar {
    float: right;
    width: 22%;
    border-left: 1px dashed;
    padding-right: 2%;
}

#sidebar h2 {
    color: #04985C;
}

#sidebar ul {
    padding-left: 15px;
}

#sidebar ul {
    list-style: none;
}

#sidebar li a {
    border-bottom: 1px dotted;
    background: url(images/dot.gif) no-repeat left center;
    padding: 2px 0 2px 15px !important;
    display: block;
}

#sidebar li a + a {
    background: none;
    padding: 0 2px !important;
}

/* Footer */

#footer {
    clear: both;
    color: #FFFFFF;
    background-color: #FFAB18;
    margin-top: 10px;
    text-align: center;
    padding: 5px;
    font-size: 10px;
}


/* Text formatting */

.sticky {
    background: #99FFFF;
}

p {
    line-height: 175%;
}

h1, h2, h3, h4 {
    color: #17397A;
}

blockquote {
    margin: 15px 35px;
    padding-left: 15px;
    border-left: 1px solid #297108;
}

.post-content img {
    margin: 10px;
    border: none;
}

.category_icon {
    float: left;
}
