@charset "utf-8";
/* CSS Document */
/*
	Theme name: A T Theme
*/
body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-color:#eee;
}
p {
	line-height:18px;
}
h1, h2, h3 {
	font-weight:300;
}
header h1 {
	font-size:32px;
}
header h2 {
	font-size:16px;
}
#mainwrap {
	max-width:980px;
	margin:auto;
	box-shadow:#ccc 1px 1px 3px;
}
header {
	border-bottom:#eee 3px solid;
}
footer {
	border-top:#eee 3px solid;
}
header, article, footer {
	padding:10px 20px;
	background-color:#fefefe;
}
a {
	color:#06C;
}
a:hover {
	color:#F60;
}
.wp-post-image-wrap {
	box-shadow:#999 2px 2px 4px;
	border:#666666 2px solid;
}