/* ensure all browsers show vertical scroll bar */
html {
		height: 100%;
		margin-bottom: 1px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: #303030;
	font-size: 12px;
	min-width: 985px
}

img { 
	border: 0;
}

/* set default link colours */
a {
		text-decoration: none;
		color: #336699;
}

a:hover {
		text-decoration: none;
		color: #666666;
}

/* page headings */
h1 {
		margin: 0 0 15px;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
}

h2 {
		margin: 0 0 10px;
		font-size: 16px;
		font-weight: bold;
		color: #000000;
}

/* news blog extra headings */
h3 {
		margin: 0;
		font-size: 21px;
		font-weight: bold;
		color: #0079d6;
}

h4 {
		margin: 2px 0 10px;
		font-size: 11px;
		font-weight: bold;
		color: #888888;
}

h4 a {

		color: #336699;
}

.center {
		text-align: center;
		margin: 0 auto 0 auto;
}

.spacer {
		clear: both;
}

.red {
		color: #cc0000;
}

.link-arrow {
		height: 13px;
		padding-right: 16px;
		background: url("../images/link-arrow.png") center right no-repeat;
		color: #336699; /* for recent popular swap span link */
		cursor: pointer; /* for recent popular swap span link */
}

#mobile_site {
	font-size: 48px;
	text-align: center;
}

#mobile_site a {
	color: #ffffff;
}

/* banner layout */
/* ------------- */
#banner_area {
			height: 165px;
			position: relative;
			background: #303030 url("../images/layout_top.png") repeat-x;
			background-position: bottom;
}
#banner_area #ad {
			width: 728px;
			height: 90px;
			padding: 15px 0 0 15px;
			background: #303030;
			margin: 0 auto 0 auto;
}
#banner_area #logo_area { float: left; width: 343px; padding: 0 0 0 15px; }
#banner_area #logo_position { position: absolute; bottom: 7px; }
#banner_area #navigation_area { float: right; margin-right: 25px; }
#banner_area #navigation_area #top_area {  position: absolute; bottom: 7px; right: 255px; }
#banner_area #navigation_area #top_area #align_top { float: right; }
#banner_area #navigation_area #bottom_area { position: absolute; bottom: 0; right: 25px; }
#banner_area #navigation_area #bottom_area #align_bottom { float: right; }

#google_search,
#admin_link {
		padding: 0;
		float: right;
}

#admin_link {
		padding: 3px 0 0 0;
}

#admin_link a{
		font-size: 13px;
		font-weight: bold;
		color: #f6f6f6;
}

#google_search form,
#google_search div {
		display: inline;
}

#google_search input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding: 1px;
		width: 160px;
		height: 14px;
		margin: 0;
		-webkit-border-radius: 5px; /* webkit browsers only */
		-moz-border-radius: 5px;	/* webkit browsers only */
}

/* Tabbed menu based on: http://www.alistapart.com/articles/slidingdoors2/ */
/* ----------------------------------------------------------------------- */
#tabbed-menu {
	float: left;
	width: 100%;
	background: #303030 url("../images/tab_bottom.gif") repeat-x bottom;
	font-size: 13px;
	border-bottom: 2px solid #ff7600;
}

#tabbed-menu ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
}

#tabbed-menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabbed-menu a {
	float: left;
	background: url("../images/tab_left.png") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	border-bottom: 1px solid #ff7600;
	text-decoration: none;
}

#tabbed-menu a span {
	float: left;
	display: block;
	background: url("../images/tab_right.png") no-repeat right top;
	padding: 7px 16px 4px 6px;
	font-weight: normal;
	color: #ffffff;
	cursor: pointer; /* for IE6 */
}

#tabbed-menu a:hover {
	background-position: 0% -70px;
}

#tabbed-menu a:hover span {
	background-position: 100% -70px;
}

#tabbed-menu #current a {
	background-position:0 -35px;
	border-width:0;
	border-bottom: 1px solid #ff7600;
}

