/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { font-size: 14px; line-height: 21px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; background-image: url('/img/main_bg.jpg');
}

body, button, input, select, textarea { font-family: 'Open Sans', helvetica, arial, clean, sans-serif; color: #222; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #000022; color: #fff; text-shadow: none; }
::selection { background: #000022; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #005B5B; text-decoration: none; }
a:hover { color: #9E9E9E; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { line-height: 18px; margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
img.scale-with-grid {
	max-width: 100%;
	height: auto; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	background: #eee; /* Old browsers */
	background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
	background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
	background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
	background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
	background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
	background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 4px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  font-family: 'Open Sans',helvetica,arial,clean,sans-serif; }

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #222;
	background: #ddd; /* Old browsers */
	background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
	background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
	background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
	background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
	background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
	background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa; }

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
	background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
	background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
	background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
	background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
	background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
	background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		}

/* #Typography
================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #181818;
	font-weight: 400; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
h5 { font-size: 17px; line-height: 24px; }
h6 { font-size: 14px; line-height: 21px; }
.subheader { color: #777; }

p { margin: 0 0 20px 0; }

em { font-style: italic; }
strong { font-weight: bold; }
#content { color: #333; }

/*Blockquotes  */
blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

#top {
	min-width: 320px;
	position: relative;
	height: 20px;
	z-index: 100;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(55,55,55,0.7) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(50%,rgba(55,55,55,0.8)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc373737',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
}
.rightanchor { right: 0; position: absolute; white-space: nowrap; top: 0;}
#top p {
float: left;
padding: 5px 20px;
font-size: 10px;
font-weight: 400;
line-height: 10px;
color: white;
margin: 0;
border-right: 1px solid #737373;
}
#top ul { float: left; }
#top ul li {
float: left;
letter-spacing: 1px;
border-right: 1px solid #737373;
margin: 0;
}
#top ul li a {
text-transform: uppercase;
display: block;
padding: 5px 20px;
font-size: 9px;
font-weight: 400;
line-height: 10px;
color: white;
}
#main {
position: relative;
z-index: 90;
background: -moz-linear-gradient(left,  rgba(0,0,0,0.4) 0%, rgba(87,87,87,0.4) 65%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.4)), color-stop(65%,rgba(87,87,87,0.4)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(87,87,87,0.4) 65%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(87,87,87,0.4) 65%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(87,87,87,0.4) 65%,rgba(0,0,0,0.4) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(0,0,0,0.4) 0%,rgba(87,87,87,0.4) 65%,rgba(0,0,0,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66575757',GradientType=1 ); /* IE6-9 */
-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);

}
#main ul li {
float: left;
letter-spacing: 1px;
border-right: 1px solid #6e6e6e;
margin: 0;
}
#main ul li a {
text-transform: uppercase;
display: block;
padding: 30px;
color: white;
font-family: 'Open Sans',helvetica,arial,clean,sans-serif;
font-size: 20px;
text-transform: uppercase;
font-weight: 300;
line-height: 20px;
}
#main h4 { margin: 0; padding: 0; border-right: 1px solid #6e6e6e; width: 320px;
height: 80px;
display: block;
float: left;
}
#main h4 a {
display: block;
float: left;
padding: 0px 30px 0px 30px;
margin: 0;
width: 190px;
height: 80px;
background: url('/img/fave-off-logo2.png') no-repeat scroll center center;
color: #CCC;
font-size: 20px;
text-align: center;
text-indent: -9999px;
}
#sub {
position: relative;
z-index: 80;
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(87,87,87,0.65) 65%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(65%,rgba(87,87,87,0.65)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(87,87,87,0.65) 65%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(87,87,87,0.65) 65%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(87,87,87,0.65) 65%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(87,87,87,0.65) 65%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66575757',GradientType=1 ); /* IE6-9 */
-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
}
#sub ul li {
display: block;
height: 24px;
width: 159px;
border-right: 1px solid #6e6e6e;
border-bottom: 1px solid #6e6e6e;
margin: 0;
padding: 0;
float: left;
letter-spacing: 1px;
}
#sub ul li a {
text-transform: capitalize;
display: block;
padding: 0px 10px;
color: white;
font-family: 'Open Sans',helvetica,arial,clean,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}

