/*  
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: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1em;
background: #304839 url(images/background.gif) top center repeat-y;
color: #000;
}

a {
text-decoration: none;
}

#wrap {
width: 969px;
margin: -10px auto;
padding-top: 0px;
background-color: #fff;
background: #fff url(images/content-bg.jpg) repeat-x 0px 145px;
}

#banner {
position: absolute;
top: 40px;
margin-left: 685px;
margin-top: 3px;
}

#banner img {
border: 0;
}

/*
++++++++++++++++
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/header.jpg);
background-repeat: no-repeat;
width: 100%;
height: 145px;
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: 961px;
padding: 2px;
padding-right: 4px;
padding-left: 4px;
margin: 0 auto;
margin-bottom: 15px;
}

/*
+++++++++++++++
Three Column Madness -
Get's things going with three different columns, each holding their own.
+++++++++++++++
*/

#news {
width: 980px;
margin: 0 auto 15px 0;
position: relative;
top: -15px;
}

#news .words {
width: 150px;
padding: 5px;
float: left;
margin-right: 10px;
line-height: 1em;
font-size: 1em;
}

#news .words .left {
margin-bottom: 10px;
}

#news .words a {
background-color: transparent;
}

#news .words a:hover {
}

#news .facts {
width: 450px;
padding: 5px;
margin-right: 10px;
float: left;
line-height: 14px;
font-size: 11px;
}

/*#news .sidebars span {
display: table;
margin: 5px;
clear: right;
position: relative;
bottom: 66px;
width: 200px;
line-height: 14px;
font-size: 11px;
}*/

#news .sidebars p {
font-size: 11px;
}

#news .sidebars h2 {
margin-top: 0;
padding-top: 5px;
}

#news .sidebars #pt-recent ul {
margin-left: -30px;
}

#news .sidebars #pt-recent img {
float: right;
margin: 5px 20px 5px 0;
border: none;
}

#news .sidebars h2 img {
float: right;
margin: 0 0 10px 10px;
clear: right;
}

#news .facts .head {
width: 200px;
background-image: url(images/noteworthy_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px;
}

#news li {
list-style-type: none;
margin-bottom: 10px;
font-size: 12px;
}

.pgentry li {
list-style-type: circle;
font-size: 14px;	
}

#news .pgentry {
margin-bottom: 3px;
}

#news .ntentry {
margin-bottom: 2px;
margin-top: 2px;
}

#news .pgentry img {
display: block; 
margin: 0 auto;
padding: 3px;
border: 1px solid #efefef;
margin-top: 5px;
margin-bottom: 5px;
}

#news .facts h2 {
font-size: 24px;
font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 22px;
margin-top: -10px;
margin-bottom: 2px;
padding: 0px;
font-weight: normal;
}

#news .facts h2 a {
text-decoration: none;
color: #000;
}

#news .sidebars {
width: 300px;
padding: 5px;
margin-top: -8px;
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 h3 {
font-family: Baskerville, "Baskerville Old Face", Georgia, serif;
font-weight: normal;
font-size: 16px;
margin-bottom: 5px;
padding: 0px;
}

#news .sidebars h3 a {
border-bottom: 1px dotted #555;
text-decoration: none;
color: #333;
}

#news .sidebars ul {
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 11px;
}

#news .sidebars ul li {
list-style-type: none;
padding-bottom: 2px;
border-bottom: 1px solid #ccc;
margin-bottom: 2px;
font-weight: normal;
}

#news .sidebars ul li a {
color: #ca1717;
display: block;
}

#news .sidebars ul li a:hover {
color: #333;
background-color: #f2f2f2;
display: block;
}

#news .words h2 {
margin-top: 0px;
margin-bottom: 3px;
padding: 0px;
}

#news .words h2 a {
border-bottom: 1px dotted #ca1717;
text-decoration: none;
color: #000;
}

#news .clear {
width: 100%;
height: 8px;
}

#news {
width: 961px;
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: 20px;
color: #000;
}

#news .single .head {
width: 30px;
/* background-image: url(images/journal_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 25px; */
}

#news .single h2 a {
text-decoration: none;
background-color: transparent;
color: #000;
font-family: "Times New Roman", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 26px;
line-height: 26px;
margin-bottom: 12px;
padding: 0px;
border-bottom: 1px solid #fff;
}

#news .single h2 a:hover {
color: #ca1717;
margin-bottom: 12px;
padding: 0px;
font-weight: normal;
border-bottom: 1px solid #fff;
}

