/*
Theme Name: Andrea
Theme URI: http://lucianmarin.com/
Description: Most beautiful WordPress theme ever made, inpired by an incredible woman.
Version: 0.3
Author: <a href="http://lucianmarin.com/">Lucian E. Marin</a>
Tags: white, two columns, fixed width, light, minimal
For the WordPress community (GPL), enjoy it guys.
by Lucian E. Marin - lucianmarin.com
*/

body {
background:#666666;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
color:#fff;
padding:0 0 15px 0;
margin:0;
border-top:#666600 5px solid;
}

* {
padding:0;
margin:0;
}

a {
color:#F7F598;
text-decoration:none;
}

a:hover {
color:#fff;
text-decoration:none;
}

h1, h2, h3, h4 {
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight:normal;
}

input, select {
font-family:Verdana, Geneva, sans-serif;
font-size:11px;
}

textarea {
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}

abbr {
border:none;
}

#wrap {
width:700px;
margin:0 auto;
}

/* Header */

#header {
margin:10px 0;
padding:0 5px;
text-align:left;
}

#header h1 {
font-size:22px;
letter-spacing:-1px;
padding:10px 0;
color:#999900;
}

#header h1 a {
/*background:url(images/logo.gif) top left no-repeat;*/
padding:3px 0 5px 5px;
color:#fff;
text-decoration:none;
}

#menu {
font-size:13px;
background:#666600;
position:relative;
padding:5px;
margin:0 0 10px 0;
width:690px;
text-align:left;
}

#feed {
float:right;
padding:3px 10px;
}

#feed a {
/* background:url(images/feed_yellow.jpg) right no-repeat; */
padding:0 24px 0 0;
}

#menu ul {
float:left;
list-style:none;
}

#menu li {
float:left;
padding:3px 10px;
border-right:#999900 1px solid;
}

#menu li:last-child {
border:none;
}

#content {
float:right;
width:500px;
text-align:left;
}

#content h2 {
font-size:18px;
padding:10px 0;
color:#F7F598;
}

#content h2 a {
color:#fff;
text-decoration:none;
}

#content h2.archive {
font-size:18px;
color:#999900;
padding:10px 0 5px 0;
}

#content a.commentsLink {
color:#F7F598;
}

/* Navigation */

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navpost {
font-size:11px;
margin:0 0 20px 0;
}

.navpost div {
background:#666666;
color:#F7F598;
padding:2px 4px;
}

/*
.navpost div:hover {
background: #999900;
}
*/

.navpost a {
color:#F7F598;
text-decoration:none;
}

.navpost a:hover {
color:#fff;
text-decoration:none;
}

.navigation {
font-size:11px;
margin:0 0 20px 0;
}

.navigation a {
background:#666600;
display:block;
color:#F7F598;
text-decoration:none;
padding:2px 4px;
}

.navigation a:hover {
color:#fff;
text-decoration:none;
}

/* Main for posts */

.main h3 {
font-size:15px;
font-weight:bold;
margin:0 0 15px 0;
}

.main img {
padding:2px;
border:#999900 1px solid;
}

.main a {
color:#999900;
}

.main a:hover {
color:#F7F598;

}

.main a img {
padding:2px;
border:#999900 1px solid;
}

.main a:hover img {
padding:2px;
border:#F7F598 1px solid;
}

.main p {
line-height:18px;
margin:0 0 15px 0;
}

.main ol {
line-height:18px;
margin:0 0 15px 30px;
}

.main ul {
line-height:18px;
margin:0 0 15px 30px;
}

.main li {
margin:0 0 5px 0;
}

.stamp {
font-size:11px;
color:#999900;
margin:0 0 15px 0;
}

.stamp a {
color:#F7F598;
text-decoration:none;
}

.stamp a:hover {
color:#fff;
}


.meta {
background:url(images/limit_green.gif) bottom center no-repeat; 
font-size:11px;
line-height:16px;
color:#999900;
border-top:#999900 1px solid;
margin:0 0 15px 0;
padding:5px 10px 30px 10px;
}

img.wp-smiley {
padding:0;
border:none;
}

blockquote {
margin:0 0 0 20px;
padding:0 0 0 10px;
border-left:#999900 1px solid;
}

.warning p {
font-size:13px;
margin:0 0 0 20px;
padding:0 0 0 10px;
border-left:#999900 1px solid;
}

/* Sidebar */

#sidebar {
font-size:11px;
float:left;
width:180px;
padding:0 15px 20px 5px;
text-align:left;
}

#sidebar h3 {
font-size:12px;
font-weight:bold;
color:#fff;
margin:20px 0 5px 0;
}

