html, body {
	background: #242424 url(http://www.teamfiji.org/pics/background.jpg);
	padding: 0;
	margin: 0;
	color: #D0D0D0;
}
body { padding: 0 5px; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a, a:visited { color: #D52D2D; }
a:hover		{ text-decoration: underline; color: #FFFFFF; }
hr	{ height: 0px; border: solid #D52D2D 0px; border-top-width: 1px;}



/* General text */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #D0D0D0; }
a.gen,a.genmed,a.gensmall { color: #D52D2D; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFFF; text-decoration: underline; }

.generror { color: #FFF; }
.progress { background-color: #FFFFFF; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #D52D2D; }
a.forumlink 	{ text-decoration: none; color : #D52D2D; }
a.forumlink:hover{ text-decoration: underline; color : #FFFFFF; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color: #D0D0D0;}
a.nav			{ text-decoration: none; color : #D52D2D; }
a.nav:hover		{ text-decoration: underline; }



/* The content of the posts (body of text) */
.postbody { 
     float: left;
     font-size: 12px;
     background: #242424;
     border: 4px solid black;
     width: 60%;
     margin-bottom: 20px;
     padding: 20px;
     opacity: 0.80;filter:alpha(opacity=80);zoom:1;

         -webkit-border-top-left-radius:0px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:0px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:0px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;

}

.postbody a	{ text-decoration: none; color: #D52D2D; }
.postbody a:visited { text-decoration: none; color: #BD2323; }
.postbody a:hover { text-decoration: underline; color: #FFFFFF; }

.postbody p{
font-size: 14px;
}

/* Other post stuff */
td.postbottom { 
	background: #2D2D2D url(images/profile.gif) top left repeat-x; 
	font-size: 10px;
	color: #D0D0D0;
	white-space: nowrap;
}

.postsubject {
	font-size: 12px;
	font-weight: bold;
	color: #D52D2D;
}

/* Quote & Code blocks */
.quote-table, .code-table {
	border-left: solid 1px #090909;
	border-top: solid 1px #090909;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	margin: 5px 0;
}
.quote-corner, .code-corner {
	background-color: #890000;
	border-right: solid 1px #000;
}
.quote-left {
	background: #890000 url(images/quote_left.gif) center center no-repeat;
	border-right: solid 1px #000;
}
.code-left {
	background: #890000 url(images/code_left.gif) center center no-repeat;
	border-right: solid 1px #000;
}
.quote-header, .code-header {
	border-bottom: solid 1px #000;
	padding: 0 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	background-color: #2E2E2E;
	color: #D0D0D0;
}
.quote-text {
	color: #D0D0D0;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #2E2E2E;
}

.code-text {
	font-family: Courier, 'Courier New', sans-serif;
	color: #D0D0D0;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	line-height: 125%;
	padding: 3px 5px;
	background-color: #2E2E2E;
}

/* Copyright and bottom info */
.copyright		{ font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #AAA; letter-spacing: -1px;}
.copyright a, .copyright a:visited { text-decoration: none; color: #AAA; }
.copyright a:hover, .copyright a:active { text-decoration: underline; color: #FFF; }

/* Form elements */
input,textarea, select {
	color: #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input.post, textarea {
	border: solid 1px #D52D2D;
	background-color: #222;
	color: #D0D0D0;
}
* html input.post, * html textarea { border-color: #D0D0D0; }
input.post:hover, textarea:hover { border-color: #D0D0D0; }
input.post:focus, textarea:focus { border-color: #FFFFFF; color: #FFF; }


select {
	background-color: #000;
	color: #D0D0D0;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color: #313131;
	color: #D0D0D0;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #444;
}
input.button:hover { 
	background-color: #444; 
	color: #FFF;
}
* html input.button { color: #000; }

/* The main submit button option */
input.mainoption {
	background-color: #222;
	color: #D0D0D0;
	font-weight : bold;
	border: solid 1px #000;
}

/* None-bold submit button */
input.liteoption {
	background-color: #222;
	color: #D0D0D0;
	border: solid 1px #000;
}

/*input on the website login page*/
input.login {
	background-color:#333;
	color: #D0D0D0;
	font-weight: bold;
	border: 2px solid #C32121;
	margin: 5px;
        width: auto;
}

input.mainoption:hover, input.liteoption:hover { border-color: #D0D0D0; }
input.mainoption:focus, input.liteoption:focus { color: #FFF; border-color: #FFFFFF; }


/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #313131; border: solid 1px #313131; color: #D0D0D0; }



.inputhidden { display: none; }

/*add-on classes for home page*/
.head {
        float: left;
	background: #242424 url(http://www.teamfiji.org/pics/FIJISUN2.gif) no-repeat center;
        height: 180px;
        width: 100%;
	padding: 0 5px;
        margin-top: 2px;
        margin-bottom: 12px;
        overflow: hidden;
        border: 4px solid black;
        opacity: 0.7;filter:alpha(opacity=70);zoom:1;

         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:0px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:0px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:0px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
	}

.topmenu {
        font-family: verdana, arial, sans-serif;
        font-size:12px;
        width:100%;
        font-weight:bold;
        float:left;
        margin:10px 0 0 0;
        color:#fff;
        overflow:hidden;
}


#topmenu ul li a {
         color:#000;
         background:#fff;
         padding:3px 10px 2px 10px;
         margin:5px;
         line-height:16px;

         opacity: 0.8;filter:alpha(opacity=80);zoom:1;

         -webkit-border-top-left-radius:5px;
         -webkit-border-top-right-radius:5px;
         -webkit-border-bottom-left-radius:0px;
         -webkit-border-bottom-right-radius:0px;

         -khtml-border-radius-topleft:5px;
         -khtml-border-radius-topright:5px;
         -khtml-border-radius-bottomleft:0px;
         -khtml-border-radius-bottomright:0px;

         -moz-border-radius-topleft:5px;
         -moz-border-radius-topright:5px;
         -moz-border-radius-bottomleft:0px;
         -moz-border-radius-bottomright:0px;

}


.topmenu ul li a:hover {text-decoration:none; color:#fff; background:#000;}
.topmenu ul {margin-top:0;}
.topmenu ul li {
            float:right;
            list-style-type:none;
            margin: 3px;
}

.small {
font-size: .8em;
clear:both;
}

#left { 
        font-size:20px;
        font-variant: small-caps;
        float:left;
        display: inline;
        width:25%; 
        padding-bottom:50px;
        padding-top:10px;
        margin-top:0px;
        margin-right: 5%;
        background:#242424;
        border: 4px solid black;
        overflow:hidden;
        opacity: 0.8;filter:alpha(opacity=80);zoom:1;

         -webkit-border-top-left-radius:10px;
         -webkit-border-top-right-radius:10px;
         -webkit-border-bottom-left-radius:10px;
         -webkit-border-bottom-right-radius:10px;

         -khtml-border-radius-topleft:10px;
         -khtml-border-radius-topright:10px;
         -khtml-border-radius-bottomleft:10px;
         -khtml-border-radius-bottomright:10px;

         -moz-border-radius-topleft:10px;
         -moz-border-radius-topright:10px;
         -moz-border-radius-bottomleft:10px;
         -moz-border-radius-bottomright:10px;
}

#left li {
padding: 3px;
}

#left ul {
text-align: left;
}

.spacer{
width: 20%;
float: left;
display: inline;
margin: 15px;
padding-bottom: 30px;
}

#isaiah{
clear: both;
text-align: center;
height: 100px;
width: 80%;
padding: 10px;
margin: 20px auto;
background: #0066CC;
opacity: 0.2;filter:alpha(opacity=20);zoom:1;

}

#verse {
font-size: 20px;
font-weght: bold;
font-variant: small-caps;
padding: 20px;
color: #ffffcc;
opacity: 0.9;filter:alpha(opacity=90);zoom:1;
}

#cite {
float: right;

}

.page{
width: 90%;
margin-left: auto;
margin-right: auto;
text-align-left;
}

#container {
text-align: center;
}

.login {
float: left;
padding: 5px;
width:55%;
height: 1%;
font-size: 16px;
}
