/*
Theme Name: Jikustik
Theme URI: http://jikustikband.com/
Description: WordPress theme for Jikustik Band.
Version: 1.0
Author: Thomas Arie
Author URI: http://orangescale.com/
Tags: music, video, white, dark


*/



/* Begin Typography & Colors */
@import url("txt.css");
* {
margin: 0;
padding: 0;
}

body {
font: 11px "Lucida Sans Unicode", "Lucida Grande", Arial, Tahoma, sans-serif;
color: #333;
text-align: center;
background: #33304B url(images/bg-body.jpg) 0 -40px repeat-x;
}

img {
border: none;
}

a, a:link, a:visited {
color: #5848ab;
border: none;
text-decoration: none;
}
a:hover {
color: #483e7d;
border: none;
text-decoration: underline;
}

.jcontainer {
width: 960px;
margin: 0 auto;
text-align: left;
background: transparent url(images/bg-container.jpg) 0 -40px no-repeat;
}
.jcontainer-c {
padding-top: 120px;
margin-left: 70px;
}
.jmain {
background: #fff url(images/bg-side.jpg) top right repeat-y;
}

.nav {
width: 890px;
height: 60px;
display: block;
}


ul#navmenu {
width: 890px;
height: 60px;
margin:0;
padding:0;
background: transparent url(images/bg-topnav2.png) top left no-repeat;
position:relative;
/*border-right:4px solid white;*/
}
#navmenu li {
margin: 0; 
padding: 0; 
list-style: none;
position: absolute;
top: 0;
text-indent: -9999px;
}

#navmenu li,#navmenu a {
height: 60px; 
display: block;
}
#navmenu a {
text-decoration:none;
border: none;
}

#h-home {left: 0; width: 110px;}
#h-home a:hover,#h-home a:active { background:transparent url(images/bg-topnav.png)  0 -60px no-repeat; }

#h-profile {left: 110px; width: 80px;}
#h-profile a:hover,#h-profile a:active { background:transparent url(images/bg-topnav.png)  -110px -60px no-repeat; }

#h-disco {left: 190px; width: 125px;}
#h-disco a:hover, #h-disco a:active { background:transparent url(images/bg-topnav.png)  -190px -60px no-repeat; }

#h-news {left: 315px; width: 85px;}
#h-news a:hover, #h-news a:active { background:transparent url(images/bg-topnav.png)  -315px -60px no-repeat; }

#h-lyric {left: 400px; width: 80px;}
#h-lyric a:hover, #h-lyric a:active { background:transparent url(images/bg-topnav.png)  -400px -60px no-repeat; }

#h-podcast {left: 480px; width: 105px;}
#h-podcast a:hover, #h-podcast a:active { background:transparent url(images/bg-topnav.png)  -480px -60px no-repeat; }

#h-video {left: 585px; width: 85px;}
#h-video a:hover, #h-video a:active { background:transparent url(images/bg-topnav.png)  -585px -60px no-repeat; }

#h-contact {left: 670px; width: 100px;}
#h-contact a:hover, #h-contact a:active { background:transparent url(images/bg-topnav.png)  -670px -60px no-repeat; }






.jmc {
width: 100%;
}

.mc {
width: 590px;
float: left;
}
.mc-c {
}

.cm {
width: 300px;
float: right;
}
.cm-c {
padding-top: 0px;
}



.splash {
padding: 40px 45px 20px 45px;
}
.spltxt {
background: #444;
color: #fff;
padding: 10px 10px;
}
.splash a {
color: #fff !important;
}











.mb {
padding: 10px 45px;
}

.mb h2 {
font: 13px "Lucida Sans Unicode", "Lucida Grande", Georgia, Arial, sans-serif;
}
.mb ul {
list-style-type: none;
}
.mb ul li {
padding: 4px 0;
}
.mb-news {
}







.jfootl {
width: 500px;
float: left;
}
.jfootr {
width: 200px;
float: right;
text-align: right;
color: #52506d;
font-size: 11px;
}
	.jfootr a {
	color: #52506d !important;
	}

.jfoot-c {
padding: 20px;
background: #33304B url(images/bg-body.jpg) 0 -40px repeat-x;
color: #706e82;
}
	.jfoot a {
	color: #ccc;
	}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



