/* - - - - - - - - - - - - - - - - - - - - -

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:#3848B4;
    text-decoration:underline;
}
    a:hover{
        color:#3848B4;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:840px;
    margin:10px auto;
    padding:0;
    background:#fff;
    text-align:left;
	margin-bottom: 0px;
}

/* ----- 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{
    float:left;
    clear:none;
    height:40px;
    width:40px;
    margin:0;
    padding:0;
    color:#394E06;
    font-family:'Georgia';
    font-weight:normal;
    font-size:20px;
    text-indent:2px;
    line-height:43px;
    letter-spacing:-2px;
}

#logo span{
    margin-left: 40px;
    font-size: 3em;
    color: #5239F7;
    position: relative;
    top: -20px;
}

.siteLogo {
    height:90px;
}

.subContainer, #navigation ul{
    width:840px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    height:94px;
    background:#353334;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#3848B4;
    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:#F8D641;
    }
    #active a{
       /* background:url('../images/nav_bg.gif');*/
       background: #F8D641;
    }

/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('../images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}
h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#3848B4;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#3848B4;
    margin:5px 0;
    
}
h4{
    font-family:'Georgia';
    font-size:20px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:20px;
    font-weight:normal;
    color:#3848B4;
}

td.small, h4 span.small
{
font-size: 10px;
float: right;
text-align: right;
width: 150px;
}

h4 span
{
font-weight: bold;
}


/* ----- PARAGRAPHS ----- */

p{
    color:#043f4a;
    font-size:11px;    
    line-height:25px;
}
#primaryContent ul{
    color:#043f4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    /*background:url('../images/content_bullet.png') left bottom no-repeat;*/
}
#secondaryContent p{
    
}

/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:160px;              
}
.button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
.button a{
    text-decoration: none;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0px;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}
img.icon
{
width:18px;
height:18px;
border: #fff;
padding: 0px;
position: relative;
top: -15px;
}
img.noborder{
border:0px;
}
img.albumLarge{
width: 100px;    
}
img.albumSmall{
width: 100px;    
}
/* ----- CONTENT ----- */

#primaryContent{
    width:466px;
    padding:20px 55px;
    border-right:5px solid #e7e7e7;
    font-size:11px;
    float:left;
    clear:none;
    min-height: 400px;
}
    #primaryContent img{
        
        clear:none;
        margin:10px;
        margin-right:0;
        padding:1px;
        border: 1px solid #E7E7E7;
    }
#secondaryContent{
    width:228px;
    padding:10px 14px;
    font-size:11px;
    float:right;
    clear:none;
    min-height: 400px;
}
#secondaryContent h2{
    padding:11px 15px;
    background:url('../images/intro_bg.gif') no-repeat;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
    min-height: 65px;
}
#secondaryContent h3{
    color:#3848B4;
    margin-top:20px;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    padding-left:20px;
    margin:8px 0;
    background:url('../images/tiny_bullet.png') left center no-repeat;
}
#secondaryContent li a{
    color:#575757;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#3848B4;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

#comments{
    margin:15px 0;    
}
    #comments #status{
        color:#3848B4;
        background:#f8f8f8;
        border:2px solid #ececec;
        padding:10px;
        margin-bottom:15px;    
    }
        #comments #status dd, #comments #status dt{
            display:inline;
        }
    #comments a{
        color:#3848B4;
        font-weight:bold;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#3848B4;
        text-decoration:underline; 
    }
    #comments .comment{
        padding:10px 5px;
        border-top:3px solid #3848B4  
    }
        #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:800px;
    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;
    }

#footerBanner{
	margin:0 auto;
    width:840px;
}
#footerBanner img{
	width: 840px;
}
	
/* ----- CLASSES ----- */

.clear{
    clear:both;
}

/* ------ FORMS ------ */
label {
    margin-left:18px;
    display:block;
    font-weight:bold;
    margin:5px 0;
    color:#3848B4;  
}
input {
    padding: 2px;
    border:1px solid #E1E1E1;
    font: normal 1em Verdana, sans-serif;
    color:#777;
    margin-bottom: 4px;
}
textarea {
    width:300px;
    padding:2px;
    font: normal 1em Verdana, sans-serif;
    border:1px solid #E1E1E1;
    height:100px;
    display:block;
    color:#777;
}
input.button { 
    margin-top: 20px; 
    font: bold 1em Arial, Sans-serif; 
    border: 1px solid #CCC;
    background: #FFF; 
    padding: 2px 3px; 
    color: #4284B0;
    width: 80px;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
width: 300px;
}

#search
{
position: relative;
width: 100%;
margin-bottom: 2.0em;
}

#search input.text
{
top: 0em;
left: 0em;
width: 9.5em;
display: block;
}

#search input.button
{
position: absolute;
top: 9px;
right: 65px;
min-width: 2.0em;
max-width: 2.5em;
}

/* ------ News Comments ------ */

#primaryContent .comments
{
margin-top: 10px;
}

#primaryContent .commentTitle
{
background-color: #E1E1E1;
padding-left: 18px;
font-weight: Bold;
}

#primaryContent table.comment
{
width: 100%;
padding-left: 12px;
text-align: left;
padding-top: 15px;
margin-bottom: 0em;
border-bottom: solid 1px #E1E1E1;
border-left: solid 1px #E1E1E1;
border-right: solid 1px #E1E1E1;
}

#primaryContent table.comment td{
padding-bottom: 15px;
}

/* ------ Profiles ------ */

ul.post_info
{
list-style: none;
position: relative;
top: -3em;
font-size: 0.8em;
left: -22px;
}

ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#praesidium{
text-align: left;
}

img.praesidium{
filter: alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
max-width: 150px;
margin-right: 10px;
margin-bottom: 10px;
height: 80px;
vertical-align: top;
}

img.praesidium:hover{
filter: alpha(opacity=100);
-moz-opacity:1.0;
opacity:1.0;
}

img.sponsor{
height: 50px;
max-width: 80px;
margin-right: 10px;
margin-top: 5px;
margin-bottom: 2px;
}

td.picturePraesidium{
vertical-align: top;
right: 0px;
}
td.picturePraesidium img{
border: 0px;
width: 150px;
}
td.first{
width: 130px;
padding-bottom: 5px;
color: #3848B4;
vertical-align: top;
font-size: 10px;
}

td.second{
width: 250px;
text-align:justify;
color: #043f4a;
font-size: 10px;
vertical-align: top;
}

td.second a{
color: #585858;
text-decoration: underline;
}

td.second a:hover{
color: #D90000;
text-decoration: none;
}

td.picture{
vertical-align: top;
}

td.picture img{
border: 0px;
width: 160px;
}
.large{
	position: relative;
    width: 430px;
	left: 27px;
}
.clipwrappersmall{
  position:inherit;
  height:70px;
  overflow: hidden;
  margin-right: 114px;
  margin-bottom: 10px;
}
.clipwrappertiny{
  position:inherit;
  height:70px;
  overflow: hidden;
  margin-right: 90px;
  margin-bottom: 10px;
  left: -100px;
}
.small{
    width: 140px;
	position: absolute;
	/*TRBL*/
	clip:rect(13px 200px 90px 30px);
	overflow: hidden;
}
.tiny{
    width: 100px;
    position: absolute;
    /*TRBL*/
    clip:rect(10px 200px 70px 20px);
    overflow: hidden;
}

.clear{
    margin-top: 10px;
}
