/*
Theme Name: Valente Design Custom Theme
Theme URI: http://design.valente.co.za
Description: A custom designed theme by Valente Design
Version: 1.1
Author: Valente Online Media
Author URI: http://design.valente.co.za
Tags: A custom designed theme by Valente Design

© 2008 - 2009 Valente Online Media all rights reserved- Valente Design - http://design.valente.co.za - design@valente.co.za - 082 360 1622
Valente Hosting - http://hosting.valente.co.za - hosting@valente.co.za 
*/

body {
	font-family:verdana;
	background: #ffffff url(images/bg.png);
	height:100%;
	text-align:center;
	height:100%;
	}

/*begin typography*/

 h1{
	font-size:15px;
	font-family:verdana;
	text-align:center;
	}

 h2{
	color:#537bc0;
	font-size:12px;
	font-weight:bold;
	font-family:verdana;
	text-align:left;
	}

a{
	color:#537bc0;
	  text-decoration: none
	}

a:hover{
	  color: #000000;
	  text-decoration: none;
	}
	
a:active{
	  color: #000000;
	  text-decoration: none;
	}



img{
	  border: 0;
	}
	
img.alignleft { 
                float: left;
                margin: 3px 3px 0px 0;
                }

img.alignright { 
                 float: right;
                 margin: 0 3px 0px 3px;
                 }	

.flash { 
                 float: right;
                 margin: 0 3px 0px 3px;
                 }

/*begin structure*/

/*wrapper*/

 #wrapper{
	width:800px;
	background-color: #FFFFFF;
	margin:auto;
	background: url(images/mid.png)
	}

/* header */

 #header{
	height:278px;
	text-align:center;
	color: #ffffff;
	font-size: 12px;
	background: url(images/header.png)
	}

#TICKER{
padding-top:190px;
}




/*----START MAIN CONTENT-----*/

 #sidebar{
	float:left;
	width:200px;
	font-family:verdana;
	font-size:10px;
	color: 333333;
	text-align:left;
	}


#main{
	float:left;
	width:549px;
	padding-left:20px;
	font-family:verdana;
	font-size:10px;
	color: #333333;
	text-align:justify;
	}

#main img{
	  border: 0;
	padding:5px;
	}



 # main .h1{
	font-size:15px;
	font-family:verdana;
	text-align:center;
	}

  # main .h2{
	color:#537bc0;
	font-size:12px;
	font-weight:bold;
	font-family:verdana;
	text-align:center;
	}

.postmetadata{
clear:both;
border-bottom-style:solid;
border-bottom-style:dotted;
border-bottom-color:#537bc0;
border-width:1px;
}

/*----END MAIN CONTENT-----*/

/*footer*/

#footer{
	height:68px;
	text-align:center;
	font-family:verdana;
	font-size:10px;
	color: #333333;
	padding-top:40px;
	clear:both;
	background: url(images/footer.png)
	}

.footer-text{
}


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	width:400px;
	margin: 5px 100px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

