/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME:		Envision
   TEMPLATE CODE: 	S-0013
   VERSION:          1.1
	LAST MODIFIED     Nov-14-2007 	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #000;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #2180BC;
	background: inherit;
}
a:hover {
	color: #247d9f;
	background: inherit;
	text-decoration: underline;
}

.disabled {
  text-decoration: line-through;
  color:#555;
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;
	color: #247d9f;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

h4 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
   border: 1px solid #E5E5E5;
	padding: 5px;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3, h4, p {
	padding: 10px 0px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1.3em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  color: #000;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
td img {
	border: none;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(button-bg.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 15px 0; padding: 5px 0 15px 0;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
	width: 140px;
	color: #777; 
	height: 20px;
	padding: 2px 26px 2px 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
	background-image: url('lupa.png');
	background-repeat: no-repeat;
	background-position: right;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	background: #FFF url(bg_topo.jpg) repeat-x scroll center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 745px;
	padding: 0; 
	margin: 35px auto;
       margin-bottom: 0;
}
#header {
    width: 745px;
	position: relative;
	height: 200px;
	background: transparent;
	padding: 0;	
	color: #FFF;
        margin: auto;
}

#header h1#logo-text {
    padding: 0;
    margin: 0;
}
#header h1#logo-text a {
        width: 200px;
        height: 200px;
        overflow: hidden;
	margin: 0; padding: 0;
	font: bolder 44px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
}

#header h1#logo-text a img {
    padding: 0;
    margin:  0;
    border:  none;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 14px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	font-style: italic;
	/* change the values of top and left to adjust the position of the slogan*/
	top: 135px; right: 1px;	
        width: 200px;
        text-align: right;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

/* Menu */
#menu {
	clear: both;	
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', Tahoma, Sans-serif;
	height: 45px;
        line-height: 45px;
	width: 780px;
        position: absolute;
        top: 156px;
}
#menu ul {
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
        background-image: url(menu.jpg);
        text-align: center;
	display: block;
	float: left;
	padding: 0;
	color: #FFF;	
	text-decoration: none;
        width: 148px;
        margin-right: 2px;
}
#menu ul li.last a {
	/*padding-right: 20px;	*/
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
        background-image: url(menu_selecionado.jpg);
}

/* Main Column */
#main {
	float: left;
	width: 570px;
	padding: 0; 
	margin: 0px 0 10px 0px;
	display: inline;
}
#main h2 {
	margin-top: 10px;
	font: normal 170% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #247d9f; 
	padding: 5px 0 0px 0px; 	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #247d9f;
	text-decoration: none;
}

#main h3 {
       font-size: 140%;
}

#main ul li {
	list-style-image: url(bullet.gif);
}

.entry {
	padding-right: 20px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 0px 10px 0px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.commentlist .alt {
	background-color: #FBFBFB;
}

#comment-email-section {
       display:none;
}

/* Sidebar */	
#sidebar {
        /*background: #FFF url(topo_sidebar.jpg) no-repeat center top;*/
	float: right;
	width: 170px;
	padding: 0; margin: 0;	
	color: #68774A;	
        margin-bottom: 50px;
}	
#sidebar h3 {
	margin-top: 7px;
	padding: 0 0 5px 0; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #4d8b9f;	
}

#sidebar p {
	padding: 0;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0px 0 25px 0; padding: 0;
	text-decoration: none;		
	background:transparent;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 0px;
	margin: 0 0;	
	color: #68774A;	
}
#sidebar ul.sidemenu li a {
	font-weight: bold;
}
#sidebar ul.sidemenu li p {
	padding: 0;
	margin: 0;	
	font-size:90%;	
	font-weight: normal;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li p a {
	font-weight: normal;			
}

#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

#sidebar p.atom_feed {
    padding: 0;
	margin-bottom: 15px;
}

#sidebar .tagcloud {
  padding: 0;
  margin: 15px 0;
}

