/*  

Theme Name: Deepest_Blue
Theme URI: http://www.wpcontempo.com
Description: Blue Magazine Style Theme
Version: 2.7.1
Author: WP Contempo
Author URI: http://www.wpcontempo.com/about/
Tags: Right Sidebar, 2 Column, Deepest Blue, video, adsense, featured content, content slider

Modified 6/3/09 dn (doug's blue)

*/



/*-------------------------------------------------------------------------------------------------------------------*/



/*--General--*/

* { /*--make all to 0 as default--*/
  padding: 0;
  margin: 0;
}



body {
  background: #010f12;
  font: 80%/170% Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
  color: #ffffff;    /* default color */ 
}



/*--formatting--*/

a {
  color: #7bbcff;
  text-decoration: none;
}



a:hover {
  text-decoration: underline;
  color: #fff;
}



p {
    padding: 0 10px 1.0em 5px;  /* was 0 0 1.8em */
}   


h1 {

    font: 900 24px Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    padding: 5px 0 0 10px;
    color: #87bcd2;
        font-style: normal;
}


h1#blogh1 {
    font: 11px Arial, Helvetica, sans-serif;
        font-weight: bold; 
    letter-spacing: .75px;
        padding: 5px 0 3px 5px;
    border-bottom: 1px solid #002222;
    color: #8888a0;  /* 887fa5 a57f88, a0a0e0 */
}


h1.pagetitle, h1.archivetitle {
    font: 24px Arial, Helvetica, sans-serif;
        font-weight: normal; 
    padding: 2px 0;
    text-align: center;
    letter-spacing: 0;
    color: #87bcd2;
}

h1.archivetitle {
    text-align: left;
}

h1.pagetitle strong {
        font-weight: bold; 
    color: #cecefe;
}


h2 {
    font: 900 22px  Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    padding: 5px 0 5px 5px;
    color: #aad6e9;   /* cecefe aaaaec aad6e9 */
}



h2 em {
    font: 400 30px "Times New Roman", Times, serif;
    font-style: italic;
    letter-spacing: 0;
}


h2 a, h1 a {
    color: #87bcd2;
    text-decoration: none;
}

#content h2 a:hover, #content h1 a:hover {
    color: #fff;
    text-decoration:none;
}


h3 {
 color: #e07050;  /* 87bcd2 */
    font-weight: normal; 
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    /* letter-spacing: -1px; */
    padding: 5px 0 5px 5px;
}



h4 {
    color: #87bcd2;
    font-weight: bold; 
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    /* letter-spacing: -1px; */
    padding: 1px 0 5px 5px;
    font-style: italic;
}



h5 {
    font-weight: bold; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #d2bc87; 
}




blockquote {
    color: #20d0f0;
    /* color: #87bcd2; */
    font-weight: bold; 
    font-size: 14px;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;

    width: 500px;
    border: 1px solid #00aaaa;
    background-color: #01363f;
    padding: 10px;
    clear: both;
    margin: 10px auto 10px auto;
}




blockquote h3 {
    text-align: center;
    color: #87bcd2; 
    font-size: 18px;
    padding: 5px 0 10px 0;
}


.entry ul, .entry ol, .post ul, .post ol {

    padding: 5px 18px 18px 18px;
}



ul {
    color: #aaffff;
/*    line-height: 1.75em;  */
    list-style-type: square;
/*    list-style-image: url("images/bullet1.png"); */
 list-style-image: url("images/bullet.gif"); 
}




ul li ul {
 /* list-style-type: disc;  */
}

.entry ul li ul {
    padding: 0px 18px 0px 18px;
}

ol {

    list-style-type: decimal;
}



ol li ol {

    list-style-type: lower-roman;

}

span.listbody{
  color: #ccddff;
}

span.resourcelist{
  padding-top: 6px; 
  display: block;
}


img.left {

    float: left;
    margin: 5px;
    background-color: #022c33;
    padding: 4px;
    border: 1px solid #1b3f47;
}


img.right {

    float: right;
    margin: 5px;
    background-color: #022c33;
    padding: 4px;
    border: 1px solid #1b3f47;
}


/*--container--*/

#wrapper {
    position: relative;   /* added for navmenu */
    width: 960px;
    margin: 0 auto;
}



#header {

    width: 960px;
    height: 227px;     /* 254 */
    background: url(images1/header3.jpg) no-repeat bottom;
    float: left;
}






