/* @override http://theamericandollar.localhost/css/layout.css */

@font-face {
	font-family: "AsenineDollar";
	src: url("../fonts/AsenineDollar.woff") format("woff"), 
	     url("../fonts/AsenineDollar.ttf") format("truetype"), 
	     url("../fonts/AsenineDollar.svg#AsenineDollar") format("svg");
}

body {
	color: #fff;
	background: #000 url(../images/background.png) no-repeat left top;
}

#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

a, a:link {
	color: #b3b3b3;
}

a:hover {
	color: #fff;
}

/* @group Header */

#header {
	height: 160px;
	clear: both;
}

#header .tagline {
	display: none;
}

#header a {
	text-indent: -10000px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background-color: #1a1a1a;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
}

#header a:hover {
	background-color: #4d4d4d;
}

#header h1, #header h1 a {
	width: 500px;
	height: 160px;
}

#header h1 {
	float: left;
}

#header h1 a {
	background-image: url(../images/logo-amdollar.png);
	background-position: left bottom;
}

#header #nav li {
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}

#header #nav li, #header #nav li a {
	display: block;
	height: 160px;
	width: 40px;
}

#header #nav li.active, #header #nav li.active a {
	width: 160px;
}

#header #nav li.active a {
	background-color: #4d4d4d;
}

#header #nav li a {
	background-position: right bottom;
	background-image: url(../images/nav.png);
}

#header #nav .news {
	background-position: right 60px;
}

#header #nav .media {
		background-position: right -90px;
}

#header #nav .store {
	background-position: right -240px;
}

#header #nav .press {
	background-position: right -390px;
}

#header #nav .contact {
	background-position: right -540px;
}

/* @end */

/* @group Content */

#content {
	width: 500px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	padding-bottom: 60px;
}

#content .more {
	display: block;
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	background-color: #191919;
	text-transform: lowercase;
	line-height: 2;
}

#content .more:hover {
	background-color: #4d4d4d;
}

#content ol {
	list-style: decimal;
}

#content ul {
	list-style: disc;
}

#content li {
	margin-left: 30px;
}

#content p,
#content dl,
#content hr,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content ol,
#content ul,
#content pre,
#content table,
#content address,
#content fieldset {
	margin-bottom: 20px;
}

#content ol {
	list-style: decimal;
}

#content ul {
	list-style: disc;
}

#content li {
	margin-left: 30px;
}

#content h2 {
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-family: AsenineDollar, "Century Gothic", "Apple Gothic";
}

#content h2 a {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content object {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

#content .post img {
	display: block;
	margin-bottom: 20px;
	margin-top: 5px;
}

#content blockquote {
	width: 470px;
	margin-left: -30px;
	padding-left: 30px;
	background: url(../images/quote.png) top left no-repeat;
	font-style: italic;
	margin-top: 0;
}

#content blockquote blockquote {
	margin-left: 0;
}

/* ems in blockquotes look like normal text. Could be confusing; should work
         fine unless there is a giant em block at the end of the blockquote, or
         worse, making up the whole blockquote. Remove if you don"t want to take
         that risk, but instead suffer from a lack of distinguished emphasis in
         blockquotes. */

#content blockquote em {
	font-style: normal;
}

#content blockquote ul, blockquote ol {
	padding-left: 2em;
}

/* Various repeated elements. */

#content span.permalink {
	font-size: 12px;
	font-weight: bold;
	font-family: "Apple Gothic", "Century Gothic", sans-serif;
}

#content span.permalink a {
	text-decoration: none;
}

#content div.realpost {
	margin-bottom: 4em;
	padding-top: 0;
	margin-top: 0;
}

#content div.audio embed {
	margin-top: .3em;
	margin-bottom: 1em;
}

#content div.conversation ol {
	list-style: none;
}

#content span.label {
	font-weight: bold;
}

#content blockquote.thequote {
	font-size: 1.25em;
	line-height: 1.3;
}

#content div.text img {
	max-width: 500px
}

#content div.text blockquote img {
	max-width: 150px
}

/* @end */

/* @group Sidebar */

#sidebar {
	margin-left: 520px;
	margin-bottom: 60px;
}

#sidebar h3 {
	clear: right;
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: lowercase;
	font-size: 28px;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-family: AsenineDollar, "Century Gothic", "Apple Gothic";
}

#sidebar h3 a {
	color: #fff;
	text-decoration: none;
}

#sidebar h3 a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#sidebar ul.events a {
	text-decoration: none;
}

#sidebar li.event {
	margin-left: 60px;
}

#sidebar li.event .date {
	margin-left: -60px;
	width: 60px;
	display: block;
	float: left;
}

#sidebar div.countdown img {
	float: right;
	border-style: solid;
	border-width: 1px;
	margin-top: -50px;
}

#sidebar div.countdown .clock {
	display: block;
	text-transform: uppercase;
}

#sidebar div.countdown .clock .large {
	font-size: 48px;
	float: left;
	display: block;
	line-height: 35px;
}

#sidebar div.countdown .clock .medium {
	font-size: 24px;
	display: block;
	line-height: 20px;
}

#sidebar div.countdown .clock .small {
	display: block;
}

#sidebar div.countdown .title {
	display: block;
}

#sidebar form.newsletter div{
	background-color: #4d4d4d;
	color: #b3b3b3;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 1px 2px;
	display: table;
}

#sidebar form.newsletter input{
	color: #b3b3b3;
	background-color: #4d4d4d;
	border-style: none;
	font: 12px 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#sidebar form.newsletter input:hover{
	color: #fff;
}

#sidebar form.newsletter #email{
	background-color: #191919;
	width: 160px;

}

#sidebar div.photos img{
	background-color: #1a1a1a;
}


#sidebar div.photos .preview {
	float: right;
	height: 240px;
	width: 240px;
	text-align: center;
}

/*#sidebar .links li{
	float: left;
	margin-right: 20px;
}*/

#sidebar .socialnetwork{
	padding-left: 20px;
	background: none no-repeat 0 0;
}

#sidebar .socialnetwork.facebook {
	background-image: url(../images/social_gray/facebook.png);
}

#sidebar .socialnetwork.myspace {
	background-image: url(../images/social_gray/myspace.png);
}

#sidebar .socialnetwork.lastfm {
	background-image: url(../images/social_gray/lastfm.png);
}

#sidebar .socialnetwork.twitter {
	background-image: url(../images/social_gray/twitter.png);
}

#sidebar .socialnetwork.vimeo {
	background-image: url(../images/social_gray/vimeo.png);
}

#sidebar .socialnetwork.youtube {
	background-image: url(../images/social_gray/youtube.png);
}

#sidebar .credits{
	margin-top: 40px;
	text-align: right;
	line-height: 30px;
}

#sidebar .credits .designed{
	float: left;
}

/* @end */

/* @group Footer */

#footer{
	clear: both;
}

/* @end */
