/*<![CDATA[*/
/*
* Copyright: 2005 - 2007 SI Works Internet Solutions
* If you have come across this page, its cause you are snooping through code, and are generally a developer as such
* If you would like to use some of the code on this page, please simply email support@siworks.co.za and ask permission
* it would be much appreciated, as we have worked very hard on these classes and styles
* 
* Page to control the main index template of the development
* @page index.css
* @version 2.0
* @author Greg Shiers, Jarratt Ingram (SI Works Internet)
* @copyright: SI Works Internet Solutions 2005 - 2007
*/
/* Include the other styles sheets within this main style sheet */
@import "cosmetics.css";
@import "formatting.css";
@import "forms.css";
@import "tables.css";

body {
	padding: 0; margin: 0;
	font-family: tahoma,verdana,arial, geneva, sans-serif;
	font-size: 75%;
	color: #666;
	line-height: 1.5em;
	cursor: default;
	background: #eee url(/wp-content/themes/convergence/images/body_background.gif) 0% 0%;
	text-align: center;
	width: 100%;
}
select, input, textarea {
	font-family: tahoma,verdana,arial;
	font-size: 110% !important;
	color: #666;
}
#container {
	width: 985px;
	text-align: left;
	border-bottom: 1px solid #d2d2d2;
	margin: 0 auto 10px auto;
	background: transparent url(/wp-content/themes/convergence/images/container_background.png) repeat-y 0% 0%; 
}
h1 {
	margin: 0; padding: 0;
	color: #fff;
}
#header {
	width: 955px;
	margin: 0 auto;
	border-top: 4px solid #ff5b07;
}
#logo {
	float: left;
	width: 310px;
	height: 54px;
	margin: 0 0 0 5px;
}
#top_banner {
	height: 103px;
	width: 955px;
	background: transparent url(/wp-content/themes/convergence/images/top_content_banner.jpg) no-repeat 0% 0%;
}
#top_banner p {
	display: block;
	width: 570px;
	height: 70px;
	margin: 0 0 0 320px;
	padding: 8px 0 0 0;
	font-size: 110%;
	font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	color: #fff;
	line-height: 1.4em;
}
#navigation {
	height: 54px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
	height: 54px;
	float: left;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	float: left;
	display: block;
	padding: 15px 8px 0 8px;
	height: 54px;
	font-size: 110%;
	font-family: "Trebuchet MS", arial, verdana, tahoma, sans-serif;
	text-decoration: none;
	color: #4f4f4f;
	border-bottom: 5px solid #fff;
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 34px;
}
#navigation ul li a:hover, #navigation ul li a.active {
	border-bottom: 5px solid #ff5b07;
}
#body {
	background: #fff;
	width: 955px;
	margin: 0 auto;
}
#leftbar {
	width: 284px;
	float: left;
	background: 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 284px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul ul li {
	padding: 2px 0 2px 20px;
	margin: 0 0 0 10px;
	background: transparent url(/wp-content/themes/convergence/images/bullet2.gif) no-repeat 0px 7px;
}
#content {
	width: 671px;
	background: transparent url(/wp-content/themes/convergence/images/cover_top.jpg) no-repeat 0% 0%;
	float: left;
	min-height: 500px;
}
#content div.content {
	padding: 40px 80px 20px 40px;
}
#footer {
	width: 955px;
	margin: 0 auto;
	color: #ccc;
	padding: 0 0 20px 340px;
}
/*
Actual Blog classes
*/
.post {
	padding: 0 0 20px 0;
	color: #adadad;
}
.post ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post ul li {
	padding: 2px 0 2px 20px;
	margin: 0 0 0 10px;
	background: transparent url(/wp-content/themes/convergence/images/bullet2.gif) no-repeat 0px 7px;
}
.post h2 {
	color: #ff5b07;
	margin: 0 0 5px 0;
}
.post h2 a {
	color: #ff5b07;
	font-size: 110%;
	font-family: tahoma, verdana, arial, sans-serif;
	text-decoration: none;
}
.entry {
	color: #666;
	padding: 0 0 5px 0;
	font-size: 90%;
}
.entry p {
	padding: 0 0 10px 0;
}
.entry_image {
	float: left;
	width: 114px;
}
.entry_content {
	float: left;
	width: 436px;
}
.postmetadata small a {
	color: #777;
}
.socialicons {
	padding: 5px 0 0 0;
}
.icon {
	padding: 0 10px 0 0;
	float: left;
}
.icon a {
	color: #777;
	text-decoration: none;
	font-size: 90%;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.icon a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.widget_tag_cloud {
	background: transparent url(/wp-content/themes/convergence/images/tags_background.jpg) no-repeat 0% 0%;
	width: 284px;
	height: 239px;
	padding: 20px 30px 0 20px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 234px;
}
.widget_tag_cloud a, .navigation a {
	color: #777;
	text-decoration: none;
}
/*]]>*/