/*  
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: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 2em;
background-color: #D8D8D8;/*#E2DECE; /*  #ECE9DF;  */
color: #555;
background-image: url(images/soli_background.gif);
background-repeat: repeat-y;
background-attachment: scroll;
background-position: top center;
margin: 0px;
}

a {
text-decoration: none;
}

#topmast {
width: 100%;
margin: 0 auto; 
padding-top: 0px;
background-color: #fff;
border-bottom: #CC3300;
border-bottom: 4px;
}

#wrap {
width: 990px;
margin: 0 auto; 
padding-top: 0px;
background-color: #fff;
}

/*
++++++++++++++++
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: 400px;
height: 55px;
margin-top: 10px;
margin-bottom: 0px;
cursor: pointer;
float: left;
}

/*
+++++++++++++++
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: 955px;
/*height: 55px;*/
padding: 2px;
padding-right: 4px;
padding-left: 4px;
/*background-color: #F7F7F2;*/
background-image: url(images/bars/banner.gif);
background-repeat: no-repeat;
margin: 0 auto;
margin-bottom: 10px;
color: #333;
}

#contentmain p {
font-size: 12px;
margin-bottom: 0;
margin-top: 0;
}

#contentmain a {
color: #cd0000; /* #C6451A;*/
text-decoration: none;
/*border-bottom: 1px solid #ccc;*/
}

#contentmain a:hover {
color: #000; /*#A82E0F;*/
background-color: #f2f2f2;
/*border-bottom: 1px dotted #000;*/
}

/*
+++++++++++++++
3 Column Madness -
Get's things going with three different columns, each holding their own.
+++++++++++++++
*/

#news {
width: 960px;
margin: 0 auto;
margin-top: 15px;
margin-bottom: 15px;
}

#news .words {
width: 280px;
padding-left: 5px;
padding-right:5px;
float: left;
margin-right: 10px;
font-size: 12px;
line-height: 17px;
background-color: #fff;
color: #444;
overflow: hidden;
}
/* ------ Random Image thing ------------------- */

.piccy_holder {
width: 280px;
height: auto;
overflow: hidden;
padding: 1px;
margin-bottom: 0px;
}

.piccy_holder .piccy {
margin-top: 0px;
margin-bottom: 0px;
/*border: 1px solid #efefef;*/
background-color: #FFF;
width: 260px;
}

.piccy_holder a, .piccy_holder .piccy a img{
text-decoration: none;
background-color: #FFF;
}

.piccy_holder a:hover, .piccy_holder .piccy a:hover img {
text-decoration: none;
background-color: #FFF;
}

.piccy_holder img {
padding: 0px;
border: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}

.piccy_holder .piccy em {
font-size: 11px;
margin-left: 1px;
margin-top: 0px;
}
/* ------------ End randomimage thing ------------ */

/* ============== WORDS ======================================== */

#news .words .head {
width: 140px;
height: 25px;
background-color: none;
background-repeat: no-repeat;
background-image: url(images/currentissue_head.gif);
padding-left: 190px;
padding-top: 6px;
font-weight: bold;
margin-bottom: 12px;
}

#news .words .head a {
color: #cd0000;;
padding: 2px;
text-decoration: underline;
background-color: #FFF;
text-transform: uppercase;
}

#news .words .head a:hover {
color: #000;
background-color: #FFF;
text-transform: uppercase;
}

#news .words .beforehead {
width: 100%; /*290px;*/
height: 25px;
background-image: url(images/bestofbefore_head.gif);
background-repeat: no-repeat;
background-color: none;
margin-bottom: 12px;
}

#news .words .bbdate {
margin-bottom: 0px;
margin-top: 2px;
font-size: 9px;
}

#news .words ul.post-meta {
list-style-type: none;
margin-top: 10px;
margin-bottom: 0px;
padding: 0px;
font-size: 10px;
color:#888888;
}

#news .words ul.post-meta li {
list-style-type: none;
padding-bottom: 0px;
margin-bottom: 0px;
font-weight: bold;
}


#news .catdesc { /* RDV */
text-decoration: none;
background-color: #fff;
color: #cd0000;
font-size: 12px;
font-weight: bold;
margin-bottom: 10px;
padding: 0px;
}

#news .words .left {
font-size: 11px;
color: #ca1818;
margin-bottom: 20px;
margin-top: 6px;
border-top: 1px dotted #e2e2e2; /* RDV */
}

