html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, samp,
small, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font: 13px/21px Georgia, Times, serif;
	color: #444;
}

h1, h2 {
	font-size: 24px;
	line-height: 1.2em;
	color: #a0ca3c;
	margin-bottom: 21px;
}

h3, h4, h5 {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #a0ca3c;
}

h5 {
	color: #444;
}

h6 {
	font-size: 14px;
	font-style: italic;
	color: #faaf40;
}

p {
	margin-bottom: 21px;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

small {
	font-size: 10px;
	color: #a9a9a9;
	line-height: 14px;
	margin-bottom: 21px;
	display: block;
}

table {
	margin: 21px 0;
}

th {
	font-style: italic;
	width: 320px;
	text-align: left;
}

td {
	width: 320px;
}

hr {
	border: 0;
	border-bottom: 1px solid #eee;
	background: 0;
	height: 0;
	line-height: 0;
	margin: 42px 0;
	padding: 0;
}

#masthead {
/*	position:fixed; */
	float: left;
	width: 200px;
	margin: 0 0 0 40px;
	padding: 100px 0 0;
}

#content {
	float: left; 
/*	margin-left:200px;*/
	width: 710px;
	padding: 100px 0 0 100px;
}

#footer {
	clear: both;
	width: 960px;
	padding: 75px 0 50px 340px;
}

#logo {
	width: 200px;
	height: 106px;
	display: block;
	text-indent: -9999px;
	background: url(/public/images/global/logo.png) 0 0 no-repeat;
	margin: 0 0 42px;
}

#masthead a {
	color: #444;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 11px;
	padding-left: 8px;
}

#masthead a:hover {
	color: #888;
}

#masthead p {
	color: #a0ca3c;
	font-style: italic;
	font-size: 15px;
	margin: 0;
}

#masthead ul {
	list-style: none;
	margin: 0 0 42px;
}

#content img {
	margin-bottom: 21px;
}

#content img.right {
	margin-left: 21px;
}

#content img.left {
	margin-right: 21px;
}

#content p {
	padding-right: 400px;
}

#content .meta p, #content .info p {
	padding-right: 0;
}

#footer {
	font-size: 11px;
	color: #888;
}

.pagination {
	float: right;
	width: 140px;
	height: 36px;
	padding-top: 21px;
}

.prev, .next {
	width:70px;
	height:36px;
	text-indent:-9999px;
	display:block;
	float:left;
	background: url(/public/images/page/detail/prev.png) 0 0 no-repeat;
}

.next {
	background: url(/public/images/page/detail/next.png) 0 0 no-repeat;
}
.meta {
	float: left;
	width: 350px;
	margin-right: 10px;
	padding: 30px 0 0 0;
}

.info {
	padding: 30px 0 0 0;
	float: right;
	width: 350px;
}

.meta h4, .info h4 {
	float: left;
	width: 60px;
}

.meta p, .info p {
	margin-left: 80px;
}

.title {
	margin-bottom: 21px;
}

.title h2 {
	display: inline;
	padding-right: 10px;
}

small.date {
	color: #aaa;
	font-style: italic;
	font-size: 12px;
}

span.amp {
	font-style: italic;
	font-family: Baskerville, 'Adobe Caslon Pro', 'Adobe Garamond Pro', serif;
}

.post {
	margin-bottom: 63px;
	border-bottom: 1px solid #eee;
	padding-bottom: 21px;
}

ul.grid, ul.category_grid {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.grid li, ul.category_grid li {
	float: left;
	width: 230px;
	margin-right: 6px;
}

ul.category_grid a {
	text-decoration: none;
	color: #444;
}

ul.grid li, ul.category_grid li {
	margin-bottom: 40px;
}

ul.category_grid h3 {
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	text-transform: capitalize;
	font-style: italic;
	font-weight: normal;
	border: 0;
	color: #444;
	letter-spacing: 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

div.clear {
	clear: both;
	display: block;
}