#news .single .left {
font-size: 11px;
color: #ca1818;
margin-bottom: 10px;
}

#news .single a {
/*background-color: #f9f9f9;*/
/*background-color: #ffffff;*/
color: #0000FF;
padding: 2px;
}

#news .single a:hover {
color: #000;
}

#news .single h2 {
color: #000;
font-weight: normal;
font-size: 16px;
margin-top: 0px;
margin-bottom: 3px;
padding: 0px;
}

#news .single h2 a {
text-decoration: none;
color: #000;
}

/*
+++++++++++++++++
Comments -
Manages the styling for comments forms.
+++++++++++++++++
*/

#commentarea {
width: 650px;
float: left;
padding-left: 5px;
font-size: 11px;
margin-top: 10px;
}

#commentarea h3 {
font-size:14px;
color: #666;
margin: 0px;
font-weight: normal;
}

.commentsblock{
margin:0.5em;
padding:1em;
}

.commentsblock textarea{
width:650px;
}

.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;
margin:0;
margin-top:1.5em;
padding: 0px;
width: 100%;
}

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: normal;
font-size: 12px;
}

.cauthor a {
color: #555;
font-size: 12px;
font-weight: normal;
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.
+++++++++++++++++
*/


.header-search {
	width: 214px;
	position: absolute;
	top: 4px;
	margin-left: 725px;
	}
	
.header-search input[type=text], .header-search input[type=submit], #header textarea {
	color: #444;
	padding: 1px 0 1px 1px;
	margin: 0;
	background: #858D68;
	border: 1px solid #c9d08c;
	font: 10px Futura, 'Century Gothic', Helvetica, Arial, sans-serif;
	font-weight: normal;
	}

.header-search input[type=text] {
	width: 200px;
	padding: 2px 16px 2px 2px;
	}

.header-search input[type=submit] {
	float: right;
	position: relative;
	top: -19px;
	left: 20px;
	}

#login {
width: 100%;
overflow: hidden;
background: #D9D4C0;
}

#deckcontent {
padding: 2px;
font-size: 12px;
color: #333;
line-height: normal;
margin-top: 5px;
}

#deckcontent img {
vertical-align: middle;
}

#deckcontent a {
margin-right: 25px;
background-color: #F7F5F0;
padding: 3px;
text-decoration: none;
color: #333;
}

#deckcontent a:hover {
background-color: #E0DCCD;
}

#login-button {
width: 100%;
border-top: 3px solid #D9D4C0;
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: normal;
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: #fff;
}

#footer {
width: 951px;
padding: 2px;
padding-right: 4px;
padding-left: 14px;
background-color: #F7F7F2;
margin: 0 auto;
color: #111;
font-size: 12px;
}

#footer a {
color: #C6451A;
text-decoration: none;
border-bottom: 1px solid #ccc;
}

#footer a:hover {
color: #A82E0F;
border-bottom: 1px solid #333;
}


#footer li, #footer ul {
	font: 1em 'Trebuchet MS', 'Century Gothic', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #C9D08C;
	display: inline;
	list-style: none;	
  }


/*		Navigation core 	*/

.navig {
	line-height: 1;
	position: relative;
	width: 800px;
}

.navig, .navig ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.navig li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: right;
}

/* initialy hide all sub menus */
.navig ul {
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	right: -14px;
	float: left;
}

/* -- float.clear -- force containment of floated LIs inside of main UL */
.navig:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* -- float.clear.END --  */

.navig li.slc ul, .navig li:hover ul {
	visibility: visible;
}

.navig li.slc ul {
	z-index: 10;
}

.navig li:hover ul {
	z-index: 100;
}

/*		Navigation make-up 	*/

/* Fix for IE5/Mac + IE7
		1. if there are two columns in the main content and the styling used is left:0 + margin:0 auto, the NAV starts at the right edge of the content, not in the middle.
			this keeps it in the middle, for all cases
			Amazingly, Win IE7 has the same problem. A browser from the end of 2006.
*/
.navig {
	color: #000;
	font-size: 11px;
	margin: 0 -4px 15px 0;
	padding: 0;
	position: relative;
	top: -32px;
	float: right;
	z-index: 100;
}

#nav .subnote {
	display: none;
}

.navig li {/* each option has white right edge */
	border-right: 1px solid #9DAf7f;
	height: 30px;
}

.navig li li {/* each sub-option has white right edge */
	border-right: none;
	/* background: #fff url(images/slight-bottom-gradient.jpg) bottom repeat-x; */
	padding-bottom: 5px;
	margin-top: 3px;
}