#content {
    width: 960px;
    float: left;
    background: #010f12;
    margin-top: 10px;
    border: 1px solid #1a1e23;
    padding-bottom: 10px;
}



#content #left-col {

    width: 600px;
    float: left;
    position: relative;
    padding-right: 30px;
}



#content #right-col {

    width: 320px;
    margin: 10px 0 0 1px;
    float: left;
    position: relative;
    background: #010f12;

}

#content .rightcolend {

    float: left;
    background: url(images/rightcolend.png) no-repeat;
    width: 320px;
    height: 6px;
    position: relative;
}


#content #right-col #sidebar {

    width: 320px;
    float: left;
    position: relative;
}



/* Easy Slider */


#slider ul, #slider li{
  margin:0;
  padding: 0;
  list-style:none;
  }  
  
#slider, #slider li{
  /*
   define width and height of container element and list item (slide)
   list items must be the same size as the slider area
  */
   
  width:595px;
  height:240px;
  overflow:hidden;
 
  }
#slider li{
   color: #ffffff; 
  }  
   
#prevBtn{
   background : url(images/previous2.gif) no-repeat left center;
   float : left;
   padding-left : 20px;
   margin-top: 10px;
 }

#nextBtn{
   background : url(images/next2.gif) no-repeat right center;
   float : right;
   padding-right : 20px;
   text-align : right;
   margin-top: 10px;
 }  

#prevBtn a,#nextBtn a:visited, #nextBtn a,#nextBtn a:visited
 {
  color : #FFFFFF;/*#999;*/
  text-decoration : none;
  font-weight:bold;
 }
 
#prevBtn a:hover, #nextBtn a:hover
 {
  color : #87bcd2;/*#000;*/
  text-decoration : none;
  font-weight:bold;
 }    

/* // Easy Slider */






#footer {

    width: 100%;
    float: left;
    height: 130px;
    color: #fff;
}


/*--header--*/


#header #logo {

    width: 620px;  /* 560 */ 
    height: 70px;
    margin: 46px 0 0 30px;    /* 73 */
    background: url(images/logo.png) no-repeat top left;
    float: left;
}


#breadcrumb {

 position: absolute;
 top: 210px;    /* 143 */
 left: 30px; 

    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold; 
    letter-spacing: .75px;
    color: #8888a0;  /* 887fa5 a57f88, a0a0e0 */


}


.header-ad {

    float: right;
    width: 468px;
    height: 60px;
    margin: 60px 20px 0 0;
    border: 1px solid #113036;
}


/*-- menu --*/

#menuwrapper {
 position: absolute;
 top: 116px;    /*  116, 143 */
 left: 5px; 
}

#navmenu, #navmenuul {
    width: 920px;
    height: 45px; 
    line-height: 1;
    list-style: none;
    z-index: 200;
}

#navmenu {
    margin: 40px 0 0 0;
}

li.nmenu, li.nmega {
   position: relative;
    float: left;
    padding: 0;
    width: 130px;
    height: 45px;
    z-index: 200;
}


a.nmenu, a.nmega {     
    font-family: arial, helvetica, sans-serif;  
    font-size : 14px;
    font-weight: bold;
    display: block;
    width: 115px;
    height: 30px;   /* needed? */
    color:#87bcd2;
    text-decoration: none;
    text-align: left;
    padding: 15px 0 0 10px;
  background: url(images/button.png) no-repeat;
  margin: 0 0 0 5px;

}


a.nmega {     
  background: url(images/buttonmega.png) no-repeat;
}


a.nmenu:hover {
  color: #fff;
  background: url(images/button-hover.png) no-repeat;
}

a.nmega:hover {
  color: #fff;
  background: url(images/buttonmega1-hover.png) no-repeat;
}

li.hovering a.nmega {
  color: #fff;
    height: 36px;
  background: url(images/buttonmega-hover.png) no-repeat;
    z-index: 200;
}


div.mega {
    list-style: none;
  margin: -2px 0 0 5px;
    height: 110px; 
   position: absolute;
/*    display: block; */
    display: none; 
    width: 610px;
    background-color:#006776; 
 border-left: 1px solid green;
 border-right: 1px solid green;
 border-bottom: 1px solid green;
    z-index: 100;
}

div.mart {
    height: 130px; 
    width: 410px;
}

div.mabout {
    height: 80px; 
    width: 615px;
    left: -335px;
}


