/* -------------------------------------------------------------- 
RESET BROWSER DEFAULT STYLING
-------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, code, del, dfn, em, img, q,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;padding:0;border:0;font-weight:inherit;
font-style:inherit;font-size:100%;
font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* -------------------------------------------------------------- 
CLEARING and FLOATING
-------------------------------------------------------------- */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear{
	clear:both;
}
.right-float{
	float:right;
	margin-left:2em;
	margin-right:0;
}
.left-float{ 
	float:left;
	margin-right:2em;
	margin-left:0;
}

/* -------------------------------------------------------------- 
TYPOGRAPHY
-------------------------------------------------------------- */

body { 
  font-size: 62.5%; /* 1.2em = 12px */ 
  color: #000; 
  background: #f5f5f5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#container { font-size: 1.4em; }

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #dbaa9c; }
a           { color: black; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

/* -------------------------------------------------------------- 
 FORMS
-------------------------------------------------------------- */

label       { font-weight: bold; }
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  margin:0.5em 0;
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
	padding-left:5em;
	-moz-border-radius: 0 10px 0 10px;
	-webkit-border-radius: 0 10px 0 10px;
}

.error {
	background:#FBE3E4 url(../img/error.png) no-repeat 15px center;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF url(../img/notice.png) no-repeat 15px center;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2 url(../img/success.png) no-repeat 15px center;
	color:#264409;
	border-color:#C6D880;
}
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/* -------------------------------------------------------------- 
 LAYOUT
-------------------------------------------------------------- */

/* Containers
-------------------------------------------------------------- */

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0 4em;
	background: #fff;
/*
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
*/
	border-top: 15px solid #fb0;
}

/* Header
-------------------------------------------------------------- */

#header {
	padding: 3em 0;
	text-align: center;
}

#menu {
	margin: 0;
	padding: 0 0 20px 0;
}

#menu li {
	display: inline;
	padding: 0 23px;
}

#menu li a {
	color: black;
	text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

/* Main
-------------------------------------------------------------- */

#content {
	min-height: 635px;
	padding-bottom: 4em;
	overflow: hidden;
}

#content .flatpage {
	width: 625px;
	padding-left: 33px;
	font-size: 0.93em;
}

#column {
	float: right;
	width: 247px;
	height: 635px;
	margin-left: 20px;
	margin-right: 30px;
	background-image: url('../img/bg_main.jpg');
	background-repeat: no-repeat;
}

#home {
	width: 100%;
	height: 635px;
	background-image: url('../img/bg_home.jpg');
	background-position: center 50px;
	background-repeat: no-repeat;
}

#home .info {
	width: 290px;
	padding: 320px 0 0 250px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-style: italic;
	font-family: Times;
}

.albums .left {
	padding-right:30px;
}

.albums .album {
	float: left;
	width:310px;
	font-size: 0.9em;
	line-height: 1.3;
	border: 0px solid black;
	margin-bottom: 1.5em;
}

.albums .album a.cover {
	float: left;
	width: 84px;
	height: 100px;
	display: block;
	text-align: center;
	border: 2px solid #dbaa9c;
	padding: 6px 0;
	margin-right: 1.5em;
}

.albums .album .name {
	margin-top: 1em;
}

#album .info {
	float: right;
	width: 460px;
}

#album .cover {
	float: left;
	width: 440px;
	padding: 25px 0;
	text-align: center;
	border: 2px solid #dbaa9c;
}

#album .scores {
	margin: 10px 0 0;
	padding: 0;
}

#album .scores li {
	display: inline;
	margin-right: 20px;
}

#album .scores li img {
	border: 1px solid black;
}

#album .property {
	font-size: 1.4em;
	line-height: 1.3em;
}

#album object,
#album embed {
	margin: 20px 0 0; 
}

#album .review {
	margin: 30px 0 0;
	padding: 0;
}

#album .review li {	
	display: block;
	margin-bottom: 20px;
	font-style: italic;
}


#album .songs {
	margin: 0;
	padding: 0;
}

#album .songs li {
	display: block;
}

#album .songs li a {
	color: black;
	font-size: 0.9em;
	text-decoration: none;
}

#album .songs li a:hover {
	text-decoration: underline;
}

/* Footer
-------------------------------------------------------------- */

#footer {}
