 /************House Keeping************/

html, body, p, h1, h2, h3, h4, ul, li, a, img {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
    font-family: helvetica, arial, sans-serif;
    border: none;
    font-weight: normal;
}

body {
    font-size: 0.75em; 
   	background: url(../images/bg.png) #f1f1f1;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

body .hidden {
    display: none;
}

a:focus {
	border: none;
	outline: none;	
}

a.back {
	font-weight: bold;
	padding-left: 11px;
	color: #90c900;
	background: url(../images/back.png) no-repeat left 2px;
}
a.back:hover {
	text-decoration: underline;
}

.oldIe {
	display: none;
}

/************Font Styling************/

/**On White**/

h2 {
	font-family:'BebasNeueRegular', Helvetica, Arial, sans-serif; 
	color: #999;	
}

h3 {
	font-family:'BebasNeueRegular', Helvetica, Arial, sans-serif; 
	font-size: 2.5em;
	float: left;
	display: inline;
} 

p {
	font-family: helvetica, arial, sans-serif;
	font-size: 1.08em;
	line-height: 1.5em;
	color: #333;
	margin-bottom: 20px;
}

.title {
	margin-bottom: 10px;
}

/**On Black**/

.onBlack h3 {
	color: #ddd;
}

.onBlack p, .onBlack li {
	color: #bbb;
}

.onBlack p {
	border-bottom: 1px solid #2f2f2f;
	padding: 0 0 10px 0;
	margin: 0px;
}

.onBlack ul li {
	border-top: 1px solid #1f1f1f;
	border-bottom: 1px solid #2f2f2f;
	padding: 10px 0;
	margin: 0px;	
}
.onBlack ul li:last-child {
	border-bottom: none;
}
.onBlack ul.subList li {
	border: none;
	list-style: disc;
	margin-left: 15px;
	padding: 10px 0 0 0;
}

/**Icons**/
/*All Pictos icons by Drew Wilson - DrewWilson.com*/
.pictos {
	background-image: url(../images/pictosicon.png);
	background-repeat: no-repeat;
	padding-left: 38px;	
}
.pictos.tweets {
	background-position: 0 1px;
}
.pictos.audioScrob {
	background-position: 0 -39px;
}
.pictos.contactIcon {
	background-position: 0 -119px;
}

/************Buttons************/

a.button, a.buttonLrg {
	background-color: #90c900;
	color: #fff;
	font-weight: bold;
	display: block;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	float: left;
	border: 1px solid #6ab10b;
	/*default size*/
	line-height: 20px;
	padding: 0 10px;	
}
a.button.secondar.secondary, a.buttonLrg.secondary{
	background-color: #999;	
	border: 1px solid #7f7f7f;
}
a.buttonLrg {
	line-height: 27px;
	padding: 0 10px;
	font-size: 1.25em;
	margin-bottom: 40px;
}

a.button:hover, a.buttonLrg:hover {
	background-color: #353535;
	border: 1px solid #000;	
}

/************AJAX************/

.loading {
	background: url(../images/ajax-loader.gif) no-repeat center center;
}

.preload {
	height: 90px;
	width: 100%;
	background: url(../images/ajax-loader.gif) no-repeat center 20px;
}

/************fonts************/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 28, 2010 10:23:49 AM America/New_York */

@font-face {
	font-family: 'BebasNeueRegular';
	src: url('../type/BebasNeue-webfont.eot');
	src: local('☺'), url('../type/BebasNeue-webfont.woff') format('woff'), url('../type/BebasNeue-webfont.ttf') format('truetype'), url('../type/BebasNeue-webfont.svg#webfontf0WP9KEe') format('svg');
	font-weight: normal;
	font-style: normal;
}
