/* GENERAL INFORMATION
------------------------------------------- 	
Theme: NingKam v1.0
Author: pablobarcia.com | comunicaión visual
Start Date: 28.09.09

*/

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: url(../images/bkgrd.jpg) no-repeat;
}
	
p {
	padding:5px 0;
	color:#666666;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.81em;
	line-height: 1.2em;
	text-align:justify;
	width:100%;
	float:left;
}

.titles{
	padding:5px 0;
	color:#736357;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.85em;
}

#img_left {
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#bkgrd_image {
	width:478px;
	margin:-250px 0 0 0;
	height:455px;
	padding: 0px;
	float: left;
	background:url(../images/violin.png) no-repeat;
	z-index:5;
}

/* general
-------------------------------------------*/ 	

#wrapper {
	width:955px;
	margin:0 auto;
	height:100%;
	padding-bottom:20px;
}
#navigation{
	width:620px;
	height:100%;
	margin:-90px 100px 0 0; 
	float: right;
}


#logo {
	width:528px;
	height:231px;
	float:left;
	}
	
#content {
	width:955px;
	height:100%;
	float:left;
	padding:0 0 0 20px;
}
#content_photo {
	width:955px;
	height:100%;
	padding:0 0 0 20px;
	float:left;
}

#sidebar{
	padding:15px 0 0 0;
	width:410px;
	height:100%;
	float:left;
}

#sidebar_home{
	padding:15px 0 0 0;
	width:410px;
	height:585px;
	float:left;
	background-image: url(../images/violin.png);
	background-repeat: no-repeat;
	background-position: 0px 130px;
	z-index: 3;
}

#picture {
	width:350px;
	background:#FFF;
	float:right;
	padding:8px;
	border:1px solid #CCCCCC;
}


#wrapper_footer {
	width:955px;
	margin:0 auto;
	padding-top:20px;
	height:100%;
}
#footer_left{
	float:right;
	text-align:left;
	width:550px;
	font:.75em "Arial", Helvetica, sans-serif;
	color:#736357;
	padding:5px 0 5px 0;
	border-top:1px solid #CFC0B5 ;
}	

#footer_right{
	float:right;
	text-align:right;
	width:365px;
	font:.75em "Arial", Helvetica, sans-serif;
	color:#736357;
	border-top:1px solid #CFC0B5;
	padding:5px 0 5px 20px;

}
#content_schedule {
	width:360px;
	height:100%;
	float:left;
	padding: 0;
	margin-left: 110px;
	margin-top: -100px;
}

/* links
-------------------------------------------*/ 

#content .links {
	color: #669966;
	text-decoration:none;
	border-bottom:1px dotted #B9C0A4;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 5px;
}	

#content .links:hover {
	color: #005826;
	text-decoration:none;
	border-bottom:1px dotted #005826;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.3em;
	cursor:pointer;
}
#footer_right a{
	font:1em "Arial", Helvetica, sans-serif;
	color: #736357;
	text-decoration:none;
}
#footer_right a:hover{
	font:1em "Arial", Helvetica, sans-serif;
	color:#005826;
	text-decoration:none;
	border-bottom:1px dotted #005826 ;
}
/* headings
-------------------------------------------*/ 
	
#content h1, #content_photo h1  {
	font: 1.5em "Arial", Helvetica, sans-serif;
	color:#990000;
	width:100%;
	border-bottom:1px dotted #990000;
}	


#content h4 {
	font: 1.1em "Arial", Helvetica, sans-serif;
	color:#990000;
	width:100%;
}

#content h2 {
	font: bold 1.3em "Arial", Helvetica, sans-serif;
	color:#990000;
	width:100%;
	margin:30px 0 0 0;
}
/* discography
-------------------------------------------*/ 
#disco_inner h3 {
	font: 1.15em "Arial", Helvetica, sans-serif;
	color:#736357;
	width:auto;
	margin:60px 0 0 0;
}

#disco_inner img{
	float:left;
	margin:0 10px 0 0;
}
#disco_inner {
	width:100%;
	float:left;
	margin:0 0 15px 0;
	padding:10px 0;
	border-bottom:1px dotted #CFC0B5;

}	

/* gallery
-------------------------------------------*/ 

#box_photo {
	width:150px;
	height:175px;
	float:left;
	margin:15px;
	background:url(../images/photo_polaroid.png) no-repeat;
}

#box_photo .img_box {
	margin:15px 0 0 12px;
	width:125px;
	height:113px;
	background:black;
	float:left;
}

#video {
	width:410px;
	height:244px;
	float:left;
	margin:15px 15px 30px 0px;
}

/* nav
-------------------------------------------*/ 
#nav {
	width:650px;
	height:25px;
	letter-spacing:-.05em;
}

#nav li {
	display:inline;
	margin:0;
	padding:0 2px;
	text-transform:capitalize;
}

#nav li a {
	text-decoration:none;
	border:none;
	font:1.8em "Times New Roman", Times, serif;
	color: #B9C0A4;
	height:25px;
	
}

#nav li a:hover {
	color: #005826;
}

#nav li .select {
	color: #736357;
}
