/*
Theme Name: Team 3089
Theme URI: http://team3089.com/
Description: The Team3089 theme based on the default WordPress theme.
Version: 0.1
Author: Chen S
*/

@import url("style-basic.css");
body {
	margin: 0;
	padding: 0;
	direction: ltr;
	font-family: arial, nachliel-clm, sans-serif;
	line-height: 150%;
	font-size: 14px; /* 100% */
	color: #000000;
	background-color: #ffffff;
	text-align: left;
}


/* Print
---------------------------------------- */
#header #centerHeader h1 {
	font-size: 2em;
	font-weight: bold;
}
#header #headerMenu, #header #headerMenu *, #contentPage {
	margin: 0;	
}
#header {
	border-bottom: 1px solid #000000;
	line-height: 2em;
}
.postmetadata {
	font-size: 0.85em;
	margin-top: 15px;
	margin-bottom: 15px;
}
#header #rightHeader, #header #headerMenu *, #sidebar, #secondarySidebar, #respond, .navigation, #footer hr {
	display: none;
}
#footer {
	border-top: 1px solid #000000;
	margin-top: 25px;
} 
/* ------------------------------------- */