html {
  margin: 0;
  font-size: 75%;
  font-family: Arial, Lucida Grande, Verdana, sans-serif;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
}

a {
  color: #58005F;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #adadad;
}

a img {
  border: 0;
}

p, h1, h2, h3 {
  margin-top: 0;
}


#main {
  position: relative;           
  width: 965px;
  margin: 0 auto 0 auto;
  background-color: #FFF; 
  
}

#makers {
              color: #999;
              font-size: 1em;
              position: absolute; 
              font-weight: bold;
              top: 160px; 
              left: 780px;
              z-index: 35;
}

#makers a {
                 color: #FF66CC;
}

#makers a:hover {
                 color: #EE599C;
}

/* HEADER */

#header {
  position: relative;
  height: 106px;
  width: 962px;
  background: url(http://www.shinystyle.tv/images/headerbg.jpg) top left no-repeat #fff;
  clear: both;
  margin-bottom: 20px;
  
}

#header #headerimage {
  bottom: 0px;
  float: left;
  margin-right: 0em;
}

#click {
float: left;
position: absolute;
left: 70px;
top: 90px;
z-index:2;
height: 80px;
width: 300px;
}

#clickperm {
float: left;
position: absolute;
left: 70px;
top: 40px;
z-index:2;
height: 80px;
}
/* TOP NAV */



ul#topnav { 
             
             padding-top: 83px;
             list-style-type: none;
             margin: 0 0 -6px 0;
             margin-bottom: 15px;
             padding-left: 10px;
             position: absolute;
             top: 28px;
             float: left;
             width: 952px;
             background: url(http://www.shinystyle.tv/images/topnavbg.gif);   
             font-weight: bold;

             
             
}


ul#topnav li {
font-family: Arial, Lucida Grande, Verdana, sans-serif;
font-size: 0.9em;
float: left;
border-right: 1px #fff;
background-image: url(http://www.shinystyle.tv/images/navbutton.jpg);
/* padding: 0.2em; */
margin: 0px 2px 0px 2px; /*spaces between tabs */

}





ul#topnav a:link, 
     ul#topnav a:visited {
                     display: block;
                     color: #000;
                     background-image: url(http://www.shinystyle.tv/images/navbutton.jpg);
                     padding: 4px;
                     text-decoration: none;
                     border-right: 1px #fff;
                     border-left:1px #fff;
                             
}  


ul#topnav a:active, ul#topnav a:hover
      {
                     color: #FFF;
                     text-decoration: none;
                     background-image: url(http://www.shinystyle.tv/images/navbuttonhover.jpg);
                     border-right: 1px #fff;
                     border-left:1px #fff;
}




ul#topnav li.cur {
border-bottom: 1px solid #FFF;
border-top: 1px solid #fff;
border-top: 1px solid #fff;
border-top: 1px solid #fff;
}

ul#topnav li.cur a:link, ul#topnav li.cur a:visited {
background-image: url(http://www.shinystyle.tv/images/navbuttonhover.jpg);
color: #000;
}

html > body #search2 {
                    float: right;
                    clear: right;
                    width: 285px;
                    padding-top: 0.4em;
                    padding-right: 10px;
                    padding-top: 90px;
}

#search2 {
                    float: right;
                    clear: right;
                    width: 285px;
                    padding-top: 0.4em;
                    padding-right: 10px;
                    padding-top: 100px;

}

.searchbutton2 {
                      background-color: #000;
                      width: auto;
                      height: 20px;
                      color: #FFF;
                      font-family: Trebuchet MS, Helvetica;
                      font-size: 0.9em;
                      border: 0px;
                      cursor: pointer;
}
.search {
           font-size: 11px;
           color: #000;
           position: absolute;
           align: right;
           top: 265px;
           right: 10px;
           z-index: 30;
           width: auto;

}
.searchbutton {
                      background-color: #000;
                      width: auto;
                      height: 20px;
                      color: #FFF;
                      font-family: Trebuchet MS, Helvetica;
                      font-size: 0.9em;
                      border: 0px;
}


