/*
Theme Name:         Identiti Web Development (Foundation Base)
Theme URI:          http://www.idweb.com.au
Description:        A custom developed theme based on Foundation 5
Version:            3.0.0
Author:             Identiti Web Development
Author URI:         http://wwww.idweb.com.au

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

body {
	background: url('images/back-tile.png') repeat-x center top #e5e5e5 !important;
	
}

.top-bar-container, .tab-bar {
	margin-bottom: 0 !important;
}
.top-bar {
	background: #004063 !important;
}
.contain-to-grid {
	background: #004063 !important;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: #004063 !important;
}
.top-bar-section>ul>.divider, .top-bar-section>ul>[role="separator"] {
	display: none;
}
.top-bar-section ul li>a {
	text-transform: uppercase !important;
}
ul.title-area {
	padding: 10px 20px 0;
}
#header {
	text-align: center;
}
#head_content {
	background: #FFF;
	border-bottom: 10px solid #003652;
}
#header #logo {
	display: block;
}
#header #logo img {
	padding: 25px 0;
}



#layerslider_1 {
	margin-bottom: 15px !important;
	text-shadow: 0 0 5px #000;
}
#layerslider_1 h1, #layerslider_1 p {
	text-shadow: 0 0 5px #000;
}

/* Home */

.home-element {
	background: #FFF;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.home-element h4 {
	padding: 30px 10px 5px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia;
	color: #1f4ba1;
}
.home-element img {
	width: 100%;
	height: auto;
}
.home-element p {
	margin: 15px 10px;
	font-size: 12px;
	line-height: 16px;
}
.home-element a {
	color: #1f4ba1;
	text-decoration: none;
	display: block;
	font-family: Georgia;
	font-size: 14px;
	line-height: 18px;
}
.home-element a.more {
	border-left: 1px solid #EEE;	
	padding: 10px;
	
}
.home-element ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-element ul li {
	padding: 0 10px 10px 10px;
	margin: 0 0 10px;
	border-bottom: 1px solid #EEE;
}
.home-element ul li h3 {
	padding-top: 0;
	margin-top: 0;
}
.home-element ul li p {
	margin: 0;
	padding: 0;
}

/* News */

.type-post h2 {
	font-size: 2rem;
	margin: 0;
	line-height: 1;
}
.type-post time {
	font-size: 0.9rem;
	display: block;
	margin-bottom: 15px;
	color: #999;
}
p.author.byline {
	display: none;
}


/* Page */

.entry-content h2 {
	font-size: 1.8rem;
	border-top: 1px solid #EEE;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid #EEE;
}

#wpsl-result-list li {
	font-size: 12px;
}
#wpsl-result-list li p {
	font-size: 13px;
	margin-bottom: 10px;
}

.page-id-7 td {
	width: 50%;
}


/* Sidebar */

#sidebar {
	
}
#sidebar h6 {
	font-weight: bold;
	margin: 0 0 15px;
	font-size: 16px;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #EEE;
	padding-bottom: 7px;
	margin-bottom: 7px;
	font-size: 14px;
}
#sidebar ul ul {
	border-top: 1px solid #EEE;
	margin-top: 10px;
	padding-top: 8px;
}
#sidebar ul ul li {
	padding-left: 15px;
}
#sidebar .widget {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 5px solid #EEE;
}
#sidebar p {
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

/* Footer */

#footer {
	padding: 45px 0 65px;
	background: #004063 !important;

}
#footer h6 {
	font-weight: bold;
	margin: 0 0 15px;
	font-size: 16px;
	text-transform: uppercase;
	color: #FFF;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	margin-bottom: 2px;
}
#footer ul li a {
	font-size: 12px;
	display: block;
	line-height: 12px;
	color: #EEE;
}
#footer p {
	font-size: 11px;
	margin-bottom: 10px;
}
#footer p a {
	color: #FFF;
}
footer.row {
	margin-top: 0 !important;
}