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

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}
.spacer {
	clear: both;
	padding-bottom: 20px;
}
ul {
	padding: 0px 0px 0px 10px;
}
.hr-thingrey {
	padding: none;
	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: none;
	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: #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.jpg);
	height: 215px;
}
.header_orphan {
	position: absolute;
	margin-left: -40px;
}
.searchbar {
	background-image:url(images/searchback.jpg);
	height: 35px;
}
.menubar {
	background-image:url(images/menuback.jpg);
	height: 30px;
}
.menubar .menu {
	padding: 0px;
	margin: 0px;
}
.menubar .menu li {
	padding: 0 15px 0 0;
	margin: 0px;
	float: left;
	list-style-type: none;
}
.sponsors {
	background-image: url(images/iweek-sponsor-block_03.png);
	background-color:#fff;
	margin-bottom: 10px;
	cursor: pointer;
}
.sponsor_top {
}
.sponsor_middle {
	background-image: url(images/iweek-sponsor-block_02.png);
	background-repeat: no-repeat;
	padding: 0px 10px;
	text-align:center;
}
.sponsor_middle img {
	margin-bottom: 5px;
}
.sponsor_description {
	padding: 0px 10px;
	display: none;
}
.sponsor_open {
	background-image: url(images/iweek-sponsor-block_04.png);
	height: 16px;
	width: 220px;
}
.searchbox {
	background-image:url(images/iweek-search.jpg);
	height: 35px;
}
.searchbox .search form {
	margin: 0px;
}
.searchbox .search {
	padding: 4px 0px 0px 70px;
	margin: 0px;
}
.searchbox .search-text {
	background: none;
	border: none;
	width: 135px;
}
.searchbox .search-submit {
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
	color:#FF0000;
	font-weight:bold;
	font-size: 12px;
}
.nodots li {
	list-style-type: none;
	margin: 0px;
}
.nodots h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.advertimage {
	margin-bottom: 10px;
}
.footer {
	text-align: center;
}
.sponsorlogo {
	float: left;
	margin: 0 20px 10px 0;
}
/* loginform */

.loginform h2 {
	font-size:23px;
	clear: both;
	padding: 30px 0 0 0;
	margin: 0px;
	line-height: 1;
}
.loginform label {
	width: 600px !important;
	clear: none !important;
	float: left !important;
	display: block !important;
}
.loginform input, .loginform textarea {
	width: 300px !important;
	border: solid 1px #999999;
	float: left !important;
	clear: both !important;
	display: block !important;
	margin-bottom: 10px !important;
}
.loginform .cimy_uef_checkbox {
	float: left !important;
	border: none !important;
	width: auto !important;
}
.loginform #wp-submit {
	width: 150px !important;
}
.alignright {
	float: right;
}

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