/*
Theme Name: Nanotubes
Theme URI:	http://nanoacademic.com/
Description: Nanotubes information.
Version: 1.0
Author: JohnT
Author URI: http://nanoacademic.com/
*/

/* Imports */
@import url("css/header.css");
@import url("css/sidebar.css");
@import url("css/browser.css");
@import url("css/footer.css");
@import url("css/single.css");
@import url("css/comments.css");

/* Reset */
* {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

html, body {line-height: 1}
hr {display: none}
blockquote:before, blockquote:after, q:before, q:after {content: ''}
blockquote, q {quotes: "" ""}
ul {list-style-type: none}
ul {margin: 0 0 0 0}
ol {list-style-type: decimal}
ol {margin: 0 0 0 0}
.clear {clear: both}
a {color: #366799}
a:hover {color: #333}

/* Page Layout */
body {
	width: 100%;
	text-align: center;
}

#action {
	width: 100%;
	height: 100%;
	position: relative;
}

#action_box {
	display: none;
	position: absolute;
	left: 40%;
	top: 100px;
	padding: 7px;
	background: #fff5c4;
}

#msg {
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
}

#layout {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
	font-size: 0.75em;
	color: #666;
}

#sidebar {
	float: left;
	width: 200px;
	font-size: 1.1em;
}

#browser {
	float: right;
	width: 690px;
	font-size: 1.1em;
	margin: 20px 0 0 10px;
}

#footer {
	border-top: 1px solid #eee;
	padding: 10px 0 0 0;
	margin: 20px 0 40px 0;
	font-size: 1.1em;
	text-align: center;
	color: #aaa;
}