/* For http://individeocodes.com */

#individeocodes_com, body {
	background: #252525 url('http://indievideocodes.com/img/bg.gif') repeat-x bottom left;
	/* background-color: #ffffff; */
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

/* for iePC */ td {
	font-size: 12px;
}

a {
	color: #CD5C5C;
	text-decoration: none;
}
a:visited {color:#CD5C5C;}
a:hover {color: #45516D;}
a:active { color:#CD5C5C;}

h1{
	font-size:18px;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
	color: #760001;
}
h4{
	font-size:12px;
}

form{
	padding: 0px;
	margin: 0px;
}

.form{
	padding: 0px;
	margin: 5px 50px 15px 50px;
}

textarea, .formgenerell input, input.formgenerell {
	width:300px;
	border: 1px solid #aaaaaa; 
	margin-top: 5px;
	padding: 2px;
}

.formbutton {
	width:100px;
	border: 1px solid #aaaaaa; 
}

/* patforms filter */
.formErrors {
    margin: 5px 25px 25px 25px;
    padding: 5px 5px 5px 5px;
    border: 1px solid ;
    background-color: #FFBBBB;
}

.formlabelerror {
    color: #BB1111;
    font-weight: bold;
}

/* container to center the layout
-------------------------------------- */
#container {
	width: 800px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #AC9B8F;*/
}

/* head container for logo and metanavi
-------------------------------------- */
#banner {
	padding: 0px;
	margin: 0px;
	height: 168px;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	background-color: #000000;
}
#banner a{
	display:block;
	width:100%;
	height:100%;
	color: #dde7e9;
	font-size: 0px;
	text-decoration:none;
}
#banner a:hover {color: #ffffff;}

#banner h1 {
	font-size: 30px;
	padding: 50px 0px 0px 50px;
	margin: 0px;
}
#banner h2{
	color: #ffffff;
	font-size: 14px;
	padding: 5px 0px 25px 50px;
	margin: 0px;
}

#metanavi { 
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 25px 50px;
	margin: 0px;
}

#metanavi a {
	color: #ffffff;
	text-decoration:none;
}

#metanavi a:hover {
	color: #FF4444;
}

#metanavi a:visited:hover {
	color: #FF4444;
}

#metanavi a:active {
	color: #FF0000;
}

#metanavi a:visited {
	color: #ffffff;
}

/*main-navi
-------------------------------------- */
#topnavi {
	margin: -40px 0px 5px 0px;
	padding: 2px 0px 0px 5px;
}
#topnavi a { 
	color: #ffffff;
	font-size: 18px;
	text-decoration: none; 
	font-weight:bold;
	margin: 0px;
	padding: 2px 15px;
}
#topnavi a:visited {color:#dde7e9;}
#topnavi a:hover {
	color: #24304b;
	/*background-color: #dde7e9;*/
}
#mainnavi a:active { color:#dde7e9;}

#container  #topnavi a.selected {
	background-color: #ffffff;
	color: #24304b;
}

/* alphabetical navi
-------------------------------------- */

#atoz {
	float: left;
	padding-top: 5px;
	padding-bottom: 0px;
	color: White;
}
#atoz a {
	padding: 0px 2px 0px 2px;
}

/* searchbox 
-------------------------------------- */

#searchbox {
	float: right;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-right: 10px;
	/* height: 21px; */
}

#searchbox .searchtext {
	font-size: smaller;
	position: top;
	margin-top: 3px;
	margin-right: 4px;
	padding-top: 0px;
	margin-left: 3px;
	width: 100px;
	float: left;
}

#searchbox #searchlabel {
	padding-top: 3px;
	color: White;
	width:60px;
	height:11px;
	font-size: 13px; 
	float: left;
	display: inline;
	font-family: Tahoma, Verdana, sans-serif;
	font-weight: normal;
	padding-left: 20px;
}

#searchbox #searchbutton {
  padding-top: 3px;
}

/* content elements
-------------------------------------- */


/* content elements
-------------------------------------- */
#content {	
	background-color: #7D0000;
	width: 570px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #fff;
	float: left;
}

