@charset "UTF-8";
/*
Theme Name:
Theme URI: /
Description: 
Version: 1.0
Author: Mark Bloomfield
Author URI: http://www.yellow-llama.com
*/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
body{
	color:#757575;
	font-family: 'Open Sans', sans-serif;	
}
div.devider{
	border-top:1px solid #c0c0c0;
	min-height:10px;
	height:10px;
	width:100%;
}
.header {
	position: relative;
	width: 940px;
	margin: auto;
	padding:0px 20px;
}
.header .search{
	width:100%;
	min-height:60px;
}
.right{
	float:right;
}
.main-menu ul, .main-menu li{
	list-style:none;
	list-style-type:none;
}

/* Container wrapping the menu  */
#navwrap {
    float: right;
    width: 100%;
}
#navwrap ul , #navwrap li {
	list-style-type:none;
	list-style:none;
	display:inline;
	font-size:16px;
	font-weight:400;
	color:#989898;
}
ul.dropdown li {
    padding: 5px 10px;
    margin-right:5px;
    border:1px solid #c0c0c0;
}
ul.dropdown ul li {

}
ul.dropdown li.hover,
ul.dropdown li:hover {
    border:1px solid #b1435f;
}
ul.dropdown ul li:hover,
ul.dropdown ul li.hover {

}ul.dropdown a{
	
}
ul.dropdown a:link,
ul.dropdown a:visited   { color:#989898; text-decoration: none; }
ul.dropdown a:hover     {  }
ul.dropdown a:active    { color: #FFF; }
 
/* -- level mark -- */
 
ul.dropdown ul {
    width: 150px;
    margin-top: -1px;
    -moz-box-shadow: 0 2px 5px #222;
    -webkit-box-shadow: 0 2px 5px #222;
}

/* Breadcrumb */
div.bread{
	color:#c0c0c0;
	font-size:14px;
	line-height:40px;
}


/* Content */
.content{
	position: relative;
	width: 940px;
	margin: auto;
	padding:0px 20px;
}

/* Modal Show */
.modalshow {display: block !important;}
.modalhide {display: none !important;}

@media (max-width: 768px) {
	
	.modal-backdrop {opacity: 0;}
	
	.collapse.in {
		height: 100% !important;
	}
}

.modal {
	border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;
	border: 7px solid #b00032;
}

.headlogo img {max-height: 120px;}

.modal.hide {display: none !important;}

.modal.in {display: block !important;}

.modal .modal-header {padding: 0; border: 0;}

.modal .modal-header a {width:45px; height:45px; position: absolute; right: 0; top: 0; z-index: 999;  background: url(http://acceleratepf.co.za/wp-content/themes/accelerate/images/closemodal.png) no-repeat;}

.modal-body {padding: 0; max-height: 350px;}

#accel_breadcrumb {}

#accel_footer a {
	padding: 0;
	padding-left: 20px;
}

@media (max-width: 767px) {
	#accel_footer .footer_left .nav-footer ul, #accel_footer .footer_left .nav-footer li {
		float: none;
	}
}

#accel_footer p {
	text-align: center;
}

p {
	text-align: justify;
}

.blogcontent {
	text-align: justify;
}

.popover-content p {
	text-align: left;
}

#side .sidecontent {
	text-align: justify;
}

.page-id-47 img { max-width: none!important; }
