/* CSS Document */

/*
-----------------------------------------------
MASTER STYLE SHEET (universal.css)

Site: LittleBlackBookOfSuccess.com
Company:  AuthorsOnTheWeb.com
Author:   Sunil Kumar (sunil@bookreporter.com)
Version:  November 30, 2009
File Path: ../style.css
----------------------------------------------- */




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

img {
  display: block;
  border: none;
  }

.credit {
  font-size: 12px;
  font-style: italic;
  }
  
.photo {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #606060;
	}  
  
a:link { color: #be287a; text-decoration: underline; }
a:visited { color: #be287a; text-decoration: underline; }
a:hover { color: #f178ae; text-decoration: none; }

/*
H1 with the header styles
*/

h2 {
  margin: 0 0 15px 0;
  color: #f478ae;
  font-family: Times, Times New Roman, serif;
  font-size: 28px;
  }

h3 {
  margin: 0px 0 5px 0;
  color: #fff;
  font-size: 18px;
  }

p {
  margin: 0px 0px 20px 0px;
  }


ul {
  
  }

ul li {
  margin-bottom: 15px;
  }
  
  
ol li {
	margin-bottom: 10px;
	}  
    
  
  
  
  
.header {
	margin: 0px auto;
	margin-bottom: 25px;
	position: relative;
	width: 980px;
	height: 250px;
	background: url(images/header2.jpg) no-repeat;
	}  

h1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 115px;
	}
	
h1 a {
	display: block;	
	width: 980px; /* same as width of h1 */
	height: 115px; /* same as height of h1 */
	}

h1 a span {
	display: none;
	}		

.nav {
  position: absolute;
  top: 155px;
  left: 130px;
  text-align: center;
  color: #fff;
  font-family: century gothic, verdana, sans-serif;
  font-size: 21px;
  font-weight: normal;
  text-transform: uppercase;
  }
/*.nav a:link { color: #be287a; text-decoration: none; }
.nav a:visited { color: #be287a; text-decoration: none; }
.nav a:hover { color: #f178ae; text-decoration: underline; }
*/






.content {
  width: 920px;
  margin: 0px auto;
  padding: 0px 30px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  }

.forward {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  }

.desc {
  font-size: 22px;
  line-height: 26px;
  }



.leftcolumn {
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	}
.saledate {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  }
.saledate sup {
  font-size: 13px;
  vertical-align: top;
  }
.buy {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 22px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  }
  
.news {
	margin: 0;
	margin-top: 20px;
	padding: 10px;
	border: 1px solid #fff;
	font-weight: bold;
	}  
		
.rightcolumn {
	width: 695px;
	float: left;
	margin: 0;
	margin-left: 25px;
	padding: 0;
	}	
	

.tourphotos {
	float: right;
	clear: right;
	width: 375px;
	text-align: center;
	text-style: italic;
	margin-left: 10px;
	font-size: 12px;
	}	
	
.tourphotos img {
	border: 1px solid #606060;
	}	

.barker { margin-bottom: 25px; }
