/** Stylesheet for theworldasis.co.za **/
/** Copyright 2008 Martin Hattingh **/

/** Feel free to poke around and borrow/steal a few ideas if you like, but be original
 - I work hard on this stuff, and would love a bit of imagination from your side :-) Even send me a link... **/

body  {
	margin: 0;
	padding: 0;
	font-family: Cambria, Georgia, Times New Roman, Serif;
	font-size: 0.95em;
	font-weight: normal;
	color: #000000;
	line-height: 1.5em;
	background: url(images/bg-body.gif2) center top repeat-x;
    }

.body-home {
    background: none;
    }


/*
-------------------------------------------------------------------------------
	Main positioning
-------------------------------------------------------------------------------
																			*/

#wrapper {
	margin: 0 auto;
	padding: 0 0 0 0;
	height: auto;
	width: 750px;
    }

#header {
    display: block;
    width: 750px;
    margin: 0 auto;
    }

#center {
    margin: 40px auto 0;
    padding: 0;
    width: 750px;
    height: auto;
    }

#intro {
    display: none;
    margin: 0 0 120px 0;
    font-size: 28px;
    line-height: 34px;
    }

.item {
    display: block;
    clear: both;
    width: 700px;
    margin: 20px auto 50px;
    padding: 0 0 40px 0;
    }
    
    .item-content {
    position: relative;
    float: left;
    width: 430px;
    margin: 20px 0 60px 20px;
    }
    
    .item-details {
    position: relative;
    float: right;
    width: 180px;
    margin: 20px 0 0 0;
    }

#footer-wrapper {
    display: block;
    clear: both;
    width: 100%;
    min-height: 700px;
    background: #000000;
    }

#footer {
    width: 750px;
    margin: 0 auto;
    padding: 20px 0;
    color: #ffffff;
    }

    #footer-left {
        position: relative;
	    float: left;
	    margin: 0;
	    padding: 0;
	    width: 300px
        }
        
        #footer-about {
	    margin: 0;
	    padding: 25px 30px;
	    width: 240px;
	    font-size: 12px;
        }
        
        #footer-disclaimer {
	    margin: 0 0 30px 0;
	    padding: 10px 30px;
	    width: 240px;
	    font-size: 11px;
	    color: #cccccc;
        }
        

    #footer-right {
        position: relative;
	    float: right;
	    margin: 0 200px 60px 0;
	    padding: 25px;
	    width: 170px;
        }
        
    
#header-search {
    display: none;
    font-size: 1px;
    color: #ffffff;
    }
   
#footer-search {
    display: none;
    font-size: 1px;
    color: #ffffff;
    }



/*
-------------------------------------------------------------------------------
	Links
-------------------------------------------------------------------------------
																			*/

.item-content a:link, #intro a:link, .item-content a:active, #intro a:active {
	text-decoration: none;
	background: #EFEFEF;
	border-bottom: 1px solid #D7D7D7;
	color: #333333;
    }

.item-content a:visited, #intro a:visited {
	text-decoration: none;
	background: #F4F4F4;
	color: #666666;
    }
    
.item-content a:hover, #intro a:hover, .item-details p a:hover {
	background-color: #000000;
	border: none;
	color: #FFFFFF;
    }
    
.item-details a:link, .item-details a:visited, .item-details a:active {
    text-decoration: none;
    background: #EFEFEF;
	color: #333333;
    }
 
    
h1 a:link, h1 a:visited, h1 a:active {
    text-decoration: none;
    background: none;
	color: #444444;
    } 
    
    h1 a:hover {
    text-decoration: none;
    background: none;
	color: #000000;
	border-bottom: 1px solid #000000;
	}       
      
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	border-bottom: 1px dotted #338033;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
    }

#footer a:hover {
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
    }
    
.commentBoxStyle a:link, .commentBoxStyle a:visited, .commentBoxStyle a:active {
    color: #000000;
    font-weight: bold;
    text-decoration: none; 
    }
    
.commentBoxStyle a:hover {
    color: #ffffff;
    background: #000000;
    font-weight: bold;
    text-decoration: none; 
    }




/*
-------------------------------------------------------------------------------
	Headings
-------------------------------------------------------------------------------
																			*/