li.hovering  {
  display: block;
}

li.hovering div.mega {
  display: block;
}

div.megainner {
    float: left;
    width: 180px;
   margin: 5px 10px 5px 10px ;
}


div.mega h2 {
 color: orange;
    font-family: arial, helvetica, sans-serif;  
    font-size : 14px;
    text-align: left;
 border-bottom: 1px solid #888888;
 margin-bottom: 7px;
}

ul.inner, ul.inner li {
 list-style: none;
 list-style-type: none;
 list-style-image: none;
}


ul.inner li {
 margin-bottom: 7px;
}



/*--featured-post--*/

#featured-post {
  width: 595px;
  height: 250px;
  background: #022c33;
  background: url(images/bakgnd2.jpg) no-repeat; 
  margin: 20px 0 10px 5px;
  border: 1px solid #1b3f47; 
}


#featured-post ul{
  padding: 5px 18px 18px 18px;
}


#featured-post .featured{
/*  float: left; */
  padding: 14px 10px 0 10px;
}

#featured-post .featured h2 a {
    display: block;
    padding: 5px 0 0 0;
    letter-spacing: -1px;
}


#featured-post .featured span#f-date {

    padding: 3px 4px;
    background-color: #eae8c6;
    color: #5d5b35;
    font-size: 10px;
}

#featured-post .fimage {
  background: url(images/featured.png) no-repeat right top;
  float: right;
  width: 111px;
  height: 23px;
  margin: -12px 20px 0 0;
}

#featured-post .featured span#f-date a {
  color: #5d5b35;
}


#featured-post .featured p {
    padding: 0 10px 1.0em 5px;
    text-align: justify;
/*  padding: 5px 0 0 0; */
}


#featured-post #slider .featured p {
 /*  margin-right: 5px; */
    text-align: left;
}


#featured-post strong {
  color: #ffccff;
}



/*--front page--*/


h1#frntpgh1 {
    font: 11px Arial, Helvetica, sans-serif;
    font-weight: bold; 
    letter-spacing: .75px;
    padding: 5px 0 3px 5px;
    border-bottom: 1px solid #002222;
    color: #8888a0;  /* 887fa5 a57f88, a0a0e0 */
}


#frontpage h3 {
  font: 900 14px Arial, Helvetica, sans-serif;
  color: #87bcd2;   /* a8a8a8 989888 918e61  */
/*  letter-spacing: -1px; */
  padding-bottom: 2px;
  border-bottom:1px solid #444444;
  width:245px;
  margin-bottom: 5px;
}

#frontpage ul{
  width:245px;
  padding: 5px 18px 18px 18px;
}


#frontpage{
/*  float: left; */
  padding: 14px 10px 0 10px; 
}

#frontpage p {
    padding: 0 10px 1.0em 5px;
    text-align: justify;
/*  padding: 5px 0 0 0; */
}


#featured-post strong {
  color: #ffccff;
}


/*--post--*/



.title {
  background: #1d1f20;
  width: 600px;
  height: 40px;
}


.related {
  padding: 0;
  margin: 0;
  background: url(images/related.png) no-repeat;
  width: 130px;
  height: 10px;
}


.postinfo {

        padding: 2px 0 0 10px;
        font-size: 10px;
        color: #a57f88;
        float:left;
}



.post-comments a {

        color: #7dbcd1;
        text-decoration: none;
        font-size: 10px;
        margin-left: 5px;
        background: url(images/comments-post.png) no-repeat right;
        display:block;
        width: 30px;
        float:left;
}

.post-comments span {
        color: #888888;
        text-decoration: none;
        font-size: 10px;
        display:block;
        width: 100px;
        float:left;
        margin-left: 5px;
        margin-top: 2px;
}




.postinfo a:hover {

        color: #7bbcff;



}



.post-author {
  text-transform: uppercase;
  color: #a57f88;
  font-style:italic;
}



.post {
  width: 600px;
  float: left;
  margin: 10px 0 0 5px;
  background-color: #01191d;
  border: 1px solid #113036;
}


.post .post-info {
  float: left;
  width: 100px; 
  padding-right: 10px;
}



.post .post-info a img, .post .post-info img {
  padding: 5px;
  background-color: #dedcb9;
  border: 1px solid #a6a371;
}


ul.links {

    list-style: none;

}