#content h1, #content h2, #content h3, #content h4 {
	/*padding: 0px 50px 0px 50px;
	margin:0px 0px 15px 0px;*/
	/* color:#24304b; */
	color: white;
	font-size: 11px;
	font-weight: bold;
}
#content p{
	/*line-height: 18px;*/
	color: #fff;
	/*padding: 0px 50px 0px 50px;*/
	/*margin:0px 0px 15px 0px;*/
}
#content ul{
	/*padding: 0px 50px 0px 75px;
	margin:0px 0px 15px 0px;*/
	/*padding-bottom: 10px;*/
}
#content p.center{
	text-align:center;
}

/* Top half of the page
-------------------------------------- */
#tophalf {
	float: left;
}

/* Newest Videos
-------------------------------------- */
#newest_vids {
	float: right;
	width: 200px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	background-color: #E1E1E1;
}

#newest_vids h3 {
  margin: 0;
  margin-bottom: 10px;
  background: #760000;
  color: #D3C3C3;
  font-size: 22px;
  padding-top: 55px;
  padding-bottom: 5px;
  padding-left: 15px;
}

#newest_vids .smallad {
  text-align: center;
  width: 200px;
  margin-top: 20px;
}

#newest_vids .skyscraper {
  text-align: center;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#leaderboard{
	clear: both;
  text-align: center;
  width: 800px;
  padding-top: 5px;
}

#newest_vids p{
	padding: 0px 15px 15px 25px;
	margin:0px;
}

#newest_vids a {
	text-decoration: none;
	color: #000000;
}
#newest_vids .selected {
	text-decoration: underline;
}

#newest_vids ul {
	list-style-type: none;
	margin: 0px 25px;
	padding: 0px;
} 
#newest_vids li {
	margin-bottom: 0px;
}

#newest_vids img {
  float: left;
  margin-right: 5px;
  margin-top: 6px;
}

/* Top 25 Videos
-------------------------------------- */
#top25 {
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 580px;
	float: left;
}

#top25 h3 {
	/*padding-left: 50px;*/
	background: #FF9C00;
	padding: 2px;
	font-size: 22px;
	text-transform: lowercase;
	color: #fff;
	width: 565px;
	margin-top: 10px;
	/*padding: 10px;*/
}

#top25 .top1 {
  margin-top: -15px;
  margin-right: 1px;
}

#top25 .top1 img {
  margin-right: 5px;
  float: left;
  border-width: 0px;
}

#top25 .top1 .box {
  background: #C9C9C9;
  width: 232px;
  height: 228px;
  padding: 6px;
  float: left;
}

#top25 .top1 .box h2 {
  margin: 0;
  padding: 0;
  color: #373737;
  font-size: 22px;
}

#top25 .top1 .box h3 {
  margin: 0;
  padding: 0;
  background: #c9c9c9;
  color: #747474;
  width: 230px;
  margin-bottom: 10px;
}

#top25 .top1 .box .red-box {
  margin-top: 20px;
  width: 118px;
  height: 36px;
  background: #8C0000;
  float: left;
}

#top25 .top1 .box .yellow-button {
  margin-top: 20px;
  margin-left: 4px;
  width: 96px;
  height: 32px;
  padding: 2px;
  font-size: 24px;
  text-transform: lowercase;
  background: #FF9C00;
  color: #fff;
  float: left;
  text-align: center;
}

.yellow-button a {
	color: #FFFFFF;
}
.yellow-button a:hover {
	color: #000000;
}
.yellow-button a:visited {
	color: #FFFFFF;
}
.yellow-button a:visited:hover {
	color: #000000;
}
.yellow-button a:active {
	color: #CCCCCC;
}

/* For new top25 table */
#top25 #top2to25 {
	clear: both;
}

#top25table {
	border: 0px;
	width: 100%;
	border-collapse: collapse;
}

#top25table tr {
	margin: 0px;
	padding: 0px;
}

/*
#top25table tr {
}
*/

/* #top25table tr .dark, .light are covered by .dark and .light below */

/* End new top25 table */


#top25 a {
	color: #000000;
}
#top25 a:visited {
}
#top25 a:hover {
	color: #555555;
}
#top25 a:active {
}

#top25 #rank {
	float: left;
	text-align: right;
}
#top25 #artist {
	float: left;
}
#top25 #title {
	float: left;
}

#rank ul {
	/* Right-align double-digit numbers. May not be necessary */
	text-align: right;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 10px;
}

#artist ul, #title ul, #code ul {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px; /*necessary to avoid margins in IE6 */
	margin-top: 10px;
}

