/* - - - - - - - - - - - - - - - - - - - - -

Title :   Mighty Template
Author :  James Broad
URL :     kulor.com

Created : 01.06.2006 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#e7e7e7;
    text-align:center;
    margin-bottom:10px;
}
a{
    color:#449AB2;
    text-decoration:underline;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:780px;
    margin:10px auto;
    padding:0;
    background:#fff;
    text-align:left;
}

/* ----- HEADER ----- */

#logo{
    margin:0;
    padding:0;
}

#logo #box{
    float:left;
    clear:none;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
    background:#394E06;
    color:#87B220;
    font-family:'Times New Roman';
    font-weight:bold;
    font-size:15px;
    line-height:40px;
    letter-spacing:-2px;
    text-indent:-2px;   
}
#logo p{
    background:url('../images/logo.gif') no-repeat;
    float:left;
    clear:none;
    height:48px;
    width:600px;
    margin:0;
    padding: 0px 32px;
    color:#CC651D;
    font-family:'Verdana';
    font-weight:bold;
    font-size:32px;
    line-height:49px;
    letter-spacing:-1px;
}

#strap {
    font-weight:bold;
    font-size:18px;
    padding-left: 9px;
    font-family:'Verdana';
    letter-spacing:0px;
    color: #f8f8f8;
}

.subContainer, #navigation ul{
    position: relative;
    width:780px;
    margin:0 auto;
}
#header{
    text-align:left;
    margin:0;
    padding:30px 0 0 10px;
    background:#4EB4D5;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

#search {
	position: absolute;
	z-index: 5;
	top: 12px;
	right: 15px;
}

#qsearch {
	color: #888;
	width: 150px;
}


/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#286ea0;
    height:34px;
    list-style:none;
}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:10px 18px;
    }
    #navigation li a:hover{
        color:#fff;
        background:#3B4E7F;
    }
    #active a{
        background:url('../images/nav_bg.gif');
    }

/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('../images/logo.gif') no-repeat;
    height:50px;
    width:168px;
}
h2{
    font-family:'Times New Roman';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#CC651D;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

p{
    color:#043f4a;
    font-size:11px;    
    line-height:22px;
    margin-bottom: 12px;
    text-align: justify;
}
#primaryContent ul, #content ul {
    color:#043f4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li,#content li {
    color:#043f4a;
    margin:8px 0;
    line-height: 17px;
}
#primaryContent ul li,#content ul li {
    padding-left:25px;
}
#primaryContent ol li,#content ol li {
    margin-left: 20px;
    padding-left: 12px;
}

#primaryContent ul li,#content ul li {
    list-style:none;
    background:url('../images/content_bullet.png') left top no-repeat;
}
#secondaryContent p{
    
}

blockquote {
    margin: 8px 20px;
}

/* ----- FORMS ----- */

input, textarea{
    background-color: #FFF;
    color: #555555;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
}
button, .button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0px 10px 0px 0px;
    padding: 0 5px;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#primaryContent, #content {
    padding:20px 55px;
    font-size:11px;
}

#content {
    width: 680px;
}

#primaryContent{
    width:406px;
    float:left;
    clear:none;
}
    #primaryContent img{
        padding:1px;
        border: 1px solid #E7E7E7;
    }
#secondaryContent{
    width:218px;
    padding:10px 14px;
    font-size:11px;
    float:right;
    clear:none; 
}
#secondaryContent h3{
    color:#CC651D;
    margin-top:20px;
}
#secondaryContent .callout {
    background-color: #CC651D;
    border: 3px solid #286ea0;
}
#secondaryContent .callout h2 {
    padding: 0px 8px;
    color: #fff;
    font-size: 18px;
    letter-spacing:0px;
    margin: 7px 0px;
}
#secondaryContent .callout p {
    padding: 0px 8px;
    color: #fff;
}
#secondaryContent .callout a {
    color: #fff;
    text-decoration: none;
}

#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    padding-left:20px;
    margin:8px 0;
    background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
    color:#575757;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#449AB2;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

#comments{
    margin:15px 0;    
}
    #comments #status{
        color:#546d17;
        background:#f8f8f8;
        border:2px solid #ececec;
        padding:10px;
        margin-bottom:15px;    
    }
        #comments #status dd, #comments #status dt{
            display:inline;
        }
    #comments a{
        color:#546d17;
        font-weight:bold;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    #comments .comment{
        padding:10px 5px;
        border-top:3px solid #7fa71f;  
    }
        #comments .comment dt{
            float:left;
            clear:none;
        }
        #comments .comment dd{
            clear:both;
            color:#656565;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        #comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:740px;
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#f4f4f4;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }
    
/* ----- ERRORS ----- */

#errorExplanation {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 10px 0px;
}

    #errorExplanation h2 {
        font-size:15px;        
    }

.notice {
    background-color: #CC651D;
    color: white;
    margin: 20px 80px;
    padding: 4px 0px;
    text-align: center;
    font-size: 110%;
}

/* ----- DOCUMENTS ----- */

#preview {
    margin-top: 20px;
}
 
/* ----- CLASSES ----- */

.clear{
    clear:both;
}

.searchres {
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

h3.searchhead {
    font-size: 130%;
}

.docimage {
    margin-bottom: 32px;
}

.docimage img {
    margin: 0px;
}

.pagination {
    margin-top: 20px;
}

#tagselect {
    margin-top: 8px;
}

#tagselect span {
	padding-right: 20px;
}

.pagination, #tagselect {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 3px 0px 4px 0px;
}

.imgcontent {
    margin: 20px 0px;
}

.highlight {
    background-color: #FFF55B;
}

/* Forum */
.msgouter {
    border: 1px solid #999;
    margin: 0px 10px 15px 0px;
}

.msghead {
    background-color: #ececec;
}

.msghead h3 {
    float: left;
    padding: 0px 5px;
}

.msghead p {
    float: right;
    padding: 0px 5px;
}

.msghead br {
    clear: both;
}

.msgcontent {
    padding: 20px 5px 10px 5px;
}

.search {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    padding: 6px 0px;
    margin-bottom: 10px;
}

.forum_search, .fsearch {
    background-color: #f6f6f6;
    border: 1px solid #999;
    padding: 6px;
    margin-top: 20px;
}

.logged_in {
    margin-bottom: 14px;
    font-weight: bold;
}

.links, .navigate {
    background-color: #f6f6f6;
    border: 1px solid #999;
    margin: 20px 0px;
    padding: 4px 10px;
}

.fsb {
    margin-left: 20px;
}

.fsb label {
    font-weight: bold;
}

.fsb input {
    margin: 0px 6px;
}

.navigate {
    margin-right: 10px;
}

.aname {
	text-decoration: none;
}

.updated, .page_updated {
	color: #aaa;
}

.page_updated {
	margin: 30px 0px 10px 0px;
}

.checkopt {
    padding: 4px 0;
}

.checkopt label {
    padding-left: 6px;
}

#tagselect span {
	padding-right: 20px;
}