/* PRICEGRABBER */

#pricegrabber {

width: 300px;
  float: left;
  background-color: #FFFFFF;
  margin-right: 0px;
  margin-left: 5px;


}

/* POSTS */

#posts {
  width: 463px;
  float: left;
  background-color: #FFFFFF;
  margin-right: 0px;
  margin-top: 20px;
  margin-left: 0px;
} 
/*
.player {
  width: 465px;
  height: 182px;
  margin-bottom: 10px;
  background-image: url (http://www.shinystyle.tv/images/shinyplayer.jpg);
}
*/

html > body #posts {
  width: 463px;
  margin-right: 10px;
  margin-left: 0px;
}

.banner {
             width: 460px;
             margin-bottom: 20px;
}

.button {
            background: url (http://www.shinystyle.tv/images/sendbutton.jpg) no-repeat center top #000;
            color: #fff;
            font-size: 6pt;
            width: 52px;
            height: 18px;
}


.textbox {
             background-color: #000;
             color: #fff;
             font-size: 10pt;
             width: 110px;
             height: 18px;
             border: 0;
            
}

.post {
  width: 461px;
  margin-bottom: 30px;
  overflow: hidden;
  border-left: 1px solid  #adadad; 
  border-right: 1px solid  #adadad; 
  border-bottom: 1px solid  #adadad; 
  background: url('http://www.shinystyle.tv/images/postgrad.gif') top left repeat-x #fff;
}

html > body .post{
  width: 461px;
  margin-right: 10px;
}


#posts h2 {
  padding: 10px 10px 20px 10px;

  color: #FFF;
  font-size: 12pt
  font-weight: bold;
  margin-bottom: 10px;
}

#posts h3 {
  padding: 10px 10px 20px 10px;
  color: #333;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
}


.post p img  { 
                    margin: 0px 10px 15px 0px;
                    float: left;
                    clear: left;
                    border: 6pt solid #EFEFEF; 
                    padding: 0px;
}
                 



.post p {
  color: #333;
  margin-left: 10px;
  padding-right: 10px;
  margin-bottom: 0.8em;
}

.meta {
  background-color: #efefef;
  padding: 5px;
  margin-right: 10px;
  margin-left: 10px;
  font-size: 0.99em;
  color: #333;
  margin-bottom: 10px;
  border-top: 1px dashed #555555;
}

.continuereading {
                          background-color: #58005f;
                          background-repeat: no-repeat;
                          height: 20px;
                          width: 130px;
                          clear: both;
                          margin-top: 10px;
                          color: #FFFFFF;
                          padding-left: 0.9em;
                          padding-top: 0.5em;
                          font-weight: bold;
                          border: 1px solid #adadad;
                          
}

/* END POSTS */

/* PAGINATION */


.pagination .pa_current {
                                   display: table-cell;
                                   text-align: center;
                                   float: left;
                                   font-size: 1em;
                                   height: 19px;
                                   width: 22px;
                                   background-color: #58005F;
                                   border: 1px solid #58005F;
                                   color: #fff;
                                   font-weight: bold;
                                   padding-top: 3px;
                                   margin: 0 4px 0 0;
}

.pagination .pa_link {
                                   display: table-cell;
                                   text-align: center;
                                   float: left;
                                   font-size: 1em;
                                   height: 19px;
                                   width: 22px;
                                   background-color: #fff;
                                   border: 1px solid #000;
                                   color: #444;
                                   padding-top: 3px;
                                   margin: 0 4px 0 0px;
                                   font-weight: normal;
}

.pagination .pa_link:hover {
                                   display: table-cell;
                                   text-align: center;
                                   float: left;
                                   font-size: 1em;
                                   height: 19px;
                                   width: 22px;
                                   background-color: #58005F;
                                   border: 1px solid #58005F;
                                   color: #fff;
                                   font-weight: bold;
                                   padding-top: 3px;
                                   margin: 0 4px 0 0;
}