h1 {
	display: block;
	margin: 0;
	padding: 0 0 16px 0;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #000000;
	text-transform: lowercase;	
	}

h2 {
	margin: 20px 0 15px 0;
	padding: 0 0 6px 0;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;	
	}

    h2.commentheading {
    display: block;
    clear: both;
    margin: 50px 0 20px 0;
    color: #000000;
    }    

h3 {
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	font-family: Times New Roman, Serif;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #666666;
	}

h4 {
	margin: 30px 0 15px 0;
	padding: 0 0 6px 0;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Sans-Serif;
	font-weight: bold;
	color: #009933;
	border-bottom: 1px solid #cccccc;	
	}

h5 {
	margin: 20px 0 10px 0;
	padding: 0 0 8px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	}



/*
-------------------------------------------------------------------------------
	Styles
-------------------------------------------------------------------------------
																			*/

/*
----------------------------------------------------
	Spacing styles
----------------------------------------------------
													*/

.center {
	text-align: center;
}

.vert-padded {
	padding: 20px 0 20px 0;
}

.center {
	text-align: center;
}

.padded {
	padding: 10px;
	text-align: center;
}

.padded-left {
	padding: 10px 0 10px 15px;
	text-align: left;
}




/*
----------------------------------------------------
	General styles
----------------------------------------------------
													*/

p {
    margin: 0 0 1.5em 0;
    }

.details {
    	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	line-height: 1.75em;
	font-size: 0.75em;
	font-weight: normal;
	border-bottom: 1px solid #666666;
    } 

.icon {
	margin: 5px;
	vertical-align: middle;
    }

.emphasis {
	margin: 20px 0;
	padding: 5px 15px;
	border-left: 6px solid #f0f0f0;
	color: #666666;
	font-weight: bold;
	line-height: 1.4em;
    }

.update {
    padding: 20px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    }
    
.quote {
    list-style-type: none;
    font-style: italic;
    }
    
blockquote {
    margin-left: 25px;
    padding-left: 15px;
    border-left: 6px solid #f0f0f0;
    }
    
    .quote li {
    margin: 10px 0;
    padding: 10px;
    background: #EBF5FF;
    }

.pointlist li {
    margin: 0 0 0 -35px;
    padding: 10px 0;
    list-style-type: none;
    border-bottom: 1px solid #ffffff;
    }

.shaded {
    background: #E6F2FA;
    }

.hlight {
	background-color: #FFFFFF;
    }

.dim  {
   color: #777777; 
    }                            

.but {
    padding: 4px 10px;
    background-color: #FFFFFF;
    font-family: "Century Gothic", Arial, Sans-Serif;
    font-weight: bold;
    color: #666666;
    }
 
.captchawarning {
    width: 450px;
    padding: 15px;
    font-weight: bold;
    background-color: #E0FFE0;
    border: 1px solid #CCFFCC;
	color: #000000;
    }   
 
.header {
    margin: 0 0 15px 0;
    border: 8px solid #EBF5FF;
    }



/*
-------------------------------------------------------------------------------
	Blog specific styles
-------------------------------------------------------------------------------
																			*/

.item {
	margin-top: 10px;
	background: none;
    }

.itemFooter {
	margin: 30px 0 40px 0;
	padding: 4px;
	border-top: 1px dashed #999999;
	font-size: 10px;
	color: #D5E4FF;
	text-align: right;
    }

.date {
    display: none;
    }
    
.sidebar {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FCFCFC;
}

.sidehead {
	display: block;
	margin: 20px 0 15px 0;
	padding: 0 0 8px 0;
	font-size: 11px;
	font-weight: bold;
	color: #C61606;
	border-bottom: 1px dashed #cccccc;
}

.sidecontent {
	font-size: small;
}

.navigatorLinksLinkStyle {
	font-size: small;
}

.searchButtonStyle {
	width: 150px;
	margin: 4px 0;
	padding: 4px 8px;
	background-color: #F2E6E6;
	border: 1px solid #F2C2C2;
	color: #CA0E04;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
    }	

.searchTextBoxStyle {
	width: 140px;
	padding: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CA0E04;
	border: 1px solid #F2C2C2;
	text-align: center;
    }


