/* AUTHOR ~ 365-66-8005
--------------------------------------------
COLOR
      color #1 - #2a1003
	  color #2 - #FFFFFF
	  color #3 - #black
	  color #4 - #F3F0E7
	  color #5 - #FFFF00
	  
--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background-image: url(http://www.mybigdickschool.com/s1/images/bg.jpg);
    background-repeat:repeat-x;
    background-color: #2a1003;
	color:#FFFFFF;
}

/**************************~STRUCTURE************************************/
.contentBox {
    width:927px;
    height: 603px;
    margin:0px auto 0px auto;
}
.contentBox .contentBoxTop {
	background-image: url(http://www.mybigdickschool.com/s1/images/contentBoxTopBg.jpg);
	background-repeat: no-repeat;
	height: 483px;
	width: 927px;
	margin: auto;
}
.contentBoxTopLeft {
    width:600px; 
	height:483px; 
	float:left; 
	padding:0px 0px 0px 35px; 
}
.contentBoxTopRight {
	height:483px; 
    float:right; 
	padding-right:41px;
}
.contentBox .contentBoxBottom {
	background-image: url(http://www.mybigdickschool.com/s1/images/contentBoxBottom.jpg);
	background-repeat: no-repeat;
	width:927px;
	height: 120px;	
}
.contentBoxBottomLeft {
	width:666px; 
	height:120px; 
	float:left;
}
.mainthumb {
	display: block;
	margin-top:26px;
}
.thumb {
	display: block;
    margin-top:8px;
}
.hdr {
    padding: 19px 0px 0px 35px;
	}

/* the main div that controls the width of all content */
div.wrapper {
	width: 956px;
	margin: auto;
	background-image: url(http://www.mybigdickschool.com/s1/images/contentBg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* the div that holds the header images */
div.header {
	text-align: center;
}

/* the div that holds the content (episodes) */
div.content {
  background: repeat-y center;
}

/* the div that holds the MEMBERS/JOIN/SEEMORE link images at the bottom */
div.bottomLinks {
  text-align: center;
  width: 100%;
}

/* the div that holds the standard text at the very bottom */
div.footer {
  text-align: center;
  font-size: 11px;
  color: black;
  padding: 10px;
}

div#seo_footer {
  margin: auto;
  width: 600px;
  color: white;
  font-size: 11px;
  text-align: center;
}
/**************************~IMAGES************************************/
/* removes borders from all links and images */
img, a {
  border: 0px none;                                                                                               
}

/* the image at the very top of the page */
img.topHeader {
  width: 50px;
  height: 50px;
}

/* the large image right below the topHeader */
img.mainHeader {
  
}

/* the image/link at the bottom to get to the members site */
img.members {
}

/* the image/link at the bottom that goes to the join page */
img.joinNow {
}

/* the image/link at the bottom to go to the next tour page */
img.seemore {
}

/**************************~TEXT************************************/
.name {
	padding-top: 5px;
	color: #F3F0E7;
	text-transform: lowercase;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.text {
	padding: 5px 35px 0px 35px;
	font-size:14px;
}
.story {
	color: #FFFFFF;
    font-size: 14px;
}
.hdr .date {
	font-size: 11px;
	color: #FFFF00;
	padding-left: 25px;
}
.howoldyouis {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	padding-left: 40px;
}
.txtsmall {
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}

/**************************~LINKS************************************/

.linksmall {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-style: normal; 
	font-weight: bold; 
	text-decoration: underline; 
	color: #ffffff;
}