body
{
	background-color: #f7f7f7;
}

#content-holder
{
	background-color: #fff;
	background-image: url('../img/content.png');
	background-position: bottom;
	background-repeat: repeat-x;
	border: 1px solid #e2e2e2;
	padding: 15px;
}

#page-header
{
	background: #fff;
	/*background-image: url('../img/header.png');*/
	background-position: bottom right;
	background-repeat: no-repeat;
	border: 1px solid #e2e2e2;
	clear: both;
	margin-bottom: 20px;
	padding: 15px;
	position: relative;
	margin-top: 20px;
	text-align: left;
}
#page-header img
{
    max-width: 100%;
    height: auto;
}
#page-footer
{
	background-color: #651E7A;
	color: #fff;
	margin-top: 20px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}

#page-footer a,#page-footer a:visited
{
	color: #fff;
}

#breadcrumb-holder
{
	margin-bottom: 20px;
}

#copyright img
{
	width: 64px;
	height: auto;
	margin: 10px;
}

#copyright
{
	text-align: center;
}

#footer-links
{
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}

/* An override of bootstraps styling */

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover
{
	background-color: #651E7A;
	border-color: #05739F;
}

.breadcrumb
{
	margin-bottom: 0px;
}

.collapsed-padding
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.panel-primary
{
	border-color: #651E7A;
}

.panel-primary .panel-heading
{
	border-color: #651E7A;
	background-color: #651E7A;
}

.panel-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

#mobile-menu
{
	margin-bottom:20px;
	padding: 0px;
}

#mobile-menu .btn,
#mobile-menu ul.dropdown-menu,
#mobile-menu .list-group,
#mobile-menu .list-group-item
{
	width: 100% !important;
}

#mobile-menu-holder
{
	display: none;
}

#mobile-menu .dropdown-menu
{
	padding: 0px;
}

#mobile-menu .dropdown-menu .list-group
{
	margin: 0px;
}

@media screen and (max-width: 752px)
{
	#mobile-menu-holder
	{
		display: block;
	}
	#side-nav
	{
		display: none;
	}
}

.btn-primary
{
	background-color: #651E7A;
	border-color: #651E7A;
}


.btn-primary:hover
{
	background-color: #96001A;
	border-color: #96001A;
}


div#mobile-menu .list-group
{
	width: 100%;
}

div#mobile-menu .dropdown-menu
{
	width: 50%;
}

/* Specialist css to support the homescreen coolness */

.tile-row
{
	text-align: center;
}

.tile
{
	background-color: #fff;
	color: #651E7A;
	border: 2px solid #651E7A;
	border-radius: 5px;
	width: 189px;
	height: 189px;
	display: inline-block;
	transition: all 0.5s ease;
	text-align: center;
	font-size: 2em;
	text-decoration: none;
	line-height: 1em;
	/*float: left;*/
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.tile.line1  i.fa
{
	font-size: 3em;
	padding-top: 25px;
	padding-bottom: 25px;
}

.tile.line2 i.fa
{
	font-size: 3em;
	padding-top: 25px;
	padding-bottom: 12px;
}

.tile:hover
{
	background-color: #651E7A;
	color: #fff;
	text-decoration: none;	
}