body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1em;
	line-height: 1.3;
	color: #333;
	background-color: #eee;
}
h1, h2, h3, h4 {
	font-weight: bold;
	letter-spacing: -1px;
}
h1 {
	font-size: 175%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 100%;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #64a1c7;
	border-bottom: 1px solid #80ceff;
}
a:hover {
	color: #80ceff;
}

/* header */

#header {
	color: #555;
	font-weight: bold;
	background: #222 url(/images/border.png) repeat-x scroll 0 0;
	padding-top: 15px;
}
#header a {
	color: #fff;
}
#header a:hover {
	color: #ddd;
}
#logo {
	width: 245px;
	height: 58px;
	border: 0;
}
#tagline {
  color: #fff;
  font-size: 85%;
}
#header #menu {
	float: right;
	text-align: right;
}
#header #menu li {
	display: inline;
	padding: 0 5px;
}
#header #menu li.label {
	font-size: 80%;
}

/* content */

#content {
	background-color: #fff;
}

#banner {
	width: 900px;
	min-height: 500px;
	background: transparent url(/images/banner.png) no-repeat scroll 0 0;
}

.body-recent {
	width: 900px;
	height: 140px;
	background: transparent url(/images/body-recent.png) no-repeat scroll 0 0;
}
.body-recent a {
	color: #754c24;
	border-color: #754c24;
}
.body-top {
	width: 900px;
	height: 50px;
	background: transparent url(/images/body-top.png) no-repeat scroll 0 0;
}
.body-bottom {
	width: 900px;
	height: 50px;
	background: transparent url(/images/body-bottom.png) no-repeat scroll 0 0;
}
.body-left {
	padding-left: 50px;
	background: transparent url(/images/body-left.png) repeat-y scroll left center;
}
.body-right {
	padding-right: 50px;
	background: transparent url(/images/body-right.png) repeat-y scroll right center;
}
.body-content {
	color: #fff;
	font-weight: bold;
	background: transparent url(/images/body-middle.png) repeat scroll 0 0;
}
.body-content a {
	color: #80ceff;
}
.body-content a:hover {
	color: #aaa;
}
.highlight {
	color: #80ceff;
}
.blue, .orange, .red, .green {
	display: table-cell;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.blue {
	color: #fff;
	background-color: #4ebaff;
}
.orange {
	color: #fff;
	background-color: #fbca54;
}
.red {
	color: #fff;
	background-color: #fc575E;
}
.green {
	color: #fff;
	background-color: #b2d40a;
}
.divider {
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
	margin: 5px 0 20px 0;
}
.gray {
	color: #999;
}
.column-one,
.column-two,
.column-three {
	float: left;
}
.column-one {
	width: 400px;
}
.column-two {
	width: 75px;
}
.column-three {
	width: 325px;
	padding-bottom: 10px;
}
.button {
	display: block;
	width: 259px;
	height: 72px;
	font-size: 150%;
	text-align: center;
	background: transparent url(/images/button.png) no-repeat scroll 0 0;
	padding: 20px 0 0 0;
	border: 0;
}
.button:hover {
	background: transparent url(/images/button-hover.png) no-repeat scroll 0 0;
}
.button:active {
	background: transparent url(/images/button-active.png) no-repeat scroll 0 0;
}
a.button {
	color: #000;
}
a.button:hover {
	color: #666;
}

/* examples */

/*.blue #4ebaff;
.orange #fbca54;
.red    #fc575E;
.green  #b2d40a;*/

.fact1, .fact2, .fact3 {
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px;
}
.fact1 {
	color: #999;
}
.fact2 {
	color: #888;
}
.fact3 {
	color: #777;
}

/* grid */

table.grid {
	width: 100%;
}
.grid th {
	font-weight: bold;
	font-size: 110%;
	letter-spacing: -1px;
	color: #666;
}
tr.parent {
	border-bottom: 1px dashed #ddd;
}
tr.child {
	background-color: #eee;
}
tr.selected {
	background-color: #ddd;
}
.grid td {
	padding: 5px;
}

/* footer */

#footer a {
	border: 0;
}