#news .words .left img {
padding: 0px;
border: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 3px;
margin-right: 3px;
}

#news .words a {
background-color: #f9f9f9;
color: #555;
padding: 2px;
}

#news .words a:hover {
background-color: #f2f2f2;
color: #000;
}

#news .words .fc_bottom {
height: 18px;
background: #FFF;
font-size: 10px;
colour: #cd0000;
margin-right: 10px;
margin-bottom: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 3px;
line-height: 6px;
top: -50%;
text-transform: uppercase;
}

#news .words .fc_bottom a, a:hover {
color: #cd0000;
}

#news .words .fc_bottom img {
border: 0px;
}

/* ============== FACTS ======================================== */

#news .facts {
width: 240px;
float: left;
background-color: #FFFFFF;
}

#news .facts h2 {
color: #333;
font-weight: bold;
font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
padding: 0px;
}

#news .facts h2 a {
border-bottom: 1px dotted #cd0000;
text-decoration: none;
color: #333;
}

#news .facts h2 a:hover {
text-decoration: none;
color: #cd0000;
border-bottom: 0px dotted #cd0000;
}

#news .facts .spacer {
width: 10px;
background: #FFFFFF;
height: 10px;
}

#news .facts .fc_bottom {
height: 18px;
background: #FFF;
font-size: 10px;
colour: #cd0000;
margin-right: 10px;
margin-bottom: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 3px;
line-height: 6px;
top: -50%;
}

#news .facts .fc_bottom a, a:hover {
color: #cd0000;
}

#news .facts .fc_bottom img {
border: 0px;
}

#news .facts .content {
padding: 5px;
margin-right: 10px;
/*background-color: #f7f7f7;*/
background-color: #FFF; /* Page background is #ECE9DF (F3F0E7)*/
color: #666;
line-height: 17px;
font-size: 12px;
}

#news .facts .content .head {
width: 200px;
background-image: url(images/noteworthy_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 32px;
}

#news .facts .content .bobhead {
width: 200px;
background-image: url(images/bestofbefore_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 32px;
}

#news .facts .content .witwhead {
width: 200px;
background-image: url(images/whatintheweb_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 32px;
}


/*======================================================*/
/*+++++++++++++++++++++
  Get Active column
  +++++++++++++++++++++*/
  
#news .activate {
width: 210px;
float: left;
background-color: none;
top: 0;
margin-left: 10px;
}

#news .activate h2 {
color: #333;
font-weight: bold;
font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
padding: 0px;
}

#news .activate h2 a {
border-bottom: 1px dotted #cd0000;
text-decoration: none;
color: #333;
}

#news .activate h2 a:hover {
text-decoration: none;
color: #cd0000;
border-bottom: 0px dotted #cd0000;
}

#news .activate .spacer {
width: 10px;
background: #FFFFFF;
height: 10px;
}

#news .activate .fc_bottom {
height: 18px;
background: none;
font-size: 10px;
colour: #cd0000;
margin-right: 10px;
margin-bottom: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 3px;
line-height: 6px;
top: -50%;
}

#news .activate .fc_bottom a, a:hover {
color: #cd0000;
}

#news .activate .fc_bottom img {
border: 0px;
}

#news .activate .content {
padding: 5px;
margin-right: 10px;
/*background-color: #f7f7f7;
background-color: #FFF;  Page background is #ECE9DF (F3F0E7)*/
color: #666;
line-height: 17px;
font-size: 12px;

}

#news .activate .content .head {
width: 200px;
background-image: url(images/get_involved.gif);
background-repeat: no-repeat;
width: 100%;
height: 32px;
}

 
/*======================================================*/
/*======================================================*/
#news .sidebars .feedback {
background-color: none;
top: 0;
margin-left: 0px;
}

#news .sidebars .feedback h2 {
color: #333;
font-weight: bold;
font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
padding: 0px;
}

#news .sidebars .feedback h2 a {
border-bottom: 1px dotted #cd0000;
text-decoration: none;
color: #333;
}

#news .sidebars .feedback h2 a:hover {
text-decoration: none;
color: #cd0000;
border-bottom: 0px dotted #cd0000;
}

#news .sidebars .feedback .spacer {
width: 10px;
background: #FFFFFF;
height: 10px;
}