.navig li.slc li {/* each sub-option has white right edge */
	/* border-right: 1px dotted #360; */
}

.navig li li:last-child {/* except the last one */
	border-right: 0;
}

.navig a {/* basic link style, just making the box */
	padding: 1em 1.2em;
	display: block;
}

.navig a:link, .navig a:visited {
	color: #fff;
}

.navig ul {/* default submenu styling */
	/* background: #693; */ /* this is .slc state */
	padding: 0;
	margin: 0;
	top: 2.15em;/* fsz + ul.padding + a.padding + navig.bottomborder == 1em + 2x0.6em + 2x0.1em + .1em  */
}

.navig li li a:link, .navig li li a:visited {/* basic submenu styles */
	margin-top: 12px;
	font-weight: normal;
	padding: .1em .5em;
	color: #304839;
	font-weight: normal;
}

.navig li li a:hover {/* with yellow as hover colour */
	color: blue;
	padding: .1em .5em 20px 5px;
}

.navig .slc {
	background: #fff;
}

.navig li:hover {/* hovered item, its submenu */
}

.navig li li:hover {/* hovered item, its submenu */
	/* background: transparent; */
}

.navig li:hover ul li {
	/* background: #fff; */
}

.navig .slc:hover, .navig li.slc li:hover, .navig .slc:hover ul {/* selected hovered item, its submenu */
}

.words .widget {
border: 1px solid #7F7F7F;
background: #fff url(images/slight-bottom-gradient.jpg) bottom repeat-x;
padding: 5px;
width: 136px;
margin-bottom: 20px;
}

.widget 
{
font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 80%;
}

.widgetheader
{
font-size: 12px;
}

.sidebars .widget {
border: 1px solid #7F7F7F;
background: #fff url(images/slight-bottom-gradient.jpg) bottom repeat-x;
padding: 5px;
margin-bottom: 24px;
width: 286px;
}

.words .widgetheader {
background: #543530 url(images/green-top.jpg) top center no-repeat;
border-bottom: 1px solid #7F7F7F;
width: 138px;
padding: 7px 5px 5px 5px;
position: relative;
bottom: 15px;
right: 6px;
color: #fff;
}

.sidebars .widgetheader {
background: #253124 url(images/green-top.jpg) top center no-repeat;
border-bottom: 1px solid #7F7F7F;
width: 284px;
padding: 11px 5px 5px 9px;
position: relative;
bottom: 7px;
right: 6px;
color: #fff;
}

.widgetheader h2 {
font-family: "Futura", "Calibri", "Myriad Pro", "Lucida Grande", Verdana, sans-serif;
font-size: 1.1em;
font-weight: normal;
text-transform: uppercase;
color: #fff;
line-height: 1em;
letter-spacing: .05em;
}

.post {
font-family: "Times New Roman";
font-size: 120%;
line-height: 120%;
margin-bottom: 40px;
}

.post h2 a {
font-family: "Times New Roman";
}

.stbuttontext {
margin-left:20px;
}




img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.htrack 
{
color: black;
}

#ymp-relevance {
visibility: hidden;
}

input.hint {
   color: grey;
}

#searchinput {
   width: 85px;
}

.videowire { text-decoration: none; }
.videowire:hover { text-decoration: underline }

.storewidget a { text-decoration: none; }
.storewidget a:hover { text-decoration: underline } 	
.storewidget a { color: #222222; font-weight: bold; }
.storewidgeteven { background-color: #e9e9ff }
.storewidget td { padding-top: 7; padding-bottom: 7; }

.dateOnPost
{
   font-family: "Times New Roman";
   font-size: 14px;
   color: #444444;
}

.vultureBox a
{
text-decoration: none;
color: #444444;
}

.vultureBox a:hover
{
text-decoration: underline;
color: black;
}

.expander div
{
	text-decoration: none;
	color: #000088;
}

.expander div:hover
{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}

.twitter_title_link
{
        color: white;
}

.twitter-timestamp
{
        padding: 5px;
}

table .radioWidg 
{
       font-size: 11px;
}

.radioWidg td 
{
       text-align: left;
}

img.plainImg {
       border: 0 !important;
       padding: 0px !important;
       margin-top: 0px !important;
       margin-bottom: 0px !important;
       display: inline !important;
}

img.leftAlign {
       margin-right: 10px;
}

#podPress_footer {
	visibility: hidden;
}