#side {
	float: left;
	width: 140px;
}
.side {
	margin: 40px 0px;
	z-index: 70;
	background: -moz-linear-gradient(left,  rgba(55,55,55,0.7) 0%, rgba(87,87,87,0.7) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(87,87,87,0.7)), color-stop(50%,rgba(55,55,55,0.8)), color-stop(100%,rgba(87,87,87,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(87,87,87,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(87,87,87,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(87,87,87,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(87,87,87,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(87,87,87,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(87,87,87,0.7) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(87,87,87,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(87,87,87,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc373737', endColorstr='#cc575757',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.side h4, .side h5 {
padding: 5px 20px;
font-size: 22px;
font-weight: 300;
line-height: 24px;
color: white;
margin: 0;
border-bottom: 1px solid #9e9e9e;
}
.side h5 {
font-size: 16px;
padding: 10px 20px 5px 20px;
}
.side ul li {
letter-spacing: 1px;
margin: 0;
}
.side ul li a {
text-transform: capitalize;
display: block;
padding: 5px 20px;
font-size: 10px;
font-weight: 400;
line-height: 12px;
border-bottom: 1px solid #9e9e9e;
color: white;
}

nav ul li a:hover {
	background: #2b2b2b;
	background: -moz-linear-gradient(top,  rgba(94,94,94,0.6) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,0.6)), color-stop(100%,rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(94,94,94,0.6) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(94,94,94,0.6) 0%,rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(94,94,94,0.6) 0%,rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(94,94,94,0.6) 0%,rgba(0,0,0,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995e5e5e', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */
}

a.button-up {
	background: transparent;
	width: 16px;
	height: 16px;
	background-position: -96px -192px;
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
a.button-up:hover {
	background: transparent;
	background-image: url(images/ui-icons_00ffff_256x240.png);
	background-position: -96px -192px;
}
.current {
	background: #999999;
	background: -moz-linear-gradient(top,  rgba(94,94,94,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(94,94,94,0.5)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(94,94,94,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(94,94,94,0.5) 0%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(94,94,94,0.5) 0%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(94,94,94,0.5) 0%,rgba(0,0,0,0.5) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995e5e5e', endColorstr='#99999999',GradientType=0 ); /* IE6-9 */
}

html, body {height: 100%;margin: 0; padding: 0;}
#wrap {
min-height: 100%;
position:relative;
}
footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:30px;			/* Height of the footer */
}
footer {
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.85) 0%, rgba(87,87,87,0.85) 65%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.85)), color-stop(65%,rgba(87,87,87,0.85)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(87,87,87,0.85) 65%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(87,87,87,0.85) 65%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(87,87,87,0.85) 65%,rgba(0,0,0,0.85) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(0,0,0,0.85) 0%,rgba(87,87,87,0.85) 65%,rgba(0,0,0,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: 0px -3px 5px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px -3px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px -3px 5px 1px rgba(0, 0, 0, .3);
}

#footer {
	padding: 5px 20px;
	height: 20px;
}

#content, #content-nojs {
	margin-top: 20px;
	/*margin-left: 160px;*/
	padding:0 30px 30px 30px;	/* Height of the footer */
}

#intro {
	margin-bottom: 20px;
}

.item, .ad-box, .content-box {
	float: left;
	position: relative;
	width: 340px;
	display: block;
	margin-bottom: 20px;
	margin-right: 20px;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, .3);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}

.item h1 {
	padding: 10px 20px;
	font-weight: 300;
	font-size: 36px;
	line-height: 40px;
	margin: 0;	
}
.item h2 {
	padding: 10px 20px;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 14px 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 4px solid #666666;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(55,55,55,0.7) 50%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(50%,rgba(55,55,55,0.8)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(55,55,55,0.7) 50%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc373737',GradientType=1 ); /* IE6-9 */
	color: #ffffff;
}

.item p, .item form, .item h4 {
	padding: 0 20px;
}

.content-padding p, .content-padding form, .content-padding h1, .content-padding h2, .content-padding h4 {
	padding: 0;
}

.content-padding {
	padding: 20px;
}
.content-box, .ad-box {
	padding: 20px;
	width: 300px;
}

.chart-box {
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0;
	margin: 0;
	clear: both;
}

.chart-image {
	float: left;
	margin-right: 10px;
	width: 100px;
	overflow: hidden;
}

.chart-image p {
	font-size: 9px;
	line-height: 10px;
	padding: 5px 0 0 20px;
	margin: 0;
}

.chart-number {
	float: right;
	font-size: 90px;
	line-height: 5px;
	font-weight: 300;
	color: #eeeeee;
	z-index: 0;
	top: 30px;
	position: relative;
	padding-right: 5px;
}

.chart-box h4, .chart-text h4 {
	font-size: 24px;
	line-height: 30px;
	padding: 0 10px 0 0;
	margin: 0 0 5px 0;
	z-index: 20;
	position: relative;
}

.chart-text p {
	font-size: 14px;
	line-height: 18px;
	padding: 0 10px 0 0;
	margin: 0;
	z-index: 25;
}

.chart-text {
	float: left;
	width: 230px;
}

.itunesAlbum {
	padding: 0 !important;
	margin: 0;
}

.itunesAlbum input {
	margin: 0;
	font-size: 9px;
}

#loadingDiv {
	z-index: 5000;
	padding:0;
	margin: 0;
	width:50px;
	height:50px;
	position: absolute;
	top: 45px;
	left: 250px;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}

/*
	Alert box layout
*/

.alert_warning, .alert_success, .alert_info, .alert_error
{
	margin: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 4px #cccccc;
 	-webkit-box-shadow: 0 1px 2px #cccccc;
 	box-shadow: 0px 1px 2px #cccccc;
	color: #333333;
	font-weight: bold;
	cursor: pointer;
	margin: 10px 20px 10px 20px;
	text-shadow: 0px 0px 0px transparent;
	width: 220px;
}

.alert_warning {
	background: #fcf2a5;
	border: 1px solid #edbf06;
}

.alert_info
{
	background: #e6f5fd;
	border: 1px solid #b2c8ff;
}

.alert_success
{	
	background: #08A000;
	border: 1px solid #49816e;
	color: #ffffff;
	text-shadow: 1px 0px 1px #333333;
}

.alert_error
{	
	background: #cc1800;
	border: 1px solid #ff8e8e;
	color: #ffffff;
	text-shadow: 1px 0px 1px #333333;
}

.alert_warning p, .alert_info p, .alert_success p, .alert_error p
{
	margin: 15px;
}

img.middle
{
	vertical-align: middle;
	margin-right: 5px;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== 

@media only screen and (min-width: 480px) {

}

@media only screen and (min-width: 768px) {

}
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {

#main ul li a {
		padding: 5px;
		font-size: 14px;
		line-height: 14px;
}
#content, #content-nojs {
	padding:0 0 30px 0;
}

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
#main ul li a {
	padding: 5px;
	font-size: 14px;
	line-height: 14px;
}
#content, #content-nojs {
	padding:0 0 30px 0;
}
.content-box, .ad-box {
	padding: 20px;
	width: 280px;
}
.chart-text {
	width: 210px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
#content {
	-webkit-device-pixel-ratio : 1.0;
	device-pixel-ratio : 1.0;
}
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