#news .sidebars .feedback .fc_bottom {
height: 18px;
background: none;
font-size: 10px;
colour: #cd0000;
margin-right: 10px;
margin-bottom: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 3px;
line-height: 6px;
top: -50%;
}

#news .sidebars .feedback .fc_bottom a, a:hover {
color: #cd0000;
}

#news .sidebars .feedback .fc_bottom img {
border: 0px;
}

#news .sidebars .feedback .content {
padding: 5px;
margin-right: 5px;
/*background-color: #f7f7f7;
background-color: #FFF;  Page background is #ECE9DF (F3F0E7)*/
color: #666;
line-height: 17px;
font-size: 12px;

}

#news .sidebars .feedback .content .head {
width: 185px;
background-image: url(images/feedback.gif);
background-repeat: no-repeat;
width: 100%;
height: 32px;
}
/*=========================================== */

#news .pgentry {
/*border-bottom: 1px dotted #e2e2e2; */
margin-bottom: 3px;
float: none;
}

#news .pgentry p {
margin-bottom: 0px;
margin-top: 10px;
}

#news .pgentry ul {
margin-bottom: 0px;
margin-top: 1em;
}

#news .pgentry li {
margin-bottom: 0px;
margin-top: 1em;
}

#news .pgentry .links h2 {
width: 100%;
font-size: 14px;
font-weight: bold;
float: none;
padding-top: 24px;
}

#news .pgentry img {
display: inline; 
margin: 0 auto;
padding: 2px;
border: 1px solid #efefef;
margin-top: 1px;
margin-bottom: 1px;
margin-left: 1px;
margin-right: 3px;
}

#news .pgentry .more { /* For the arrow 'MORE' image */
font-size: 11px;
text-decoration: none;
/*color: #2F6D2B;*/
}

#news .pgentry .more img {
border: 0px;
padding: 0px;
margin-top: 3px;
margin-bottom: 0px;
margin-left: 4px;
margin-right: 2px;
}

#news .ntdate {
margin-bottom: 0px;
margin-top: 2px;
font-size: 9px
}

#news .ntentry {
margin-bottom: 18px;
margin-top: 2px;
}

#news .ntentry p {
margin-bottom: 3px;
margin-top: 6px;
color: #000000;
}

#news .ntentry a {
/*background-color: #f9f9f9;*/
color: #cd0000;
padding: 2px;
text-decoration: underline;
}

#news .ntentry a:hover {
background-color: #f2f2f2;
color: #000;
text-decoration: underline;
}

#news .ntentry img {
display: inline; 
margin: 0 auto;
padding: 2px;
border: 1px solid #efefef;
margin-top: 2px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 3px;
}

/*======================================================*/
/*+++++++++++++++++++++
  In Review column
  +++++++++++++++++++++*/
  
#news .sidebars .reviews {
/*width: 160px;
float: left;*/
background-color: none;
top: 0;
margin-left: 0px;
}

#news .sidebars .reviews h2 {
color: #333;
font-weight: bold;
font-size: 12px;
margin-top: 0px;
margin-bottom: 2px;
padding: 0px;
}

#news .sidebars .reviews h2 a {
border-bottom: 1px dotted #cd0000;
text-decoration: none;
color: #333;
}

#news .sidebars .reviews h2 a:hover {
text-decoration: none;
color: #cd0000;
border-bottom: 0px dotted #cd0000;
}

#news .sidebars .reviews .spacer {
width: 10px;
background: #FFFFFF;
height: 10px;
}

#news .sidebars .reviews .fc_bottom {
height: 18px;
background: none;
font-size: 10px;
colour: #cd0000;
margin-right: 10px;
margin-bottom: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 3px;
line-height: 6px;
top: -50%;
}

#news .sidebars .reviews .fc_bottom a, a:hover {
color: #cd0000;
}

#news .sidebars .reviews .fc_bottom img {
border: 0px;
}

#news .sidebars .reviews .content {
padding: 5px;
/*margin-right: 10px;
background-color: #f7f7f7;
background-color: #FFF;  Page background is #ECE9DF (F3F0E7)*/
color: #666;
line-height: 17px;
font-size: 12px;

}

#news .sidebars .reviews .content .head {
/*width: 160px;*/
background-image: url(images/inreview.gif);
background-repeat: no-repeat;
width: 100%;
height: 32px;
}

  
/*======================================================*/

