/**
 * IARC main.css
 * Loosely based on MediaWiki 'monobook'
 */

/* top left bottom right */

/* Structure & Frame -------------------------------------------------*/
body {
	background-color: #ffffff; /* white */
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding: 0px;
}

/* Template ------------------------------------------------------------*/

/* header */

.t-title-bar {
	background: #FFF url(images/tpl/title-tile.png) repeat-x; /* blue and white background */
	height: 79px;
	width: 100%;
}

.t-title-actions {
	padding: 0;
	margin: 0;
}

.t-title-action {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

li.t-title-action {
	margin-right: 5px;
	margin-left: 5px;
}

/* middle block */

.t-middle-box {
/*	margin: 10px auto; */
	width: 98%;
}

/* side bar */

.t-side-bar {
	font-size: 1.1em;
	line-height: 1.0em;
	color: #444444;
	vertical-align: top;
	position: relative;
	padding: 0em 1em 1em 1em;
}

.t-side-bar a:hover {
	color: #173A7B; /* dark blue */
}
.t-side-bar .selected a {
	color: #FD9A26; /* orange */
	font-weight: bolder;
}

#p-logo img {
	width: 8.5em;
}

.portlet h5 {
	border-top: 1px solid #eeeeee;
	margin-top: 0;
	padding-top: 0.25em;
}

.portlet ul {
/* Special stylized non-IE bullets
   Does not work in Internet Explorer, which merely default to normal bullets. */
	list-style: none;
	margin-left: 0px;
	margin-bottom: 1em;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: -10px;
} 

.portlet li {
	margin-left: 10px;
	margin: 0.5em 0;
}

.portlet ul li:before {
	content: "\00BB \0020";
}

.portlet#p-donation {
	border-top: 1px solid #eeeeee;
	padding-top: 0.25em;
}

/* content */

.t-column-content {
	vertical-align: top;
	padding: 0em 1em 1em 1em;
}

.t-content-box {
	font-size: 1.15em; 
	line-height: 1.35em;
}

/* TODO: top */

.t-site-notice {
	font-size: 95%;
	padding: 0 0.9em 0 0.9em;
	text-align: center;
}

.t-site-notice p {
	margin: 0;
	padding: 0;
}

.t-first-heading {
	border-bottom-style: solid;
	border-bottom-color: #d5d5d5;
	font-size: 1.8em;
	color: #1860AC;
	width: 100%;
}

/* TODO: bodyContent */

#siteSub {
	display: none;
}

/* footer */

.visualClear
{
	clear: both;
}

#footer {
	border-top: 1px solid #666666;
	color: #999999;
	clear: both;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #173A7B; /* dark blue */
}

#footer ul {
	list-style: none;
	margin: 0;
}

#footer ul li {
	margin: 0.1em;
	margin-right: 1em;
}

/* Various Tags & Classes -----------------------------------------------*/

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

img {
	border: 0px solid #333;
}

pre {
	border: 1px dashed #808080;
	padding: 3px;
	margin: auto;
	background-color: #ffffef;
	color: #000;
	font-size: 1.0em;
	word-wrap: break-word;
}

blockquote {
	border: 1px dashed #808080;
	background-color: #ffffef;
}

tt {
	font-size: 1.1em;
	color: #0000ff;
}

/*h1, h2, h3, h4 {font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;}*/
/*h1, h2, h3, h4 {font-family: Verdana, Arial, Sans-Serif;}*/
h1, h2 {
	border-bottom: 1px dotted #333333;
	line-height: 1.1em;
	padding-bottom: 0.2em;
}

/* Lists -------------------------------------------------------------*/

ul {
/*	margin: 10px; */
	padding-left: 15px;
}

html>body li {
	margin-left: 10px;
}

dt {
	font-weight: bold;
	margin-bottom: .1em;
}

dl {
	margin-top: .2em;
	margin-bottom: .5em;
}

dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

/* Links -------------------------------------------------------------*/

a {
	color: #2153B0; /* blue */
}

a:hover {
	color: #173A7B; /* dark blue #173A7B */
}

a:visited {
	color: #2153B0; /* orange #FD9A26 */
}

/* Content ------------------------------------------------------------*/

/* Link icons ---------------------------------------------------------*/

/* keep the whitespace in front of the ^=, hides rule from konqueror   */
/* this is css3, the validator doesn't like it when validating as css2 */
#bodyContent a[href ^="http://"], #bodyContent a[href ^="gopher://"] {
	background: url("images/tpl/external.png") center right no-repeat;
	padding-right: 13px;
}

#bodyContent a[href ^="https://"], .link-https {
	background: url("images/tpl/external.png") center right no-repeat;
/*	background: url("images/tpl/lock_icon.gif") center right no-repeat; */
	padding-right: 13px;
}

#bodyContent a[href ^="mailto:"], .link-mailto {
	background: url("images/tpl/mail_icon.gif") center right no-repeat;
	padding-right: 18px;
}

#bodyContent a[href ^="news://"] {
	background: url("images/tpl/news_icon.png") center right no-repeat;
	padding-right: 18px;
}

#bodyContent a[href ^="ftp://"], .link-ftp {
	background: url("images/tpl/file_icon.gif") center right no-repeat;
	padding-right: 18px;
}

#bodyContent a[href ^="irc://"], .link-irc {
	background: url("images/tpl/discussionitem_icon.gif")  center right no-repeat;
	padding-right: 18px;
}

/* wikitable ------------------------------------------------------------*/

.wikitable {
	border: 2px solid;
}

.wikitable th {
	padding: 0.2em 0.5em 0.2em 0.5em;
	background-color: #c0c0c0;
}

.wikitable td {
	padding: 0.2em 0.5em 0.2em 0.5em;
}

.wikitable tr.even td {
	background-color: #e0e0e0;
}

/* page content ---------------------------------------------------------*/

/* main page */

.mainpage-columns
{
	width: 100%;
}

.mainpage-links-block {
	background-color: #D2E2F3;
	border: 2px solid #B0C8E3;
	align: right;
	vertical-align: top;
	margin-left: 5px;
	margin-bottom: 0.5em;
}

.mainpage-news-col
{
	vertical-align: top;
	padding-top: 2px;
}

.mainpage-links-col
{
	vertical-align: top;
}

/* Special activities page */

.callsign
{
	color: #000080
}

.activity_logo
{
	text-align: center;
}

.activity_qsl_img
{
	text-align: center;
}

/* Band plan page */

.vhf-bandplan-table
{
	border-width: 1px;
	border-collapse: collapse;
	width: 26em;
}

.vhf-bandplan-table thead tr th
{
	background-color: rgb(255, 242, 204);
	text-align: center;
	font-size: 0.7em;
}

.vhf-bandplan-repeaterin
{
	background-color: rgb(244, 204, 204);
}

.vhf-bandplan-simplex
{
 	background-color: rgb(182, 215, 168);
}

.vhf-bandplan-repeaterout
{
	background-color: rgb(234, 153, 153);
}

.vhf-bandplan-space
{
	background-color: rgb(255, 0, 0);
}

.vhf-bandplan-usage
{
	text-align: center;
}

/* Contests page */

.notice-deprecated
{
	color: red;
}

/* Awards, Hams in Emergency pages */

.long_text
{
	text-align: justify;
	max-width: 48em;
}

/* Old awards page */

.notice-deprecated
{
	color: red;
}