.post .post-info em {
  display: block;
  font-size: 9px;
}


.post .post-info span.post-tag {
  display: block;
  border-top: 1px solid #b5b38f;
  border-bottom: 1px solid #b5b38f;
  font-size: 9px;
  padding: 3px 0;
}



.post .post-info span.post-tag a {
  text-decoration: none;
  font-weight: 900;
}


.entry {
  float: left;
  width: 590px;
  padding: 5px 0 0 10px;
}

.entry a {
    
    color: #7bbcff;
    text-decoration: none;
    
}

.entry a:hover {
    
    color: #fff;
    text-decoration:underline;

    
}

.entry h2 {
 border-bottom: 1px solid #243434 ;
 width: 95%;
 padding: 5px 0 2px 5px;
 margin-bottom: 5px;
}

.more {

    display: block;
    background: url(images/more.png) no-repeat top left;
    width: 71px;
    height: 20px;
    text-indent: -9999em;
    display: block;
    margin: 20px 70px 20px 0;
    cursor: pointer;
    float: right;
}



.more:hover {

        background: url(images/more-hover.png) no-repeat;

}



p.metadata {

    padding: 2px;
    clear: left;
    text-align: right;
    margin-top: 15px;
}



p.metadata2 {

    padding: 2px;
    background-color: #1d1f20;
    clear: left;
    text-align: right;
    width: 600px;
}



.clear {
    clear: both;
    padding: 10px 0 0 0;
}


p.clearboth {
    clear: both;
}

.metadata3 {

    font-size: 10px;
    padding-left: 10px;
}

.metadata3 a {
    
    color: #1597cb;
    font-weight:bold;   
}


.metadata3 a:hover {
    
    color: #fff;
    text-decoration: none;
    font-weight:bold;   
}


.ad-after-post {
    
    width: 600px;
    height: 60px;
    background: #01191d;
    margin: 20px 0 0 5px;
    float:left;
    border: 1px solid #113036;
}

/*--right-col--*/


/*--call email--*/

div.atariside {
    float: left;
    width: 220px;
    height: 50px;
    background: url(images/atari.png) no-repeat left;
    margin: 0 0 15px 20px;
}

div.fdtdside {
    float: left;
    width: 180px;
    height: 50px;
    background: url(images/fdtd1.jpg) no-repeat right;
    margin: 0 0 20px 40px;
}

div.fdtdside a {
    float: left;
    text-align: center;
    text-decoration: none;
}

div.callemail {

    float: left;
    width: 230px;
    height: 70px;
    background: url(images/call1.jpg) no-repeat left;
    margin: 0 0 20px 20px;
}

div.callemail a, div.atariside a {
    float: right;
        text-align: center;
    text-decoration: none;
}

div.callemail2 {
  height: 29px;
  width: 520px;
  background: url(images/call1.jpg) no-repeat center left; 
  padding: 3px 0px 0px 45px;
  background-color: #002838;
  margin-top: 5px;
  margin-bottom: 5px;
}

/*-- end callemail--*/


/*--Social media--*/



/*--feed--*/

.feed {
    float: left;
    width: 200px;
    height: 111px;
    background: url(images/rss.png) no-repeat left;
    margin: 5px 0 30px 20px;
}

.rss-posts {
    float: left;
    width: 20px;
    display:block;
    padding: 0 0 0 20px;
    margin: 4px 0 0 120px;
    background: url(images/rss-icon.png) no-repeat;
}

.rss-comments {
    float: left;
    width: 20px;
    display:block;
    padding: 0 0 0 20px;
    margin: -10px 0 0 120px;
    background: url(images/rss-icon.png) no-repeat;
}


p.facebook {
    float: left;
    width: 20px;
    display:block;
    padding: 0 0 0 25px;
    margin: -4px 0 0 115px;
    background: url(images/facebook.png) no-repeat left;
}

p.twitter {
    float: left;
    width: 20px;
    display:block;
    padding: 0 0 0 25px;
    margin: 4px 0 0 115px;
    background: url(images/twiter.png) no-repeat left;
}

p.linkedin {
    float: left;
    width: 20px;
    display:block;
    padding: 0 0 0 25px;
    margin: 4px 0 0 115px;
    background: url(images/linkedin.png) no-repeat left;
}





.rss-posts a, .rss-posts a:hover, .rss-comments a, .rss-comments a:hover , p.facebook a:hover, p.twitter a:hover , p.linkedin a:hover {
    
    text-decoration: none;
}

