/* CSS Document */

body {
	font: 80% "Lucida Grande", Lucida, Verdana, sans-serif;
	
}

#page {
		margin-right: auto;
	margin-left: auto;
	width: 100%;
}


#main_col {
	padding: 7px;
 	
	background-color: #676767;
	overflow: auto;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}

/* @group Text */

p {
	font-size: 11px;
	margin-top: 0;
}

a {
}

a:link {
	color: #fff24e;
	text-decoration: none;
	border-style: hidden;
}
a:active {
	color: #f3f4ff;
		text-decoration: none;

}
	
a:hover {
		text-decoration: none;
}

a:visited {
	color: #8fb0cb;
		text-decoration: none;
}

/* @end */

/* @group Header */

#header {
	margin-bottom: 1px;
			margin-right: auto;
	margin-left: auto;
	background: #4b4c46 url(../images/title_bg.jpg) no-repeat;
}

#header .title2 {
	color: #ffd600;
	text-shadow: #000000 1px 1px 0px;
	font: bold 31px "Arial Black";
	text-align: center;
}

#header .tagline {
	color: #afe800;
	text-transform: capitalize;
	letter-spacing: 2px;
	text-shadow: #000000 1px 1px 0px;
	font: bold 19px "Arial Black";
	margin-left: 6px;
}
/* @end */

#sidebar {
	
	width: 99%;
	float: left;
}

#sidebar .download {
	margin-top: 12px;
	margin-left: 299px;
	color: #f6ff00;
}

#sidebar .time {
	color: #f6ff00;
	margin-top: 12px;
	margin-left: 158px;
}

/* @group Buttons */

#button {
	background-color: #202020;
	padding: 7px;
	text-transform: uppercase;
	margin-bottom: 6px;
	letter-spacing: .1em;
	height: 72px;
	width: 100%;
}

#button .image2 {
	float: left;
}

#button .info {
	color: #d1f22a;
	font: 18px Arial;
	margin-left: 283px;
	margin-top: 53px;
	letter-spacing: 3px;
}

/* @end */

/* @group Navbar */
#nav {

  	list-style-type: none;
  	float: left;
	font-size: 11px;
	padding-left: 1px;
	margin: 0;
}

#nav2 {

  	list-style-type: none;
	font-size: 11px;
	text-align: center;
	padding-left: 0;
	margin: 0;
	clear: left;
	float: left;
}
#nav a, #nav a:link, #nav a:visited {
	display: block;
	border-bottom-width: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

#nav2 a, #nav a:link, #nav a:visited {
	display: block;
	border-bottom-width: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}

#nav a:hover {
  	text-shadow: 0 0 0;
	border-top-style: none;
	font-weight: bold;
}

#nav2 a:hover {
  	text-shadow: 0 0 0;
	border-top-style: none;
	font-weight: bold;
}

#nav li {
	float: left;
	text-align: center;
	padding-top: 5px;
}

#nav li#one { width: 74px;
	font-size: 11px;
		background: url(../images/buttons.png) no-repeat;
	height: 25px;
}
#nav li#two { width: 74px;
	height: 25px;
	background: url(../images/buttons.png) no-repeat;
}
#nav li#three {  width: 74px;
	height: 25px;
	background: url(../images/buttons.png) no-repeat; }
#nav li#four {  width: 73px;
	height: 25px;
	
	background: url(../images/buttons.png) no-repeat; }
#nav2 li#five {
	background: url(../images/buttons-b.png) no-repeat;
	height: 23px;
	width: 155px;
	padding-top: 4px;
}

/* @end */

/* @group Columns */
#columns .header{
	color: #e7de23;
	background-color: #565656;
	clear: left;
	width: 100%;
	text-align: center;
	text-shadow: #000000 1px 1px 1px;
	border: 1px solid #3d3b3a;
}

#columns .pic {
	text-align: center;
	width: 100%;
	margin-top: 6px;
}

#columns .channel {
	width: 14%;
	float: left;
}

#columns .text {
	width: 98%;
	color: #090909;
}
/* @end */

/* @group Footer */

#footer {
	color: #fbfbfb;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	text-shadow: #000000 1px 1px 1px;
	font-weight: bold;
	background: #555 repeat-x;
	margin-right: auto;
	margin-top: 1px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 3px;
	margin-left: auto;
	border: 1px solid #000;
}

#footer a:hover {
	text-shadow: #000000 2px 1px 1px;
	border-top-style: dotted;
	border-top-width: 1px;
}

#footer a:visited {
	color: #9fedf5;
}

/* @end */
