/*
Theme Name: Webroot
CloudStrap Starter stuff
*/

body {
	min-width:320px;
	line-height:21px;
	margin-bottom: 60px;
}
a, a:hover, a:active, a:focus, a img {
	border: 0 none;
	outline: 0 none;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inverse .navbar-brand {
    color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
    color: #999999;
}
.entry-content.row {
	margin-top: 20px;
	margin-bottom: 20px;
}
.breadcrumbs {
	font-size: 12px;
	margin: 10px 0;
}
.breadcrumbs a, .breadcrumbs span {
	font-size: 12px;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: none outside none;
	margin: 10px 0;
    padding: 8px 0;
}
.breadcrumb li {
	font-size: 12px;	
}
a, a:active, a img {
	outline:0;
	border:0;
}
#secondary .widget {
    margin-bottom: 30px;
}
.widget ul {
    margin: 0;
    padding: 0;
}
.widget ul li {
    list-style: none outside none;
}
.widget_meta li {
    margin: 0;
    padding: 7px 0;
}
#search-2 .input-group-btn {
    width: 1%;
}
.widgettitle {
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer-widgets h4 {
    text-transform: uppercase;
}
.footer-widgets .widgettitle {
    border-bottom: medium none;
    margin: 0;
    padding: 0 0 15px;
}
.footer-widgets {
    background-color: #f5f5f5;
    border-top: 5px solid #eee;
	margin-top: 60px;
    padding-top: 30px;
}
.footer-widgets .widget {
	padding-bottom: 20px;	
}
.footer {
    background-color: #222;
    border-top: 1px solid #eee;
    min-height: 60px;
    position: absolute;
    width: 100%;
}
.footer a {
	color: #777;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .text-muted {
    margin: 20px 0;
}




 



.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: block;
    margin-top: -6px;
}
@media (max-width: 767px) {
	.dropdown-menu .sub-menu {
		display:none;
		margin-left:20px;
	}
	.footer .text-muted {
		text-align: center;
	}	
}



body, p, ul, ol, li, blockquote, div, span {
    font-family: Arial,san-serif;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family:Arial, san-serif;
	color:#09F;
}
.current-menu-item {
	background:#09F;
}
.current-menu-item > a {
	color:#fff !important;
}




/*/////////////////////////////////////////////////////////////////
UNCOMMENT THE FOLLOWING TO MAKE THE SUB NAV ITEMS OPEN ON HOVER
NOT NECCESSARY WITH THE JS RUNNING TO ENABLE THE HOVER
/////////////////////////////////////////////////////////////////*/

/*
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
*/

/*/////////////////////////////////////////////////////////////////
END NAV HOVER COMMENT SECTION
/////////////////////////////////////////////////////////////////*/

