/*
Theme Name: Modus;Org
Description: Criado pela Modus;Org. Desenvolvido pela Morphy.
Version: 2.0
Author: Arthur

*/


@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
	border:none;
}

body{
	background: #ebecec url(images/topo.jpg) no-repeat top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1f1e21;
	letter-spacing: 1px;
}

	#main{
	  float: left;
	  width: 100%;
	  margin-top: 75px;
	  background: url(images/barras_bg.jpg) repeat-y center;
	  position: relative;
	}
	
	#top{
   		width:100%;
   		float:left;
   		height: 303px;
   }
        
     #menu{
      position: absolute;
	  width:1000px;
	  top:6px;
	  left:50%;
	  margin-left: -500px;
	  color: #FFF;
	  font-weight: normal;
     }
     
     #menu a{
     	color: #FFF;
     	font-weight: normal;
     }
     
     .wpcf7{
     	 float: left;
     	 width: 100%;
     }

	
		#content{
			width: 1000px;
			margin: 0 auto;
		}
		
			#posts{
				float:left;
				width:620px;
				padding:10px 10px 20px 10px;
			}
			
				.tit{
					border:1px solid #d2d2d2;
					border-left:none;
					border-right:none;
					padding:20px 0px;
					width:100%;
					margin-bottom:15px;
					float:left;
				}
				
				h1{
					font-size:24px;
					color:#e08400;
					font-weight:normal;
				}
				
				small{
					float:left;
				}
				
				.bt_comments{
					float:right;
				}
				
				.post{
					float:left;
					width:100%;
				}
				
				.post img{
					max-width:100%;
				}
			
				.post p{
					line-height:15px;
				}
		
			#sidebar{
				width:300px;
				float:left;
				margin-left: 40px;
			}
			
				#sidebar ul{
					font-size:12px;
					color:#666666;
					padding-left:20px;
					list-style:none;
					margin-bottom:20px;
				}
				
					#sidebar ul li ul{
						padding:0px;
					}
				
				#sidebar h2{
					font-size:12px;
				}
		
		.comment{
			
		}
		
		.navigation{
			float:left;
			width:100%;
			padding:20px 0px 10px 0px;
		}
		
			.alignleft{
				float:left;
				margin-left:20px;
				border:1px solid #C60;
				padding:5px;
				color:#e08400;
			}
			
			.alignright{
				float:right;
				margin-left:20px;
				border:1px solid #C60;
				padding:5px;
				color:#e08400;
			}
				
a{
	color:#e08400;
	text-decoration:none;
}

	a:hover{
		text-decoration:underline;
	}
	
	
	#comment{
		border-top:1px solid #C60;
		padding-top:10px;
		float:left;
		width:480px;
		margin-top:20px;
	}
	
	input, textarea{
		border:1px solid #C60;
		float:left;	
		padding:2px;
	}
	
	input{
		margin-right:10px;
		margin-bottom:5px;
	}
	
	.linha{
		float:left;
		width:480px;
	}
	
	#submit{
		padding:5px 10px;
		width:200px;
		background:#FFF;
		margin-top:20px;
	}
	
	/* Begin Images */
		p img {
			padding: 0;
			max-width: 100%;
			}
		
		/*	Using 'class="alignright"' on an image will (who would've
			thought?!) align the image to the right. And using 'class="centered',
			will of course center the image. This is much better than using
			align="center", being much more futureproof (and valid) */
		
		img.centered {
			display: block;
			margin-left: auto;
			margin-right: auto;
			}
		
		img.alignright {
			padding: 4px;
			margin: 0 0 2px 7px;
			display: inline;
			}
		
		img.alignleft {
			padding: 4px;
			margin: 0 7px 2px 0;
			display: inline;
			}
	
/* Captions */

	.wp-caption {
		float:left;
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
	}
	
	#footer {
		border-top: 1px solid #ccc;
		float: left;
		width: 630px;
		padding: 10px 0px;
	}
/* End captions */