/* GENERAL INFORMATION
------------------------------------------- 	
Theme: Kamkeeyong v1.0
Author: www.pdg.gi | 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;
	float: left;
	width: 150px;
}

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-color: #000000;
	background-image: url(../images/bkgrd.jpg);
	background-repeat: no-repeat;
}
	
p {
	padding:5px 0;
	color:#FFFFFF;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: .85em;
	line-height: 1.2em;
	width:100%;
	float:left;
	vertical-align: top;
}

.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: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #FFFFFF;
}
.img_right {
	float:right;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	border: 1px solid #FFFFFF;
}

.img_right_noborder {
	float:right;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
}
.img_centre {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	border: 1px solid #FFFFFF;
}

#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;
}
#img_contact {
	width:320px;
	margin:0px 0 0 0;
	float: right;
}

/* general
-------------------------------------------*/ 	

#wrapper {
	width:955px;
	margin:0 auto;
	height:100%;
	padding-bottom:20px;
}
#wrapper_header {
	width:955px;
	margin:0 auto;
	height:100%;
	padding:15px 0;
}
#navigation{
	width:620px;
	height:100%;
}

#logo {
	width:auto;
	float:left;
	margin:10px 10px 0 0;
	}
#composer {
	width:auto;
	float:left;
	margin:80px 0 0 0;
}
	
#main_content {
	width:730px;
	height:100%;
	float:left;
	padding:0 0 0 20px;
}
#content_photo {
	width:730px;
	height:100%;
	margin:0 0 10px 0;
	float:left;
}

#content_home {
	width:400px;
	float:left;
	min-height:400px;
	text-align:justify;
}
#content_educator {
	width:250px;
	float:left;
	min-height:400px;
	text-align:justify;
}
#flash {
	width:300px;
	float:right;
	height:100%;
	padding:10px 0 0 30px;
}
#sidebar{
	padding:15px 0 0 0;
	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;
}



#footer{
	font:.85em "Arial", Helvetica, sans-serif;
	color:#FFFFFF;
	padding:20px 0 5px 0;
	width:955px;
	margin:0 auto;
	height:50px;
}	

#footer_right {
	float:right;
	width:455px;
	text-align:right;
	margin-top:10px;
}
#footer_left {
	width:455px;
	float:left;
	margin-top:10px;
}

/* gallery
-------------------------------------------*/ 
	a.photo {
		/* relative position, so that objects in it can be positioned inside this container */
		position:relative;
		font-family:arial;	
		
		/* hide those extra height that goes beyong the size of this container */
		overflow:hidden;
		border:5px solid #000;
		width:220px;
		height:150px;
		margin:10px 10px 0 0 ;
		float:left;
		text-decoration:none;
	}	
	
		.photo .heading, .photo .caption {
			/* position inside the container */
			position:absolute;
			background:#000;
			height:50px;
			width:225px;
			
			/* transparency for different browsers */
			/* i have shared this in my CSS tips post too */
			opacity:0.7;
			filter:alpha(opacity=70);  
		     -moz-opacity:0.7;    
			-khtml-opacity: 0.7;  

		}
		
		.photo .heading { 
			
			/* hide it with negative value */
			/* it's the height of heading class */
			top:-50px;
		}

		.photo .caption { 		
			/* hide it with negative value */
			/* it's the height of bottom class */
			bottom:-50px;		
		}
		

		/* styling of the classes*/
		.photo .heading span {

			color:#FFF;	
			top:-50px;
			font-weight:bold;
			display:block;
			padding:15px 10px 15px 10px;
		}
		
		.photo .caption span{
			color:#999;	
			font-size:9px;
			display:block;
			padding:5px 10px 5px 10px;
		}
		
#video {
	width:410px;
	height:244px;
	float:right;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}


/* links
-------------------------------------------*/ 

#main_content .links {
	color: #FF8000;
	text-decoration:none;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6666;
	text-align: left;
	text-indent: 20px;
}	


#main_content .links:hover {
	color: #CC6666;
	text-decoration:none;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.3em;
	cursor:pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footer a{
	color: #FFFFFF;
	text-decoration:none;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	border-bottom:1px dotted #005826;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 1em;
}
/* headings
-------------------------------------------*/ 
	
#main_content h1, #content_photo h1  {
	color:#FF8000;
	width:100%;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6666;
	margin-bottom: 12px;
}	


#main_content h4 {
	color:#FF8000;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
}

#main_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:auto;
	padding:5px;
	min-height:150px;
	float: left;
	background:#000;
	margin:10px;
	border:none;
	text-decoration:none;
}
#box_photo .img_box {
	width:auto;
	height:100%;
	float:left;
}
#box_photo .title {
	width:100%;
	padding:6px 0;
	clear:both;
	text-align:center;
	font: .8em Arial, Helvetica, sans-serif;
	color:#FFF;
}
#video {
	width:410px;
	height:244px;
	float:left;
	margin:15px 15px 30px 0px;
}

/* nav
-------------------------------------------*/ 
#left_menu {
	width: 200px;
	float: left;
}
#menu {
	width: 200px;
	float:left;
}
#menu li {
	height: 25px;
	list-style-type: none;
	margin-left: -45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6666;
}	
	
#menu li a:link, #menu li a:visited {
	width: 200px;
	display: block;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 18px;
	margin-top: 7px;
}
	
#menu li a:hover {
	color: #FF8000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: fixed;
	background-image: url(../images/menu_hover_underline.png);
	background-repeat: no-repeat;
}

#menu a.active:link, #menu a.active:visited, #menu a:hover {
	color: #FF8000;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-attachment: fixed;
	background-image: url(../images/menu_hover_underline.png);
	background-repeat: no-repeat;
}

#back_button a {
	color:#FFFFFF;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 230px;
}	

/* Contact form
-------------------------------------------*/
#contactoform {
	margin: 0;
	width: 314px;
	float: left;
}

#contactoform fieldset { border: 0; }

#contactoform legend { visibility: hidden; }

#contactoform label {
	display: block;
	font-size: 12px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#contactoform input, #contactoform textarea, #txpCommentInputForm input {
	width: 314px;
	padding: 5px;
	background: #fff;
	border: 1px solid #FF9900;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#contactoform select {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	width: 324px;
	margin: 2px 0 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #FF9900;
}
#contactoform input:focus, #contactoform textarea:focus, #contactoform input:focus, #contactoform textarea:focus {
	background: #fff;
	border: 1px solid #9EC4DB;
}

#contactoform textarea {height: 120px;}

#contactoform #send, #contactoform .button {
	width: 150px;
	padding: 3px;
	color: #FFFFFF;
	border: 1px solid #FF9900;
	cursor: pointer;
	background-color: #FF9900;
	font-size: 1em;
	font-weight: bold;
}

#contactoform .checkbox {
	width:auto;
	padding:0;
	border:0;
	margin:0;
	background: 0;

}
#content #leftform {
	float: left;
	width: 330px;
	margin: 0 5px 0 0;
}
#leftform a {
	text-decoration:none;
	border:none;
	color:#5E80D8;
}
#leftform a:hover{
	text-decoration:none;
	border:none;
	color:#163890;
	border-bottom: 1px dotted #163890; 
}

#content #rightform {
	float: right;
	padding: 50px 20px 0 0;
	width: 500px;
}
#content #rightform img {
	border:3px solid #E1E6F5;
}
/*en contant form*/