@import "header.css";
@import "content.css";
@import "footer.css";

body {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, Tahoma, Verdana;
	background: #333;
}

p {
	font: normal 0.8em Arial, Helvetica, Tahoma, Verdana;
}

span111 {
	font: normal 0.8em Arial, Helvetica, Tahoma, Verdana;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Verdana;
}

img {
	border: none;
}

img.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

img.aligncenter {
	margin: 0.5em auto;
}

h1, h2, h3, h4, h5, h6 {
	font-face: Arial, Helvetica, Tahoma, Verdana;
}

a, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

.text p a, .text p a:visited, .text p a:active {
	border-bottom: dotted #888 1px;	
}

a:hover {
	color: red;
}

.text p a:hover {
	border-bottom: dotted red 1px;
}

.content {
	margin: 0 auto;
	width: 62em;
	text-align: left;
	clear: both;
	background: #e6e3dc;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

.clear-both {
	clear: both;
}


.p-shadow {
	background-color: #DDDDD5;
	bottom: 1px;
	margin: 20px 0px 20px 1px;
	padding: 0px;
	position: relative;
	right: 1px;
}

.s-shadow {
	background-color: #B9B8B3;
	border: 1px solid #CECDC8;
	bottom: 1px;
	padding: 0px;
	position: relative;
	right: 1px;
        overflow: hidden;
}

.sidebar-shadow-content {
	background-color: white;
	margin: 0;
	padding: 0;
	width: 100%;
	right: 2px;
	bottom: 1px;
	position: relative;
	border: solid 1px #CECDC8;
}

.post-shadow-content {
	background-color: white;
	margin: 0;
	padding: 1em 0;
	width: 100%;
	right: 2px;
	bottom: 1px;
	position: relative;
	border: solid 1px #CECDC8;
}

.center {
	text-align: center;
	margin: 1em 0 0 0; 
}
