/* -------------------------------------
Intermusica

author:    Sergei Pestov
email:     serega@fuse8.com
---------------------------------------- */

/* Importing generic styles */
@import url(generic/base.min.css);

/* Importing navigation styles */
@import url(navigation/top.css);
@import url(navigation/primary.css);
@import url(navigation/secondary.css);
@import url(navigation/footer.css);

/* Importing Modules styles */
@import url(modules/blocks.css);
@import url(modules/forms.css);

/* =Typography
---------------------------------------- */

body {
	color:#5c5c5c;
	background:#fff;
	font:62.5%/1.5 "Lucida Grande", "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-align: center;
	}
p {
	padding:0 0 1.5em;
	}	
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.334em;
	padding:0 0 1.5em;
	}
body.dark {
	background:#181c11;
	}
body.dark p {
	color:#fff;
	}
img {display:block;}

/* links */

a, a:active {
	color:#690042;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
p a,
p a:active {
	color:#690042;	
	}
.dark a, .dark a:active  {
	color:#d4d4d4;
	}

/* =headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#d71921;
	font-weight:normal;
	line-height:normal;
	padding:0 0 .5em;
	}	
h1 {font-size:2.166em;}
h2 {
	color:#5c5c5c;
	font-size:1.667em;
	padding:.5em 0 1em;
	}
h3 {
	font-size:1.834em;
	padding:0 0 0.4em;
	}
h4 {font-size:1.667em;}
h5 {font-size:1.5em;}
h6 {font-size:1.3em;}

h3, h4, h5, h6 {padding:.3em 0 .5em;}

/* =lists
---------------------------------------- */

ul, ol {padding:0 0 1.0em;}

.list, #sitemap ul {
	margin:0 0 0 1.5em;
	list-style-type:disc;
	}
	.list li, #sitemap ul li {
		padding:0 0 .5em;
		}
	ol.list {
		margin:0 0 0 2.0em;
		list-style-type:decimal;
		}
	.list ul, .list ol, #sitemap ul ul {
		padding:.5em 0;
		list-style-type:circle;
		}

/* =Main container boxes
---------------------------------------- */
.container {
	position:relative;
	text-align:left;
	padding:0 0 40px 0;
	border-top:2px solid #fff;
	background:url(/images/branding/bg-white.png) repeat-x 0 0;
	}
	.dark .container {		
		border-color:#585858;
		background:none;
		}
.content{
	position:relative;
	width:100%;
	margin:0 auto;
	width:940px;
	top:-2px;
	font-size:1.2em;
	padding:21px 0 17px;
	background:url(/images/branding/bg-white.png) repeat-x 0 2px;	
	}
	.dark .content {
		background:url(/images/branding/d-content.png) repeat-x 0 0;
		} 
.primary-content{
	width:160px;
    float:left;
    margin:0 20px 0 0;
    display:inline;
	}
.secondary-content{
	width:520px;
    float:left;
	}
.third-content{
	width:220px;
    float:right;
	}
.home .primary-content {
	overflow:hidden;
	width:620px;
	}
.home .secondary-content {
	float:right;
	width:300px;
	}
.additional-content {
	width:100%;
	overflow:hidden;
	}
.secondary-content-i {
	width:480px;
	position:absolute;
	right:0;	
	bottom:0;
	border-top:2px solid #eaedea;
	}
.secondary-content-left {
	width:247px;
	float:left;
	}
.secondary-content-right {
	min-height:220px;
	height:auto !important;
	height:220px;
	position:relative;
	width:209px;
	float:right;
	}
.tertiary-content {
	padding:20px 0 0;
	clear:both;
	width:100%;
	overflow:hidden;
	}
.no-nav .primary-content,
.wider .primary-content {
	float:right;
	width:300px;
	margin:0;
	}
	.wider {width:948px;}
.no-nav .secondary-content {
	float:left;
	width:620px;
	}
.no-nav .breadcrumbs {
	padding-left:0;
	}
.two-cols .secondary-content {
	width:760px;
	}
.wider .primary-content {
	width:347px;
	}
.wider .secondary-content {
	width:524px;
	}
.media .secondary-content {
	width:940px;
	}
	.wider .breadcrumbs {
		padding-left:4px;
		}

/* =Header
---------------------------------------- */
#header {
	width:100%;
	padding:0;
	background:#272727;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.header-i {
	background:#272727;
	position:relative;	
	width:940px;
	margin:0 auto;
	font-size:1.2em;
	text-align:left;
	padding:0 0 9px;
	}
.logo {
	width:227px;
	height:30px;
	margin:38px 0 28px;
	text-indent:-9999px;
	display: block;
	float: left;
	position:relative;
	}	

/* =Footer
---------------------------------------- */
#footer{
	clear:both;
	margin:0 auto;
	margin-top:2em;
	width:940px;
	color:#a0a0a0;
	font-size:0.9166em;
	padding:28px 0;
	border-top:2px solid #e8e8e8;
	}
	.dark #footer {
		border-color:#585858;	
		}
.fuse8 {
	width:100px;
	height:16px;
	text-indent:-9999em;
	background:url(/images/fuse8.png) no-repeat 0 0;
	float:right;
	}
#footer a,
#footer a:hover {
    color:#a0a0a0;
	}