/* - - - - - - CSS Document - - - - - - - - -

- - - - - - - - - - - - - - - - - - - - - */

/* ----- next base links -----*/
#tag a:link, #overview a:link, #examples a:link{color: #FFFCD1;}
#tag a:visited, #overview a:visited, #examples a:visited{color: #FFFCD1;}
#tag a:hover, #overview a:hover, #examples a:hover{color: #F4C20A;}
#tag a:active, #overview a:active, #examples a:active{color: #FFFCD1;}
#tag a:focus, #overview a:focus, #examples a:focus{color: #FFFCD1; outline:none;}

/* ----- head tags ----- */


.subNav{
font-size:0.5em;
font-weight:normal;
color:#CCCCCC;
}

.header{float:left;width:200px;display:block}

.lineDivide{border-bottom: 1px dotted #333333;height:1px;margin-bottom:20px; clear:both; line-height:1px;}

.lineDivideSolid{border-bottom: 2px solid #ccc;height:1px;margin-bottom:20px; clear:both; line-height:1px;}

#pageContent{
margin:0 auto;
width:500px;
height:100%;
}

#tag{
	background-color:#d2d6db;
	font-size:0.5em;
	color:#F4F4F4;
	padding:3px 0 5px 0;
}

#description{
background-color:#F4F4F4;
margin:1px 0px;
font-size:2.2em;
font-weight:normal;
padding:15px;
color:#6E6E6E;
}

.roundbox{
background: #6E6E6E;
width:100%;
margin-bottom:20px;
color:#fff;
text-align:left;
clear:both;
}

.roundbox h3{
font-size:1.55em;
padding: 15px 15px 10px 15px;
border-bottom: 1px dotted #e8e8e8;
margin-bottom:10px;
clear:both;
}

.roundbox p{
font-size:1.5em;
padding: 0px 15px 15px 16px;
}

.roundbox ul, .anchor ul{
font-size:1.5em;
padding: 0px 15px 15px 16px;
}

.roundbox ul li, .anchor ul li{
	list-style: circle inside;
	padding:2px 0;
}

p.changeDate{
padding: 0px 15px 0px 16px;
font-size:1.1em;
font-weight:bold;
}

#donate p, #qa p, #support p{
font-size:1.5em;
padding: 0px 15px 15px 16px;
text-align:left;
}

/* tabs */
.anchors {
	list-style: none;
	margin:0 0 0 0px;
}

.anchors li {
    float: left;
    margin: 0 2px 0 0;
}

.anchors a {
	display: block;
	padding: 1px 9px 2px 9px;
	text-decoration: none;
	background: #CE1400;
	border-top:2px solid #fff;
	font-size:1em;
}

div.greyTabs .anchors a{
	background: #d2d6db;
}

.anchors .on a {
    font-weight: bold;
	border-bottom:2px solid #970F00;
	border-top:2px solid #970F00;
}

div.greyTabs .anchors .on a{
	border-bottom:2px solid #6E6E6E;
	border-top:2px solid #6E6E6E;
}

.anchors .on a, .anchors .on a:hover, .anchor, .anchors a:focus, .anchors a:active {
	background: #970F00;
	border-top:2px solid #970F00;
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
	overflow:hidden;
}

div.greyTabs .anchors .on a, div.greyTabs .anchors .on a:hover, div.greyTabs .anchor, div.greyTabs .anchors a:focus, div.greyTabs .anchors a:active {
	background: #6E6E6E;
	border-top:2px solid #6E6E6E;
}

.anchors a:hover{
	background: #FF3E28;
	border-top:2px solid #FF3E28;
}

div.greyTabs .anchors a:hover{
	background: #4E4E4E;
	border-top:2px solid #4E4E4E;
}

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.anchors a:hover, .anchors a:focus, .anchors a:active {
    cursor: pointer;
}
.anchor {
	clear:both;
	display:none;
	margin:0px 0px 5px 5px;
	width:98%;
	color:#FFFFFF;
	text-align:left;
}

.anchor p {
	text-align:left;
	padding:0px 0px 0px 0px;
	font-size:1em;
	color:#FFFFFF;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////*/