/*========== SIDE BARS ======================================================= */

#news .sidebars {
/*width: 185px;*/
padding-left: 5px;
float: right;
line-height: 14px;
font-size: 11px;
}

#news .sidebars .home_page {
width: 185px;
}

#news .sidebars .single_page {
width: 285px;
}

#news .sidebars img {
display: inline; 
}


#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: #CC0000; /* #666; */
font-weight: bold;
font-size: 12px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
padding-top: 3px;
background-color: none;
border-color: #fdfdfd;
border-bottom-width: 1px;
border-bottom-style: solid;
}

#news .sidebars h3 a {
color: #cd0000;
}

#news .sidebars h3 a:hover {
color: #333;
background-color: #f2f2f2;
}

#news .sidebars .swlatest {
margin: 0px;
margin-left: 3px;
padding: 0px;
font-size: 11px;
text-align: center;
width: 135px;
}

#news .sidebars .swlatest a {
color: #cd0000;
}

#news .sidebars .swlatest a:hover {
color: #333;
background-color: #f2f2f2;
}

#news .sidebars .swlatest_sub {
border: 1px;
border-style: dotted;
border-color: #37C6EF;
text-align: left;
padding: 2px;
background-color: #FFF;;
}

#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: #333;
background-color: #fff;
display: block;
}

#news .sidebars ul li a:hover {
color: #cd0000;
background-color: #f2f2f2;
display: block;
}

/*======================================================================= */

#news .words h2 {
color: #333;
font-weight: bold;
font-size: 14px; 
margin-top: 3px;
margin-bottom: 0px;
padding: 0px;
/* font-family: Georgia,"Times New Roman",Times,serif; /* RDV */
}

#news .words h2 a {
text-decoration: none;
background-color: #fff;
color: #333;
font-size: 14px;
font-weight: bold;
margin-bottom: 0px;
padding: 0px;
border-bottom: 1px dotted #cd0000;
}

#news .words h2 a:hover {
color: #cd0000;
background-color: #fff;
font-weight: bold;
margin-bottom: 2px;
padding: 0px;
border-bottom: 1px solid #fff;
}
#news .clear {
width: 100%;
height: 8px;
background-color: #fff;
}

#news {
width: 960px;
margin: 0 auto;
margin-top: 15px;
}

/*
+++++++++++++++++
Single Posts -
Single pages have an increased viewing area, and eliminates the noteworthy feature.
+++++++++++++++++
*/

#news .single, .narrowcolumn {
width: 590px;
padding: 5px;
padding-top: 0px;
float: left;
margin-right: 20px;
font-size: 12px;
line-height: 17px;
background-color: #fff;
color: #444;
}

#narrowcolumn { /* RDV: For tell a friend form */
width: 590px;
padding: 15px;
float: left;
margin-right: 20px;
font-size: 12px;
line-height: 17px;
background-color: #fff;
color: #444;
}

#news .single .head {
width: 490px;
/*background-image: url(images/journal_head.gif);
background-repeat: no-repeat;
width: 100%;
height: 28px;*/
float: left;
}

#news .single .head .breadcrumb {
margin-top: 0px;
margin-bottom: 15px;
font-size: 11px;
font-weight: bold;
}

#news .single ul.post-meta {
list-style-type: none;
margin: 0px;
padding: 0px;
font-size: 11px;
color:#888888;
}

#news .single ul.post-meta li {
list-style-type: none;
list-style-position: inside;
padding-bottom: 0px;
margin-bottom: 0px;
font-weight: bold;
}

#news .single .cathead { /* RDV */
width: 590px;
text-decoration: none;
background-color: #fff;
color: #333;
font-size: 11px;
font-weight: bold;
margin-bottom: 10px;
padding: 0px;
}

#news .single .posthead { /* RDV */
width: 100%;
height: auto;
background-color: none;
}

#news .single .posthead head { /* RDV */
width: 490px;
float: left;
}

#news .single .posthead head .h2 { /* RDV */
width: 490px;
}

#news .single .posthead .share { /* RDV */
float: right;
text-decoration: none;
font-weight: normal;
width: 100px;
}

#news .single .posthead .share .stbuttontext { /* RDV */
text-decoration: none;
font-weight: normal;
font-size: 12px;
background: none;
padding-left: 16px;
} 

