/*
Theme Name:		UniSphere Vision
Theme URI: 		http://www.unispheredesign.com/demo/vision/light/
Version: 		1.0
Description: 	Designed by <a href="http://www.unispheredesign.com">UniSphere Design</a>.
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

/* Network Bar */
#access {
z-index:500;
position:absolute;
border:1px solid #000;
text-indent:0;
}
#access li {
margin:0;
cursor:pointer;
padding:0;
list-style:none;
border-bottom:1px solid #555;
}
#access li:last-of-type {
border-bottom:0;
}
#access a:hover {
background-color:#111;
color:#fff;
cursor:pointer;
}
#access a:hover span{
color:#fff;
cursor:pointer;
}
#access a {
color:inherit;
text-align:left;
font-family: adelle;
text-decoration:none;
padding:10px;
height:40px;
color:#111;
padding-top:15px;
width:200px;
background-color:#FFF;
display:block;
cursor:pointer !important;
}

#access span {
color:#900;
font-weight:normal;
display:block;
}
#access ul {
padding:0;
margin:0;
}
.hide
{display:none}

#networkbar
{
width:100%!important;
margin:0 auto!important;
background-color:#333;
width:100%;
height:30px;
cursor:pointer;
}
#networkbar .bartitle {
text-indent:15px;
margin:0;
font-family: arimo;
line-height:30px;
position:relative;
color:#fff;
}