#sidebar img {
border:#999900 1px solid;
}

#sidebar ul {
list-style:none;
}

#sidebar ul ul {
margin:5px 0 0 10px;
}

#sidebar ul ul ul {
margin:5px 0 0 10px;
}

#sidebar ul li {
padding:0 0 5px 0;
}

#author h3 {
margin:5px 0 5px 0;
}

/* Forms: input, textarea */

input {
background:#D6D6D6;
padding:3px 5px;
border:none;
border:#484A00 1px solid;
color:#fff;
}

textarea {
background:#9a9a9a;
width:400px;
padding:3px 5px;
border:none;
border:#484A00 1px solid;
color:#fff;
}

#searchform {
margin:15px 0 0 0;
}

.searchinfo {
padding:5px 0 0 0;
}

#searchform input {
background:#D6D6D6;
display:block;
padding:3px 5px;
border:#484A00 1px solid;
color:#666600;
}

#searchform input:hover {
background:#999900;
cursor:pointer;
border:#484A00 1px solid;
color:#fff;
}

#searchform #s {
background:#9A9A9A;
padding:3px 5px;
border:none;
border:#484A00 1px solid;
color:#fff;
cursor:text;
}

input.submit {
background:#D6D6D6;
display:block;
padding:3px 5px;
margin:0 0 10px 0;
border:#484A00 1px solid;
color:#666600;
cursor:pointer;
}

input.submit:hover {
background:#999900;
cursor:pointer;
border:#484A00 1px solid;
color:#fff;
}

/* Comments */

.postinput small {
font-size:11px;
margin:0 0 0 5px;
}

p.logged {
font-size:12px;
}

h3.reply {
font-size:15px;
margin:0 0 10px 0;
}

.nocomments {
margin:0 0 30px 0;
}

ol.commentList {
list-style:none;
margin:10px 0 30px 0;
}

.commentList li {
padding:0 0 10px 0;
}

.commentList li.bypostauthor .commentText {
border-top:#999900 3px solid;
}

.commentMod {
background:#666600;
padding:1px 3px;
margin:10px 0 0 10px;
}

.commentAuthor {
/*background:url(images/arrow.gif) no-repeat top left;*/
padding:10px 0;
margin:0 0 0 30px;
width:250px;
color:#999900;
}

.commentAuthor img {
float:left;
margin:5px 12px 0 0;
}

.commentAuthor p {
padding:3px 0 0 0;
}

.commentAuthor small {
font-size:11px;
}

.commentText {
background:#666666;
width:480px;
padding:10px;
border-top:#484A00 3px solid;
}

.commentText p {
line-height:18px;
margin:7px 0;
}

.commentMeta {
font-size:12px;
color:#999900;
}

#commentForm p {
color:#999900;
font-size:11px;
line-height:18px;
margin:0 0 15px 0;
}

/* Footer */

#footer {
background:#666600;
position:relative;
font-size:11px;
color:#999900;
margin:0 auto;
padding:10px;
width:680px;
text-align:left;
}

#footer a {
color:#F7F598;
text-decoration:none;
}

#footer a:hover {
color:#fff;
text-decoration:none;
}

#top {
float:right;
}

#top a {
/*background:url(images/top.gif) right no-repeat;*/
padding:0 16px 1px 0;
}

/* Widgets */

#wp-calendar {
padding:10px 0 0 0;
}

#wp-calendar caption {
text-align:left;
padding:0 0 3px 0;
}

#wp-calendar tr th,
#wp-calendar tr td {
padding:0 4px 0 0 ;
text-align:right;
}

#wp-calendar td a {
font-weight:bold;
}

#wp-calendar td a:hover {
font-weight:bold;
}

/* Round Corners */
.corner-TL{
background:url(images/corners_green.gif) 0 0 no-repeat;
display:block;
position:absolute;
top:0;
left:0;
width:10px;
height:10px;
overflow:hidden;
}

.corner-TR{
background:url(images/corners_green.gif) -10px 0 no-repeat;
display:block;
position:absolute;
top:0;
right:0;
width:10px;
height:10px;
overflow:hidden;
}

.corner-BL{
background:url(images/corners_green.gif) 0 -10px no-repeat;
display:block;
position:absolute;
bottom:0;
left:0;
width:10px;
height:10px;
overflow:hidden;
}

.corner-BR{
background:url(images/corners_green.gif) -10px -10px no-repeat;
display:block;
position:absolute;
bottom:0;
right:0;
width:10px;
height:10px;
overflow:hidden;
}

/* Self-Clear Floats */

.group:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* IE6/7 Hacks */

* html .group {
height: 1%;
}

*:first-child+html .group {
min-height: 1px;
}

