/*
Theme Name: NetDefence
Theme URI: http://netdefence.com.au/
Description: Custom NetDefence theme.
Version: 1.0
Author: NetDefence
Author URI: http://netdefence.com.au/
Tags: netdefence
*/

/* Normalize */

* {
	background-color: transparent;
	border: none;
	font-size: 1em;
	font-weight: inherit;
	font-family: Arial, Verdana;
	line-height: 1.4em;
	list-style: none inside;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-decoration: none;
}

html {
	overflow-y: scroll;
}

body {
	color: #555;
	text-align: center;
}

#wrap {
	background: url('images/page_sides.png') repeat-y center top;
	margin: 0 auto;
	width: 980px;
}

#header {
}

	#header a {
		background: url('images/sprite.png') no-repeat left -39px #000;
		display: block;
		height: 126px;
	}
	
	#header p, #header span {
		display: none;
	}

#navbar {
	background: url('images/sprite.png') no-repeat center -165px;
	height: 40px;
	margin: 0 auto;
	width: 802px;
}

	#navbar li, #navbar li a {
		display: block;
		float: left;
	}

	#navbar a {
		background-image: url('images/sprite.png');
		background-repeat: no-repeat;
	}

	#navbar a {
		height: 40px;
		display: block;
	}

	#navbar .home     a        { width: 103px; background-position: -112px -165px; }
	#navbar .home     a:active {               background-position: -112px -205px; }
	#navbar .home.active a     {               background-position: -112px -245px; }

	#navbar .services a        { width: 101px; background-position: -215px -165px; }
	#navbar .services a:active {               background-position: -215px -205px; }
	#navbar .services.active a {               background-position: -215px -245px; }
	
	#navbar .threats  a        { width: 102px; background-position: -316px -165px; }
	#navbar .threats  a:active {               background-position: -316px -205px; }
	#navbar .threats.active a  {               background-position: -316px -245px; }
	
	#navbar .blog     a        { width: 101px; background-position: -418px -165px; }
	#navbar .blog     a:active {               background-position: -418px -205px; }
	#navbar .blog.active a     {               background-position: -418px -245px; }
	
	#navbar .about    a        { width: 102px; background-position: -519px -165px; }
	#navbar .about    a:active {               background-position: -519px -205px; }
	#navbar .about.active a    {               background-position: -519px -245px; }

	#navbar .contact  a        { width: 101px; background-position: -621px -165px; }
	#navbar .contact  a:active {               background-position: -621px -205px; }
	#navbar .contact.active a  {               background-position: -621px -245px; }

	#navbar .search input {
		color: #999;
		font-size: .9em;
		margin: 12px 0 0 30px;
		text-align: left;
		width: 134px;
	}

	#navbar .search input:focus {
		color: #000;
	}

	#navbar span {
		display: none;
	}

a, a:hover, a:active, a:visited {
	color: #555;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#content {
	text-align: left;
	margin: 0 auto;
	padding-top: 1.5em;
	width: 802px;
}
	
	#content p {
		margin-bottom: 1em;
	}

	#content h2 {
		color: #000;
		font-size: 2.4em;
		text-align: center;
		margin-bottom: .5em;
	}

	#content h2 a {
		color: #000;
	}

	#content h3 {
		color: #999;
		font-size: 1.8em;
		line-height: .1em;
		text-align: center;
		margin-bottom: 1.2em;
	}

.post {
	background: url('images/content_sides.png') repeat-y left top;
	margin-bottom: 1em;
}

	.post h3 {
		color: #555 !important;
		font-size: 1.6em !important;
		line-height: 1em !important;
		margin-bottom: .4em !important;
		text-align: left !important;
	}

.post .entry {
	padding: 1em 1.7em 0 1.7em;
}

	.post .entry .left {
		border-right: 1px solid #CCC;
		float: left;
		margin-right: 2em;
		padding-right: 1em;
		width: 47%;
	}

	.post .entry .right {
		float: left;
		width: 46%;
	}

.post .top, .post .bottom {
	background-image: url('images/sprite.png');
	background-repeat: no-repeat;
	background-position: center -491px;
	height: 9px;
	overflow: hidden;
}

.post .bottom {
	background-position: center top;
}

#footer {
	border-bottom: 2px solid #DCDCDC;
	padding-bottom: 1em;
}
	
	#footer p {
		font-size: .9em;
	}

	#footer .copyright {
		font-size: .8em;
	}

#logos {
	background: url('images/sprite.png') no-repeat center -370px;
	height: 100px;
	margin: 0 auto;
	width: 600px;
}

/* Home */

.home-featured {
	background: url('images/home_buttons.png') left top no-repeat;
	display: block;
	float: left;
	height: 159px;
	text-indent: -999%;
	width: 232px;
}

	.home-featured.services {
		background-position: 0 top;
		margin-right: 23px;
	}

	.home-featured.reseller {
		background-position: -257px top;
		margin-right: 25px;
	}

	.home-featured.newsletter {
		background-position: -516px top;
		width: 234px;
	}

/* Newsletter */

#newsletter {
	margin-bottom: 1em;
}

	#newsletter label {
		display: block;
		font-weight: bold;
	}

	#newsletter input {
		border: 1px solid #CCC;
		padding: .2em;
	}

	#newsletter button {
		border: 1px solid #CCC;
		padding: .2em;
	}