#artist a, #code a {
  padding-left: 15px;
}

#title a {
  padding-left: 158px;
}

.dark {
  background: #EBEBEB;
  padding: 4px;
}

.light {
  background: #FFFFFF;
  padding: 4px;
}

#top25 br {
	clear: both;
	position: relative;
}

#showhidetop25 {
	margin-bottom: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#showhidetop25 a {
	color: #8C0000;
	border: 1px solid #EBEBEB;
	padding: 3px;
	background-color: #EBEBEB;
}

#showhidetop25 a:visited {
	color: #8C0000;
}
#showhidetop25 a:hover {
	color: #FF9C00;
}
#showhidetop25 a:active {
	color: #CCCCCC;
}
#showhidetop25 a:visited:hover {
	color: #FF9C00;
}


/* Popular artists
-------------------------------------- */

#popular {
	padding: 10px 10px 10px 15px;
	width: 565px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
}

#popular h3 {
	padding-left: 35px;
}

#popular .popcol {
	float: left; 
	padding-left: 35px;
}

.popcol p {
	color: black;
	margin: 0px 0px;
}

.popcol a {
	color: #000000;
}
.popcol a:visited {
	color: #000000;
}
.popcol a:hover {
}
.popcol a:active {
}


/* Main block advertisement
-------------------------------------- */
#ad {
	width: 590px;
	background: #FFFFFF;
	float: left;
	margin-top: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Advertisement on sub-pages
-------------------------------------- */
#ad_subpage {
	float: right;
	width: 300px;
	height: 250px;
	padding: 1px 1px 1px 1px;
	background-color: black;
	margin: 10px 5px 5px 5px;

}


/* Breadcrumb
-------------------------------------- */
#breadcrumb {
	width: 400px;
	padding: 2px 10px 2px 20px;
	font-weight: bold;
	border: 1px solid #666666;
}

#breadcrumb a {
	color: #760001;
}

#breadcrumb a:hover {
	color: #D03806;
}

#breadcrumb a:visited {
	color: #760001;
}

#breadcrumb a:visited:hover {
	color: #D03806;
}

#breadcrumb a:active {
	color: #FF00000;
}

/* Letter page
-------------------------------------- */
#letter_content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#letter_content #letter_browse {
	padding-top: 10px;
}

#letter_browse #letter_column {
	float: left;
	width: 140px;
}

#letter_browse ul {
	list-style-type: none;
}

#letter_browse li {
	margin-bottom: 1ex;
}

#letter_browse p {
	/* Address peekaboo IE bug */
	position: relative;
}

#letter_browse a {
	color: #760001;
}

#letter_browse a:hover {
	color: #D03806;
}

#letter_browse a:visited {
	color: #760001;
}

#letter_browse a:active {
	color: #FF00000;
}


/* Artist page
-------------------------------------- */
#artist_content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#artist_content #artist_browse {
	padding-top: 10px;
}

#artist_browse ol {
	position: relative; /* IE peekaboo bug */
	list-style-type: none;
}

#artist_browse li {
	margin-bottom: 1ex;
}

#artist_content a {
	color: #760001;
}

#artist_content a:hover {
	color: #D03806;
}

#artist_content a:visited {
	color: #760001;
}

#artist_content a:active {
	color: #FF00000;
}

/* Player options form
-------------------------------------- */
#player_options {
	margin: 20px 20px 20px 20px;
}

/* Code output div
-------------------------------------- */
#code_output {
	margin: 20px 20px 20px 20px;
}

/* Player preview div
-------------------------------------- */
#player_preview {
	margin: 20px 20px 20px 20px;
}


/* Song page
-------------------------------------- */
#song_content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#song_content a {
	color: #760001;
}

#song_content a:hover {
	color: #D03806;
}

#song_content a:visited {
	color: #760001;
}

#song_content a:active {
	color: #FF00000;
}


/* layout-only elements
-------------------------------------- */
.antifloat {
	clear: both;
	visibility: hidden;
}

/*footer
-------------------------------------- */
#footer {
	/*clear: both;*/
	padding: 3px 50px;
	color: #000;
	font-weight: bold;
	margin: 0px;
	background-color: #eee;
	margin-top: 5px;
	float: left;
	width: 700px;
}

#footer a {color: #000;}

/*#footer .footer_link {
	margin-right: 15px;
}*/