#news .single h2 {
width: 490px;
float: left;
font-size: 20px;
line-height: 26px;
color: #333;
font-weight: normal;
margin-top: 0px;
margin-bottom: 3px;
padding: 0px;
}

#news .single h2 a {
text-decoration: none;
background-color: #fff;
color: #333;
font-weight: normal;
font-weight: bold;
margin-bottom: 12px;
padding: 0px;
border-bottom: 1px dotted #cd0000;
}

#news .single h2 a:hover {
color: #cd0000;
background-color: #fff;
margin-bottom: 12px;
padding: 0px;
font-weight: bold;
border-bottom: 1px solid #fff;
}

#news .single .left {
font-size: 11px;
color: #ca1818;
margin-bottom: 20px;
margin-top: 6px;
border-top: 1px dotted #e2e2e2; /* RDV */
}

#news .single .left img {
padding: 0px;
border: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 3px;
margin-right: 3px;
}

#news .single .left a {
background-color: #ffffff;
color: #cd0000; /*#555;*/
padding: 2px;
/*border-bottom: 1px dotted #cd0000;*/
}

#news .single .left a:hover {
/*background-color: #f2f2f2;*/
color: #000;
}

#news .single a {
background-color: #fff; /*#f9f9f9*/
color: #cd0000;
padding: 2px;
}

#news .single a:hover {
color: #cd0000;
text-decoration: underline;
}

/*
+++++++++++++++++
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;
/*background-color: #FCFBF8;*/
}

#commentarea .comment-head h2 {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #666;
margin: 0px;
/*font-weight: normal;*/
}

#commentarea h3 {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
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 #cd0000;
display: inline;
}
			
ol.commentlist a:hover {
color: #222;
text-decoration: none; 
}

.cauthor {
font-weight: bold;
font-size: 12px;
color:#0099FF;
}

.cauthor a {
color: #555;
font-size: 12px;
font-weight: bold;
text-decoration: none;
border-bottom: 1px dotted #cd0000;
}

.cauthor a:hover {
color: #222;
text-decoration: none; 
}

.cdate {
font-size: 10px;
color:#0099FF;
}

.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-favatar:hover {
-moz-opacity:1;
opacity: 1;
}

.trackback-favatar {

.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;
}
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;
background: none;
}

#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: 350px;
vertical-align: middle;
height: 20px;
margin-top: 20px;
}

#searchform {
margin-top: 0pt;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 0pt;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 0pt;
vertical-align: top;
}

#searchform .field {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color:#FAFAFA;
border:1px solid #dfdfdf;
width:255px;
height: 18px;

}

#searchform .button {
vertical-align: middle;
}

/*
+++++++++++++
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: none; /* RDV - was #fff; */
}

#footer {
width: 952px;
padding: 2px;
padding-right: 4px;
padding-left: 4px;
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;
}

/* 
++++++++++++++++++++++++++++++++++ 
Styles for the dTree category list 
++++++++++++++++++++++++++++++++++ 
*/

#dtreecat, #dtreearc, #dtreepge, #dtreecatwrapper, #dtreearcwrapper, #dtreepgewrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*color: #cd0000;*/
	white-space: nowrap;
}
#dtreecat img, #dtreearc img, #dtreepge img {
	border: 0px;
	vertical-align: middle;
}
#dtreecat a, #dtreearc a, #dtreepge a, #dtreecatwrapper a, #dtreearcwrapper a, #dtreepgewrapper a {
	display: inline;
	padding: 0;
	color: #333;
	text-decoration: none;
}
#dtreecat a.node, #dtreearc a.node, #dtreepge a.node, #dtreecat a.nodeSel, #dtreearc a.nodeSel, #dtreepge a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	color: #333;
}
#dtreecat a:hover, #dtreecat a.node:hover, #dtreecat a.nodeSel:hover, #dtreearc a:hover, #dtreearc a.node:hover, #dtreearc a.nodeSel:hover, #dtreepge a:hover, #dtreepge a.node:hover, #dtreepge a.nodeSel:hover {
	color: #cd0000;
	background-color: #f2f2f2;
	text-decoration: none;
}
#dtreecat a.nodeSel, #dtreearc a.nodeSel, #dtreepge a.nodeSel {
    /*color: #000000; */
    font-weight: bold;
	background-color: #f2f2f2;
	/*text-decoration: underline;*/
}
#dtreecat .clip, #dtreearc .clip, #dtreepge .clip {
	overflow: hidden;
}

