/*   
Theme Name: capoeirairmandade
Theme URI: www.capoeirairmandade.com/
Description: Template.
Author: VIVIOSOFT
Author URI: http://www.viviosoft.com
Version: 1.0
*/

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: url(images/bg_tile.jpg) center;
	color: #333;
}
#wrapper {
	background: url(images/bg_brick_content.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#container { 
	width: 770px; 
	height: 621px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent { 
	margin: 60px 0 0 200px; 
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

input, textarea {
	color:#333;
	margin: 10px 2px 2px 0;
	border: 2px solid #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: .4em;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	
}

input[type=submit] {
	padding: 4px;
	border:#666 1px solid;
	color:#fff;
	background:#94ba3a;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor:pointer;
}

input[type=submit]:hover {
	background:#2387b7;
}

#mainContent h1 {
    font-size: 14pt;
    font-weight: normal;
    color: #94A73A;
    margin-top: 25px;
}

#mainContent h2 a {
    /* font-size: 18pt;
    font-weight: bold;
    color: #94A73A;
    margin-top: 25px;
	text-decoration:none; */
	
    font-weight: bold;
    margin: 0;
    color: #000;
    font-size: 11pt;
    margin-top: 25px;
    text-decoration: none;
}

#mainContent h3 a {
    font-size: 14pt;
    font-weight: normal;
    color: #94A73A;
    margin-top: 25px;
    text-decoration: none;
    margin: 0;
}

/* #mainContent a {
    font-size: 14pt;
    font-weight: normal;
    color: #94A73A;
    margin-top: 25px;
    text-decoration: none;
    margin: 0;
} */

.mcdate {
	font-weight: normal;
	font-style: italic;
    margin: 0;
    color: #000;
    font-size: 9pt;
    margin-top: -10px;
}
	

#mainContent h2 {
    font-size: 12pt;
    font-weight: bold;
    color: #2387b7;
    margin-top: 25px;
}

#search {
  float:right; padding: 0 30px 10px 30px;
}

#header { 
	padding: 110px 10px 0 20px;  
} 
#header h1 {
	margin: 0;
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#our-mission {
	float:right;
    width: 542px; 
	height: 125px;
	padding: 70px 0 30px 30px;
    background: url(images/zinger_ourmission.gif) no-repeat;
}

#our-mission .bd {
    width: 485px;
    font-weight: bold;
    color: #FFF;
}


#sidebar1 {
	font-size:10px;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 60px 10px 15px 30px;
}

#sidebar1 h2 {
    color: #94A73A;
    margin-top: 50px;

}
#sidebar1 ul {
    margin-left: 15px;
    padding-left: 0px;
}

#sidebar1 li {
    list-style-image: url( images/nav_star.gif);
    font-weight: bold;
    margin: 6px 12px 2px 12px;
    text-transform: uppercase;
}

#sidebar1 li a {
    color: #000;
    text-decoration: none;
}

#sidebar1 li a:hover {
    color: #94A73A;
}


/* FOOTER ELEMENTS
--------------------------------------------*/

#footerStyle {
	margin: 0 20px 0 20px;
	border-top:#999 1px solid;
	color:#666;
	position:relative;
	font-size:11px;
	padding:0px 0 0 0;
}

#innerFooter {
	margin:0 auto;
	padding:15px 0px 0px 50px;
}

.textwidget {
	padding-top:10px;
}

#footerBoxes ul li{
	list-style-type:none;
	border-bottom: #CCC 1px dotted;
	padding:4px 2px 4px 4px;
	margin:0 0 0 -45px;

}

#footerBoxes ul li a {
	color:#000;
	text-decoration:none;
}

#footerBoxes li:hover {
	text-decoration:none;
	background:#94ba3a;
	color:#FFF;
}

#footerStyle .footerBox1 {
	width:200px;
	float:left;
	margin:0 20px 0 0;
	padding:2px;
	font-size:12px;
	color:#515151;
	background:none;
}

#footerStyle .footerBox2 {
	width:200px;
	float:left;
	margin:0 20px 0px 0px;
	padding:2px;
	font-size:12px;
	color:#515151;
	background:none;
}

#footerStyle .footerBox3 {
	width:200px;
	float:left;
	margin:0 20px 0px 0px;
	padding:2px;
	font-size:12px;
	color:#515151;
	background:none;
}

#innerFooter h2  {
	color:#2387b7;
	padding-top: 1px;
}


#innerFooter .footerMenu ul {margin: 0; padding: 0; text-decoration:none; }
#innerFooter .footerMenu ul li {display:inline; margin:0 10px 0 10px; padding: 0; text-decoration:none;}
#innerFooter .footerMenu ul li a {border-left:8px solid white; text-decoration:none; padding:0;}

#copy {
	clear:both;
	padding:20px 0 10px 20px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#faqs h3	{ 
	cursor:pointer; 
	font-size: 10pt;
}
#faqs h3.active	{ 
	color:#d74646; 
	font-size: 10pt;
}
#faqs div { 
	height:0; 
	overflow:hidden; 
	position:relative; 
}
#faqs div p	{ 
	padding:0; 
	margin-bottom:15px; 
	font-size: 10pt;
}

--> 