.pagination .pa_prev {
                                   display: table-cell;
                                   text-align: center;
                                   float: left;
                                   font-size: 1em;
                                   height: 19px;
                                   color: #444;
                                   font-weight: bold;
                                   padding: 0;
                                   margin: 0 4px 0 0px;
}

.pagination .pa_prev:hover {
                                   color: #58005F;
}

.pagination .pa_next {
                                   display: table-cell;
                                   text-align: center;
                                   float: left;
                                   font-size: 1em;
                                   height: 19px;
                                   color: #444;
                                   font-weight: bold;
                                   padding: 0;
                                   margin: 0 0px 0 4px;
}

.pagination .pa_next:hover {
                                   color: #58005F;
}

   
.pagination {
                  height: 22px;
                  margin: 0 0 30px 0; 
                  width: auto;                         
}

.pagination p {
                     height: 22px;
                     float: left;
                     font-size: 1em;
                     color: #444;
                     font-weight: normal;
                     padding-top: 0px;
                     margin: 0 4px 0 0px
}

.pagination p.button {
                     height: 22px;
                     float: left;
                     font-size: 1em;
                     color: #444;
                     font-weight: normal;
                     padding-top: 3px;
                     margin: 0 4px 0 0px
                     width: 100px;
}
.pagination p.begin {
                     height: 19px;
                     display: table-cell;
                     vertical-align: middle;
                     float: left;
                     font-size: 1.1em;
                     color: #999;
                     font-weight: bold;
                     padding-top: 3px;
                     margin: 0 10px 0 0px;
}

.pagination p.end {
                     height: 19px;
                     display: table-cell;
                     vertical-align: middle;
                     float: left;
                     font-size: 1.1em;
                     color: #999;
                     font-weight: bold;
                     padding-top: 3px;
                     margin: 0 0 0 4px;
}


/* COMMENTS */

.commentbox  {
background-color:#EFEFEF;
padding:8px;
margin: 0 10px 10px 10px;
width: auto;
}

p.posted {
          font-weight: bold;
          margin: 0px;
}

/* END COMMENTS */

/* CAPTCHA CODE */
.field img {
            margin-bottom: 10px;
}

input#captcha_code {        
            background-color: #E7F0F6;
            border: 2px solid #ddd;
            width: 146px;
            height: 21px;
}

/* END CAPTCHA CODE */


/* SIDEBAR */

#sidebar {
width: 479px; 
float: right; 
margin-left: 0px;
margin-right: 0px;
  margin-top: 20px;
}
/*
html > body #sidebar {
  width: 479px;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 20px;
}
*/



#sidebar .mail {
  width: 462px;
  height: 113px;
  background: url('http://www.shinystyle.tv/images/mail.gif') top left no-repeat #fff;
  margin-bottom: 20px;
  color: #AA0103;
  font-size: 16pt;
  font-weight: bold;
}



/* ADVERTS AND LINKS */




#advertise {
  width: 479px;
  border-left: 1px solid  #adadad;
  border-right: 1px solid  #adadad;
  border-bottom: 1px solid  #adadad;
  border-top: 1px solid  #adadad;
  margin-bottom: 20px;
  clear: both; 
    background: url('http://www.shinystyle.tv/images/postgrad.gif') top left repeat-x #fff;

}


#advertise .sbthin {
  width: 160px;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 15px;
  float: left;
}

html > body #advertise .sbthin {
  
  width: 160px;
  margin-left: 3px;
}

#advertise .sbfat {
  width: 300px;
  padding-left: 3px;
  margin-top: 15px;
  border-left: 2px dotted  #adadad;
  float: left;
}  


#sidebar h2 {
   color: #333;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 0.6em;
}



#sidebar h3.mailing {
   color: #FFF;
  font-size: 7pt;
  margin-bottom: 10px;
}

#sidebar h2.info {
  padding: 15px 20px 15px 20px;
  
   color: #FFF;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 20px;
}

