/*
Theme Name: iWeek 2
Theme URI: http://iweek.org.za/
Description: iWeek theme by Diaan.
Version: 0.2
Author: Diaan Mynhardt
Author URI: http://dreamfoundry.co.za/
Tags: iweek, keep, elaine, happy
*/

body {
	padding: 0px;
	margin: 0px;
	background-color: #f2f2f2;
}
.spacer {
	clear: both;
	padding-bottom: 20px;
}
.bp {
	padding-bottom: 10px;
}
.main {
    background-image: url(images/content_back.png);
}
ul {
	padding: 0px 0px 0px 10px;
}
.hr-thingrey {
	padding: 0;
	margin: 20px 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
	clear: both;
}
.hr-invisible {
	padding: 0;
	margin: 10px 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #fff;
	clear: both;
}
.hr-red {
	background-image:url(images/ruler_red.jpg);
	height: 22px;
	width: 940px;
	border: none;
	clear: both;
}
.hr-black {
	background-image:url(images/ruler_black.jpg);
	height: 22px;
	width: 940px;
	border: none;
}
.headerbar {
	background-image:url(images/headerback.png);
	height: 185px;
}
.menubar {
	height: 25px;
	overflow: hidden;
}
.header_orphan {
	position: absolute;
	margin-left: -40px;
}
.searchbar {
	background-image:url(images/searchback.jpg);
	height: 35px;
}


.maincontent {
	padding-top: 20px;
}
.indexcontent {
	padding-top: 10px;
}

h4 {
	font-size: 16px;
}



.menu, .sub-menu {
	padding: 0px;
	margin: 0px;
}
.menu li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
    background-image: url(images/menu.jpg);
    background-repeat: no-repeat;
	background-position: top;
}
.menu li a{
	padding: 0 0 0 10px;
	display: block;
	height: 31px;
	line-height: 30px;
}
.sub-menu {
	display: none;
}
.current-menu-parent .sub-menu, .current-menu-item .sub-menu {
	display: block;
}
.sub-menu li {
    background-image: url(images/menu_sub.jpg);
}
.current-menu-item a {
	color: #AA0000;
}
.current-menu-item ul a {
	color: #000000;
}



.sponsorcompanies {
	margin-top: 10px;
	margin-right: 10px;
	border: 1px solid #999999;
}
.sponsorcompanies img {
	border: none;
}
.sponsorname {
	padding: 5px;
	line-height: 10px;
	background-color: #cccccc;
}


.gform_wrapper ul {
	padding:0px;
}

.gform_wrapper .gfield {
	padding:0px;
	margin:0px;
	margin-top: 10px;
	list-style-type: none;
}

.gform_wrapper li {
	padding:0px;
	margin:0px;
	list-style-type: none;
}

.gform_wrapper input {
	border: 1px solid #999999;
	background-color: #eeeeee;
	width: 520px;
	line-height: 1.7;
	height: 25px;
}

.gform_wrapper textarea {
	border: 1px solid #999999;
	background-color: #eeeeee;
	width: 520px;
	line-height: 1.7;
	height: 100px;
}

.gform_wrapper .gfield_checkbox input {
	border: none;
	width: auto;
	height: auto;
	line-height: normal;
}

.gform_wrapper .gsection {
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}

.gform_wrapper .gfield_description {
	margin-bottom: 10px;
	font-style: italic;
}

.gform_wrapper .gfield_label {
	font-weight: bold;
}

.gform_wrapper .button {
	width: auto;
}


.gfield_required, .validation_message, .validation_error {
	color: #EE0000;
}

.nodots li {
	list-style-type: none;
	margin: 0px;
}
.nodots h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.advertimage {
	margin-bottom: 10px;
}
.footer {
	text-align: center;
}
.footerbar {
	background-color: #ffffff;
    background-image: url(images/footergradient.jpg);
	background-repeat: repeat-x;
}
.sponsorlogo {
	float: left;
	margin: 5px 10px 5px 0;
}
.sponsordescription img {
	float: left;
	margin: 0 10px 0px 0;
}

.alignright {
	float: right;
}

notice {
	background-color:#FFFF66;
	border: 3px dashed #FFCC00;
	padding: 10px;
	clear: both;
	display: block;
}
.center {
	text-align: center;
}


