/*  
Theme Name: Wave
Theme URI: http://www.astereostudio.com
Description: Clean waves of a better design.
Version: 1
Author: Astereo / Devlounge
Author URI: http://www.astereostudio.com
*/

/*
+++++++++++++++
General CSS -
Used to style a few defaults and get the ball rolling.
+++++++++++++++
*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #555;
	background-color: #C0C0C0;
}

a {
text-decoration: none;
}

#wrap {
width: 770px;
margin: 0 auto;
padding-top: 0px;
background-color: #C0C0C0;
}

/*
++++++++++++++++
Logo -
This is the div for the logo. To use your own logo, simply upload an image width a height of 52px and a max width of 750, and overwrite logo.gif in the images folder.
++++++++++++++++
*/

#logo {
background-image: url(images/logo.gif);
background-repeat: no-repeat;
width: 100%;
height: 100px;
margin-bottom: 12px;
cursor: pointer;
}

/*
+++++++++++++++
Alert -
The alert is optional, it can be customized by hand editing the header.php file, otherwise it will spit out the tagline of your blog.
++++++++++++++++
*/

#contentmain {
width: 732px;
padding: 2px;
padding-right: 4px;
padding-left: 4px;
margin: 0 auto;
margin-bottom: 15px;
color: #666666;
}

#contentmain a {
color: #AED1E5;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

#contentmain a:hover {
color: #AED1E5;
border-bottom: 1px solid #333;
}

/*
+++++++++++++++
Three Column Madness -
Get's things going with three different columns, each holding their own.
+++++++++++++++
*/

#news {
width: 740px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}

#news .words {
width: 290px;
padding: 5px;
float: left;
margin-right: 10px;
font-size: 12px;
line-height: 17px;
color: #666666;
}

#news .words .head {
width: 290px;
background-image: url(images/journal_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .words h2 a {
text-decoration: none;
color: #333;
font-size: 12px;
margin-bottom: 12px;
padding: 0px;
}

#news .words h2 a:hover {
color: #000000;
margin-bottom: 12px;
padding: 0px;
}

#news .words .left {
font-size: 12px;
color: #FFFFFF;
margin-bottom: 10px;
}

#news .words a {
color: #555;
padding: 2px;
}

#news .words a:hover {
color: #000;
}

#news .facts {
width: 200px;
padding: 5px;
margin-right: 10px;
float: left;
color: #666;
line-height: 14px;
font-size: 11px;
}

#news .facts .head {
width: 200px;
background-image: url(images/noteworthy_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .pgentry {
margin-bottom: 3px;
}

#news .ntentry {
margin-bottom: 2px;
margin-top: 2px;
}

#news .pgentry img {
display:block; 
margin: 0 auto;
padding: 0px;
border: 0px solid #efefef;
margin-top: 5px;
margin-bottom: 5px;
}

#news .facts h2 {
color: #333;
font-weight: bold;
font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
padding: 0px;
}

#news .sidebars {
display: block;
width: 100px;
padding: 5px;
float: right;
line-height: 14px;
}

#news .sidebars .head {
width: 200px;
background-image: url(images/browse_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .sidebars h2 {
color: #666;
font-weight: normal;
font-size: 12px;
margin-top: 0px;
margin-bottom: 5px;
padding: 0px;
}

#news .sidebars h2 a {
border-bottom: 1px dotted #555;
text-decoration: none;
color: #333;
}

#news .sidebars h3 {
color: #666;
font-weight: normal;
font-size: 12px;
margin-top: 10px;
margin-bottom: 5px;
padding: 0px;
}

#news .sidebars ul {
list-style-type: none;
margin: 2px;
padding: 0px;
font-size: 11px;
}

#news .sidebars ul li {
list-style-type: none;
padding-bottom: 2px;
border-bottom: 1px solid #ccc;
margin-bottom: 0px;
font-weight: normal;
}

#news .sidebars ul li a {
	color: #333333;
	background-color: #c0c0c0;
	display: block;
	padding-left: 2px;
}

#news .sidebars ul li a:hover {
color: #333;
background-color: #AED1E5;
display: block;
}

#news .words h2 {
color: #333;
font-weight: normal;
font-size: 12px;
margin-top: 0px;
margin-bottom: 3px;
padding: 0px;
}

#news .words h2 a {
text-decoration: none;
color: #666666;
}

#news .clear {
width: 100%;
height: 8px;
background-color: #FFFFFF;
}

#news {
width: 740px;
margin: 0 auto;
margin-top: 15px;
}

/*
+++++++++++++++++
Single Posts -
Single pages have an increased viewing area, and eliminates the noteworthy feature.
+++++++++++++++++
*/

#news .single {
width: 600px;
padding: 5px;
float: left;
margin-right: 20px;
font-size: 12px;
line-height: 17px;
color: #444;
}

#news .single .head {
width: 290px;
background-image: url(images/journal_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news .single h2 a:hover {
color: #FFFFFF;
margin-bottom: 12px;
padding: 2px;
font-weight: normal;
}

#news .single .left {
font-size: 10px;
color: #666666;
margin-bottom: 10px;
}

#news .single a {
	color: #FFFFFF;
	padding: 2px;
}

#news .single a:hover {
	color: #000;
	padding: 2px;
}

