/*	CSS Document for The 23rd Mojo
	Designed by : The Number 27 - Web Design
	Designer name : Matt.

/*	Colors used on site :

background :
content background :
container background :

*/

/*------------------------------
			GLOBAL
-------------------------------*/

body {
	background: url(../images/bodybg.jpg);
	font-family: Comic Sans MS;
	font-size: 62.5%;
    font-weight: lighter;
}

img {
	border: none;
}

.clear {
	clear:both;
}

a:active
{
  outline: none;
}

a:focus
{
  outline: none;
}



/*------------------------------
			LAYOUT
-------------------------------*/
#container {
	width: 1150px;
	margin: 0 auto;
}

#header {
    position: relative;
    width: 1150px;
    height: 395px;
    z-index: 10;
}
#navcontainer {
    position: absolute;
    top: 20px;
    left: 24px;
    background: url(../images/navbg.jpg) no-repeat;
    width: 730px;
    height: 200px;
}
#sitelogo {
    position: absolute;
    top: 20px;
    left: 730px;
    width: 400px;
    height: 370px;
}


#parentaladv {
    position: absolute;
    top: 233px;
    left: 325px;
    width: 335px;
    height: 205px;
    z-index: 10;
}
*html#parentaladv {
    z-index: 10;
}
*html#maincontent {
    z-index: 1;
}

#maincontent {
    position: relative;
    z-index: 1;
}

#twitterfeed {
    position: absolute;
    top: 250px;
    left: 10px;
    background: url(../images/twitterbg.jpg) no-repeat;
    width: 220px;
    height: 285px;
}


#sidebar {
    position: absolute;
    top: 150px;
    width: 250px;
    margin: 15px;
}

#contentnorm {
    position: absolute;
    top: 0;
    left: 280px;
    background: url(../images/contentbg.jpg) no-repeat;
    width: 760px;
    height: 760px;
    margin-bottom: 30px;
    z-index: 1;
}
#content {
    width: 600px;
    height: 540px;
    margin-top: 100px;
    margin-left: 110px;
}


#footer {
    position: absolute;
    top: 760px;
    left: 0;
    width: 1150px;
    height: 100px;
    padding-bottom: 100px;
}

#TN27link {
    width: 410px;
    height: 100px;
    margin-left: 350px;
}

/*------------------------------
    COMMENT PAGE BOXES
-------------------------------*/
#commentboxes p {
    margin: 60px 40px 40px 20px;
    font-size: 1.4em;
    color: #666;
}


#introcomment {
    position: absolute;
    top: 290px;
    left: 270px;
}

#comment1 {
    position: absolute;
    top: 560px;
    left: 25px;
    background: url(../images/cyancomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment2 {
    position: absolute;
    top: 500px;
    left: 250px;
    background: url(../images/yellowcomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment3 {
    position: absolute;
    top: 520px;
    left: 480px;
    background: url(../images/tapecomment.jpg) no-repeat;
    width: 245px;
    height: 210px;
}
#comment4 {
    position: absolute;
    top: 470px;
    left: 730px;
    background: url(../images/greencomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment5 {
    position: absolute;
    top: 490px;
    left: 940px;
    background: url(../images/pincomment.jpg) no-repeat;
    width: 215px;
    height: 215px;
}
#comment6 {
    position: absolute;
    top: 770px;
    left: 15px;
    background: url(../images/pinkcomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment7 {
    position: absolute;
    top: 710px;
    left: 255px;
    background: url(../images/pincomment.jpg) no-repeat;
    width: 215px;
    height: 215px;
}
#comment8 {
    position: absolute;
    top: 740px;
    left: 470px;
    background: url(../images/cyancomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment9 {
    position: absolute;
    top: 760px;
    left: 700px;
    background: url(../images/pinkcomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment10 {
    position: absolute;
    top: 730px;
    left: 920px;
    background: url(../images/yellowcomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment11 {
    position: absolute;
    top: 1000px;
    left: 25px;
    background: url(../images/greencomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment12 {
    position: absolute;
    top: 930px;
    left: 245px;
    background: url(../images/yellowcomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment13 {
    position: absolute;
    top: 940px;
    left: 470px;
    background: url(../images/pincomment.jpg) no-repeat;
    width: 215px;
    height: 215px;
}
#comment14 {
    position: absolute;
    top: 990px;
    left: 680px;
    background: url(../images/greencomment.jpg) no-repeat;
    width: 225px;
    height: 210px;
}
#comment15 {
    position: absolute;
    top: 950px;
    left: 910px;
    background: url(../images/tapecomment.jpg) no-repeat;
    width: 245px;
    height: 210px;
}







#footercomment {
    position: absolute;
    top: 1200px;
    left: 0;
    width: 1150px;
    height: 100px;
    padding-bottom: 100px;
}
/*------------------------------
			NAVIGATION
-------------------------------*/

#navcontainer li {
	font-size: 2.4em;
	list-style: none;
    line-height: 1em;
}

#navcontainer a:link, #navcontainer a:visited {
	color: #ff0000;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #00ffcc;
}


body#home-page ul li.home a {
    color: #00ffcc;
}
body#shorts-page ul li.shorts a {
    color: #00ffcc;
}
body#kids-page ul li.kids a {
    color: #00ffcc;
}
body#not-kids-page ul li.not-kids a {
    color: #00ffcc;
}
body#everything-else-page ul li.everything-else a {
    color: #00ffcc;
}
body#contact-page ul li.contact a {
    color: #00ffcc;
}
body#terms-page ul li.terms a {
    color: #00ffcc;
}
body#comments-page ul li.comments a {
    color: #00ffcc;
}










/*------------------------------
			TEXT
-------------------------------*/

#content p {
	font-size: 2em;
	color: #666;
    margin: 5px;
    margin-bottom: 15px;
}

