/* $Id: default.css,v 1.87 2007/03/22 16:40:35 michael Exp $ */

body {
	font-family: Lucida Grande, Lucida Sans Unicode, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* We need this extra container and the text-align center/left humour
	 in order to please IE. :/ */
#container {
	text-align: left;
	margin-left: 12px;
	margin-right: 12px;
	width: 980px;
}

#topbanner {
	width: 980px;
	padding-top: 12px;
	margin-left: 12px;
}

#adcolumn {
	padding-top: 12px;
	position: absolute;
	left: 1004px;
}

img#logo {
	border: none;
}

#logoAndMenu {
	margin-bottom: 12px;
}

#body {
	clear: both;
	padding: 8px;
	padding-top: 20px;
	font-size: 8pt;
	background-color: #FFCC00;
}

#bodyLeftCol,
.bodyLeftCol {
	width: 478px;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}

#bodyMidHalfCol,
.bodyMidHalfCol {
	width: 478px;
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	overflow: hidden;
}

#bodyLeftTwoThirdsCol,
.bodyLeftTwoThirdsCol {
	width: 638px;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}

#bodyRightCol,
.bodyRightCol {
	width: 478px;
	float: right;
	margin-left: 4px;
	overflow: hidden;
}

#bodyLeftQuarterCol,
.bodyLeftQuarterCol {
	width: 235px;
	float: left;
	margin-right: 4px;
	overflow: hidden;
}

#bodyRightQuarterCol,
.bodyRightQuarterCol {
	width: 235px;
	float: right;
	margin-left: 4px;
	overflow: hidden;
}

#bodyRightOneThirdCol,
.bodyRightOneThirdCol {
	width: 316px;
	float: right;
	margin-left: 4px;
	overflow: hidden;
}

#footer {
	clear: both;
	background-color: #FFCC00;
	color: #656C4A;
	font-weight: bold;
	padding-top: 2px;
	padding: 8px;
	font-size: 8pt;
}

a {
	color: #656C4A;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border-style: none;
	border-width: 0px;
}

h1 {
	color: black;
	text-transform: uppercase;
	font-size: 21pt;
	letter-spacing: -1pt;
	margin-top: 2px;
	margin-bottom: 12px;
	float: left;
	font-weight: normal;
}

h2 {
	font-size: 10pt;
	margin: 0px;
	margin-bottom: 4px;
	padding: 8px;
}

h2.dotted {
	margin: 8px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 6px;
	background-image: url("../images/bg_dotted.gif");
	background-position: bottom;
	background-repeat: repeat-x;
}