#news .single h2 {
	color: #333;
	font-weight: normal;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 2px;
	letter-spacing: -0.05em;
}

#news .single h2 a {
	text-decoration: none;
	color: #333333;
	padding: 2px;
}

/*
+++++++++++++++++
Comments -
Manages the styling for comments forms.
+++++++++++++++++
*/

#commentarea {
width: 480px;
float: left;
padding-left: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
margin-top: 10px;
}

#commentarea h3 {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color: #666;
margin: 0px;
font-weight: normal;
}

.commentsblock{
margin:0.5em;
padding:1em;
}

.commentsblock textarea{
width:250px;
}

.commentsblock input, .commentsblock textarea{
border:1px solid #d1d1d1;
}

.commentsblock textarea:focus{
background:#eee;
border:1px solid #a1a1a1;
}

.commentsblock textarea:focus, .commentsblock input:focus{
background:#eee;
border:1px solid #a1a1a1;
}

.commentauthor{
display:block;
font-size:1.5em;
}

ol.commentlist{
color:#777;
font-size:11px;
list-style-type:none;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
margin:0;
margin-top:1.5em;
padding: 0px;
width: 80%;
}

ol.commentlist a {
color: #555;
text-decoration: none;
border-bottom: 1px dotted #ca1717;
display: inline;
}
			
ol.commentlist a:hover {
color: #222;
text-decoration: none; 
}

.cauthor {
font-weight: bold;
font-size: 12px;
}

.cauthor a {
color: #555;
font-size: 12px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #ca1717;
}

.cauthor a:hover {
color: #222;
text-decoration: none; 
}

.commentlist li{
margin-bottom:0.5em;
padding:0.5em 1em;
}

.alt{
background:#fff;
padding:0.5em;
}

.alt2{
background: #fff;
border-top: 2px solid #FFD324;
border-bottom: 2px solid #FFD324;
margin: 10px auto;
padding: 5px 20px 5px 45px;
}

.comment-even, .comment-preview {
background-color: #F8FAFC;
}

.comment-odd {
background-color: #fff; /* Change this colour to add "Flip flopping" backgrounds */
}

.authorcomment { /* Author background color */
background-color: #f7f7f4;
}

/* Comment/Trackback Favatars & Gravatars */
.comment-favatar {
-moz-opacity:0.5;
opacity: 0.5;
background: center center;
float: right;
margin: 2px 0 0 0; 
width: 16px;
height: 16px;
}

.comment-favatar:hover {
-moz-opacity:1;
opacity: 1;
}

.trackback-favatar {
background: center center;
width: 16px;
height: 16px;
float: left;
margin: 2px 6px 0 2px;
cursor: pointer;
}
.comment-gravatar img {
float: right;
padding: 2px;
margin: 0;
border: 1px solid #A5A5A3;
width: 30px;
height: 30px;
background: #fff url(wp-content/gravatars/avatar.jpg) no-repeat center center;
}

#commentform textarea {
width: 90%;
}

.gravatar {
margin-right: -5px;
float: right;
border: 0px;
}

ol.commentlist blockquote {
background: #F8FAFC url("images/blockquote.gif") no-repeat left top;
border: 1px solid #ebebeb;
padding:1px;
line-height: normal;
font-size: 10px;
}

/*
+++++++++++++++++
The Deck -
The deck contains the slick drop down search form, using some Moo.fx and javascript to slide it down or close it up.
+++++++++++++++++
*/

#login {
	width: 100%;
	overflow: hidden;
}

#deckcontent {

}

#deckcontent img {
vertical-align: middle;
}

#deckcontent a {
margin-right: 25px;
background-color: #FFFFFF;
padding: 3px;
text-decoration: none;
color: #333;
}

#deckcontent a:hover {
background-color: #999999;
}

#login-button {
width: 100%;
border-top: 3px solid #999999;
text-align: center;
}

#login-button a img, a:visited img, a:hover img {
border: none;
}

#search {
float: right;
margin-right: 5px;
width: 300px;
vertical-align: middle;
}

#searchimage {
float: left;
margin-left: 5px;
margin-right: 90px;
width: 300px;
vertical-align: middle;
}

#searchform .field {
font-family:verdana;
font-size:10pt;
background-color:#F7F7F2;
border:1px solid #A49E87;
width:205px;
}

/*
+++++++++++++
Search Results
+++++++++++++
*/

#searchpg {
width: 100%;
background-color: #f2f2f5;
padding: 2px;
margin-bottom: 7px;
}

#searchpg h3 {
font-size: 12px;
font-weight: bold;
margin: 0px;
padding: 0px;
}

/*
+++++++++++++
Footer -
Customize the footer in any way you see fit, but try to be nice and leave a linkback to astereo and devlounge. We built this sh*t, so be nice!
++++++++++++++
*/

#preclear {
width: 100%;
height: 30px;
background-color: #C0C0C0;
}

#footer {
width: 732px;
padding: 2px;
padding-right: 4px;
padding-left: 4px;
background-color: #C0C0C0;
margin: 0 auto;
color: #666666;
font-size: 12px;
}

#footer a {
text-decoration: none;
}

#footer a:hover {
color: #FFFFFF;
}
.main_copy {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
.main_large {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #A1C3CF;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
}
.main_large_rev {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #535353;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