/*--feed--*/

#searchform {

    width: 270px;
    float: right;
    height: 45px;
    margin: 20px 5px 0 0;
}


#searchform form {

    float: left;
    width: 270px;
    margin: 10px;
    display: inline;
}



#searchform form input#s {

    width: 221px;
    background: url(images1/formnew.png) no-repeat top left;
    height: 25px;
    border: 0;
    float: left;
    margin: 0;
    padding: 5px 0 0 7px;
  font-weight:bold;
}



#searchform form input#searchsubmit {

    width: 26px;
    background: url(images1/search.png) no-repeat center left;
    height: 27px;
    border: 0;
}



/*--sidebar1--*/

.ads {
    
    float: left;
    margin: 0 0 10px 10px;
    width: 280px;
    padding: 0;
    }

.video {
    
    float: left;
    margin: 20px 0 20px 0;
    border: 1px solid #101d20;
    padding: 10px;
}

#sidebar h3 {

    text-align: center;
    border-top: 1px solid #a6a371;
    border-bottom: 1px solid #a6a371;
    background-color: #dedcb9;
    margin-bottom: 15px;
}


#socialb {

    width: 200px;
    height: 40px;
    float: left;
    margin: 0 0 10px 190px;
}

#socialb ul li {
    list-style: none;
    display:inline;
    float:left;
    margin-left:5px;
    
}

#socialb ul li a:hover {

    border: none;

}

#socialb a.delicious {

    display: block;
    width: 30px;
    height: 30px;
    background: url("images/delicious.png") 0 0 no-repeat;
    text-decoration: none;
}



#socialb a:hover.delicious {

    background-position: 0 -34px;

}

#socialb a.digg {

    display: block;
    width: 30px;
    height: 30px;
    background: url("images/digg.png") 0 0 no-repeat;
    text-decoration: none;
}



#socialb a:hover.digg {

    background-position: 0 -34px;

}


#socialb a.stumble {

    display: block;
    width: 30px;
    height: 30px;
    background: url("images/stumble.png") 0 0 no-repeat;
    text-decoration: none;
}



#socialb a:hover.stumble {

    background-position: 0 -34px;

}

#socialb a.reddit {

    display: block;
    width: 30px;
    height: 30px;
    background: url("images/reddit.png") 0 0 no-repeat;
    text-decoration: none;
}



#socialb a:hover.reddit {

    background-position: 0 -34px;

}



#sidebar ul {

    list-style: none;

}



#sidebar1 {

    float: left;
    width: 160px;
    padding-right: 10px;
}



#sidebar2 {

    float: left;
    width: 310px;
}



#sidebar ul {
    


}



#sidebar ul li {

    float: left;
    width: 310px;
    margin-bottom: 10px;
}



#sidebar ul li h2 {

    padding: 10px 0 0 17px;
    font: 14px Arial, Helvetica, sans-serif;
/*  color: #0c0202; */
/*  color: #003333; */
  color: #003333;
    width: 270px;
    height: 23px;
   font-weight:bold;
   letter-spacing: .5px;
   line-height: 20px;
    background: url(images/h2.png) no-repeat;
}



#sidebar ul li ul {

}



#sidebar ul li ul li {

    float: left;
    width: 290px;
    border: 0;
    margin-bottom: 0;
    padding-top: 5px;
    margin: 2px 0 0 20px;
}



#sidebar ul li ul li a {

    text-decoration: none;
    color: #7bbcff;
    font-family: Verdana, Arial;
    background: url(images/li.png) no-repeat left;
    line-height: 20px;
    padding-left: 15px;

}



#sidebar ul li ul li a:hover {

    color: #fefefe;
    background: url(images/li3.png) no-repeat left;
/*  background: url(images/li-hover.png) no-repeat left; */
    }



/*--comments--*/

#comments {
    margin-top: 15px;
    float: left;
    width: 600px;
}


h3#comment-title, h3#respond-title {
    color: #87bcd2;
    font-weight: bold; 
    font-size: 24px;
    font-family: "Times New Roman", serif;
    margin-top: 5px;
    margin-bottom: 5px
}



#comments ol{
    float: left;
    width: 590px;
    list-style: none;
    padding: 5px;
    background-color: #001820;
}