#sidebar .tagcloud li {
  padding: 0;
  margin: 0;
  list-style:none;
  display: inline;
}

.tagcloud .weight-1 { font-size: 8px; }
.tagcloud .weight-2 { font-size: 9px; }
.tagcloud .weight-3 { font-size: 10px; }
.tagcloud .weight-4 { font-size: 11px; }
.tagcloud .weight-5 { font-size: 12px; }
.tagcloud .weight-6 { font-size: 13px; }
.tagcloud .weight-7 { font-size: 14px; }
.tagcloud .weight-8 { font-size: 15px; }
.tagcloud .weight-9 { font-size: 17px; }
.tagcloud .weight-10 { font-size: 19px; }


/* Footer */	
#footer {
	color: #C6DDEE;
	background: #000 url(bg_footer.jpg) repeat-x center top;
	clear: both;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
}

#footer p {
    width: 740px;
    margin: auto;
    margin-top: 0;
}

#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* destaques da home */
#destaques {
    margin-top:7px;
}

#destaques img{
	border: none;
	padding: 0;
}

.destaque, .destaque:hover {
	background-position: top left;
	background-repeat:no-repeat;
	background-color: transparent;
	text-align: left;
	font-size: 11px;
	color: black;
	padding:  15px 14px;
	position: relative;
	display: block;
	float: left;
	width: 250px;
	height: 53px;
	margin-top: 0;
	z-index: 100;
                     text-decoration: none;
}

.destaque.esquerda {
	background-image: url('destaqueItemEsq.png');
}

.destaque.esquerda.activeSlide {
	background-image: url('destaqueItemSelecionadoEsq.png');
}

.destaque.direita {
	background-image: url('destaqueItemDir.png');
}

.destaque.direita.activeSlide {
	background-image: url('destaqueItemSelecionadoDir.png');
}

.destaque .titulo_destaque {
    font-weight: bold;
	font-size: 12px;
}

#destaque_servicos {
 	clear: both;
    padding-top: 30px;
	width: 556px;
}

#destaque_servicos  img.tecnologias {
	float: right;
	border: none;
	width: 115px;
}

#destaque_servicos p {
    /*background-color: #D5D5D5;*/
    padding: 15px 120px 15px 0px;
	margin-bottom: 40px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.projeto {
    padding: 0;
    margin: 10px 0;
    clear: both;
}

.projeto h3 {
    padding-top: 4px;
}

.projeto p {
    padding-left: 110px;
    padding-top: 0px;
}

.projeto hr {
    clear:both;
    margin:0 0 33px;
    visibility:hidden;
}

#portifolio .projeto {
	background-color:#EEEEEE;
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #FFFFFF;
	/*height:100px;*/
	margin:0;
	padding:5px 0;
	position:relative;
}

#portifolio .projeto img {
   margin-left:10px;
}

#portifolio .projeto p {
    padding-left:118px;
    padding-right: 12px;
    /*font-size: 11px;*/
}

#portifolio .tecnologia {
    position: absolute;
    top: 0;
    right: 10px;
    padding-top: 3px;
}

#portifolio .tecnologia img {
    border: none;
    margin: 0;
    padding: 0 0 0 5px;
}

#portifolio h2 {
   margin-top:30px;
   margin-bottom:10px;
}

#portifolio h3 {
   padding-left:118px;
}

#portifolio hr {
    clear:both;
    margin:0;
    padding: 0;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #FFFFFF;
    border-left: none;
    border-right: none;
}

#portifolio .inicio{
   background-image: url('http://www.mobits.com.br/assets/2009/7/13/superior.png');
   height:7px;
   position:relative;
   top:1px;
   z-index:1;
}

#portifolio .fim{
   background-image: url('http://www.mobits.com.br/assets/2009/7/13/inferior.png');
   height:7px;
   position:relative;
   top:-1px;
   z-index:1;
}
