/* links & Font */
a:hover {color: #ffffff; background-color: #FF2E2E;}

a {color: #3b3b3b; background-color:#ffffff;}

a:link {text-decoration:none;}

font {font:11px Times New Roman, San Serif;}

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/


/* NO HEADLINES */
.custom .headline_area { position:absolute; top:-1500px; left:-1500px; }
.custom .hfeed .headline_area { left:0; position:relative; top:0; }

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

/* HEADER ZONE */
.custom #header_area { background: #ffffff; }
.custom #header_area .page { background: #ffffff; }
.custom #header { background: none; border-bottom: 0; }

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

/* NAVBAR ZONE */
.custom #nav_area { background: none; }
.custom #nav_area .page { background: none; }
.custom .menu { background: none; border: 0; }
.custom .menu li.tab a, li.tab { border: 0; }



/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

/* CONTENT ZONE */
.custom #content_area { background: url('');}
.custom #content_area .page { background: none; margin: 0em; margin-left: 50px; margin-top: 50px;}
.custom #content_box { background: none; margin-top: 50px;}

.post_box {
    padding-top: 0em;
}




/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

/* FOOTER ZONE */
.custom #footer_area { background: none;}
.custom #footer_area .page { background: none;}
.custom #footer { border: 0; background: none; }

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

/* CUSTOM WIDGET AREA */

.custom .sidebar  { position: fixed; }

ul.sidebar_list {
    padding-top: 0em;
}

.sidebar {
    width: 175px;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

/* JV HEADER */

#header {
width: 175px;
/* this width value is also effected by
the padding we will later set on the links. */
}

#header {
margin: 0;
padding: 0;
} 

#header a {

color:#000000; transition:.2s linear;
  /* We need to help some browsers along for this to work */
  -moz-transition:.3s linear;
  -webkit-transition:.3s linear;

text-decoration: none; /*lets remove the link underlines*/
}

#header a:hover  { background:none; color: #A8A8A8;}

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

/*MENU*/

br {
   display: block;
   margin: 10px 0;
}

#wrapper {
	width: 150px;
	margin-left: 0px;
	margin-right: auto;
	}
 
.accordionButton {	
	width: 150px;
	float: left;
	background: none;
	border-bottom: 1px solid none;
	cursor: pointer;
	margin: 0px 0 0;
	color:#A8A8A8;
	text-decoration: underline:
	}
 
.accordionContent {	
	width: 150px;
	float: left;
	background: none;
	display: none;
	margin: 0px 0 0;
	color:#000000;
	}

.accordionButton a { 
color:#000000; transition:.2s linear;
  /* We need to help some browsers along for this to work */
  -moz-transition:.3s linear;
  -webkit-transition:.3s linear;
font:11px Times New Roman, San Serif;
}

.accordionContent a { 
color:#000000; transition:.2s linear;
  /* We need to help some browsers along for this to work */
  -moz-transition:.3s linear;
  -webkit-transition:.3s linear;
font:11px imes New Roman, San Serif;
}

.accordionButton a:hover  { background:none; color: #A8A8A8; text-decoration: none;}


.accordionContent a:hover  { background:none; color: #A8A8A8; text-decoration: none;}



#copyright { 
color:#000000; 
font:11px Times New Roman, San Serif;
}

#text { 
color:#000000; 
font:11px Times New Roman, San Serif;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////*/

#style1 { border: 0; height: 1px; background: #333; background-image: linear-gradient(to right, #ccc, #666, #ccc); }

.format_text h3 { font-size: 1.364em; line-height: 1.2em; margin: 0em 0 0em 0;}


            
        