.archiveLinksLinkStyle {
	font-size: 10px;
	color: #6699ff;
}

.categoryListLinkStyle {
	font-size: small;
}

.blogRollCellStyle {
	font-size: small;
}

.blogRollNestedOutlineTitleStyle {
	font-size: small;
}

.signInLabelCellStyle {
	font-size: small;
}

.signInContainerStyle {
    margin: 0 0 40px 0;
    }

.siteName {
	color: #CC3300;
	font-weight: bold;
	font-size: large;
}

.commentBoxFooterStyle {
	margin-top: 0;
	padding: 6px 0 0 18px;
	border-top: 1px solid #999999;
	font-size: 11px;
}

.commentBoxStyle {
	display: block;
	clear: both;
	margin: 10px 0 0 20px;
	padding: 15px 20px 15px 20px;
	color: #333;
	text-decoration: none;
}

.commentViewBoxStyle {
    display: block;
    clear: both;
    margin: -20px 0 60px 0;
    }

.commentDateStyle {
	display: none;
	width: 100%;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 5px;
	padding-bottom: 3px;
	font-size: 11px;
	text-align: right;
}

.commentBodyStyle {
    margin: 0;
    padding: 20px;
    background: #F5F5F5;
}

.commentViewLabelStyle {
    padding: 10px;
    float: right;
    font-size: 14px;
    }
    
.commentViewControlStyle {
    padding: 6px;
    font-family: Constantia, Georgia, Times New Roman, Sans-Serif;
    font-size: 12px;
    }

#content {
	clear: both;
	line-height: 1.5em;
	position:relative;
	width: 100%;
}

#admin {
	margin-right: 15px;
	margin-left: 15px;
}

#admin .column {
	padding: 35px 15px 30px 15px;
}

.adminNavbarStyle {
	padding-top: 5px; 
	padding-bottom: 10px;
}

.adminNavbarStyle UL {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}

.adminNavbarStyle UL LI {
	padding-right: 0.25em;
	padding-left: 0.25em;
	border-left: Gray 1px solid;
	display: inline;
	list-style-type: none;
	font-size: 8pt;
}

.adminNavbarStyle UL LI.first, .adminNavbarStyle UL LI.firstHere {
	border-left: none;
}

.configControlStyle { }

.configLabelColumnStyle { vertical-align: top; }

.configLabelStyle { margin-right: 10px; font-size: 9pt; }

.configSectionStyle {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FCFCFC;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.configSectionTitleStyle {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC3300;
	color: #CC3300;
	font-weight: bold;
	font-size: medium;
}

.pageTopic {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CC3300;
	color: #CC3300;
	font-weight: bold;
	font-size: large;
}

.categoryLinks {
	clear: both;
	color: gray;
	text-align: right;
}


.FreeTextboxStyle { 
	color: #000000;
}


.img {
	display: inline;
	padding: 0px;
	border: 6px solid #f0f0f0;
}

.side {
	margin: 1em;
	font-size: small;
}

.sideBar {
	width: 15em;
}

.statsTableColumnStyle {
	border: solid 1px gray;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.statsTableDateColumnStyle {
	border: solid 1px gray;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 25%;
	text-align: left;
}

.statsTableFooterColumnStyle {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 2px #ddd;
	padding: 3px;
	font-weight: bold;
}

.statsTableFooterNumColumnStyle {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 2px #ddd;
	padding: 3px;
	width: 15%;
	font-weight: bold;
	text-align: right;
}

.statsTableHeaderColumnStyle {
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 2px #ddd;
	border-top: solid 1px #ddd;
	padding: 3px;
	font-weight: bold;
}

.statsTableNumColumnStyle {
	border: solid 1px gray;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 15%;
	text-align: right;
}

.statsTableStyle {
	margin-bottom: 15px;
	padding: 15px;
	background-color: #FCFCFC;
	border: 1px solid #ddd;
	width: 100%;
	background: White;
	border-collapse: collapse;
}

.geekcode {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #cc3300;
	font-family: 'Courier New', 'Courier', sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
}

/* Hides from IE5-mac \*/
* html .itemBody {height: 1%;}
/* End hide from IE5-mac */