/*
Theme Name: DEAL Training
Theme URI: http://www.dealtraining.co.za/
Description: DEAL Training Custom theme design.
Author: WebNow
Version: 1.0
Tags: blue, brown, two-columns, fixed-width
*/

/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General */

body {
	background: #DFDEC7 url('images/mainBG.jpg') repeat-x;
}

div, p, td, input {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #333;
}

div, p {
	text-align: justify;
}

p, h4, h5 {
	margin-bottom: 15px;
}

a:link, a:active, a:visited {
	color: #795F4B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #485C77;
}

h1 a {
	background: url('images/DealTraining.jpg') no-repeat;
	width: 383px;
	height: 174px;
	display: block;
	text-indent: -9999px;
}

h2, h3 {
	color: #7B614B;
	font-size: 14px;
	line-height: 43px;
	padding: 0 10px;
	display: block;
	text-transform: uppercase;
}

h2, h3#reply-title {
	background: url('images/mainHead.jpg') no-repeat;
	width: 630px;
}

h3 {
	background: url('images/sideHead.jpg') no-repeat;
	width: 300px;
}

h4 {
	color: #7B614B;
	font-size: 16px;
}

h5 {
	color: #7B614B;
	font-size: 13px;
}

hr {
	border: 0;
	background: transparent;
	border-top: 1px solid #DFDEC7;
	border-bottom: 1px solid #FFF;
}

small {
	font-size: 10px;
}

/* Tables */

thead td {
	font-weight: bold;
	background-color: #dfdecc;
}

td {
	padding: 5px;
	border: 1px solid #7B614B;
}

/* Unordered List */

ul {
	margin: 0 0 15px 15px;
	padding-left: 10px;
}

li {
	list-style-type: disc;
}

/* Containers */

#wrapper, #footWrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	width: 960px;
	margin: 0 auto;
	background: url('images/headerPic.jpg') no-repeat bottom right;
	overflow: hidden;
}

#content {
	float: left;
	width: 630px;
	overflow: hidden;
	margin-right: 30px;
}

#sidebar {
	float: left;
	width: 300px;
	overflow: hidden;
}

.widgets ul, .widgets form, .courses, .home-page, #commentform {
	padding: 20px;
	overflow: hidden;
}

.news, .posts {
	padding: 20px 20px 0 20px;
	overflow: hidden;
}

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

.required {
	color: #C00;
}

.wp-pagenavi {
	overflow: hidden;
	display: block;
	height: 30px;
	padding: 4px 0;
}

/* Menu */

.menuContainer {
	overflow: hidden;
	width: 960px;
	margin-bottom: 20px;
}

ul.menu {
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
	list-style-type: none;
	line-height: 42px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.menu li a:link, .menu li a:active, .menu li a:visited {
	color: #FFF;
	padding: 0 10px;
	display: block;
	line-height: 42px;
	font-weight: normal;
}

.menu li a:hover {
	background: url('images/mnuOn.jpg') repeat-x left center;
	color: #333;
	line-height: 42px;
}

.menu li ul {
	display: none;
}

.menu .current-menu-item a:link, .menu .current-menu-item a:active, 
.menu .current-menu-item a:visited, .menu .current-menu-item a:hover,
.menu .current-menu-parent a:link, .menu .current-menu-parent a:active, 
.menu .current-menu-parent a:visited, .menu .current-menu-parent a:hover,
.menu .current-page-ancestor a:link, .menu .current-page-ancestor a:active,
.menu .current-page-ancestor a:visited, .menu .current-page-ancestor a:hover {
	background: url('images/mnuOn.jpg') repeat-x left center;
	line-height: 42px;
	color: #333;
	font-weight: normal;
}

/* Search Form */

#searchform label {
	display: none;
	visibility: hidden;
}

#searchform #s, .txtbox, .wpcf7-text, input[type="text"] {
	background: url('images/txtbox.png') no-repeat 0 0;
	width: 250px;
	height: 30px;
	line-height: 30px;
	border: 0;
	padding: 0 6px;
}

#searchform #s:hover, #searchform #s:focus, 
.txtbox:hover, .txtbox:focus, 
.wpcf7-text:hover, .wpcf7-text:focus, 
input.captcha:hover, input.captcha:focus, 
input[type="text"]:hover, input[type="text"]:focus {
	background-position: 0 -40px !important;
}

textarea {
	background: url('images/txtarea.png') no-repeat 0 0;
	width: 260px;
	height: 118px;
	line-height: 1.5;
	border: 0;
	padding: 6px;
	overflow: auto;
}

textarea:hover, textarea:focus {
	background-position: 0 -130px;
}

input.captcha {
	background: url('images/captcha.png') no-repeat 0 0 !important;
	width: 118px;
	height: 30px;
	line-height: 30px;
	border: 0;
	padding: 0 6px;
	margin-top: 5px;
}

.wysiwyg, .wysiwyg iframe, .wysiwyg iframe body {
	width: 500px !important;
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #333;
}

.captchaImg {
	margin: 5px 5px 0 5px;
	float: left;
	padding-top: 4px;
}

