@charset "UTF-8";
/* CSS Document */

body	{
	background-image: url(images/pattern.png);
	color: #303030;
	font: 14px/16px "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, Arial, sans-serif;
}

img	{
	border: 1px solid #303030;
	margin: 8px 0 8px 0;
}

img.logo	{
	border: none;
	margin: 8px 0 0 0;
}

img.communities	{
	border: none;
	text-decoration: none;
}

/* Typography */

p	{
	margin: 8px 0 8px 0;
}

h1 {
	color: #303030;
	font: 21px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 700;
	margin: 8px 0 8px 0;
}

h2 {
	color: #303030;
	font: 18.5px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 400;
	font-variant: small-caps;
	letter-spacing: 0.5px;
	margin: 8px 0 8px 0;
}

h3 {
	color: #303030;
	font: 18.5px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 400;
	margin: 8px 0 8px 0;
}

h4 {
	color: #303030;
	font: 18.5px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-style: italic;
	font-weight: 400;
	margin: 8px 0 8px 0;
}

h5 {
	color: #303030;
	font: 14px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 8px 0 8px 0;
}

h6 {
	color: #303030;
	font: 14px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-variant: small-caps;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 8px 0 8px 0;
}

h7 {
	color: #303030;
	font: 14px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-style: italic;
	font-weight: 400;
	margin: 8px 0 8px 0;
}

em	{
	font-style: italic;
}

strong	{
	font-weight: 700;
}

blockquote:before {
	content: url(images/open_quote.png);
	margin-left: -24px;
	padding-right: 6px;
}

blockquote:after {
	content: url(images/close_quote.png);
	float: right;
	left: 50px;
	position: static;
	top: 50px;
}

blockquote	{
	color: #777;
	font: 12px/16px "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, Arial, sans-serif;
	margin: 8px 24px 8px 24px;
}

ul	{
	margin-left: 1.25em;
}

ol	{
	margin-left: 1.25em;
}

p.byline	{
	font-style: italic;
	margin-bottom: 16px;
}

div#sidebar h2	{
	color: #303030;
	font: 14px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin: 8px 0 8px 0;
}

/* Links */

a:link	{
	border: none;
	color: #14accc;
	text-decoration: none;
}

a:visited	{
	border: none;
	color: #14accc;
	text-decoration: none;
}

a:hover	{
	border: none;
	color: #14accc;
	text-decoration: underline;
}

a.header:link {
	border: none;
	color: #303030;
	font: 21px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 700;
	margin: 8px 0 8px 0;
	text-decoration: none;
}

a.header:visited {
	border: none;
	color: #303030;
	font: 21px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 700;
	margin: 8px 0 8px 0;
	text-decoration: none;
}

a.header:hover {
	border: none;
	color: #14ACCC;
	font: 21px/24px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 700;
	margin: 8px 0 8px 0;
	text-decoration: none;
}

/* Divs */

div.container	{
	background-color: #FFF;
	border: 1px solid #A6A6A6;
	margin-bottom: 24px;
	margin-top: 24px;
}

div#wrapper	{
	height: auto;
	margin: 8px 0 0 16px;
	width: auto;
}

div#logo	{
	height: 100px;
}

div#search	{
	margin-top: 36px;
}

div#sidebar	{
	text-align: right;
}

div.sideline	{
	border-bottom: 1px solid #A6A6A6;
	height: 1px;
	position: relative;
	margin-top: -8px;
	left: 110px;
	width: 175px;
}

div#sidebar ul	{
	list-style: none;
}

div#sidebar li	{
	margin: 4px 0 4px 0;
}

div#sig	{
	border-top: 1px solid #A6A6A6;
	font: 12px/16px "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, Arial, sans-serif;
	margin: 8px auto 8px 8px;
	text-align: center;
}

div.line	{
	border-bottom: 1px solid #A6A6A6;
	height: 1px;
	margin-bottom: 15px;
	margin-top: 19px;
	width: 100%;
}

/* Misc */

span.verticalline	{
	font-style: normal;
	margin: 0 8px 0 8px;
}

span.category	{
	font-style: normal;
}

/* Search */

input.searchtext	{
	border: 1px solid #A6A6A6;
	color: #A6A6A6;
	font: 12px/16px "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, Arial, sans-serif;
	font-style: italic;
	height: 16px;
	margin: 0 10px 0 0;
	padding: 4px;
	width: 360px;
}

input.searchsubmit	{
	background-color: #FF0066;
	border: 1px solid #303030;
	color: #FFF;
	font: 12px/16px "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: 600;
	height: 25px;
	margin: 0;
	padding: 0 0 4px 0;
	vertical-align: middle;
	width: 80px;
}

/* Comments Template */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 14px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	color: #A6A6A6;
	font: 12px/16px "ff-meta-web-pro-1","ff-meta-web-pro-2", Helvetica, Arial, sans-serif;
}