#tabbed-menu #current a span {
	background-position: 100% -35px;
	padding-bottom: 4px;
}



/* 3-column page layout based on http://matthewjamestaylor.com/blog/holy-grail-no-quirks-mode.htm */
/* ---------------------------------------------------------------------------------------------- */
#colmask {
	position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%;				/* width of whole page */
	overflow: hidden;		/* This chops off any overhanging divs */
	background: #e7e7e7;		/* Left column background colour */
}
#colmid {
	float: left;
	width: 200%;
	position: relative;
	left: 210px;
	background: #ffffff;		/* Centre column background colour */
}
#colright {
	float: left;
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -420px;
	background: #e7e7e7;		/* Right column background colour */
}
#col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 100%;
}
#col1pad {
	margin: 0 15px 0 435px;
	overflow: hidden;
}
#col1 {
	width: 100%;
	overflow: hidden;
}
#col2 {
	float: left;
	width: 180px;
	position: relative;
	margin-top:  12px;
	margin-left: -50%;
	left: 225px;
	overflow: hidden;
}
#col3 {
	float: left;
	width: 180px;
	position: relative;
	margin-top:  12px;
	left: 15px;
	overflow: hidden;
}

/* widget formatting */
/* ----------------- */
.widget_box {
		font-size: 11px;
		padding: 0 0 10px 0;
}

/* extra 2px top padding for image only widgets */
.extra.widget_box {
		padding-top: 2px;
}

/* extra 5px on bottom for widgets that don't end with a </ul> */
.widget_box p {
		margin: 0 0 5px 0;
}

.widget_box .center {
		margin: 0 auto 5px auto;
}

.widget_box form {
		margin: 4px 0 4px 0;
}

.widget_box .poll_results ul {
		margin: 4px 0 4px 0;
		padding: 0;
		list-style-type: none;
}

.widget_box .poll_results li {
		margin-bottom: 5px;
}

.title {
	    font-size: 13px;
		font-weight: bold;
		margin-bottom: 5px;
}

.title a {
		color: #000000;
}

.dividing_line {
		border-top: 1px solid #808080;
		margin: 5px 0 5px 0;
}

.boxes ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
}

.boxes li {
		line-height: normal;
		margin-bottom: 5px;
}


.views {
		font-style: italic;
		color: #999999;

}

.views_collated {
		font-size: 15px;
		color: red;
		font-weight: bold;
		text-align: center;
}

a.tag {
		color: #cc0000;
}


a:hover.tag {
		text-decoration: none;
		color: #999999;
}

.tags_scroll_area {
		height: 180px;
		margin: 2px 0 5px 0;
		padding: 0 4px 0 4px;
		overflow: auto; /* for opera */
		overflow-y: auto;
		border: 1px solid #cccccc;
		width: 170px;
}

.tags_list {
		line-height: 18px;
		color: #336699;
		width: 153px; /* for IE6 */
}

.tags_list div {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis; /* for opera */
}

#switch_tag_ALL {
		background: #ffb542;
		color: #336699;
		cursor: pointer;
		margin-right: 6px;
}

#switch_tag_0_E,
#switch_tag_F_J,
#switch_tag_K_O,
#switch_tag_P_T,
#switch_tag_U_Z {
		background: #e7e7e7;
		color: #336699;
		cursor: pointer;
		margin-right: 6px;
}

#basic {
	background: #ffffff;
	padding: 0 15px 0 15px;
}

#body {
	padding: 10px 0 10px 0;
	width: 100%;
}

/* Footer styles */
#footer {
    clear: both;
    text-align: center;
    width: 100%;
	border-top: 3px solid #ff7600;
	font-size: 11px;
}
#footer p {
    padding: 10px;
    margin: 0;
    color: #ffffff;
}
#footer a {
    color: #ffffff;
}
#footer a:hover {
    text-decoration: underline;
}