#comments ol li {
    float: left;
    list-style: none;
    padding: 5px 0 5px 0;
    background-color: #204058;  /* 183649 002830 */
        border: 1px solid #2c6d89;
    margin-bottom: 5px;
}

#comments ol li .comment-data {

    float: left;
    width: 475px;
    margin: 0 5px 0 5px;
    background-color: #183c48;   /* 163447 082830 081828 001818, 1d0f01 */
    padding: 5px 5px;
    min-height: 120px;
    overflow: auto;
    border: 1px solid #305068; 
    color: #bbdbe9;    /* was ffc0c0 */
}


/*
#comments ol li.alt .comment-data {
    overflow: visible;
    margin-top: -1px;
    margin-bottom: -2px;
    
}
*/



#comments ol li .comment-info {

    width: 86px;
    float: left;
    text-align: left;
    padding: 0 2px 0 2px;
    font-size: 10px;
    line-height: 12px;
}



#comments ol li .comment-info a img {

    border: 0;
    margin-bottom: 5px;

}



#comments ol li .comment-info a {

    text-decoration: none;

}

img.avatar {
    border: 1px solid #00aaaa;
    margin: 0 0 3px 3px;
}

/*--respond--*/


#respond {
    padding-top: 30px;
    margin-top: 15px;
    float: left;
    width: 600px;
}



#respond p {
    padding: 2px 0;
}


#respond textarea, #respond input.name, #respond input.aemail, #respond input.aurl {
    background-color: #bdcdd4;  /* d8c8d8 was c0bcd0 eoeoeo 1d0f01 */
    padding: 2px 2px 2px 2px;
    border: 2px solid #2c6d89;
    margin-left: 5px;
    color: #000000;   /* was ffc0c0 */
    font: 12px Verdana, Arial, Helvetica, sans-serif;
        font-weight:normal;
}

#respond textarea:focus , #respond input.name:focus , #respond input.aemail:focus , #respond input.aurl:focus {
    background-color: #f4f4f4;    /* ddedf4 f4eddd fofofo f0f7c2 */
}

/*--footer--*/

#footer .footer-text {

    width: 960px;
    height: 131px;
    background: url(images/footer.png) no-repeat top;
    margin: 10px auto;
}



#footer .copytext { 

        padding: 15px 0 0 10px;
        font-size: 10px;
}



#footer .copytext a { 

    color: #7bbcff;
    text-decoration: none;
}



#footer .copytext a:hover { 

        color: #fff;
}





#footer .footer-text span {

    float: left;
    width: 600px;
}



#footer .footer-text em {

    float: left;
    width: 360px;
    text-align: right;
}



/*--widget-formatting*/

.textwidget {

    padding: 5px;
}



#tag_cloud .widgettitle, .widget_text .widgettitle, .widget_calendar .widgettitle {

    text-align: left;
    border-bottom: 1px solid #fff;
}



#tag_cloud {

    text-align: center;

}



ul#recentcomments li.recentcomments {

    width: 150px;
    font-weight: 900;
    border-top: 1px solid #BBB875;
    padding: 2px 4px;
}



ul#recentcomments li.recentcomments a {

    border:0 ;
    width: 150px;
    font-weight: 400;
}



ul#recentcomments li.recentcomments a:hover {

    background-color: #D7D39A;
}



#calendarwrap {
    clear:both;
    padding: 5px 0 5px 0;
    background-color: #002830; /* 002222 */
    border: 1px solid #1b5050;
    margin: 0 0 15px 10px;
    width: 260px;
    color: #fff;
}



#wp-calendar {
/*
    width: 150px; */
    margin: 0 auto;
}

#wp-calendar tbody td,  #wp-calendar th {
    width: 2.5em;
    text-align: center;
}

#wp-calendar tbody a {
    text-decoration: none;
    padding: 1px 2px;
    background-color: #6020c0;

}

#wp-calendar tbody a:hover {
    background-color: #800080;
}



#prev {

    text-align: left;

}



#prev a {

    text-decoration: none;
    padding: 1px 2px;
    background-color: #118888;
  color: #003333;
}



#next {

    text-align: right;
}



#next a {

    text-decoration: none;
    padding: 1px 2px;
    background-color: #D7D39A;
    color: #b63d13;
}


#wp-calendar #today {
  color: #00ffff;
}


/*--navigation--*/



.navigation {

    float: left;
    width: 600px;
    margin: 20px 0 0 0;
}