#sidebar h3 {
  color: #333;
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0px 20px 0px 20px;
}


#sidebar .link {
  margin-bottom: 20px;
}

#sidebar .tint {
  padding: 10px;
  border-top: 1px dashed #adadad;
  margin-bottom: 20px;
  background-color: #EFEFEF;
 }

#sidebar .untint {
  border-top: 1px dashed #adadad;
  margin-bottom: 20px;
  padding-top: 10px;
 }

#sidebar img.smallbanners {
  margin-left: 16px;
  margin-bottom: 5px;
}





/* END SIDEBAR */




  
/* LEADER */ 

#leader {
             position: relative;
             width: 962px;
             background-color: #EFEFEF;
             clear: both;
             text-align:center;
             margin-top: 10px;
             margin-bottom: 0px;
             padding: 5px 0 5px 0;
}


/* ROUNDED CORNERS */


.trc {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url('http://www.shinystyle.tv/images/topr.gif');
  left: 448px;
  bottom: 0px;
  overflow:hidden;
  z-index: 10;
  top: 0px;
}

.tlc {
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: url('http://www.shinystyle.tv/images/topl.gif');
  left: -1px;
  bottom: 0px;
  overflow:hidden;
  z-index: 10;
  top: 0px;
}

.botsb {
  position: relative;
  width: 464px;
  height: 16px;
  background-image: url('http://www.shinystyle.tv/images/botsb.jpg');
  background-repeat: no-repeat;
  background-color: #FFF;
  z-index: 10;
  left: -1px;
  top: 1px;
  bottom: 0px;
 border-bottom: 1px solid #adadad;
   border-left: 1px solid #adadad;
 border-right: 1px solid #adadad;
 width: 462px;
}
  
.bot {
  position: relative;
  width: 465px;
  height: 15px;
  background-image: url('http://www.shinystyle.tv/images/bot.jpg');
  background-repeat: no-repeat;
  background-color: #FFF;
  z-index: 10;
  left: -1px;
 border-bottom: 1px solid #adadad;
 border-left: 1px solid #adadad;
 border-right: 1px solid #adadad;
 width: 463px;
}


.botinfo {
  position: relative;
  width: 464px;
  height: 16px;
  background-image: url('http://www.shinystyle.tv/images/botsb.jpg');
  background-repeat: no-repeat;
  background-color: #FFF;
  z-index: 10;
  left: -1px;
  top: 210px;
  bottom: 0px;
   border-bottom: 1px solid #adadad;
    border-left: 1px solid #adadad;
 border-right: 1px solid #adadad;
 width: 462px;
}
  


/* SHINY/BLOG INFORMATION */


#infobox {
  width: 462px;
  border-left: 1px solid  #adadad;
  border-right: 1px solid  #adadad;
  border-bottom: 1px solid  #adadad;
  margin-top: 0px;
  margin-bottom: 50px; 
  clear: both;
  padding: 0px 0px 20px 0px;
  height: 310px;
  background: url('http://www.shinystyle.tv/images/infograd.gif') top left repeat-x #fff;
}



#infobox ul {
  list-style-type: none;
  padding: 0 20px 0px 20px;
  margin: 10px 0px 10px 0px;
}

ul#tabinfo {
list-style-type: none;
margin: 0pt 0pt -1px;
width: 100%;
cursor: pointer;
}

ul#tabinfo li {
background-color: #fff;
border: 1px solid #adadad;
float: left;
margin: 2px 3px -1px 3px;
padding: 0;
display: block;
cursor: pointer;
}

ul#tabinfo a {
background-color:#fff;
color: #adadad;
display: block;
padding: 4px;
text-decoration: none;
cursor: pointer;
}

ul#tabinfo a.active, ul#tabinfo a.active:hover {
background-color: #adadad;
color: #fff;
display: block;
cursor: pointer;
}


/* LATEST STORIES */

#latest {
  position: relative;
  width: 962px;
  height: 1238px;
  background-color: #EFEFEF;
  padding: 20px 0 20px 0;
  margin: 0px;
}

