@CHARSET "UTF-8";

/* - MASTER.RESET <<<--------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,hr,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,active,hover,selected {
margin:0;
padding:0;
border:0;
outline:none;
padding:0;
text-decoration:none;
}  

a {
outline: 0;
}

img {
outline:none;
} 

#content {
margin-top:10px;
width:964px;
-webkit-box-shadow: 5px 5px 8px #000000;
-moz-box-shadow: 5px 5px 8px #000000;
-ms-box-shadow: 5px 5px 8px #000000;
-o-box-shadow: 5px 5px 8px #000000;
box-shadow: 5px 5px 8px #000000, 0 0 0 1px rgba(255,255,255,0.1), inset 0px 0px 15px rgba(0,0,0,0.9);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}

#closeAll, #openAll {
display:inline-block;
margin-top:10px;
margin-left:5px;
font-family: 'Varela Round', sans-serif;
font-size: 14px;
line-height: 12px;
color:rgba(255,255,255,0.7);
text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
border-bottom: 1px solid rgba(255,255,255,0.9);
outline:0;
text-decoration:none;
-webkit-transition: all .6s ease-in-out;
-moz-transition: all .6s ease-in-out;
-ms-transition: all .6s ease-in-out;
-o-transition: all .6s ease-in-out;
transition: all .6s ease-in-out
}
	
#content3 a:hover {
    color: rgba(255,214,64,0.9);
    text-shadow: 0px 0px 1px rgba(255,214,64,0.9);
    border-bottom: 1px solid rgba(0,0,0,0);
}	

#body-section1 {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#body-section6, #end {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.collapsible,
.page_collapsible {
margin: 0;
padding-top: 3px;
padding-left: 7px;
padding-right: 7px;
height:22px;
border-top: 1px solid rgba(255, 255, 255, 0.1);
border-left: 1px solid rgba(0,0,0,0.8);	
border-right: 1px solid rgba(0,0,0,0.8);
border-bottom: 1px solid rgba(0,0,0,0.8);
background-image: url('../images/black_75.png');    
box-shadow: inset 0px 0px 15px rgba(0,0,0,0.9);
color:rgba(255,255,255,0.7);
text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
text-decoration:none;	
cursor: pointer;
-webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-ms-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out
}

.collapsible,
.page_collapsible:hover {
color: rgba(255,214,64,0.9);
text-shadow: 0px 0px 1px rgba(255,214,64,0.9);
text-decoration:none;
}

.collapse-open {
background:rgba(0,0,0,0.85);
color: rgba(255,214,64,0.9);
text-shadow: 0px 0px 1px rgba(255,214,64,0.9);
border:1px solid rgba(255,214,46,0.4);
border-radius: 4px;
box-shadow: inset 0px 0px 15px rgba(0,0,0,0.9);
}

.collapse-open span {
display:block;
float:right;
padding:10px;
}

.collapse-open span {
background:url(../images/minus.png) center center no-repeat;
}

.collapse-close span {
display:block;
float:right;
background:url(../images/plus.png) center center no-repeat;
padding:10px;
}

div.container {
padding:0;
margin:0;
}

.content {
background-image: url('../images/black_75.png');
border-left: 1px solid rgba(0,0,0,0.8);
border-bottom: 1px solid rgba(0,0,0,0.8);
border-right: 1px solid rgba(0,0,0,0.8);
margin: 0;
padding:10px;
font-family: 'Varela Round', sans-serif;
font-style: italic;
font-size: 14px;
color:rgba(255,255,255,0.7);
text-shadow: 0px 0px 1px rgba(255,255,255,0.9);
box-shadow: inset 0px 0px 15px rgba(0,0,0,0.9);
}

.name {
float: left;
width:250px;
font-family: 'Varela Round', sans-serif;
font-size: 16px;
}

.title {
float: left;
padding-top: 1px;
font-family: 'Varela Round', sans-serif;
font-size: 14px;
}


    