/* CSS Document */
/* Styles here will be displayed in the editor according to the regular expressions set up in the ckeditor config.js. 
*/

@font-face {
    font-family: 'bebas-neue';
    src:url('/fonts/BebasNeue-webfont.woff') format('woff'),
        url('/fonts/BebasNeue-webfont.svg##Bebas-Neue') format('svg'),
        url('/fonts/BebasNeue-webfont.eot'),
        url('/fonts/BebasNeue-webfont.eot?##iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

body 
{
	background-color: White;
	font-family: "bebas-neue", "Oswald", sans-serif;
    letter-spacing: 0.1em;
	font-size:14px;
	color:#000;
}

html, body{ 
 margin:0; 
 padding:0;
 -webkit-font-smoothing: antialiased;
} 
p,input,textarea{ 
margin:0;
padding:0;
}
img
{
	border:none;
}
ul {/*Prevent bullets overlapping an image aligned/floated left next to the list*/
	overflow:hidden;
	list-style-position:outside;
}
a {
	color:inherit;
}
h1,h2 {
    color:#c9150c;
}
h1.golden,
h2.golden {
}
.golden {
    color:#DAA520;
}

a.link_todo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
}

a.link_butlarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	color: #FF0000;
}

.Guide_Listing_Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	color: #CC6600;
}

.Sub_Level_Header_Heavy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

a.artistlisting:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}

a.artistlisting:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}

a.artistlisting:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}

a.artistlisting:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #F60;
}