#news .sidebars .category_image {
display:block; 
margin: 0 auto;
padding: 3px;
border: none; /*1px solid #efefef;*/
margin-top: 0px;
margin-bottom: 0px; /* 12px; */
margin-left: 0px;
margin-right: 4px;
}

/*============= SUBSCRIPTION OVERLAY/IMAGE STUFF ==========================*/

.sub_offer {
width: 270px;
height: 200px;
}

.sub_offer img {
border: none;
}

/*============= BOXES STUFF ==========================*/
/* white corner box */
#news .sidebars .soliWCBox
{}
#news .sidebars .soliWCBoxHeader
{height:4px;overflow:hidden;background:#fff url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_dg_TR.gif) 100% 0 no-repeat;}
#news .sidebars .soliWCBoxContent
{background:#fff;}
#news .sidebars .soliWCBoxFooter
{height:4px;overflow:hidden;background:#fff url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_dg_BR.gif) 100% 0 no-repeat;}


/* RED right rail box */
.soliRRBox
{}
.soliRRBoxHeader {
height:4px;
overflow:hidden;
background:url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/red_corner_TR.gif) 100% 0 no-repeat;
}

.soliRRBoxHeader div {
 height:4px;
 width:4px;
 background:#fff url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/red_corner_TL.gif) 0 0 no-repeat;
}

.soliRRBoxContent
{background:#f2f2f2;padding:5px 9px;}

.soliRRBoxFooter {
height:4px;
overflow:hidden;
background:url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/red_corner_BR.gif) 100% 0 no-repeat;
}

.soliRRBoxHeader div {
 height:4px;
 width:4px;
 background:#fff url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/red_corner_BL.gif) 0 0 no-repeat;
}

/* soliWireBox - Grey border, White innards */
 .soliWireBox  {
 margin-bottom: 10px;
 }

 .soliWireBox .soliBoxContent {
 padding-left: 10px;
 padding-right: 10px;
 background:none;
 border-left:1px solid #dfdfdf;
 border-right:1px solid #dfdfdf;
 }
 
 .soliWireBox .soliBoxHeader {
 height:4px;
 overflow:hidden;
 background:url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_wire_TR_bg.gif) 100% 0 repeat-x;
 }
 .soliWireBox .soliBoxHeader div {
 height:4px;
 width:4px;
 background:#fff url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_wire_TL.gif) 0 0 no-repeat;
}
 .soliWireBox .soliBoxFooter {
 height:4px;
 overflow:hidden;
 background:url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_wire_BR_bg.gif) 100% 0 no-repeat;
}
.soliWireBox .soliBoxFooter div {
 height:4px;
 width:4px;
 background:#fff url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_wire_BL.gif) 0 0 no-repeat;
}


/* soliWireBox - Grey border, White innards */
 .soliGreyWireBox .soliBoxContent {
 padding-left: 10px;
 padding-right: 10px;
 background: #f2f2f2;
 border-left:1px solid #dfdfdf;
 border-right:1px solid #dfdfdf;
 }
 
.soliGreyWireBox .soliBoxHeader {
 height:4px;
 overflow:hidden;
 background:url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_wire_gbox_TR_bg.gif) 100% 0 repeat-x;
 }
 .soliGreyWireBox .soliBoxHeader div {
 height:4px;
 width:4px;
 background:#fff url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_wire_gbox_TL.gif) 0 0 no-repeat;
}
 .soliGreyWireBox .soliBoxFooter {
 height:4px;
 overflow:hidden;
 background:url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_wire_gbox_BR_bg.gif) 100% 0 no-repeat;
}
.soliGreyWireBox .soliBoxFooter div {
 height:4px;
 width:4px;
 background:#fff url(http://solidarity.net.au/wp-content/themes/wave/images/boxes/corner_wire_gbox_BL.gif) 0 0 no-repeat;
}

/*============= MENU BAR STUFF ==========================*/
#soli-menu-nav {
	font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
	color:#363636;
	width:990px; /* 990px; */
	height:65px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: medium;
	border-bottom-style:solid; 
	border-bottom-color: #cd0000;
}

