@import url(header.css);
@import "homepage.css";
@import "nav.css";
@import "nav-blog.css";
@import "main.css";
@import "column.css";
@import "footer.css";
@import "links.css";
@import "boxes.css";
@import "commentform.css";


html {
overflow: scroll;
} 	

/* Global */
body {
	margin:0;
	padding:0;
	font-size:62.5%;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;
	}

#topborder {
	width:960px;
	height:20px;
	background: url(images/sitebox-top02.gif) no-repeat;
  margin:0 auto;
}

/* Layout */
#wrapper {
	width:960px;
	background: url(images/sitebox-sides.gif) repeat-y top left;
  margin:0 auto 0;
  padding:0;

	}

#header {
	width:938px;
	float:left;
	margin:0px 11px 15px 11px;
	background: #fff url(images/stripe-red.gif) repeat-x bottom;
	display:inline;
	z-index:10;
	}

#content {
	width:710px;
	float:right;
	margin:0 10px 20px 0;
	display:inline;
	padding:0;
	}

#main {
	width:480px;
	float:left;
	padding:4px 0 0 0;
	}

#main.homewidth {
	width:880px;
	float:left;
	padding:4px 0 0 0;
	}

#column {
	width:194px;
	margin:0 16px 0 0;
	float:right;
	display:inline;
	}

#nav {
	width:194px;
	float:left;
	margin:0 0 30px 26px;
	display:inline;
	}

#nav-blog {
	width:194px;
	float:left;
	margin:0 0 30px 26px;
	display:inline;
	}

/* Miscellaneous */
.clear {
	clear:both;
	}

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

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;	}

/* End hide from IE-mac */