/*index.css*/

.forumhead {
    line-height: 20px;
    position: relative;
    top: 2px;
	text-decoration: none;
	letter-spacing: 2px;
	padding: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #aa674f;
	text-align: center;
    text-transform: uppercase;
}

.forumhead a{
    font-family: 'Saira Condensed', sans-serif;
    font-size: 15pt;
    line-height: 0;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

.forumhead:hover{
background-color: #453753;
color: #deb45c;  
	font-family: 'Saira Condensed', sans-serif;
    font-size: 15pt;
    line-height: 0;
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

.smalldescript{
    font-size: 13pt;
    text-align: justify;
    background-color: #bf8e7c;
    padding: 5px;
    margin: 2px;
    height: 85px;
    overflow: auto;
    color: #d8d7cb;
}

.footerlinks{
    font-size: 12pt;
    background-color: #433236;
    padding: 5px;
    margin: 2px;
    height: 41px;
    overflow: auto;
}

.risingalertback{
width:450px;
height:400px;
overflow:auto;
background-color: #433236;
font-size:12pt;
text-align: left;
word-wrap: break-word;
-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.forum_status {
height: 100px;
	width: 100px;
	display: inline-block;
}

.forum_on {
	background: url(../../../images/summer/on.png) no-repeat 0 0;
	background-position: 0 0;
}

.forum_off {
	background: url(../../../images/summer/off.png) no-repeat 0 0;
	background-position: 0 0;
}

.forum_offclose {
	background: url(../../../images/summer/offclosed.png) no-repeat 0 0;
}

.forum_offlink {
	background: url(../../../images/summer/link.png) no-repeat 0 0;
}

.subforumicon {
	display: inline-block;
	margin: 0 5px;
}

.subforum_minion {
	background-position: 0 0;
}

.subforum_minioff {
	background-position: 0 -10px;
}

.subforum_minioffclose {
	background-position: 0 -20px;
}

.subforum_miniofflink {
	background-position: 0 -30px;
}

.indexbox{
width: 584px;
height: 201px;
padding: 5px;
background-color: #c0bbb2;
float: left;
margin: 1px;
}

.indexheadline1{
display:block;
text-align:center;
font-family: 'Saira Condensed', sans-serif;
font-size:25px;
border-bottom: 1px solid #bf5867;
color: #bf5867;
}

.indexheadline1 a{
color: #bf5867;
text-decoration:none;
font-family: 'Saira Condensed', sans-serif;
text-transform: uppercase;
padding:0px 10px;
}

.indexheadline1 a:hover{
	background-color: #453753;
color: #deb45c;
text-decoration:none;
font-family: 'Saira Condensed', sans-serif;
text-transform: uppercase;
padding:0px 10px;
}

.indexbox2{
font-size:13pt;
text-align:justify;height: 102px;
}

.indexlast{
text-align:center;
border-bottom: 1px solid #deb45c;
display:block;
}

.indexdescript{
height: 70px;
overflow:auto;
width: 462px;
padding: 5px;
font-size:13pt;
text-align:justify;
}

.indexsublinks{height: 28px;width:auto;padding:4px;font-size: 11.5pt;text-transform:uppercase;color: #bf5867;overflow: auto;}

.indexsublinks a{
color: #453753;
padding:2px;border: 1px solid #453753;
margin-left:4px;
margin-top:1px;
}

.indexsublinks a:hover{
background-color: #deb45c;
border: 1px solid #deb45c;
color: #453753;
padding:2px;
margin-left:4px;
margin-top:1px;
}

.indexsub{
background-color: #bf5867;
display:block;
padding:2px;
font-size: 12pt;
color: #c9c5bd;
text-transform:uppercase;
text-align:right;
}

.indexsub i{
color: #c0bbb2;
}

