/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: JB Inform&aacute;tica
Theme URI: http://www.jbinformatica.com.br/
Description: Theme based on Mighty Template by James Broad - kulor.com.
Version: 1.0
Author: Tiago-CS
Tags: Laranja, Duas colunas, Blank Sidebar for default - Required Active widgets.

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background-image:url(images/bg01.jpg);
    text-align:center;
    margin-bottom:10px;
}
a{
	color:#F90;
	text-decoration:none;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:980px;
    margin: auto;
    background:#fff;
    text-align:left;
}

/* Geral */

.quadro {
	width: 1000px;
	margin: 0 auto;
}

.alinhaquadro {
	clear: none;
}

/* Header */

#cabecalho {
	height: 141px;
	background: url(images/bg04.jpg);
}

/* Logo */

#logo {
	float: left;
	width: 308px;
	height: 141px;
}

#logo h1 {
	padding: 57px 0 0 105px;
	letter-spacing: -2px;
	font-size: 30px;
	color: #000;
}

#logo h1 a {
	color: #000;
}

#logo p {
	margin-left: 183px;
	font-size: 13px;
	color: #F8AB80;
}

#logo a:hover {
	text-decoration: underline;
}

.logoimg{
	margin:-95px 0px 0px 308px;
	width: 667px;
	height: 118px;
	background: url(images/img01.jpg) no-repeat;
}

/* Menu */

#menu {
	height: 76px;
	background: url(images/bg04.jpg) no-repeat 0px -211px;
}

#menu ul {
	height: 67px;
	margin: 0 25px;
	padding-top: 22px;
	background: url(images/bg05.jpg);
	list-style: none;
}

#menu li {
	float: left;
	height: 33px;
	padding: 10px 4px 10px 4px;;
}

#menu a {
	text-decoration: none;
	font-size: 18px;
	color: #FFFFFF;
	padding: 5px;
}

#menu a:hover {
	color:#F90;
}

.current_page_item a{
/*	background: url(images/bg06.jpg) no-repeat!important;*/
	background: url(images/bg06.jpg) no-repeat!important;
	border-right: 1px solid #FFF!important;
}

.current_page_item a:hover{
	color: #FFFFFF!important;
}
/* Bar */

.bar {
	height: 48px;
	margin: 0 25px;
	background: url(images/bg07.jpg);
}

.bar .text {
	float: left;
	padding: 10px 0 0 25px;
	font-size: 14px;
}

/* Top Bar */

#menu-bar {
	background: url(images/bg04.jpg) no-repeat 0 -287px;
}

/* Pesquisar */

#pesquisar {
	float: right;
	width: 170px;
	height: 43px;
	margin-top: 5px;
	margin-right: 60px;
}



/* ----- HEADINGS ----- */

h2{
	font-family:'Georgia';
	font-size:25px;
	letter-spacing:-1px;
	margin-top:15px;
	margin-bottom:0;
	font-weight:bold;
	color:#F90;
}
h3{
    font-size:16px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

h4{
	font-size:14px;
    font-weight:normal;
	color:#000;
	margin:15px 0;
}
strong{
	font-size:16px;
    font-weight:bold;
	color:#000;

}
/* ----- 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: #FFC;
	color: #000;
	border: 1px solid #CCC;
	font-size: 12px;
	padding: 3px;
	width:180px;
}
textarea{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:400px; 
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
form p{
    padding:2px 0;
}

/* ----- CONTENT ----- */

#primaryContent{
    width:580px;
    padding:20px 55px;
    border-right:1px solid #F92;
    font-size:12px;
    float:left;
    clear:none; 
}
    #primaryContent img{
        clear:none;
        margin:10px;
        margin-right:0;
        padding:1px;
    }

#secondaryContent{
    width:240px;
    padding:10px 14px;
    font-size:11px;
    float:right;
    clear:none; 
}
#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;
}
#secondaryContent h3{
	color:#F93;
	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 bottom no-repeat;
}
#secondaryContent li a{
    color:#575757;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
	color:#FC9;
	font-weight:bold;
	text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- POST e SPAN POST - SISTEMAS ----- */

#primaryContent a:hover {
	background:#ffffff; 
	text-decoration:none;
}

#primaryContent a.tooltip span {
	display:none; 
	margin-top:10px;
	margin-left:10px;
	width:350px;
}

#primaryContent a.tooltip:hover span {
	display:inline;
	position:absolute;
	background:#FFC;
	border:1px solid #cccccc;
	color:#06F;
	font-size:12px;
}

/* ----- COMMENTS ----- */

.comments{
    margin:15px 0 25px 0;    
}
    .comments .status{
        color:#f90;
        background:#f8f8f8;
        border:1px solid #f93;
        padding:10px;
        margin-bottom:15px;    
    }
        .comments .status dd, .comments .status dt{
            display:inline;
        }
    .comments a{
        color:#f90;
        font-weight:bold;
        text-decoration:none; 
    }
    .comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    .comments .comment{
        padding:10px 5px;
        border-top:2px solid #f93;  
    }
        .comments .comment dt{
            float:left;
            clear:none;
			color: #f90;
        }
        .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:#f90;
        }
        .comments .comment .pagination{
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:5px;
    height:10px;
    padding:18px 10px;
    clear:both;
    width:960px;
    text-align:center;
    font-size:10px;
    color:#484848;
    background-image:url('images/bg01.jpg');
    border-top:1px solid #f93;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        clear:none;
    }
    #footer #links{
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#000;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}
