/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: Mighty
Theme URI: http://www.pblog.com.br/
Description: Theme based on Mighty Template by James Broad - kulor.com.
Version: 1.0
Author: Erico Oliveira

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#cccccc;
    text-align:center;
    margin-bottom:10px;
}
a{
    color:#04adbf;
    text-decoration:none;
}
    a:hover{
        text-decoration:underline;
    }

/* ----- 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:50px;
    width:220px;
    margin:0;
    padding:0 0 0 5px;
    background-image:url('images/logo_salesways.jpg');
    background-repeat:no-repeat;
    	}

#logo p{
    float:left;
    clear:none;
    height:40px;
    width:250px;
    margin:0;
    padding:0 0 0 5px;
    color:#394E06;
    font-family:'Georgia';
    font-weight:normal;
    font-size:16px;
    text-indent:2px;
    line-height:43px;
}


#topmenu{
	float:right; 
	margin-top:-30px;
         width: 200px;         
}

#topmenu ul li{
	display:inline;
         list-style-type: none;}

#topmenu ul li a{
	font-size: 10px;
	color: #35b5cf;
	text-decoration:none;
         }

#topmenu ul li a:hover{
	text-decoration:underline;}



.subContainer, #navigation ul{
    width:780px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:30px 0 0 10px;
    height:64px;
    background:#b9dddd;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#78c9cd;
    height:50px;
    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:#005880;
    }
    
    #navigation ul li span {
      	  font-size: 11px;
      	  font-weight: normal;
      	  color: #87909b;
        }
#active a{
        background:url('images/nav_bg.gif');
    }

/* ----- 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:0;
    font-weight:bold;
    color:#04adbf;
}

h3{
    height:21px;
    font-size:11px;
    font-weight:bold;
    padding-top:4px;    
    text-align:center;    
    color:#666;
    margin:5px 0;
    background-image:url(images/bg_titsidebar.jpg);
    background-repeat:repeat-x;
}

/* ----- PARAGRAPHS ----- */

p{
    color:#000;
    font-size:11px;    
    line-height:25px;
}
#primaryContent ul{
    color:#04adbf;
    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:200px;              
}
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;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#primaryContent{
    width:406px;
    padding:20px 55px;
    border-right:5px solid #e7e7e7;
    font-size:11px;
    float:left;
    clear:none; 
}
    #primaryContent img{
        float:right;
        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; 
}
#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:#04adbf;
    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:#E7E7E7;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

.comments{
    margin:15px 0 25px 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:#04adbf;
        font-weight:bold;
        text-decoration:none; 
    }
    .comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    .comments .comment{
        padding:10px 5px;
        border-top:3px solid #04adbf;  
    }
        .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;
        }
        .comments .comment .pagination{
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */

div.footer a {
	color: #FFF;	
}


#FooterLeft {
	text-align:left;
}

#FooterRight {
	width: 261px;
         text-align:left;
	background-image:url(http://www.px3.com.br/blog_salesways/wp-content/themes/Mighty/images/white_dot.gif);
	background-position: left;
	background-repeat:repeat-y;
}
#ContactInfo, #SiteMap, #Copyright {
	color: #666;
}
#ContactInfo div, #SiteMap div {
	margin: 10px 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#ContactInfo div.label, #SiteMap div.label{
	FONT: Helvetica,Trebuchet MS,Arial,sans-serif;
	COLOR: #005880;
	/*FONT: 100%/71% Georgia, "Times New Roman", Times, serif;	*/
	font-weight: bold;
}
#Copyright {
	margin-top: 75px;
}
#Copyright div {
	margin: 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 16px;	
}
#SiteMap ul {
	list-style: none;
	margin-top: -5px;
}
#SiteMap ul li{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin-left: 15px;<!--aqui da margem de todos os link do rodapé, estava -30-->
}
div.top_line {
	border-top: 1px solid #8ccbf7;
}
div.bottom_line {
	border-bottom: 1px solid #8ccbf7;
}
#ProductList {
	list-style-type: none;
	list-style-position: outside;
}
#ProductList li {
	float: left;
	margin-left: 10px;
}
.clear_float {
	clear: both;
}
#DownloadChapters {
	width: 450px;
	margin: auto;
	padding: 10px;
	line-height: 24px;
	background-color: #DDD;
	border: 1px solid #B9DDDD;
	font-size: 12px;
}
div.quote {
	width: 450px;
	margin: auto;
	padding: 10px;
	background-color: #DDD;
	border: 1px solid #B9DDDD;
	font-size: 10px;
	margin-top: 10px;
}
span.open_quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	float: left;
	line-height: 24px;
	display: block;
}
span.close_quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	float: right;
	display: block;
}
#Mission {
	font-size: 12px;
	background-color: #3F3F3F;
	color: #FFF;
	text-align: left;
	line-height: 16px;
	padding: 0px 10px 5px 10px;
}
ol li ol {
	list-style: lower-alpha;
}
ol li ol li ol {
	list-style:disc;
}
/* ----- CLASSES ----- */

.clear{
    clear:both;
}

