/* RohitNafday.net
 * Copyright (c) 2007, Rohit Nafday.
 * All Rights Reserved.
 *
 * $Id: global.css 16 2007-12-18 23:17:25Z rohit $ */

body { 
  background-color: #ccc;
  background-image: url('/images/background.png');
  background-repeat: repeat;
  color: #666;
  letter-spacing: normal;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  word-spacing: normal;
  font-family: Avante Garde, Century Gothic, Arial, sans-serif;
  font-size: .83em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
}

#wrapper {  
  background-color: #fff;
  width: 798px;
  margin: 0px auto 0px auto;
  padding: 20px 0px 0px 0px;
  border: thin solid #000;
}

#banner { 
  background-color: #fff;
  background-image: url('/images/rnweb-banner.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 150px;
  border-bottom: thin dotted #999;
}

#nav { 
  width: 548px;
  height: 35px;
  text-align: right;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 15px 0px 0px 0px;
  font-variant: small-caps;
  font-weight: bold;
  float: right;
  color: #666;
}

#nav ul { 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
}

#nav ul li { 
  text-indent: 0px;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  display: inline;
}
 
#nav a:link { 
  color: #39c;
  text-decoration: none;
}

#nav a:visited { 
  color: #39c;
  text-decoration: none;
}

#nav a:active {
  color: #39c;
  text-decoration: underline;
}

#nav a:hover {
  color: #39c;
  text-decoration: underline;
}

#footer { 
  background: transparent;
  color: #999;
  width: 100%;
  text-align: center;
  font-size: x-small;
}

#footer a:link { 
  background: transparent;
  color: #999;
  text-decoration: underline;
}

#footer a:visited { 
  background: transparent;
  color: #999;
  text-decoration: none;
}

#footer a:active { 
  background: transparent;
  color: #999;
  text-decoration: none;
}

#footer a:hover { 
  background: transparent;
  color: #999;
  text-decoration: none;
}

.strike { 
  text-decoration: line-through;
}

.small-caps { 
  font-variant: small-caps;
}

.underline { 
  text-decoration: underline;
}

.breadcrumbs { 
  width: 100%;
  text-align: left;
  font-size: x-small;
  margin: 10px 10px 10px 10px;
  padding: 0px 0px 0px 0px;
}

.modified { 
  width: 100%;
  background: transparent;
  color: #999;
  font-size: x-small;
  font-style: italic;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;  
  border-top: thin dotted #999;
  border-bottom: thin dotted #999;
}

.modified p { 
  margin: 10px 10px 10px 10px;
}

.footnotes { 
  width: 100%;
  background: transparent;
  color: #999;
  font-size: x-small;
  margin: 5px 10px 5px 35px;
  padding: 0px 0px 0px 0px;  
}

.footnotes { 
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.full-box { 
  width: 100%;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  border-top: thin dotted #39c;
  border-bottom: thin dotted #3c9;
}

.right-col { 
  max-width: 250px;
  width: expression(this.width > 250 ? 250 : true); /* IE bullshit */
  margin: 0px 0px 0px 0px;
  float: right;
}

.small-box { 
  width: 240px;
  border-top: thin dotted #3c9;
  margin: 5px 5px 5px 5px;
}

.small-box p {
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 10px 10px;
  text-align: justify;
}

.small-box ul li {
  margin: 10px 10px 10px 10px;
}

.text-box { 
  max-width: 548px;
  width: expression(this.width > 548 ? 548 : true); /* IE bullshit */
  margin: 0px 0px 0px 0px;
  border-right: thin dotted #f90;
}

.full-box h1 { 
  background: transparent;
  color: #3c9;
  text-indent: 10px;
  text-align: left;
  font-variant: small-caps;
  font-size: x-large;
}

.full-box h2 { 
  background: transparent;
  color: #f90;
  text-indent: 20px;
  text-align: left;
  font-variant: small-caps;
  font-size: large;
}

.full-box h3 { 
  background: transparent;
  color: #666;
  text-indent: 25px;
  text-align: left;
  font-variant: small-caps;
  font-size: small;
}

.full-box p {
  padding: 0px 25px 0px 25px;
  margin: 10px 10px 10px 10px;
  text-align: justify;
}

.full-box ul li {
  margin: 10px 20px 10px 20px;
}

.full-box a:link { 
  background: transparent;
  color: #39c;
  text-decoration: underline;
}

.full-box a:visited { 
  background: transparent;
  color: #39c;
  text-decoration: none;
}

.full-box a:active { 
  background: transparent;
  color: #39c;
  text-decoration: underline;
}

.full-box a:hover { 
  background: transparent;
  color: #39c;
  text-decoration: none;
}

.full-box table.data { 
  width: 500px;
  margin: 0px auto 0px auto;
  border: thin dotted #999;
}

.full-box table th.data { 
  text-align: right;
  padding: 5px 5px 5px 5px;
  border: thin dotted #999;
}

.full-box table td.data { 
  text-align: center;
  padding: 5px 5px 5px 5px;
  border: thin dotted #999;
}

.photo-bar { 
  width: 230px;
  text-align: center;
  margin: 15px 10px 15px 10px;
  padding: 0px 0px 0px 0px;
}

.photo-bar img {  
  border: thin groove #666;
}

.photo-bar p { 
  background: transparent;
  color: #999;
  text-align: center;
  font-size: x-small;
}

/* BuzzBoost */
#rohitsrealm947636 { 
  float: right;
  margin: 20px 0px 20px 0px;
  font-size: .83em;
}

#rohitsrealm947636 p.feedTitle { 
  font-weight: bold;
  font-size: 1em;
  text-align: left;
}

#rohitsrealm947636 p.feedTitle a:link, a:visited, a:active, a:hover { 
  text-decoration: none;
  color: #3c9;
}

#rohitsrealm947636 p.fbsubscribelink a:link, a:visited, a:active, a:hover { 
  text-decoration: none;
  color: #f90;
}

/* Facebook Badge */
#fb-badge { 
  width: 120px;
  margin: 15px auto 15px auto;
}