/**
 * HTML Definitions
 */
* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #ccc;
}

a {
	outline: 0;
}

a, a:link, a:visited, a:active, a:hover {
	color: #977F12;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #977F12;
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.333em;
}

object {
	outline: none;
}

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

img {
	display: block;
	outline: none;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul li {
	padding: 0;
	margin: 0;
}

ol, ul.bulleted {
	padding: 0 0 0 10px;
	margin: 10px 0 20px 10px;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-style: italic;
}
ol li, ul.bulleted li {
	list-style-image: url('../images/template/bulleted.gif');
	margin: 0 0 7px 15px;
}

ol li {
	list-style-image: none;
	list-style-type: decimal;
}

ol.alpha {
	font-family: Helvetica, Arial, sans-serif;
	font-style: normal;
	margin-left: 0;
	padding: 0;
}

ol.alpha li {
	list-style: inside lower-latin;
	margin-left: 0;
}


hr {
	height: 1px;
	background: #fff;
	outline: none;
	size: auto;
	border: none;
	clear: both;
	border-top: 1px solid #ccc;
	margin: 0 0 9px;
	clear: both;
}
.clear {
	clear: both;
	font-size: 1px;
	margin: 0;
}

.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}

.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.italic {
	font-style: italic;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}

img.right {
	margin: 0 0 10px 14px;
}

.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}

.smaller {
	font-size: 0.818em;
}

.littleBigger {
	font-size: 1.091em;
}

.noMarginRight {
	margin-right: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 10px;
}

h1 {
	font-size: 2.5em;
	margin: 0 0 10px;
	color: #808080;
}

h2 {
	font-size: 1.5em;
	color: #808080;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

h3 {
	font-size: 1.167em;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	color: #999;
}

/**
* Holding Page Definitions
*/

#holding {	background: #fff url('../images/holdingPage/holdingBackground.jpg') repeat 0 0;
}

#holding h1 {
	width: 250px; height: 70px;
	position: absolute;
	left: 0; top: 100px;
	background: transparent url('../images/holdingPage/siteSprites.png') no-repeat 0 0;
	display: block;
}

#holding #blogBranding, #holding #blogBranding:hover, #holding #twitterlink, #holding #twitterlink:hover {
	width: 195px; height: 242px;
	display: block;
	position: absolute;
	top: 28px; left: 697px;
	background: transparent url('../images/holdingPage/siteSprites.png') no-repeat 0 -80px;
	z-index: 1;
}

#holding #twitterlink, #holding #twitterlink:hover {
	width: 63px; height: 63px;
	z-index: 2;
}


#holding h1 span, #holding #blogBranding span, #holding #blogBranding:hover span, #holding #twitterlink span, #holding #twitterlink:hover span {
	display: none;
}

#holding #welcomeText {
	width: 318px;
	float: left;
	margin: 180px 0 0 82px;
}

#holding #welcomeText p {
	font-size: 0.917em;
}


#disclaimer {
	position: absolute;
	bottom: 0; left: 5px;
	margin: 0 0 5px;
	font-size: 0.667em;
	color: #fff;
}


/*
** TEMP HOLDING 2011
*/

#holding-new {	background: #fff url('../images/holdingPage/holdingBackground.jpg') repeat top center fixed;
	color: #333;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#temp-circle {
	position: absolute;
	width: 420px; height: 420px;
	margin: -210px 0 0 -210px;
	left: 50%; top: 45%;
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);

	-webkit-border-radius: 210px;
	-moz-border-radius: 210px;
	border-radius: 210px;
}


#temp-container {
	position: absolute;
	width: 420px; height: 420px;
	margin: -210px 0 0 -210px;
	left: 50%; top: 45%;
	text-align: center;
	color: #333;
}

#temp-container .branding {
	width: 72px; height: 72px;
	margin: 112px auto 0;
	background: transparent url('../images/holdingPage/holding-branding.png') no-repeat 0 0;
}

#temp-container h1 {
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 30px 0 20px;
	color: #162732;
	letter-spacing: 6px;
	padding-left: 9px;
}

p.networks {
	font-size: 10px;
	text-transform: uppercase;
}

p.networks a, p.networks a:hover {
	color: #333;
	font-weight: normal;
}

p.networks em {
	font-style: normal;
	padding: 0 5px;
}

p.disclaimer {
	font-size: 8px;
	font-style: italic;
	width: 100%;
	position: absolute;
	bottom: 40px;
	left: 0;
}




/*
** social defintions
*/

#social {
	padding: 20px;
	color: #666;
}

#social a {
	font-weight: normal;
}
.social-feed {
	width: 200px;
	margin-right: 10px;
	float: left;
}

.listing li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}

.item {
	position: relative;
}

#lastfm .item {
	width: 115px;
	padding: 0 0 9px 75px;
}

#lastfm .image {
	width: 65px; height: 65px;
	display: inline-block;
	float: left;
	margin-left: -75px;
	background: #aebbc4 url('../images/lastfm-missing.gif') no-repeat center center;
	position: relative;
}

#lastfm img {
	width: 65px; height: 65px;
}

.track, .track:hover {
	font-size: 1.167em;
	text-decoration: none;
	line-height: 0.786em;
}

.artist {
	font-weight: normal;
	color: #666;
	font-size: 0.857em;
	color: #333;
}

.album {
	font-size: 0.786em;
	line-height: 0.857em;
	color: #999;
}

#flickr .listing {
	width: 200px;
	overflow: hidden;
}

#flickr .item {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	width: 75px;
	display: inline;
	padding: 0;
	border-bottom: none;
}

#flickr .item a {
	display: block;
}
#flickr .item img {
}

#flickr .image {
}
#lastfm .track .image .overlay, #lastfm .track:hover .image .overlay,
.image a span.overlay, .image a:hover span.overlay {
	position: absolute;
	width: 100%; height: 100%;
	background: #162732 url('../images/template/flickr-overlay.gif') no-repeat center center;
	top: 0; left: 0;
	display: none;
}
#lastfm .track .image .overlay, #lastfm .track:hover .image .overlay {
	background-image: url('../images/template/lastfm-overlay.gif');
}

.image a:hover span.overlay,
#lastfm .track:hover .image .overlay {
	display: block;
	opacity: 0.75;
}