.wpcf7-form-control-wrap .captcha {
	background: none;
}

input[type=submit], a.button {
	background: url('images/buttonBG.png') no-repeat 0 0;
	width: 86px;
	height: 25px;
	line-height: 25px;
	border: 0;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	color: #333;
	text-align: center;
	font-weight: normal;
}

input[type=submit]:hover, a.button:hover, a.more:hover {
	background-position: 0 -30px;
}

a.more {
	background: url('images/buttonBG.png') no-repeat 0 0;
	width: 86px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	border: 0;
	cursor: pointer;
	margin: 10px 10px 0 0;
	color: #333;
	text-align: center;
	font-weight: normal;
}

.wpcf7-validation-errors, .wpcf7-not-valid-tip-no-ajax {
	color: #C00 !important;
	border: 0 !important;
}

/* Buttons */

a.btnPublic {
	background: url('images/btnPublicCourses.png') no-repeat 0 0;
	width: 264px;
	height: 87px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-left: 20px;
}

a.btnInhouse {
	background: url('images/btnInHouseTraining.png') no-repeat 0 0;
	width: 264px;
	height: 87px;
	display: block;
	float: left;
	text-indent: -9999px;
	margin-left: 20px;
}

a.btnPublic:hover, a.btnInhouse:hover {
	background-position: 0 -100px;
}

/* Footer */

#footer {
	background: #607B9F;
	width: 100%;
	bottom: 0;
	overflow: hidden;
	margin-top: 20px;
}

#footer div {
	color: #FFF;
	font-size: 10px;
	line-height: 53px;
}

#footer div a {
	color: #FFF;
}

#footer div a:hover {
	color: #333;
}

.menu-footer {
	width: 450px;
	float: right;
}

ul.menu-footer {
	margin: 0;
	padding: 0;
}

.menu-footer li {
	float: left;
	list-style-type: none;
	line-height: 53px;
	margin: 0;
	padding: 0;
}

.menu-footer .menu li a:link, .menu-footer .menu li a:active, .menu-footer .menu li a:visited {
	color: #FFF;
	padding: 0 10px;
	line-height: 53px;
	font-size: 10px;
}

.menu-footer .menu li a:hover, .menu-footer .menu .current-menu-item a:hover,
.menu-footer .menu .current-menu-parent a:hover {
	color: #333;
	background: none;
}

.menu-footer .menu li ul {
	display: none;
}

.menu-footer .menu .current-menu-item a:link, .menu-footer .menu .current-menu-item a:active, 
.menu-footer .menu .current-menu-item a:visited, .menu-footer .menu .current-menu-parent a:link, 
.menu-footer .menu .current-menu-parent a:active, .menu-footer .menu .current-menu-parent a:visited {
	line-height: 53px;
	color: #FFF;
	background: none;
	font-size: 10px;
}

.paddFoot {
	padding-right: 10px;
}

/* Sub Page Menu */

.widget_subpages li.page_item {
	list-style-type: disc;
}

/* Posts */

.more-link {
	font-weight: bold;
}

.tags {
	font-size: 10px;
	margin-bottom: 10px;
}

.post-news {
	float: left;
	margin-left: 10px;
	width: 448px;
}

.post-thumb, .gallery-icon a, .posts-thumb, .page-thumb {
	float: left;
	display: block;
	background-color: #EEEEEE;
	border: 1px solid #D1D1D1;
	text-align: center;
}

.gallery-icon, .page-thumb {
	margin-right: 10px;
}

.ngg-gallery-thumbnail {
	height: 180px;
}

.gallery-item {
	width: 125px;
	margin: 10px 20px 0 0 !important;
}

.ngg-gallery-thumbnail span {
	width: 125px;
	text-align: center;
	font-size: 10px;
}

.post-thumb, .posts-thumb {
	width: 130px;
}

.attachment-thumbnail, .gallery-icon img, .wp-post-image {
	border: 1px solid #FFF !important;
	padding: 2px;
}

ul.widgets {
	margin: 0;
	padding: 0;
}

.widgets li {
	list-style-type: none;
}

.posttitle, .course-title {
	margin-bottom: 0px;
}

#text-3 .accreditation {
	padding: 0 20px 20px 20px;
}

.posts .accreditation {
	margin-bottom: 15px;
}

.accreditation div.side {
	float: left;
	font-size: 10px;
	width: 170px;
	padding: 0;
}

.accreditation div {
	foat: left;
	width: 410px;
	padding: 20px 0;
}

.accreditation {
	overflow: hidden;
}

.accreditation img {
	margin-right: 10px;
}

.contact {
	width: 48%;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.entry {
	overflow: hidden;
	padding: 20px;
}

.posts-thumb {
	margin-right: 10px;
}

/* Other */

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.pic {
	margin-left: 10px;
}

.marginLeft {
	margin-left: 10px;
}

.center {
	text-align: center;
}

.noborder {
	margin: 0 0 15px 15px;
}

.noborder td {
	border: 0 !important;
	padding: 0 !important;
}
