@import "reset.css";
@import "960.css";
@import "text.css";

body {
    background: #060100;
}

#header {
    width: 100%;
    height: 120px;
    padding-top: 30px;
    background: rgb(14, 7, 0); /* fallback */
    background: rgba(14, 7, 0, 0.92);
}
#logo img {
    margin-bottom: 9px;
    width: 60px;
    height: 70px;
}

#navmain ul, #navsub ul {
    list-style-type: none;
    padding-top: 30px; 
}
#navmain li, #navsub li {
    display: block;
    float: left;
}
#navmain li {
    margin-left: 30px;
    height: 40px;
}
#navsub li {
    margin: 0 0 0 24px;
    height: 40px; 
}
#navmain li:first-child, #navsub li:first-child {
    margin: 0px;
}

#navmain li a, #navsub li a {
    text-decoration: none;
    display: block;
}
#navmain li a:hover, #navmain a:active, #navmain li#active a {
    display: block;
}

#neck {
    height: 5px;
}

#content {
    min-height: 460px;
    padding-top: 20px;
    background: rgb(14, 7, 0); /* fallback */
    background: rgba(14, 7, 0, 0.92);
    
    /* background: -moz-linear-gradient(top, rgba(14, 7, 0, 0.92), rgba(10, 5, 0, 0.93)); /* Mozilla: */
    /* background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 7, 0, 0.92)), to(rgba(10, 5, 0, 0.93))); /* Chrome, Safari:*/
    
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.slideshow {
    width: 540px;
    height: 310px;
    margin-bottom: 15px;
    overflow: hidden !important;
}
#home.slideshow {
    background: url(/assets/images/home-feature.jpg) no-repeat;
    margin: 20px 0;
}
#bodyart.slideshow {
    background: url(/assets/images/bodyart-1.jpg) no-repeat;
}
#hennacraft.slideshow {
    background: url(/assets/images/hennacraft-1.jpg) no-repeat;
}
#litcanvas.slideshow {
    background: url(/assets/images/litcanvas-1.jpg) no-repeat;
}
#exhibitions.slideshow {
    background: url(/assets/images/exhibitions-1.jpg) no-repeat;
}
#about.slideshow {
    background: url(/assets/images/about.jpg) no-repeat;
    width: 250px;
    height: 375px;
    float: right;
    margin-left: 20px;
}
#newsletter.slideshow {
    background: url(/newsletter/10/elements/elements.jpg) no-repeat;
    height: 250px;
}

#event {
    background: transparent !important;
}
hr.dotted {
   margin: -10px 0 10px !important;
   border: 2px solid #130a06;
   border-bottom: 1px solid #332a16;
   
}

#hennacraft.ad {
    /*background: url(/assets/images/ad-hennacraft.jpg) no-repeat;*/
}
#athread.ad {
    /*background: url(/assets/images/ad-athreadawebaworld.jpg) no-repeat;*/
}
.entry-meta {
    margin-bottom: 30px;
}
iframe div {
    background: rgb(14, 7, 0); /* fallback */
    background: rgba(14, 7, 0, 0.95);
}
iframe input, form input {
    background: rgb(40, 20, 10);
    color: #b4aa8b;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid rgb(60, 40, 0);
}
form .inputbtn {
    background: rgb(30, 15, 5);
    border: 1px solid rgb(40, 20, 0);
}

#follow img {
    margin: 5px 10px 5px 0;
    width: 30px;
    height: 30px;
}
#map {
    margin: 10px 0;
}
#blogfeed {
    margin-top: 5px; 
}
.gfc-resultsHeader, .gf-author, .gf-spacer, .gf-relativePublishedDate, .gf-snippet {
    display: none !important;
}
#sidebar {
    padding-top: 15px;
    width: 220px !important;
}

#footer {
    height: 150px;
    padding-top: 30px;
    vertical-align: baseline !important; 
    background: rgb(14, 7, 0); /* fallback */
    background: rgba(14, 7, 0, 0.92);
}

#background {
    position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
#background img {
    width: 100%;
    height: 100%;
}

.rounded {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