/* classes */

.left {
	float: left;
}
.right {
	float: right;
}
.spaced {
	margin: 0 0 10px 0;
}
.padded {
	padding: 5px;
}
table.padded {
	border-collapse: separate;
	border-spacing: 5px;
	padding: 0;
}
.outlined {
	border: 1px solid #ddd;
}
.filled {
	background-color: #f6f6f6;
}

/* flash */

.notices, .errors {
	/*display: table-cell;*/
	font-size: 125%;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	background-color: #eee;
	border: 1px dashed #ddd;
	padding: 5px 10px;
	margin: 10px 0;
	/*border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
.notices {
	color: OliveDrab;
}
.errors {
	color: Tomato;
}

/* forms */

table.form {
	width: 100%;
}
.form td {
	vertical-align: top;
	padding: 5px;
}
.form input, .form textarea, .form select {
	font-size: 125%;
	padding: 5px;
	margin: 5px;
}
.form label {
	display: block;
	font-weight: bold;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -1px;
	color: #999;
}
.form input[type="submit"] {
	background: #80ceff none repeat scroll 0 0;
	border: 1px solid #4889b2;
	color: #fff;
	font-weight: bold;
	padding: 6px 8px;
	text-decoration: none;
}
.form .fieldWithErrors {
	display: inline;
}

/* autocomplete */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}
.ac_results li {
	margin: 0px;
	padding: 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 125%;
	overflow: hidden;
}
.ac_loading {
	background: Window url('./indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

/* jqm */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
   the Window's z-index value will be set to 3000 by default (in jqModal.js). 
   You can change this value by either
   a) supplying one via CSS
   b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow {
	display: none;
	position: fixed;
	top: 10%;
	left: 50%;
	width: 800px;
	background-color: #fff;
	border: 10px solid #ddd;
	padding: 20px;
	margin-left: -430px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.jqmOverlay {
	background-color: #000;
}

/* Fixed posistioning emulation for IE6.
   Star selector used to hide definition from browsers other than IE6.
   For valid CSS, use a conditional include instead. */

* html .jqmWindow {
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* buttons */

/*.blue #4ebaff;
.orange #fbca54;
.red    #fc575E;
.green  #b2d40a;*/

a.share, a.fb_share_button {
	display: inline-block;
	height: 15px;
	width: auto;
	font-size: 80%;
	line-height: 1em;
	border: 1px solid #d8dfea;
	padding: 1px 20px 0 5px;
}

a.twitter_button {
	color: #3cf;
	background: transparent url(/images/twitter.png) no-repeat scroll right top;
}
a.twitter_button:hover {
	color: #fff;
	background: #3cf url(/images/twitter.png) no-repeat scroll right top;
	border-color: #3cf;
}
a.embed_button {
	color: #4ebaff;
	background: transparent url(/images/embed.png) no-repeat scroll right top;
}
a.embed_button:hover {
	color: #fff;
	background: #4ebaff url(/images/embed.png) no-repeat scroll right top;
	border-color: #4ebaff;
}
a.add_button {
	color: #80ceff;
	background: transparent url(/images/add.png) no-repeat scroll right top;
}
a.add_button:hover {
	color: #fff;
	background: #80ceff url(/images/add.png) no-repeat scroll right top;
	border-color: #80ceff;
}
a.download_button {
	color: #80ceff;
	background: transparent url(/images/ipod.png) no-repeat scroll right top;
}
a.download_button:hover {
	color: #fff;
	background: #80ceff url(/images/ipod.png) no-repeat scroll right top;
	border-color: #80ceff;
}

/* facebook */

a.FB_Link, a.fbconnect_login_button, a.fb_profile_pic_rendered {
	border: 0;
}