.navigation .previous {

    float: left;
    display:block;
    text-indent: -9999em;
    background: url(images/previous.png) no-repeat;
    width: 128px;
    height: 30px;
    margin: 0 0 20px 5px;
    cursor:pointer;

}

.navigation .previous:hover {
    
    background: url(images/previous-hover.png) no-repeat;
}



.navigation .next {

    float: right;
    display:block;
    text-indent: -9999em;
    background: url(images/next.png) no-repeat;
    width: 111px;
    height: 28px;
    margin-bottom:20px;
    cursor:pointer;
}

.navigation .next:hover {
    
    background: url(images/next-hover.png) no-repeat;
}

.navigation .previous-post {

    float: left;
    display:block;
    text-indent: -9999em;
    background: url(images/previous-post.png) no-repeat;
    width: 128px;
    height: 30px;
    margin: 0 0 20px 5px;
    cursor:pointer;

}

.navigation .next-post {

    float: right;
    display:block;
    text-indent: -9999em;
    background: url(images/next-post.png) no-repeat;
    width: 84px;
    height: 28px;
    margin: 0 5px 20px 0;
    cursor:pointer;

}

/*--gallery--*/



p.attachment {

    text-align: center;
    padding: 15px 10px;
    background-color: #1a1b1d;
    border: 1px solid #29323a;
    margin-left: 5px;
}

p.attachment a img {

    padding: 3px;
    background-color: #fff;
    border: 1px solid #7bbcff;
}



.navigation a img {

    padding: 3px;
    background-color: #fff;
    border: 1px solid #7bbcff;
}



.gallery-item a img {

    padding: 3px;
    background-color: #fff;
    border: 1px solid #7bbcff;
}



.gallery-item a:hover img {

    border: 1px solid black;

}



.gallery-caption {

    font-size:11px;
    line-height:14px;
    margin-left:0pt;
    padding-bottom:10px;
    color: #7bbcff;
}

.caption {
    
    margin-left: 10px;

}

.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: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}



.wp-caption img {

   margin: 0;
   padding: 0;
   border: 0 none;
}



.wp-caption p.wp-caption-text {

   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* dougsblue additions */


pre {
    color: #f0f0f0;
    font-weight: bold; 
    font-size: 14px;
    font-style: normal;
    line-height: 17px;
    width: 90%;
    border: 1px solid #228888;
    padding: 10px 5px 10px 10px;
    clear: both;
    margin: 10px auto 10px auto;
    font-family: monospace, sans-serif;
}

img.leftnoborder {
    border: none;
    float: left;
    margin: 10px 10px 10px 10px;
}

img.rightnoborder {
    border: none;
    float: right;
    margin: 10px 10px 10px 10px;
}

img.floatleft {
    border: 1px solid #00cccc;
    float: left;
    margin: 10px 10px 10px 10px;
}


img.nofloat {
    border: 1px solid #00cccc;
    margin: 10px 10px 10px 10px;
}

img.noborder {
    border: none;
    margin: 10px 10px 10px 10px;
}


img.floatright {
    border: 1px solid #00cccc;
    float: right;
    margin: 10px 10px 10px 10px;
}


div.sitemap ul {
    list-style-type: square;
    padding: 0 0 0 0px;
}

table.toccolours {
    border: 1px solid #228888;
}

table.toccolours ul {
    color: #11aaaa;
    list-style-type: square;
    padding: 5px 10px 10px 20px;
}

table.toccolours h2 {
 border-bottom: none;
 padding: 5px 0 0px 5px;
 margin-bottom: 0px;
}

hr {
    border: 0;
    height: 1px;
    background-color: #004050;
    color: #004050;
    margin: 30px 10px 0px 10px;
}

hr.tiny30 {
    width: 30%;
    margin: 30px auto 0px auto;
}

fieldset#contactform {
    background-color: #01363f;
    border: 1px solid #228888;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}

fieldset#contactform span {
  color: #ffff80;
}

table.stdrd {
    border: 1px solid #228888;
}

table.stdrd td, table.stdrd th {
    padding: 2px 5px 2px 5px;
    text-align: center;
}
 table.stdrd th {
    border-bottom: 1px solid #228888;
}





table.stdrd1 {
    border-top: 1px solid #228888;
    border-left: 1px solid #228888;
    background-color: #01363f;
 border-collapse: collapse;
  margin-bottom: 15px;
}