h3 {
	font-weight: bold;
	font-size: 12pt;
	margin: 8px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 6px;
	background-image: url("../images/bg_dotted.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	float: left;
	width: 95%;
}

h3 a:hover {
	text-decoration: none;
}

h4 {
	font-weight: bold;
	font-size: 10pt;
	line-height: 96%;
	margin: 0px;
}

h4.margin {
	margin-bottom: 4px;
}

.headComment {
	font-weight: normal;
	color: #656C4A;
}

h4 .headComment {
	font-size: 8pt;
}

h5 {
	font-weight: bold;
	font-size: 14pt;
	line-height: 96%;
	margin-top: 0px;
	margin-bottom: 6px;
}

h5.topHeadline {
	font-size: 18pt;
	line-height: 96%;
}

h5 .headComment {
	font-size: 10pt;
}

h5.topHeadline .headComment {
	font-size: 12pt;
}

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

.info {
	background-color: #FFFFCC;
}

.info2 {
	background-color: #d7efef;
}

.info3 {
	background-color: #feebda;
}

.info4 {
	background-color: #cdebd3;
}

.content {
	background-color: #FFFFFF;
}

.error {
	color: #CC0000;
}

.loggedIn {
	text-align: right;
	margin-bottom: 8px;
	float: right;
}

.quarterColLeft {
	float: left;
	width: 49.1%;
	margin-top: 8px;
	margin-right: 8px;
}

.quarterColRight {
	float: right;
	width: 49.1%;
	margin-top: 8px;
}

.thirdColLeft {
	float: left;
	width: 32.1%;
	margin-top: 8px;
	margin-right: 8px;
}

.thirdColRight {
	float: right;
	width: 32.1%;
	margin-top: 8px;
}

.presentation {
	float: left;
	margin: 8px;
	overflow: hidden;
	width: 75%;
}

.avatar {
	margin: 8px;
	margin-right: 0px;
	float: left;
	width: 80px;
}

.searchHit {
	background-color: #FFCC00;
}

.letterNavigation,
.pageNavigation {
	font-size: 10pt;
	background-color: #ffffcc;
	clear: both;
}

.content .pageNavigation {
	background-color: #ffffff;
}

.pageNavigation a.active {
	font-weight: bold;
	color: black;
}

.currentLetter {
	font-size: 24pt;
	font-weight: bold;
	margin-right: 12pt;
}

.extender {
	height: 100%;
}

.extenderThin {
	height: 100%;
	margin-top: -4px;
}

.extenderThick {
	height: 100%;
	margin-top: -8px;
}

div.hr {
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 6px;
	background-image: url("../images/bg_dotted.gif");
	background-position: center;
	background-repeat: repeat-x;
}

div.margin {
	margin-top: 8px;
}

div.marginBg {
	background-color: #FFCC00;
	height: 8px;
	font-size: 0px;
}

div.clear {
	clear: both;
}

div.right {
	float: right;
}

br.clear, p.clear {
	clear: both;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px ! important;
}

ol {
	margin-left: 0px;
	padding-left: 30px;
	margin-right: 8px;
}
ol p {
	padding-left: 0px;
}

ul.compact {
	margin: 0px;
	margin-left: 8px;
	padding-left: 16px;
}
ul.compact li {
	list-style: square;
}

address {
	padding: 8px;
	padding-left: 16px;
	padding-right: 16px;
}

/*
 * Menu
 */
.menu {
	font-size: 8pt;
	letter-spacing: -0.5px;
	position: relative;
}
.menu a {
	color: #76753C;
	margin-left: 8px;
}
.menu a.active {
	color: black;
}

/*
 * Form
 */
form {
	display: inline;
}
.form {
	background-color: #FFFFFF;
	padding: 8px;
}
input.text {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFCC;
	padding: 2px;
	margin-right: 8px;
	width: 300px;
}
input.text:focus {
	background-color: #FFFFFF;
}
input.short {
	width: 150px;
}
textarea {
	font-family: Lucinda Grande, Lucinda Sans, Verdana, Arial, sans-serif;
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFCC;
	padding: 2px;
	width: 300px;
	height: 100px;
	margin-right: 8px;
}
textarea:focus {
	background-color: #FFFFFF;
}
input.file {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFCC;
	padding: 2px;
}
input.button {
	text-transform: uppercase;
}
input.submit {
	font-weight: bold;
}
.form.buttons {
	margin-top: 4px;
}
label {
	display: block;
	margin-top: 8px;
	text-transform: uppercase;
	font-weight: bold;
}
.form label.checkbox {
	display: inline;
}
.categoryColumn
{
	float: left;
	width: 47%;
	overflow: hidden;
}

/*
 * Category Info
 */
.categoryInfo {
	background-color: #949A74;
}
.categoryHead {
	padding: 8px;
	background-color: #73785A;
	color: #FFFFFF;
}
.categoryFoot {
	padding: 8px;
	color: #FFFFFF;
}
.categoryInfo .header {
	font-size: 11pt;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.categoryHead .searchHeading {
	margin-top: 4px;
	margin-bottom: 4px;
}
.categoryContent {
	color: #FFFFFF;
	padding: 8px;
}
.categoryHead a,
.categoryFoot a {
	color: #F0F99E;
	font-size: 10pt;
}
.categoryContent a,
.categoryContent li {
	color: #F0F99E;
	font-size: 8pt;
}
.categoryContent ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-right: 8px;
}

/*
 * Blog/Author view
 */
.blogView {
	margin-bottom: 4px;
}

.blogImage {
	border: 1px solid black;
}

.smallerBlogImage {
	max-width:  56px;
	max-height: 73px;
	width:  expression(this.width  < 56 ? 'auto' : '56px');
	height: expression(this.height < 73 ? 'auto' : '73px');
}

.blogDetailsLink {
	color: #505050;
}

.black {
	color: black;
}

.authorView {
	margin-bottom: 4px;
 	border: solid #FFFFCC 1px; /* Fix for background-color on Mac */
 }

/*
 * Voting
 */

.grade {
	font-size: 0px;
	word-spacing: -2px;
}
.voterLink {
	padding-top: 2px;
}
.voter {
	display: none;
}
.voter a {
	color: #000000;
	background-color: #F8DF4B;
	border-style: solid;
	border-width: 1px;
	border-color: #BE7626;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.voter a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #BE7626;
}

/*
 * Top Lists
 */
table.topList {
	border-collapse: collapse;
	border-style: none;
	width: 100%;
	margin-bottom: 6px;
	font-size: 8pt;
}
table.topList * td {
}
table.topList * td.number {
	text-align: right;
	padding: 4px;
	white-space: nowrap;
}

table.topList * td.mainColumn {
	width: 100%;
}

.info * tr.alt {
	background-color: #E2E4B2;
}
.info2 * tr.alt {
	background-color: #c1d6d7;
}

.info3 * tr.alt {
	background-color: #ebd9c7;
}

.info4 * tr.alt {
	background-color: #bcd4c2;
}


/*
 * SubCategory
 */
 div.sortBy {
 	background-color: #FFFFFF;
	overflow: auto;
	margin-bottom: 8px;
 }
 div.sortBy div.left {
	float:left;
 }

div.sortBy div.right {
	float:right;
 }

 /*
	* Location search
	*/
div.locationBox {
	margin-top: 4px;
	border-style: solid;
	border-width: 1px;
	border-color: #AAAAAA;
}
.locationSearchResult {
}

/*
 * News
 */
div.newsItem {
	border-top-style: solid;
	border-top-width: 8px;
	border-top-color: #FFCC00;
	overflow: hidden;
}
.newsItem img {
	margin-left: 8px;
	margin-top: 4px;
}
.newsItem .hr {
	margin-left: 8px;
	margin-right: 8px;
}
.newsItem p {
	padding: 0px;
	text-indent: 16px;
	margin-top: 4px;
	margin-left: 8px;
	margin-right: 8px;
}
.newsItem .ingress {
	text-indent: 0px;
	font-weight: bold;
}
.newsItem .about {
	text-indent: 0px;
	padding-bottom: 8px;
}
.newsItem div.about {
	margin-top: 24px;
}
.newsItem h4 {
	margin: 0px;
	margin-left: 8px;
	margin-top: 8px;
}
.newsItem .question {
	font-weight: bold;
}
.newsItem img.floater {
	float: left;
}
.index p {
	text-indent: 0px;
	margin-top: 0px;
}

#blogSearchHeader {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background-color: #FFCC00;
	background-image: url("../images/bg_dotted.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 8pt;
}

#blogSearchFooter {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background-color: #FFCC00;
	background-image: url("../images/bg_dotted.gif");
	background-position: top;
	background-repeat: repeat-x;
	font-size: 8pt;
	margin-top: 24px;
}

#searchBox {
	margin-bottom: 8px;
	position: relative;
}
