/*  
Theme Name: Default Blog Design for ABN
Theme URI: http://asiablogging.com/
Description: The default WordPress mu theme for Asia Blogging Network blogs.
Version: 1.0
Author: Thomas Arie
Author URI: http://asiablogging.com/
*/

@import url("header.css");
@import url("main.css");
@import url("tabs.css");
@import url("form.css");
@import url("entry.css");

* {
margin: 0;
padding: 0;
}

body {
font: 12px Verdana, Arial, sans-serif;
color: #111;
background: #f4f4f4;
text-align: center;
margin: 0;
padding: 0;
}
a, a:link, a:visited { color: #3468B6; border: none; text-decoration: none }
a:hover { color: #CC0000; border-bottom: none; }

.abn-container {
text-align: left;
margin: 0 auto;
width: 980px;
border: 1px solid #aaa;
background: #fff;
padding: 0;
}


.clearfix:after, .tabbertab:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, .tabbertab {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, * html .tabbertab {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
