/*
 Theme Name: Vanilla Lounge
 Theme URI: http://www.vanilla-lounge.pt/
 Description: Vanilla Lounge
 Version: 2.1
 Author: Vanilla Lounge
 Author URI: http://www.vanilla-lounge.pt/
 */
/* Global */@import url("yui-reset.css");

body {
    background-color: #000518;
    color: #b7b9c1;
    font-family: "lucida sans unicode", "lucida grande", arial, helvetica, sans-serif;
    font-size: 62.5%;
    text-align: center;
}

body a {
    color: #b7b9c1;
    text-decoration: none;
}

body a:hover {
    color: #ffffff;
    text-decoration: none;
}

a img {
    border: 0;
}

.flashtitle {
    text-align: left;
}

em {
    font-style: italic;
}
label {font-size:18px;}
/* Header */
#header {
    background-image: url('images/topbox.gif');
    background-repeat: no-repeat;
    height: 275px;
    margin: 0 auto;
    text-align: center;
    width: 770px;
}

#wrapper {
    margin: 0 auto;
    width: 1024px;
    background-image: url('images/wrapper.gif');
}

#page {
    margin: 0 auto;
    width: 770px;
}

.pagenav, .page_item, .current_page_item, .current_page_parent {
    float: left;
    list-style: none;
}

.pagenav, #qtrans_language_chooser {
    float: right;
    text-align: right;
}
#qtrans_language_chooser li {
    float: right;
    text-align: right;
}
li.page_item {
    border-top: 1px solid #1F2127;
    font-size: 10px;
    height: 37px;
    margin-left: 5px;
    padding-left: 40px;
    padding-right: 2px;
}
li.page_item:hover {
    border-top: 1px solid #5a5d5f;
}
#header .pagenav #pages {
    margin-bottom: 20px;
}

form, #searchform div {
    display: inline;
    font-size: 10px;
}

#searchform #s, #searchform #searchsubmit {
    font-size: 10px;
    height: 17px;
}
/* Content */
.narrowcolumn {
    float: left;
    margin-left: 30px;
    margin-right: 50px;
    text-align: justify;
    width: 550px;
}

.widecolumn {
    float: left;
    margin-left: 30px;
    margin-right: 50px;
    text-align: justify;
    width: 720px;
}

#content {
    min-height: 600px;
}

.narrowcolumn a, .widecolumn a {
    color: #F7DEAA;
}

#content p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

#content .post h2 {
    color: #f0f2fc;
    font-family: verdana, "lucida sans unicode", "lucida grande", arial, helvetica, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
}

#content .post h2 em {
    color: #ffffff;
}

#content .entry {
    margin-bottom: 80px;
    margin-top: 40px;
}

#content .postmetadata {
    font-size: 11px;
    color: #5a5d6a;
}

#content .alignleft, #content .alignright {
    width: 50%;
}

#content .postdate {
    color: #5a5d6a;
}

#content .alignleft {
    float: left;
    text-align: left;
}

#content .alignright {
    float: right;
    text-align: right;
}

#content .commleft, #content .commright {
    padding-top: 5px;
    border-top: 1px solid #1F2127;
    margin-top: 10px;
    margin-bottom: 10px;
}

#content .commleft {
    width: 80px;
    float: left;
    text-align: center;
}

#content .commright {
    padding-left: 10px;
    width: 460px;
    float: right;
    text-align: left;
}
/* Sidebar */
#sidebar {
    float: right;
    margin: 0;
    width: 140px;
    min-height: 400px;
}

#sidebar ul {
    margin: 0;
    width: 140px;
    text-align: left;
}

#sidebar h2 {
    color: #fff;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    text-align: left;
    visibility: visible;
}

.widget {
    text-align: left;
    width: 140px;
}

.widget li {
    width: 140px;
}

.widget li:hover {
    background-color: #1F2127;
}

.widgettitle {
    border-bottom: 1px solid #1F2127;
    border-top: 1px solid #5a5d5f;
    display: block;
    margin-bottom: 5px;
    margin-top: 20px;
}

.widget .page_item {
    border: 0;
    margin: 0;
    padding: 0;
}

.widget a:hover {
    color: #F7DEAA;
}

#s {
    background-image: url('images/inputshadow.png');
    border: 0;
}

#middlebox {
    background-image: url('images/topbox.gif');
    background-repeat: no-repeat;
    height: 633px;
    margin: 0 auto;
    text-align: center;
    width: 770px;
}

#middlebox img {
    margin-bottom: 100px;
    margin-top: 100px;
}
/* Footer */
#footer {
}

#footer p {
    color: #5a5d6a;
    margin: 0 auto;
    text-align: right;
    width: 770px;
    font-size: 8px;
    padding-bottom: 50px;
    margin-top: 50px;
}

#footer p a {
    color: #b7b9c1;
}

#footer p a:hover {
    color: #fff;
}
/* Comment Form */
#formwrapper {
    width: 530px;
    padding: 10px;
    border: 1px solid #1F2127;
}

textarea {
    width: 525px;
}
/* Plugins */
/* Contact Form 7 */


input {
    font-family: "lucida sans unicode", "lucida grande", arial, helvetica, sans-serif;
}
/*
.cnttext, .cntarea {
    font-family: "lucida sans unicode", "lucida grande", arial, helvetica, sans-serif;
    width: 425px;
    background-image: url('images/inputshadow.png');
    background-repeat: repeat-x;
    border: 0;
    color: #000518;
}

.cnttext {
    height: 20px;
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 3px;
}
*/


