/* Basic HTML
-------------------------------------------------------------------------------- */

body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #453a34;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* Headings
-------------------------------------------------------------------------------- */

h1 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 12px !important;
}

.leftSidebar h1 {
	padding: 30px 30px 0 30px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #7f756f;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
}

.content h3 {
	font-size: 14px;
	margin-bottom: 3px !important;
}

h3 a,
h3 a:visited {
	text-decoration: none !important;
}

h3.tabMember {
	background: url(../images/tab_head_member.png) no-repeat top left;
	line-height: 34px;
	text-indent: -9999em;
}

h3.tabNews {
	background: url(../images/tab_head_news.png) no-repeat top left;
	line-height: 34px;
	text-indent: -9999em;
}

h3.tabPrices {
	background: url(../images/tab_head_prices.png) no-repeat top left;
	line-height: 34px;
	text-indent: -9999em;
}

h4 {
	font-size: 11px;
	font-weight: normal;
	color: #433832;
}

h5 {}

h6 {}


/* Paragraph and Tags
-------------------------------------------------------------------------------- */

p {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 8px 0 !important;
}

p.date {
	font-size: 11px;
	color: #917a6d;
	margin-bottom: 5px !important;
}

.leftSidebar p {
    font-size: 11px;
    line-height: 16px;
	margin: 0 30px 11px 30px !important;
}

pre {}

code {}

blockquote {}

blockquote p {}

label {
	font-size: 12px !important;
}


/* Links
-------------------------------------------------------------------------------- */

a,
a:visited {
	color: #253e86;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}


/* Spacing
-------------------------------------------------------------------------------- */

ol {
	list-style: decimal;
}

.contentWide ul,
.content ul,
.rightContent ul {
	list-style: none;
	margin: 6px 0 24px 0 !important;
}

.contentWide li,
.content li,
.rightContent li {
	background: url(../images/bullet.png) no-repeat 0px 6px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 14px;
}

ul#board,
ul.boardList {
	list-style: none;
	margin: 0;
}

li.boardMember {
	border: 1px solid #e5e3d8;
	background-color: #efede3;
	background-image: none !important;
	margin: 0 0 15px 0 !important;
	padding: 10px 15px !important;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.boardList li {
	background-image: none !important;
	padding: 0 !important;
}

.boardList p.last {
	margin: 0 !important;
}