table.stdrd1 td, table.stdrd1 th {
    border-right: 1px solid #228888;
    border-bottom: 1px solid #228888;
    padding: 2px 5px 2px 5px;
    text-align: left;      
}

table.stdrd1 td.heading {
    text-align: center;      
  color: #88cccc;                   
}

table.stdrd1 th, table.stdrd1 tr.totals {
  color: #88cccc;                   
}

.specialprice {
  color: #ff4444;                   
}

table.stdrd1 td.secondary {
    padding-left: 20px;
}

table.stdrd2 {
    font-size: 10px;
   line-height: 16px;
  margin-right: 5px;
}


div.homelink, div.homelink a {
  text-align: center; 
  color: #cccccc;
  text-decoration: none;
}

div.homelink a:hover {
  text-decoration: none;
  color: #dddddd;
}




/* Banner */


ul.dots {
margin:8px 0 0 0;
float:right;
display:none;
}

ul.dots li {
float:left;
display:block;
padding:0px;
margin:0 0 0 8px;
}

ul.dots li.dot a {
background:url(images1/dot.png) no-repeat;
width:11px;
height:11px;
float:left;
display:block;
padding:0px;
margin:0px;
}

ul.dots li a {
padding:0px;
margin:0px;
}

ul.featuredDots li.dot a {
background:url(images1/dotWhite.png) no-repeat;
}

ul.dots li a {
float:left;
display:block;
line-height:11px;
height:11px;
margin:0 0 0 8px;
}



#banner {
    width: 960px;
    height: 270px; 
    float: left; 
    margin-top: 6px;
  border: 1px solid #216066; 
    display:block;
    position:relative;
}



#banner a {
color:#FFF;
text-decoration: none;
}

#banner a:hover {
color:#ccc;
}


#banner .excerpt a {
color:#bbf;
}

#banner .excerpt a:hover {
color:#ccc;
}


ul#featuredbanner {
width:960px;
height:270px;
overflow:hidden;
display:block;
}

ul#featuredbanner li {
width:960px;
height:270px;
overflow:hidden;
position:absolute;
top:0px;
left:0px;
display:none;
}

ul#featuredbanner li.slide1 {
display:block;
}

ul#featuredbanner li img.image {
position:absolute;
top:0px;
left:0px;
z-index:1;
}

ul#featuredbanner li .fadeOverlay {
background:url(images1/featuredOverlay.png) repeat-y 590px top;
width:960px;
height:270px;
display:block;
position:absolute;
top:0px;
right:0px;
z-index:2;
}

ul#featuredbanner li blockquote {
display:block;
position:absolute;
z-index:3;
top:20px;
left:620px;
width:310px;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

ul#featuredbanner li h2 {
margin:0 0 10px 0;
}

ul#featuredbanner li h2 a {
color:#FFF;
text-decoration: none;
font-weight:normal;
font-size: 20px;
}

ul#featuredbanner li p {
color:#CCC;
font-size:12px;
margin:0 0 10px 0;
letter-spacing:0.5px;
}

ul#featuredbanner li p.credit {
padding-left:0px;
z-index:3;
font-size:13px;
display:block;
position:absolute;
bottom:15px;
left:30px;
margin:0px;
color:#fff;
}

ul.featuredDots {
z-index:10;
bottom:20px;
right:20px;
display:block;
position:absolute;
}


#themegallery table {
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: #808080;
}

#themegallery td {
    text-align: center;
  color: #ccddff;
    line-height: 14px;
    font-size : 12px;
    vertical-align: middle;
    padding: 2px 2px 2px 2px;
/*    border: 1px inset;  */
    border-color: #808080;
} 

#themegallery img {
    padding: 0px;
    margin-bottom: 4px;
    border: 1px solid;
    border-color: #a0a0ff;
}


p#youtube1 {
 clear:both; 
 margin:0 0 0 50px;
}

p#youtube1 img {
 border:0;
 padding:0;
 margin:0;
}

p#youtube1 img:hover {
 opacity:0.7;
}

div#roiresults {
  margin: 10px 5px 5px 5px;
  color: #ccddff;
  border: 1px solid #a0a0ff;
  background-color: #3a2b1d;
}

div#roiresults table, div#roiresults td, div#roiresults th {
  border: 1px solid #a0a0ff;
  padding: 5px 5px 5px 5px;
}




