/* Arkitkt 01 - an open source xhtml/css website layout by Scott Benedict--arkitkt.com.
Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.0 (28 Jun 2006) */

/* @import url(global.css); */

/*global defaults*/

* {   
     padding: 0;   /*Resets padding, margin, and borders to 0 for cross-browser consistency*/
     margin: 0;
     border: 0; 
}

body {   
     font-size: 62.5%;   /*Sets 1em=10px. Remember formula Childpx/Parentpx=Childem*/
     background-color: transparent; 
}

:link, :visited {   
     text-decoration: none;    /*Removes underline from link/visited for readability*/
}

ul, ol {
     list-style: none;    /*Removes bullets from lists*/
}

a img, :link img, :visited img {
     border: none;    /*Removes border images*/
}

option {
     min-width: 1.5em;    /*Fixes mozilla problem with forms caused by universal reset*/
}

/* end global defaults */



body {
     background-color: #999999;
     margin: 0 auto;
	 color: #0e0059;
	  font-size: 1.2em; 
}

#page {
     margin: 0 auto;
     width: 750px;
     position: relative;
    
}

#header {
     background-image: url(http://tunemeup.net/header.png);
     width: 750px;
     height: 283px; 
	 z-index: 1;
}

#logo { 
     position: relative;
	 float:right;
	 right: 50px;
	 top: 15px;
	 width: 250px;
	 z-index: 3;	 
	  }
	  
#navbar {
     display: inline;
     float: left;
     position: relative;
     top: +19px;
     width: 150px;
     left: 80px;
     z-index: 2; 
}

     


#navbar a {
     color: #0e0059;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .75em;
}

#navbar a:hover {
     color: #ffffff;
}

#home {
     position: relative;
     width: 75px;
     left: 0px;
     top: -2px; 
}

#about {
     position: relative;
     top: 2px;
     left: 29px;
     width: 85px;
}

#faq {
     position: relative;
     left: 108px;
     top: 11px;
     width: 80px; 
}



#links {
     position: relative;
     left: 460px;
     top: 99px;
     width: 75px; 
}

#contact {
     position: relative;
     left: 74px;
     top:05px;
     width: 75px; 
}

#scart {
	position: relative;
     left: 180px;
     top: 8px;
     width: 75px; 
	text-decoration: underline;
	 
}

#title {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
     text-align: right;
     position: relative;
	 width: 200px;
     right: 35px;
     font-size: 2.5em;
     top: 50px;
     }



#slogan {
     color: #0e0059;
     font-family: Arial, Helvetica, sans-serif;
	 text-align:right;
	 float: right;
     font-size: 0.75em;
     position: relative;
	 width: 300px;
     right: -95px;
     top: 198px; 
}



#wrapper {
     background-image: url(http://tunemeup.net/bg.png);
     background-repeat: repeat-y;
     width: 750px;
     float: left; 
	 min-height: 400px;
}

#content {
     width: 451px;
     position: relative;
     float: left;
     margin-left: 10px;
     font-family: Arial, Helvetica, sans-serif;
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 25px; 
}

.entrytitle {
     color: #0e0059;
     font-size: 1em;
     padding-bottom: 15px; 	 
}

.playlisttitle {
	color: #0e0059;
	font-size: .8em;
	padding-bottom: 2px;
}



.entry {
     font-family:Arial, Helvetica, sans-serif ;
     color: #0e0059;
     text-align: justify;
     font-size: .75em;
     padding-bottom: 20px; 
}

.entry a {
     color: #0e0059;
	 text-decoration: underline;
}

.entry a:visited {
     
}

.entry a:hover {
     color: #668c01;
}

#submenu {
     width: 217px;
     float: left;
     position: relative;
     height: 80%;
     top: -150px;
     z-index: 5;	  
}

#submenu h3 {
     padding-top: 25px; 
}

.menutitle {
     font-family: Arial, Helvetica, sans-serif;
     color: #0e0059;
     font-size: .75em;
     text-decoration: none;
     text-align: center;
     padding-bottom: 20px; 
}

h3 a:hover  {
     color: #668c01;
	 }

ul a {
     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
     color: #0e0059;
     font-size: .6em;
     text-align: center;
     display: block;
     padding-bottom: 5px; 
}



ul a:hover {
     color: #8fe3ff;
}

.menuactive {font-family: Arial, Helvetica, sans-serif;
     color: #0e0059;
     font-size: 1em;
     text-align: center;
     padding-bottom: 20px;
     text-decoration: underline;
} 
li {}

a {}

.twittertitle{
     font-family: Arial, Helvetica, sans-serif;
     font-size: .75em;
     text-decoration: none;
     text-align: center;
	 padding-top: 50px;
     padding-bottom: 10px;
}


#twitter {
	position: relative;
	background-color: #e0e0e0;
	float:left;
	clear: right;
	left: 60px;
	top: 20px;
	z-index: 3;
	
}

#facebook {
	position: relative;
	float:left;
	clear: right;
	left: -30px;
	top: 80px;
	z-index: 3;
	
}

#googlelogo {
	position: relative;
	float:left;
	clear: both;
	left: 70px;
	top: 300px;
	z-index: 4;	
}

.twitterbutton {
	display: block;
	padding: .2em;
	color: black;
	border: none;
}

.twitterbutton a {}

.twitterbutton a:visited {}

.twitterbutton a:hover {
	border: 3px inset;
}

#footer {
     width: 750px;
     height: 180px;
     background-image: url(http://tunemeup.net/footer.png);
     clear: both; 
}

.tmuname {
	color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 1em;
     position: relative;
     top: 70px;
     left: 25px;
}

.copyright {
     color: #ffffff;
     font-family: Arial, Helvetica, sans-serif;
     font-size: .55em;
     position: relative;
     top: 100px;
     left: 25px; 
}

a:link {}

a:visited {}

a:hover {}

a:active {}

/* *** ie hacks *** */

* html #navbar {
     top: 7px;   /*ie hack*/
}

* html #home {
     top: 10px;   /*ie hack*/
}

* html #news {
     top: 59px;   /*ie hack*/
}

* html #links {
     top: 102px;   /*ie hack*/
}

* html #about {
     top: 126px;   /*ie hack*/
}

* html #contact {
     top: 122px;
}

* html #title {
     top: -105px;   /*ie hack*/
}

* html #slogan {
     top: -110px;   /*ie hack*/
}

* html #submenu ul a {
     height: 15px;
}

.pdata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding: 2px;
	margin: 6px;
}

.qindex {
	border: gray 1px solid;
	margin-top: 5px;
	clear: both;
}

.qlegend {
	font-weight: bold; 
}

#textanswer {
	border: gray 1px solid;
	margin-bottom: 5px;
	
}

#sqbutton {
	border: gray 2px outset;
}

.pindex {
     margin-top: 10px;
	 margin-top: 5px;
}

#sitemloc {
	margn-top: 20px;
}