/* FOOTER */

#footer {
  clear: both;
  font-family: Arial, Lucida Grande, Verdana, sans-serif;
  background-color: #DDDDDD;
  color: #444;
  padding: 6px;
  text-align: center;
  font-size: 0.9em;
  position: relative;
  z-index: 1;
  bottom: 0px;
}


#footer a {
 color: #58005f;
}

#footer a:hover {
 color: #58005f;
 text-decoration: underline;
}

#stylegirl {
           position: absolute;
           align: left;
           top: 64px;
           left: -15px;
           z-index: 30;
 
}

html > body #stylegirl {
           position: absolute;
           align: left;
           top: 60px;
           left: -15px;
           z-index: 30;
 
}

#browse {
  
  position: absolute;
  top: 185px;
  right: 10px;
  width: 462px;
  height: 50px;
  background: url('http://www.shinystyle.tv/images/browse.gif') top left no-repeat #fff;
  margin-bottom: 20px;
  z-index: 1;
}


/********* GALLERY *************/
   

img.galpostpic {
             margin: 10px 0px 20px 30px;
}


#gtop {
       float: left;
       width: 790px;
}

             
#mainpic { /* main image */
  width: 480px;
  float: left;
  margin: 0px;
  overflow: hidden;
}

#mainpic img { /* main image */
  margin: 0px;
}

.description {
background-color:#888;
color:#FFFFFF;
margin: 0px 0px 10px 0px;
padding:5px;
width:470px;

}


#gallerypost h2 {
color: #5C8DBD;
font-size: 15pt;
font-weight: bold;
}

#thumb {
float: right;
margin-left: 4px;
width: 300px;
align: center;
}

#thumb img {
width: 80px;
margin: 0 2px 10px 2px;
border: 1px solid #CCC;
padding: 4px;
}



#gsky {
  width: 160px;
  margin-left: 5px;
  float: right;
}  


#gmpu {
       width: 300px;
       clear: both;
}


#gmpu img {
       width: 300px;
       border: 0;
       padding: 0;
}




/* GALLERY PAGINATION */

.paginate {
float: left;
width:160px;
height: 22px;
margin: 0px;
}

#photoview {
  width: 400px;
  margin-bottom: 20px; 
  clear: both;
  height: auto;
  padding: 0px 0px 20px 0px;
}


#photoview ul {
  list-style-type: none;
  padding: 0 20px 0px 0px;
  margin: 10px 0px 10px 0px;
}

ul#phototab {
list-style-type: none;
margin: 0pt 0pt 10px -1px;
width: auto;
height: auto;
cursor: pointer;
float: left;
  padding: 0 0 5px 0;
}

ul#phototab li {
background-color: #fff;
border: 1px solid #DDD;
float: left;
margin: 2px 3px -1px 3px;
padding: 0;
width: 100px;
height: 70px;
display: block;
cursor: pointer;
float: left;
}

ul#phototab a {
background-color:#fff;
color: #DDD;
display: block;
padding: 4px;
text-decoration: none;
cursor: pointer;
}

ul#phototab a.active, ul#phototab a.active:hover {
background-color: #DDD;
color: #DDD;
display: block;
cursor: pointer;
}

/****** advertorial *****/

.advertorial {
background: url('http://www.shinystyle.tv/images/nikon-advertorial.jpg') 0 0 no-repeat #fff;
width: 443px;
height: 270px;
padding: 140px 10px 10px 10px;
color: #fff;
}

.advertorial a:link, .advertorial a:visited, a.advertorial:hover  {
color: #CCCCFF;
}

.advertorial h2 {
margin-bottom: 10px !important;
padding: 0 !important;
}

h1.ad-sponsor {
display: block;
font-weight: bold;
height:  40px;
font-size: 1.4em;
padding-left: 35px;
background: url('http://www.tvscoop.tv/images/nikon-logo.jpg') 0 0px no-repeat #fff;
}


