/*
Theme Name: asaharald.se
Theme URI: http://asaharald.se/
Author: Patrik Karlsson
Author URI: http://manickel.se
Version: 0.1

Handwritten CSS is the "thing"!
*/

body {
	background: #000;
	background-image: url('img/bg_violin.jpg');
	background-position: -400px 0; 
	background-repeat: no-repeat;

}

h1, h2, h3, h4 {
	font-family: 'Lobster', Georgia, Times, serif;
	font-style: normal; 
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
	color: #EFEFEF;
}

h1 {
	font-size: 70px;
	line-height: 0px;
	margin-left: 20px;
	margin-top:55px;
}

h1 a {
	color: #fff;
}

h2 {
	font-size: 20px;
	line-height: 0px; 
	margin-left: 50px;
}

h3 {
	font-size: 30px;
	line-height: 20px;
}

h4 {
	font-size: 25px;
	line-height: 20px;
}


p {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.7);
	color: #fff;
	line-height: 25px;
}

.musik {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999;
	line-height: 25px;
}

.provlyssna {
	font-weight: bold;
	margin: 50px 0 0 0;
}

a {
	color: #fff; 
	text-decoration: none;
}

a:hover {
	color: #999;
}

a:visited {
	color: #fff;
}

ul {
	list-style: none;
}

.myButtonLink {
	position: relative;
	top: 180px;
	left: 774px;
	display: block;
	width: 199px;
	height: 69px;
	background: url('img/ribbon.png') bottom;
	text-indent: -99999px;
}

.myButtonLink:hover {
	background-position: 0 0;
}

.myButtonLinkKontakt {
	position: relative;
	top: 420px;
	left: 644px;
	display: block;
	width: 331px;
	height: 69px;
	background: url('img/ribbon2.png') bottom;
	text-indent: -99999px;
	margin: 0;
	padding: 0;
}

#content {
	clear: both;
	padding: 0;
	margin: 0;
}

#page {
	background-color: #000;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	border: 3px solid #FFF;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	padding: 10px;
	-moz-box-shadow: 0 0 15px 5px #999;
	-webkit-box-shadow: 0 0 15px 5px #999;
	box-shadow: 0 0 15px 5px #999;
}

#header {
	width: 400px;
	float: left;
	padding: 0 0 30px 0;	
}

#navigation {
	width: 500px;
	float: right;
	display: block;
}

#nav {
	float: right;
	padding: 43px 20px 0 30px;
}

#nav li {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-size: 16px;
	float: left;
	padding: 0 0 0 5px;
}

#nav li a {
	text-decoration: none;
	padding: 5px 15px;
	font-weight: bold;
	background-color: #333;
	color: #ccc;
	text-shadow: 0 1px 1px #000;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#nav li a:hover,
#nav li a:focus {
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
}

#nav li a:active {
	color: #3399CC;
}

#maintext {
	width: 670px;
	margin-left:auto;
	margin-right:auto;
}


#musiksida {
	width: 960px;
	height: 420px; 
}

#musikspelare-centrum {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.musikspelare-last {
	float: left;
	padding: 0 10px;
 	margin: 0 0 10px 0;
}

#kontaktruta {
	height: 400px;
	width: 100%;
	background-color: #000;
	margin-bottom: 20px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

#kontakt {
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

#form {
	float: left;
	font-family: 'Cabin', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

#iframe {
	margin: 35px 0 0 0;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

/*------ iframe settings --------*/

#video a {
	border-bottom: 2px solid white;
	color: #fff;
}

.youtube {
	text-align: center; 
}

.youtube iframe {
	border: 0;  
	height:	480px;
	width: 640px;
}


/*------ contact  settings --------*/

#kontakt.left {
	width: 200px;
	text-align: right;
	float: right;
	padding: 0;
	margin: 30px 10px 0 0;
}

#kontakt.right {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 220px;
}

form {
	width:459px;
	
}

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

input, textarea {
	width:439px;
	height:27px;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
}

textarea {
	height:213px;
	font-family:Arial, Helvetica, sans-serif;
}

#submit {
	color: #999;
	background:url(img/submit.jpeg);
	width:127px;
	height:38px;
	text-indent:-9999px;
	border:none;
	margin-top:20px;
	cursor:pointer;
}

#submit:hover {
	opacity:0.9;
}

#footer {
	clear: both;
	position: relative;
 	height: 5em;
 	margin-top: 3em;
}

#footer p {
	font-size: 13px;
	color: #666;
	text-align: center;
	line-height: 0;
	padding: 0;
}

#footer-logos {
	text-align: center;
}

#footer-logos li {
	display: inline;
}

#footer-logos a img {
	border: 0;
	opacity: 0.25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"; /* IE 8 Hack */
	filter: alpha(opacity = 25); /*IE 5-7 hack */ 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#footer-logos a:hover img,
#footer-logos a:focus img {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 Hack */
	filter: alpha(opacity = 60); /*IE 5-7 hack */ 	
	border: 0;
}

