/*
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
*/


/* Global */

body {
	font-weight: 300;
}
ul,ol,p {
	font-weight: 300;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h4 {
	
}
h5 {
	
}
h6 {
	
}
p {
	
}
ul {
	
}
ol {
	
}
.red {
	color: #e31b23;
}
strong {
	font-weight: 600;
}

/* Header */

#header {
	padding: 20px 0;
	background: #26282a;
}
#header h2 {
	text-align: right;
	color: #c8c9c9;
	font-size: 1.5rem;
	margin: 20px 0 0;
}

/* Nav */

#nav_container {
}
.nav-bar ul {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
.nav-bar ul li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	border-right: 1px solid #c8c9c9;
}
.nav-bar ul li:last-child {
	border-right: none;
}
.nav-bar ul li a {
	display: block;
	padding: 0 10px;
	color: #c8c9c9;
	font-size: 1.2rem;
	line-height: 1;
}
.nav-bar ul li a:hover {
	color: #FFF;	
}


/* Group */

#group {
	padding: 35px 0;
	background: #26282a;
}
#group h2 {
	color: #c8c9c9;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0;
}
#group h3 {
	font-size: 1.5rem;
	color: #e31b23;
	line-height: 1;
	margin: 5px 0 15px;
}
#group p {
	color: #c8c9c9;
	font-size: 1rem;
	margin: 0;
}


/* Banner */

#banner {
	background: url('images/banner.png') no-repeat center center #f4f4f4;
	background-size: contain;
	text-align: center;
}
#banner h2 {
	margin: 155px 0 15px;
	color: #FFF;
	font-weight: 600;
	font-size: 4rem;
}
#banner h3 {
	margin: 0 0 20px;
	color: #FFF;
	font-size: 2.1rem;
	font-weight: 300;
}
#banner h4 {
	margin: 0 0 75px;
	font-weight: 300;
	text-transform: uppercase;
	
}
#banner h4 a {
	color: #FFF;
	display: inline-block;
	padding: 5px 15px;
	background: #26282a;
}

@media only screen and (max-width: 40em) {

	#banner h2 {
		margin-top: 50px;
		font-size: 2rem;
	}
	#banner h3 {
		font-size: 1.2rem;
	}

}

/* Group */




#links {
	text-align: center;
	padding-bottom: 30px;
}
#links hr {
	border-color: #000;
}
#links strong {
	color: #e31b23;
}
#links a {
	color: #e31b23;
	font-weight: 600;
}
#links .above p, #links .below p {
	font-size: 1rem;
}
#links .above {
	min-height: 125px;
}
#links .below {
	min-height: 195px;
}



@media only screen and (max-width: 40em) {
	
	#links .above {
		min-height: 0;
	}
	#links .below {
		min-height: 0;
	}
	
	
} 

/* Group */


#peoplebanner {
	text-align: center;
	background: #f4f4f4;
}
#people {
	clear: both;
	padding: 35px 0;
	background: #26282a;
}
#people h2 {
	color: #c8c9c9;
	font-size: 1.8rem;
	line-height: 1;
	margin: 0;
}
#people h3 {
	font-size: 1.5rem;
	color: #e31b23;
	line-height: 1;
	margin: 5px 0 15px;
}
#people p {
	color: #c8c9c9;
	font-size: 1rem;
	margin: 0;
}


/* Intro */

#intro {
	padding: 50px 0 65px;
	text-align: center;
}
#intro h2 {
	font-weight: 300;
	margin: 0 0 20px;
}
#intro h2:last-child {
	margin: 0;
}


/* Sidebar */

#sidebar {
	
}
#sidebar h6 {
	font-weight: 600;
	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 {
	background: #26282a;
	padding: 35px 0 45px;
}


#footer h6 {
	color: #FFF;
	font-weight: 300;
	font-size: 1.8rem;
	text-transform: lowercase;
}
#footer p {
	color: #FFF;

}
#footer p a {
	color: #FFF;

}
#footer #copy {
	text-align: right;
	
}
#footer #copy p {
	font-size: 0.9rem;
	color: #c8c9c9;
	margin: 15px 0;
}