/* Extras to the right of the main navigation buttons e.g. newsfeed */
.soli-nav-extras {
	float: right;
	/*position: relative;*/
	width: 15%;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	overflow: invisible;
	padding-left: 0pt;
    margin-left: 0pt;
	border-top: solid #dfdfdf;
	border-bottom: solid #dfdfdf;
	border-width: 1px;
	border-color:#dfdfdf;
	margin-bottom: 10px;
} 

ul.soli-nav-extras {
	right:0;
}

ul.soli-nav-extras li {
	float:left;
	margin-left:5px;
	padding-top: 5px;
	padding-bottom: 3px;
	list-style:none;
	/*background: url(http://www.solidarity.net.au/wp-content/themes/wave/images/icons/feed.png) no-repeat;*/
}

ul.soli-nav-extras li a {
	/*padding:0 12px 0 9px;*/
	width: auto;
	color:#cd0000;
}

ul.soli-nav-extras li a:hover {
	color:#333;
	background-color:transparent;
}

ul.soli-nav-extras li img {
	
	vertical-align: middle;
}


/* main menu-bar items */

ul.soli-nav {
	float: left;
	position:relative;
	/*background: url(http://solidarity.net.au/wp-content/themes/wave/images/bars/hdr_nav_bg.gif) repeat-x;
	background-color:#282828;*/
	font-size: 100%;
	font-weight:bold;
	text-transform:uppercase;
	overflow:visible;
	width:85%;	
	padding-left: 0pt;
    margin-left: 0pt;
	border-top: solid #dfdfdf;
	border-bottom: solid #dfdfdf;
	border-width: 1px;
	border-color:#dfdfdf;
	margin-bottom: 10px;
}
.soli-nav ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}

.soli-nav li {
	border-right: solid #dfdfdf;
	border-width: 1px;
	/*border-left:1px solid #727372;
	border-top:1px solid #2c2c2c;*/
	float: left;
	list-style:none;
	/* padding:0px 8px; */
	text-align:center;
	background:none;
	padding:0;
	margin:0;
}

.soli-nav li.current_page_item a {
    background:#cd0000;
	color: #FFF;
}

.soli-nav li li {
	background:#fff;
	border-left-color: #fff;/* padding:0px 5px; */
	border-top:none;
}
.soli-nav a {
	color: #cd0000;
	display:block;
	float: left;
	padding: 5px 3px;
	text-decoration:none;
}
ul.soli-nav li a {
	padding: 5px 10px;
}
.soli-nav a:hover {
	color: #fff;
}
.soli-nav li ul {
	left:0;
	/* 	top:-999em; */
	margin:0;
	padding:0;
	top: 30px;
	position:absolute;
	width:990px;
}

.soli-nav a:focus, .soli-nav a:active, .soli-nav li a:hover {
	background:#cd0000;
	color:#fff;
}

.soli-nav li li:hover, .soli-nav li li a:focus, .soli-nav li li a:hover, .soli-nav li li a:active {
	background:none;
	color:#cd0000;
}

.soli-nav li.current_page_item ul {
	top:25px;
	border: none;
	border-color: #FFFFFF;
}

ul.soli-nav li.current_page_item li a {
	color:#222;
	font-weight:bold;
	font-size: 95%;
	padding: 5px 6px;
	background: none;	
}

ul.soli-nav li.current_page_item li a:hover {
	color:#cd0000;
}


ul.soli-nav li.current_page_item li.cat-item {
	border: none;
	border-width: 0px;
	border-color:#FFFFFF;
}

ul.soli-nav li.current_page_item li a:hover {
	color:#cd0000;
}


ul.soli-nav li.current_page_item li.listing-header {
	border: none;
	border-width: 0px;
	color:#cd0000;
	padding: 5px 6px;
	font-size: 95%;
}


/* ===================================================== */

.soli-nav li.current_page_item ul {
	top:25px;
	border: none;
	border-color: #FFFFFF;
}

ul.soli-nav li.reddog_page_item li a {
	color:#222;
	font-weight:bold;
	font-size: 95%;
	padding: 5px 6px;
	background: none;	
}

ul.soli-nav li.reddog_page_item li a:hover {
	color:#cd0000;
}

ul.soli-nav li.reddog_page_item li.cat-item {
	border: none;
	border-width: 0px;
	border-color:#FFFFFF;
}

ul.soli-nav li.reddog_page_item li.listing-header {
	border: none;
	border-width: 0px;
	color:#cd0000;
	padding: 5px 6px;
	font-size: 95%;
}














