/*
Theme Name: Green Rays
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://imanto.com">imanto.com</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/
* {
padding:0;
margin:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background:#414e59;
color:#fff;
}

#wrapper {
margin:0 auto;
width:773px;
}

#topbar {
height:20px;
margin-bottom:0;
}

#topbar ul {
float:right;
display:inline;
height:14px;
margin:5px 0 0;
}

#topbar ul li {
float:left;
margin-right:5px;
display:inline;
}

#topbar ul li a:link,#topbar ul li a:visited {
color:#aaf500;
text-decoration:none;
}

#topbar ul li a:hover {
text-decoration:underline;
}

#header {
width:773px;
height:180px;
margin:5px 0 10px;
background:#60d501;
}

#header h1 {
position:relative;
float:left;
font-size:30px;
padding:20px 0 0 22px;
}

#header h1 a {
color:#fff;
text-decoration:none;
}

#header .description {
position:relative;
float:left;
font-size:12px;
font-weight:700;
padding:0 0 10px 25px;
}

#header form {
float:right;
margin:30px 25px 0 0;
}

#header input {
background-color:#313b44;
border:1px #515d67 solid;
color:#fff;
}

#header #s {
float:left;
height:15px;
width:155px;
padding:5px;
}

#header #searchsubmit {
float:left;
height:27px;
width:72px;
text-transform:uppercase;
font-weight:700;
font-size:10px;
}

#headerad {
float:left;
padding-left:24px;
height:90px;
}

#linkad1 {
float:left;
padding-left:22px;
height:15px;
}

#content {
margin:10px 0 0;
min-height:350px;
width:569px;
float:left;
}

#content img {
float:left;
border:3px solid #515d67;
margin-right:10px;
}

#content .post {
min-height:160px;
font-size:14px;
background:#313b44;
border:2px solid #515d67;
padding:10px;
}

#content h2 {
font-size:23px;
font-weight:400;
float:left;
}

#content h2 a {
color:#aaf500;
text-decoration:none;
}

#content .bubble {
float:right;
}

#content .bubble a {
color:#fff;
font-weight:700;
font-size:12px;
display:block;
height:27px;
width:46px;
background:url(images/bubble.gif) no-repeat;
text-decoration:none;
padding-top:7px;
text-align:center;
}

#content p {
padding-bottom:10px;
}

#content a,#footer a {
color:#aaf500;
text-decoration:none;
}

#sidebar {
float:right;
margin:10px 0 0;
min-height:350px;
width:183px;
display:inline;
}

#sidebar .sidebaritem {
background:#313b44;
border:2px solid #515d67;
padding:10px;
margin-bottom:10px;
}

#sidebar h3 {
color:#aaf500;
font-size:18px;
font-weight:400;
padding-bottom:5px;
}

#sidebar a {
color:#fff;
text-decoration:none;
}

#sidebar a:hover {
text-decoration:underline;
}

#sidebar ul {
list-style:none;
}

#sidebar li {
background:url(images/bullet.gif) center left no-repeat;
padding-left:15px;
margin-bottom:5px;
}

#footer {
width:749px;
clear:both;
border:2px solid #515d67;
background:#313b44;
margin:0 0 10px;
padding:10px;
}

#footer ul {
float:left;
display:inline;
height:14px;
}

#footer ul li {
float:left;
margin-right:5px;
display:inline;
}

#footer ul li a:link,#footer ul li a:visited {
text-decoration:none;
}

#footer ul li a:hover {
text-decoration:underline;
}

#comments {
padding:10px 0;
}

#respond {
padding:10px 0;
}

#content ul,#content ol {
padding-left:20px;
}

.commentlist li {
padding-bottom:10px;
}

/* WordPress CSS */
img.avatar {
float:left;
margin-right:5px;
}

.aligncenter,div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.wp-caption {
border:1px solid #ddd;
text-align:center;
background-color:#414e59;
padding-top:10px;
margin:10px 0;
/* optional rounded corners for browsers that support it */
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}

.wp-caption img {
margin:0 0 0 2px;
padding:0;
border:0 none;
}

.wp-caption p.wp-caption-text {
font-size:1em;
line-height:17px;
font-weight:bold;
color:#fff;
padding:8px;
margin:0;
}

.clear {
clear:both;
}