@charset "utf-8";
/* CSS Document */

<!-- 
body  {
	font: Arial, Helvetica, sans-serif;
	background-color: #1a1a1a;
        font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}

#footer1a { 
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
	height: 149px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #E21D27;
	padding: 0px;
	margin: 0px;
}

#container1a { 
	width: 940px;
        text-align: left;
	background-image: url(http://www.baselinestudio.co.za/blog/wp-content/themes/networker-10/images/bg-body.png);
	background-repeat: repeat-y;
        margin: 0px auto;
} 
#header1a { 
	background-image: url(http://www.baselinestudio.co.za/blog/wp-content/themes/networker-10/images/bg-body.png);
	background-repeat: repeat-y;
} 
#nav1a { 
	background-image: url(http://www.baselinestudio.co.za/blog/wp-content/themes/networker-10/images/bg-navbar.jpg);
	width: 878px;
	height: 30px;
	margin-top: 10px;
	margin-left: 32px;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 16px;
} 

#toplinks1a {
	width: 520px;
	float: left;
}

.toplink1a:link {
	color: #FFFFFF;
	padding-left: 37px;
	padding-right: 37px;
	text-decoration: none;
}
.toplink1a:visited {
	color: #FFFFFF;
	padding-left: 37px;
	padding-right: 37px;
	text-decoration: none;
}
.toplink1a:hover {
	color: #E91B27;
	padding-left: 37px;
	padding-right: 37px;
	text-decoration: underline;
}

.newsletter1a {
	width: 310px;
	float: left
}

.newsletters:link {
	color: #FF0000;
	text-decoration: underline;
}
.newsletters:visited {
	color: #FF0000;
	text-decoration: underline;
}
.newsletters:hover {
	color: #FFF;
	text-decoration: none;
}

.botredlink:link {
	font-size: 11px;
	text-decoration: underline;
	font-family: Tahoma;
	color: #FF0000;
}
.botredlink:visited {
	font-size: 11px;
	text-decoration: underline;
	font-family: Tahoma;
	color: #FF0000;
}
.botredlink:hover {
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma;
	color: #CCCCCC;
}

.botredlink:link {
	font-size: 11px;
	text-decoration: underline;
	font-family: Tahoma;
	color: #FF0000;
}
.botredlink:visited {
	font-size: 11px;
	text-decoration: underline;
	font-family: Tahoma;
	color: #FF0000;
}
.botredlink:hover {
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma;
	color: #CCCCCC;
}
.botred {
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma;
	color: #FFFFFF;
	padding-right: 50px;
	padding-top: 20px;
	line-height: 1.8;
}
.botwhitelink:link {
	font-size: 11px;
	text-decoration: underline;
	font-family: Tahoma;
	color: #CCCCCC;
}
.botwhitelink:visited {
	font-size: 11px;
	text-decoration: underline;
	font-family: Tahoma;
	color: #CCCCCC;
}
.botwhitelink:hover {
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma;
	color: #FF0000;
}
.botwhite {
	font-size: 11px;
	text-decoration: none;
	font-family: Tahoma;
	color: #FFFFFF;
	padding-left: 55px;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#sidebar1 {
	float: right; 
	width: 340px; 
	background-color: #1A1a1a;
	border: #2e2e2e 1px solid;
	margin-top: 20px;
	margin-right: 32px;
	margin-bottom: 32px;
	padding: 20px;
}

#sidebarleft {
	float: left;
	width: 170px;
}

#sidebarleft h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	padding-top: 20px;
}

#sidebarleft ul, li {
	padding-top: 2px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;	
}

#sidebarleft a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
}

#sidebarleft a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
}

#sidebarleft a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
	padding-bottom: 2px;
	text-decoration: underline;
}

#sidebarright {
	float: left; 
	width: 170px; 
}

#mainContent { 
	width: 470px;
	margin-left: 33px;
	margin-top: 20px;
	font-family: Tahoma;
	color: #FFF;
	font-size: 11px;
	line-height: 1.6;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #1a1a1a; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
<!--[if IE 5]-->
/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { width: 220px; }
<!--[endif]-->
<!--[if IE]-->
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
<!--[endif]-->