/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font-size:100%}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Elements----*/

body {
  background: #fff;
  font: normal 62.5% freesans, helvetica, arial, san-serif;
  color: #000;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: #d83597;
}

a:hover {
  text-decoration: underline;
   color: #000;
}
/*----End Elements----*/
/*---------------------------------------------------------------------*/
/*----framework----*/
.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
}

#container {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 30px;
  border: 1px solid #ccc;
  font-family: freeserif, cambria, georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  padding: 5px;
}

#container-sub {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 30px;
  border: 1px solid #ccc;
  font-family: freeserif, cambria, georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
}

#container .h {
  text-align: left;
}

 h1 {
   font-size: 1.5em;
   font-weight: bold;
   margin-bottom: 10px;
   background: #d9d9d9;
   padding: 5px 10px;
 }

 h2 a {
   color: #b2026f;
 }

 h4 {
   font-size: 1.5em;
   font-weight: bold;
   margin-bottom: 10px;
 }

 h2 {
   font-size: 1.8em;
   margin-bottom: 5px;
 }

 h3 {
   font-size: 1.5em;
   margin-bottom: 5px;
 }
.red { color: #ff0000;}
/*----End framework----*/
/*---------------------------------------------------------------------*/
/*----header----*/

#top {
  float: left;
  width: 255px;
  text-align: center;
  margin: 10px;
}

#boom {
  width: 255px;
  border: 3px solid #ededed;

}

#boom h3 {
  font-size: 1.6em;
  color: #acacac;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#boom a {
  font-size: 1.1em;
  background: url(http://www.watchboom.com/images/framework/ad-background.gif) center no-repeat;
  padding: 20px 40px 10px 40px;
}

/*----sub-header----*/

#booms {
  width: 255px;
  border: 3px solid #ededed;
  float: left;
  margin: 10px;
  text-align: center;

}
#booms h3 {
  font-size: 1.6em;
  color: #acacac;
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#booms a {

  font-size: 1.1em;
  background: url(http://www.watchboom.com/images/framework/ad-background.gif) center no-repeat;
  padding: 20px 35px 10px 35px;
}
/*---- end-sub-header----*/


#hotel {
   margin-top: 15px;
   margin-left: 20px;

}

#hotel a {
  color: #2549b7;
  font-size: 1.2em;
  text-decoration: underline;
}


#logo {
  float: left;
  margin-top: 20px;
  margin-left: 75px;
}

#logo h2 {
  text-align: center;
  font-size: 3em;
}

#flashplayer {
  float: right;
  clear: right;
  margin-top: 40px;
text-align: center;
margin-right: 20px; 
width: 186px; 
}
#flashplayer h3 {
color: #ec2121;
font-size: 1.1em;
text-align: left;
}

#blonde {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
}



 #navi {
   width: 100%;
    background: #d9d9d9;
    height: 42px;
 }
  #nav {
   width: 100%;
    background: #d9d9d9;
    height: 42px;
 }

 #navi li, #nav li {
   float: left;
    padding: 8px 15px 0px 15px;
    height: 42px;
    font-weight: bold;
    border-right: 2px solid #fff;
 }

 #navi .last, #nav .last {
   border-right: 2px solid #fff;
   margin-right: 20px;
 }


 #navi .no {
   padding: 0px;
   height: 30px;
   border: none;

 }
 #nav .no {
   padding: 0px;

   height: 30px;
   border: none;
 }


#navi li a, #nav li a {
  font-size: 2em;
}

#navi a:hover, #nav a:hover {
  color: #FB7E08;
  text-decoration: none;
  }

#subscribe {
   float: right;
   font-size: 1.1em;
 }

.email {
  font-size: 1.3em;
}
#email {
  margin-top: 7px;
  margin-right: 20px;
float: right;
}
.textbox {
  height: 1.5em;
  width: 150px;
}

.current {
   color: #000;
 }
  #month {
   margin-left: 10px;
   font-size: 1.5em;
   color: #fb7e08;
   width: 320px;
 }
 #issue h1 {
   float: left;
 }

#issue h1 {
  background: none;
}
/*----End header----*/
/*---------------------------------------------------------------------*/
/*----left----*/
#left {
  float: left;
  width: 270px;

  margin-left: 10px;
  padding: 0px 5px 0px 0px;
}



#left p {
  font-size: 1.3em;
  line-height: 1.em;
  
  margin-bottom: 10px;
}
#left ul {
  margin-left: 5px;
}


#left li {
  list-style-type: disc;
  font-size: 1.3em;
  margin: 5px 0px 10px 10px;
}

#left img {

  text-align: center;
}


/*----middle----*/
#middle {
  width: 400px;
  float: left;
  border-right: 2px solid #d9d9d9;
   border-left: 2px solid #d9d9d9;

  padding: 0px 10px 0px 10px;


}
#middle h4 {
  margin-left: 10px;
}
#middle h2 a {
  text-align: left;
}





#middle p {
  font-size: 1.3em;
  line-height: 1.em;
  text-align: left;
  margin-bottom: 10px;
}
#middle h1 {
  text-align: left;
}
#middle img {
margin: 5px 0px;
}
#video {
  margin-bottom: 10px;
}


/*----right----*/
#right {
  float: right;
  width: 270px;
  padding: 0px 5px;
  text-align: center;

}
#right h1, #right h2 {text-align:left;}
#right p {
  text-align: left;
   font-size: 1.3em;
  line-height: 1.em;
  margin-bottom: 10px;
}
#right ul {
text-align: left;
 margin-bottom: 10px;