#twitter_div ul {
    font-size: 1.4em;
    color: #666;
    list-style: none;
    line-height: 1.3em;
    padding-top: 83px;
    margin: 10px;
    padding-left: 12px;
    padding-right: 15px;
}

#twitterfeed p {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #666;
    padding-left: 20px;
}


/*------------------------------
			LINKS
-------------------------------*/


#twitterfeed a {
    color: #00ffcc;
    text-decoration: none;
}

#twitterfeed a:link, #twitterfeed a:visited {
	color: #00ffcc;
	text-decoration: none;
}

#twitterfeed a:hover {
	color: #00ffcc;
    text-decoration: underline;
}

#content a:link, #content a:visited {
	color: #ff0000;
	text-decoration: none;
}

#content a:hover {
	color: #ff0000;
    text-decoration: underline;
}



/*------------------------------
			LISTS
-------------------------------*/


.nav {
    position: relative;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px;
}



li.home {
    position: absolute;
    top: 50px;
    left: 60px;
}

li.shorts {
    position: absolute;
    top: 50px;
    left: 175px;
}

li.kids {
    position: absolute;
    top: 50px;
    left: 285px;
}

li.not-kids {
    position: absolute;
    top: 40px;
    left: 410px;
}

li.everything-else {
    position: absolute;
    top: 40px;
    left: 513px;
}

li.contact {
    position: absolute;
    top: 120px;
    left: 50px;
}

li.comments {
    position: absolute;
    top: 120px;
    left: 160px;
}

li.terms {
    position: absolute;
    top: 120px;
    left: 295px;
}



/*------------------------------
			HEADINGS
-------------------------------*/
h2 {
    font-size: 2.4em;
    color: #666;
    margin-left: 5px;
}


/*------------------------------
			IMAGES
--------------------------------*/
.indent {
    margin-left: 20px;
}


.constructlogo {
    margin-top: 50px;
    margin-left: 300px;
}

.constructmessage {
    margin-top: 50px;
    margin-left: 250px;
}


/*------------------------------
			FORMS
-------------------------------*/
label {
	display:  block;
	color: #666;
	width: 200px;
    padding-left: 5px;
    padding-top: 10px;
    margin: 0;
    border: none;
}

input {
	width:  310px;
	height: 50px;
	background: url(../images/inputbg.jpg) no-repeat;
	font-size: 1em;
    padding-top: 10px;
    padding-left: 10px;
    font-family: Comic Sans MS;
	color: #666;
    border: none;
}

textarea {
	width:  410px;
    height: 140px;
	background: url(../images/widetextareabg.jpg) no-repeat;
	border: none;
    font-size: 1em;
    padding-top: 10px;
    padding-left: 10px;
    font-family: Comic Sans MS;
	color: #666;
}

input.btn {
    background: url(../images/submitbg.jpg) no-repeat;
	width: 130px;
    height: 50px;
	font-size: 1.2em;
    padding: 0;
}

.response tr td {
    color: #666;
    font-size: 1.8em;
    font-weight: lighter;
    padding-top: 20px;
    padding-left: 20px;
}


/*--------------------------------
       SCROLLBAR
---------------------------------*/
 div#scrollbar {
    display:block; /* initially display:none; to hide from incapable */
    }

#wn	{
    position: relative;
    width: 540px;
    height: 510px;
    overflow: hidden;
	}

#scrollbar {
  position: relative;
  width: 50px;
  height: 526px;
  font-size: 1px;  /* so no gap or misplacement due to image vertical alignment */
  }
#track {
  position: absolute;
  left: 3px;
  top: 27px;
  width: 40px;
  height: 470px;
  background: url(../images/scrolltrack.jpg) no-repeat;
  }
#dragBar {
  position: absolute;
  left: 8px;
  width: 22px;
  height: 132px;
  margin-top: 10px;
  margin-left: 8px;
  background: url(../images/dragbar.jpg) no-repeat;
  }
#up {
  position: absolute;
  left: 4px;
  top: 0;
  }
#down {
  position: absolute;
  left: 4px;
  bottom: 0;
  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#up, div#down {
    -moz-user-select: none;
    -khtml-user-select: none;
}


/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block;
    }

/*--------------------------------
       TABLES
---------------------------------*/

