/*
Theme Name: Wideopen Platform Theme
Description: This is a custom theme created for the Wideopen Platform website.
Version: 1.0
Author: iLogic
Author URI: http://www.ilogic.co.za
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica;
	background: #FFF;
	color: #333;
	text-align: center;
}

#page {
	background-color: white;
	text-align: left;
}

#content {
	font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #FFF;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}


#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.entry p a:visited {
	color: #b85b5a;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 0px 0;
	padding: 0;
}

#page {
	background-color: #FFF;
	margin: 0px auto;
	padding: 0;
	width: 1024px;
}

li {
	text-decoration: none;
	list-style-type: circle;
}

li a {
	color: #333;
	text-decoration: none;
}

li a:hover {
	color: #F60;
	text-decoration: none;
}

#header {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	height: 135px;
	width: 100%;
}

.header_nav {
	background-image: url(images/menubar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 23px;
	padding: 0;
	margin: 0;
}

.header_shadow {
	background-image: url(images/menubar_shadow.jpg);
	background-repeat: no-repeat;
	display: block;
	width: 1024px;
	height: 17px;
	padding: 0;
	margin: 0 auto;
}

.list {
	text-decoration: none;
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}

.list li {
	list-style-type: none;
	float: left;
}

.list .nav_gre a {
	background-image: url(images/greeninitiatives_01.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 128px;
	height: 23px;
}

.list .nav_abo a {
	background-image: url(images/aboutus_01.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 79px;
	height: 23px;
}

.list .nav_con a {
	background-image: url(images/contactus_01.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 91px;
	height: 23px;
}

.list .nav_bra a {
	background-image: url(images/brands_01.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 68px;
	height: 23px;
}

.list .nav_loc a {
	background-image: url(images/locations_01.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 84px;
	height: 23px;
}

.list .nav_pro a {
	background-image: url(images/projects_01.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 77px;
	height: 23px;
}

.list .nav_prod a {
	background-image: url(images/products_01.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 82px;
	height: 23px;
}

.list .nav_new a {
	background-image: url(images/news_01.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 55px;
	height: 23px;
}

.list .nav_bar {
	background-image: url(images/menubar.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 360px;
	height: 23px;
}

.list .nav_gre a:hover {
	background-image: url(images/greeninitiatives_02.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 128px;
	height: 23px;
}

.list .nav_abo a:hover {
	background-image: url(images/aboutus_02.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 79px;
	height: 23px;
}

.list .nav_con a:hover {
	background-image: url(images/contactus_02.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 91px;
	height: 23px;
}

.list .nav_bra a:hover {
	background-image: url(images/brands_02.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 68px;
	height: 23px;
}

.list .nav_loc a:hover {
	background-image: url(images/locations_02.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 84px;
	height: 23px;
}

.list .nav_pro a:hover {
	background-image: url(images/projects_02.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 77px;
	height: 23px;
}

.list .nav_prod a:hover {
	background-image: url(images/products_02.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 82px;
	height: 23px;
}

.list .nav_new a:hover {
	background-image: url(images/news_02.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 55px;
	height: 23px;
}

.about_header {
	background-image: url(images/top_about_shadow.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
	padding-left: 29px;
	margin: 0px;
	margin-left: -20px;
	font-size: 32px;
	color: #5A5A5A;
}

.contactus_title {
	background-image: url(images/top_about_shadow.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
	padding-left: 29px;
	margin: 0px;
	margin-left: -20px;
	font-size: 32px;
	color: #5A5A5A;
}

.bottom_contact_shadow {
	background-image: url(images/bottom_about_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: inline-block;
	width: 391px;
	height 19px;
	padding: 0px;
	margin-left: -20px;
	padding-bottom: 20px;
}

.bottom_about_shadow {
	background-image: url(images/bottom_about_shadow.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	display: inline-block;
	width: 391px;
	height 19px;
	padding: 0px;
	margin-left: -20px;
	padding-bottom: 20px;
}

.about_column {
	float: left;
	padding: 0px;
	margin: 0px 0 0;
	width: 570px;
	border-right: 1px solid #E1E1E1;
}

.about_entry {
	width: 500px;
	border-bottom: 1px solid #E1E1E1;
}

.about_content {
	padding-left: 10px;
}

.title_description_shadow {
	background-image: url(images/top_about_shadow.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 791px;
	height: 19px;
	float: left;
	margin-left: -29px;
}

.brand_details {
	margin-top: -20px;
}

.brand_title {
	font-size: 22px;
}

.brand_entry {
	margin: 0;
	padding: 0;
	width: 570px;
	float: left;
	border-right: 1px solid #E1E1E1;
}

.brands_column {
	padding: 0px;
	margin: 0px;
	width: 270px;
	float: right;
}

.individual_entry {
	margin-left: 5px;
}


.brands_header {
	background-image: url(images/right_top_shadow.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 291px;
	height: 19px;
	margin-left: 0px;
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}

.brands_bottom_shadow {
	background-image: url(images/right_bottom_shadow.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 291px;
	height: 19px;
}

.brands_list {
	width: 230px;
	height: 450px;
	overflow-y: scroll;
	float: right;
	font-size: 14px;
	margin-right: 200px;
}

.brand a {
	text-decoration: none;	
	color: #666;
}

.brand a:hover {
	color: #F60;
}

.locations_entry {
	width: 500px;
}

.City {
	border-top: 1px solid #CCC;
	padding-top: 10px;
}

.location {
	float: left;
	width: 540px;
	border-right: 1px solid #CCC;
}

.location_details_shadow {
	background-image: url(images/top_about_shadow.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: 391px;
	height: 19px;
	margin-left: -29px;
}

.locations_list {
	width: 370px;
	height: 450px;
	overflow-y: scroll;
	float: right;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 100px;
}

.list_shadow_top {
	background-image: url(images/top_about_shadow.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin-left: -10px;
	width: 482px;
	height: 27px;
}

.list_shadow_bottom {
	background-image: url(images/bottom_about_shadow.png);
	background-repeat: no-repeat;
	display: inline-block;
	padding: 0;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	padding-top: 10px;
	float: right;
	width: 482px;
	height: 27px;
}

.locations_item a {
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #666;
}

.locations_item a:hover {
	color: #F60;
}

.google_map {
	width: 470px;
	float: right;
}

.locations_sidebar {
	float: right;
	width: 470px;
}

.locations_header {
	margin: 0px;
	padding: 0px;
}

.individual_column {
	padding-left: 20px;
	margin:0;
	width: 1024px;
}

.individual_product_entry {
	margin-left: 0px;
	width: 500px;
}

.products_header {
	background-image: url(images/right_top_shadow.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 229px;
	height: 19px;
	font-size: 26px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-left: 30px;
}

.products_bottom_shadow {
	background-image: url(images/right_bottom_shadow.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 229px;
	height: 19px;
	margin-left: 30px;
}

.products_column {
	padding: 0px;
	margin: 0px;
	width: 300px;
	float: right;
}

.products_list {
	background-image: url(images/products_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 245px;
	float: right;
	font-size: 14px;
	margin-right: 160px;
}

.product_list_image {
	background-image: url(images/products_image.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 205px;
	height: 168px;
	margin-left: 89px;
}

.product_entry {
	background-image: url(images/products_left.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	padding: 0;
	width: 570px;
	float: left;
}

.projects_list {
	background-image: url(images/products_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 200px;
	float: right;
	font-size: 14px;
	margin-right: 200px;
	padding-top: 30px;
}

.projects_image {
	background-image: url(images/products_image.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 205px;
	height: 168px;
	margin-left: -5px;
}

.project_entry {
	margin: 0;
	padding: 0;
	width: 570px;
	float: left;
	border-right: 1px solid #E1E1E1;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

.projects_header {
	background-image: url(images/right_top_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
	width: 229px;
	height: 19px;
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	margin-left: 30px;
}

.projects_bottom_shadow {
	background-image: url(images/right_bottom_shadow.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 229px;
	height: 19px;
	margin-left: 30px;
}

.message_header {
	background-image: url(images/right_top_shadow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 20px;
	padding-left: 15px;
	margin: 0px;
	font-size: 20px;
	color: #5A5A5A;
	width: 229px;
}

.message_bottom_shadow {
	background-image: url(images/right_bottom_shadow.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 229px;
	height: 19px;
}

.message_fields {
	background-image: url(images/products_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	display: inline-block;
	width: 250px;
	height: 270px;
	padding: 0;
	float: right;
	font-size: 14px;
	margin-right: -29px;
	padding-right: 15px;
	position: relative;
	z-index: 2;
}

.contact_column {
    margin-top: -40px;
	margin-right: 110px;
	width: 250px;
	padding: 0;
	padding-right: 30px;
	float: right;
	font-size: 14px;
}

.contact_image {
	background-image: url(images/products_image.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 205px;
	height: 168px;
	margin-left: 74px;
	position: relative;
	z-index: 1;
}

.address_entry {
	margin-top: -15px;
	padding: 0;
	width: 580px;
	float: left;
	border-right: 1px solid #E1E1E1;
	height: 550px;
}

.office_details {
	display: inline-block;
	margin-top: 50px;
	margin-left: 10px;
}


.johannesburg {
	float: left;
	margin: 0;
	border-right: 1px solid #E1E1E1;
	padding-right: 70px;
}

.cape_town {
	display: inline-block;
	padding-left: 70px;
}

.message_fields {
	margin-left: 40px;
}

.city_list {
	font-size: 14px;
}

.page_shadow {
	background-image: url(images/menubar_shadow.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 1024px;
	height: 18px;
	margin-top: 10px;
}

.widecolumn {
	padding-left: 20px;
	margin: 0px;
	width: 1024px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}


#footer {
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	clear: both;
}

.footer_line {
	background-image: url(images/footer_line.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 1024px;
	height: 15px;
}

#footer .copy {
	text-align: center;
}

.ilogic_footer {
	display: inline;
	float: right;
	margin-top: -12px;
}

.primedia_footer {
	display: inline-block;
	float: left;

}
/* End Structure */



/* Begin Sidebar */
#sidebar {
	padding: 0;
	margin-left: 550px;
	width: 444px;
}

.sidebar_header {
	background-image: url(images/sidebar_header.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	width: 408px;
	height: 50px;
}

.sandton_movie {
	margin-left: 40px;
	padding-bottom: 15px;
	width: 400px;
	border-bottom: 1px solid #CCC;
}

.keep_up_header {
	background-image: url(images/keep-up-to-date.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 266px;
	height: 66px;
	margin-left: 100px;
	margin-top: 10px;
}

/* End Sidebar */

/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */
