/* AUTHOR ~ 356-13-7394
cdn test
--------------------------------------------
COLOR
      color #1 - #FFFFFF
	  color #2 - #black
	  color #3 - #FF3366
	  color #4 - #660099
	  color #5 - #CC3366
	  color #6 - #990033
	  
--------------------------------------------*/

/* Document Order
--------------------------------------------
TAGS
STRUCTURE
IMAGES 
TEXT 
LINKS

/**************************~TAGS************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #aed9fc;
	background-image: url(http://www.teensturningtricks.com/s1/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
/**************************~STRUCTURE************************************/
/* the main div that controls the width of all content */
div.wrapper {
    width: 956px;
	background-repeat: repeat-y;
	background-position: center;
	margin: auto;
}
/* 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;
  margin: auto;
}
/* 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;
}
.contentBox {
  width:900px; 
  height:615px;
  margin: auto;
}
.contentBoxTop {
  width:900px; 
  height:33px; 
  background-image:url(http://www.teensturningtricks.com/s1/images/contentBoxTop.jpg);
}
.contentBoxLeft {
  width:71px; 
  height:582px; 
  float:left; 
  background-image:url(http://www.teensturningtricks.com/s1/images/contentBoxLeft.jpg);
}
.contentBoxCenter {
  width:758px; 
  height:452px; 
  float:left;
}
.contentBoxCenterLeft {
  float:left;
  width:435px;
  height:452px;
}
.contentBoxCenterRight {
  float:right; 
  width:323px;
}
.contentBoxRight {
  width:71px; 
  height:582px; 
  float:right; 
  background-image:url(http://www.teensturningtricks.com/s1/images/contentBoxRight.jpg);
}
.contentBoxBottom {
  width:758px; 
  height:130px; 
  float:left; 
  background-image:url(http://www.teensturningtricks.com/s1/images/contentBoxBottom.jpg);
}
.blurbBox {
  width:448px; 
  margin: 10px 0px 0px 23px;
}
/**************************~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************************************/
.hdr {
	font-weight: bold;
	font-size: 13pt;
	color: #FF3366;
}
.date {
	font-size: 11px;
	font-weight: bold;
	font-style:italic;
	color: #660099;
    padding-left: 10px;
}
.text {
	font-size: 12px;
	color: #660099;
}
.txtsmall {
	font-size: 11px;
}
div#seo_footer {
  margin: auto;
  width: 600px;
  color: white;
  font-size: 11px;
  text-align: center;
}
/**************************~LINKS************************************/
a:link {
	font-weight: bold;
	color: #CC3366;
}
a:visited {
	font-weight: bold;
	color: #CC3366;
}
a:hover {
	font-weight: bold;
	color: #990033;
}
.linksmall {
	font-weight: bold;
	color: #CC3366;
}