border: 1px solid #df0808;
}
#right ul li {
  text-align: left;
   font-size: 1.4em;
  line-height: 1.em; 
 list-style-type: disc;
font-weight: bold;
margin-left: 20px;
}
#address {
  text-align: right;
}
#twitter img {
  text-align: center;
}


/*----content----*/
#headline {
  background: #d9d9d9;
  padding: 10px 10px 10px 5px;
}
#content {
  padding: 10px;
  text-align: left;
}
#content .right, #content .left {
margin: 0px 5px;
}
#content .left {
padding: 0px 5px 0px 0px;
}

 #content p {
    line-height: 1.5em;

  margin-bottom: 10px;
  }
  #content p small {
    display: block;
    line-height: 1em;

  }



#content ul li {
  text-align: justify;
  line-height: 1.3em;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: disc;

}
#content ol li {
  text-align: justify;
  margin-bottom: 20px;
  margin-left: 10px;
  list-style-type: decimal;
  margin-left: 30px;
  line-height: 1.3em;
}


#article {
  width: 650px;
  float: left;
  border: 1px solid #d9d9d9;
  padding: 10px;
  text-align: justify;
  font-size: 1.3em;
  }



  #article .red {
    color: #ff0000;
    margin-left: 40px;
  }
  #article h3 {
    font-size: 1.4em;
    color: #000;
    font-weight: bold;

  }


 .side-column {
   clear: right;
   width: 300px;
   float: right;
   text-align: center;
   margin-top: 20px;
 }
 .side-column p {
   color: #444444;
   text-align: center;
 }
 #side-column {
   text-align: center;
 }
 #column {
  width: 750px;
  float: left;
  border: 1px solid #d9d9d9;
  padding: 10px;
  text-align: left;
  font-size: 1.3em;
  }
#column img {
margin: 5px;
}
#column .cloud1 div {
  background: url(http://www.watchboom.com/images/cropped.jpg) left top no-repeat;

}
#column .cloud2 div {
  background: url(http://www.watchboom.com/images/sandstorm.jpg) left top no-repeat;

}
#column .cloud3 div {
  background: url(http://www.watchboom.com/images/colorful.jpg) left top no-repeat;

}

 #side{
   clear: right;
   width: 200px;
   float: right;
   text-align: center;
   margin-top: 20px;
 }
 #side h1 {
  text-align: left;
 }
 #side p {
   text-align: justify;
   font-size: 1.2em;
   line-height: 1.2em;
 }
 .side-story p {
   text-align: left;
 }





 .finance {
   font-size: 1.1em;
 }
 .border {
   border-top: 2px dotted  #000;
   clear: right;
   width: 300px;
   float: right;
   margin-top: 20px;
   margin-right: 15px;
 }
 hr {
   color: #d9d9d9;
   margin-bottom: 20px;
 }
 .video  {
   float: right;
   margin: 5px;
 }
 #archive {
   padding: 0px 20px 0px 20px;
 }
#archive ul {
margin-bottom: 1em;
}
 #archive li {
   font-size: 1.2em;
    border-bottom: 1px solid #d9d9d9;
   clear: both;
   line-height: 1.5em;
   list-style-type: none;
margin: 3px 0px;
 }

 #archive h2 {
   border-bottom: 3px solid #000;
   background: #d9d9d9;
 }
#archive h3 {
font-weight: bold;
margin-top: 15px;
}





/*----footer----*/
#copyright {
  color: #444444;
  margin: 0 auto;
  float: left;

}
#footer {
  width: 980px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 20px;
}

#footer ul {
  float: right;

}
#footer li {
  float: left;
  margin: 0 5px 0 5px;
}
#footer a {
  color: #000;
  text-decoration: underline;
}
#footer a:hover {
  color: #d83597;
}
/*----form----*/
form {
  font-size: 1.2em;
}
.submit:hover {
  color: #d83597;
}


/*----articles----*/

/*----videos----*/
#flv {
  float: right;
}
.thumb {
  float: left;
  margin-right: 5px;

}



/*----advertisements----*/
#raval img {
border: 2px solid #000;
float: right;
margin-top: 20px;
}
#content .ads p {
  text-align: center;
}
#banner {
margin: 10px 0px 0px 0px;
}

.ads {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  float: right;
  width: 250px;
  clear: right;
}
.left {
float: left;
margin: 5px 5px 5px 0px;
}
.right {
float: right;
margin: 5px 0px 5px 5px; 
}
#content .caption p {
font-size: .8em;
color: #444444;
}
.bottom-masthead p, .bottom-masthead h1,  .bottom-masthead h2,  .bottom-masthead h3 {
padding: 5px;
}
.bottom-masthead img {
padding: 0px;
}
.bottom-masthead p {
font-size: 1.3em;
  text-align: justify;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.bottom-masthead ul li {
font-size: 1.3em;
  text-align: justify;
  line-height: 1.3em;
  margin-bottom: 20px;
  margin-left: 20px;
  list-style-type: disc;

}
.bottom-masthead ol li {
font-size: 1.3em;
  text-align: justify;
  margin-bottom: 20px;
  margin-left: 10px;
  list-style-type: decimal;
  margin-left: 30px;
  line-height: 1.3em;
}
#brain {margin: 20px; 25px 0px 0px; text-align: center;}




