/* AUTHOR ~ 356-13-7394
--------------------------------------------
COLOR
      color #1 - #7F7F7F
	  color #2 - #FFFFFF
	  color #3 - #1e1e1e
	  color #4 - #E1D44A
	  color #5 - #ffffcc
	  color #6 - #FEE498
	  
--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #7F7F7F;
	background-image: url(http://www.blackdicksinblondechicks.com/s1/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

/* removes borders from all links and images */
a img {
	border: none;
}

/************************~STRUCTURE~***********************/

/* the main div that controls the width of all content */
div.wrapper {
	width: 956px;
	margin: auto;
	background-image: url(http://www.blackdicksinblondechicks.com/s1/images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* the div that holds the header images */
div.header {
    text-align:center;
	margin: auto;
	width: 900px;
}

/* the div that holds the content tables */
div.content {
	margin: auto;
	width: 900px;
    background-repeat: repeat-y;
	background-position: center;
}

div.bottomLinks {
    width:900px; 
    margin:auto; 
    padding-top:15px;
}

/* the div that holds the standard text at the very bottom */
div.footer {
	font-size: 11px;
	color: #FFFFFF;
	padding: 10px;
    text-align:center;
    margin:auto;
}

div#seo_footer {
  margin: auto;
  width: 600px;
  color: white;
  font-size: 11px;
  text-align: center;
}

.contentBox {
  width:897px;
  height: 591px;
  margin-top:15px;
}

.contentBox .contentBoxTop {
	background-image: url(http://www.blackdicksinblondechicks.com/s1/images/contentBoxTopBg.jpg);
	background-repeat: no-repeat;
	height: 490px;
}

.contentBoxTopLeft {
    width:602px; 
	height:459px; 
	float:left; 
	padding:0px 0px 15px 15px; 
}

.contentBoxTopRight {
    float:right; 
	padding-right:15px;
}

.contentBox .contentBoxBottom {
	background-image: url(http://www.blackdicksinblondechicks.com/s1/images/contentBoxBottom.gif);
	background-repeat: no-repeat;
	height: 101px;
	color: #1e1e1e;
	font-size: 12px;
}

.contentBoxBottomLeft {
	width:556px; 
	height:101px; 
	float:left
}

.mainthumb {
	display: block;
	border: 6px solid #FFFFFF;
	margin-top:15px;
}

.thumb {
	display: block;
	border: 6px solid #FFFFFF;
    margin-top:6px;
}


/**************************~IMAGES************************************/

img.topHeader {
  width: 50px;
  height: 50px;
}
img.mainHeader {
  
}
img.members {
  
}
img.joinNow {
  
}
img.seemore {
  
}
/**************************~TEXT************************************/

.hdr {
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0px 0px 25px;
	color: #E1D44A;
}
.hdr .date {
	font-size: 14px;
	padding-left: 25px;
	color: #ffffcc;
}
.text {
	padding: 5px 0px 0px 15px;
	text-align: justify;
	color: #FFFFFF;
}
/**************************~LINKS************************************/


a.linksmall:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.linksmall {
	font-weight: bold;
	color: #FEE498;
}

.txtsmall {
    font-size: 11px; 
}