/* CSS Document */
/* Design by Danny Yoder */
/* for radio.talkr.com */
/* August 15, 2007 */
/* dannyyoder1978@yahoo.com */

/* Top Left Logo and other standard atributes */
body {
	background-image: url(../../Talkr%20_%20New%20Live%20Beta_files/logo.gif);
	background-repeat: no-repeat;
	}

h1 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h2 {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	display: block;
	border-bottom-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	}

p {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 16px;
	}
	
a:link {
	color: #4e83b9;
	text-decoration: none;
	}
		
	a:hover {
		color:#3366CC;
		ext-decoration: none;
		}
		
	a:visited {
		color:#999999;
		text-decoration: none;
		}
	

/* Top Navigation */
		
#topnav {
	float:right;
	width: 75%;
	text-align: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e83b9;
	font-weight: bold;
	}
		/* ul code strips the bullets from the list */
	#topnav ul {
		list-style-type: none;
		}
	/* displays list inline and spaces the list items */
		#topnav li {
			display: inline;
			padding-right: 10px;
			padding-left: 10px;
			border-top-width: thin;
			border-right-width: thin;
			border-bottom-width: thin;
			border-left-width: thin;
			border-right-style: none;
			border-top-color: #4E83B9;
			border-right-color: #4E83B9;
			border-bottom-color: #4E83B9;
			border-left-color: #4E83B9;
			border-left-style: solid;
			}
			
			#topnav li a:link {
				color: #4e83b9;
				text-decoration: none;
				}
			#topnav li a:hover {
				color:#3366CC;
				text-decoration: none;
				}
			#topnav li a:visited {
				color:#999999;
				text-decoration: none;
				}		

/* Decorative bar across the top */

#topbar {
	float:left;
	width: 100%;
	top: 90px;
	height: 55px;
	margin-top: 20px;
	background-image: url(../../Talkr%20_%20New%20Live%20Beta_files/newbar.jpg);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-left: 5px;
	}

/* Left box attributes */

#leftbox {
	float:left;
	width: 50%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e83b9;
	font-weight: bold;
	margin-top: 10px;
	border-right-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	padding: 5px;
	}
	
	#leftbox li {
		list-style-position: outside;
		list-style-type: disc;
		font-weight: normal;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 20px;
		margin-left: -15px;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;	
		}
		
		#leftbox li a:link {
		color: #4e83b9;
		text-decoration: none;
		}
		
		#leftbox li a:hover {
		color:#3366CC;
		ext-decoration: none;
		}
		
		#leftbox li a:visited {
		color:#999999;
		text-decoration: none;
		}
				
/* Right box attributes */	

#rightbox {
	float:left;
	width: 30%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4e83b9;
	font-weight: bold;
	margin-top: 10px;
	border-right-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #4E83B9;
	border-right-color: #4E83B9;
	border-bottom-color: #4E83B9;
	border-left-color: #4E83B9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
		
		#rightbox a:link {
			color: #4e83b9;
			text-decoration:underline;
			font-size:12px
			}
		
		#rightbox a:hover {
			color:#3366CC;
			text-decoration: none;
			}
		
		#rightbox a:visited {
			color:#999999;
			text-decoration: none;
			}
			
#socialbox {
	float:left;
	width: 15%;
	margin-top: 10px;
	text-align: right;
	font-size:11px;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #4E83B9;
	}
	
	#socialbox a:link {
		color: #4e83b9;
		text-decoration:none;
		}
		
	#rightbox a:hover {
		color:#3366CC;
		text-decoration:underline;
		}
		
	#rightbox a:visited {
			color:#999999;
			text-decoration: none;
			}
			
#footer {
	float: left;
	height: 25px;
	width: 100%;
	background-color: #4E83B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
	}
	
	#footer ul {
		list-style-type: none;
		}
	/* displays list inline and spaces the list items for the footer*/
		#footer li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-style: solid;
	border-top-color: white;
	border-right-color: #FFFFFF;
	border-left-color: white;
	border-left-style: solid;
	border-left-width: thin;
	border-right-width: thin;
			}
			
			#footer li a:link {
				color: white;
				text-decoration: none;
				}
			#footer li a:hover {
				color:#3366CC;
				text-decoration: none;
				}
			#footer li a:visited {
				color:#999999;
				text-decoration: none;
				}
		#footer p {
		text-align:right;
		}		

