/*

*/

/** Common Styles */

body {
	margin: 30px 0 20px 0;
	padding: 0;
	background: #ffffff;
	text-align: justify;
	line-height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#todoform {
background:#4f4f4f;

}

h1, h2, h3 {
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #000080;
}

h4{
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #CD0000;
}
h5{
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #4F4F4F;
}


h6{
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	color: #ffffff;
}

h7{
	padding: 0;
	margin: 0;
	
	color: #000000;
font-size: 16px;
}
p, ul, ol {
	margin-bottom: 1.5em;
}

ul {
	margin: 0px;
	padding: 0;
}

a {
	color: #0000CD;
}

a:hover {
	text-decoration: none;
	color: #0000CD;
}

.border1 img{
padding: 3px;
background: #EEE9E9;  /*Edite a cor de fundo*/
border: 0px solid #000000;  /*Edite a cor de borda*/
}
.border1 img:hover {
padding: 2px;
background:#EEE9E9;  /*Edite a cor de fundo*/
border: 1px solid #000000;  /*Edite a cor de borda*/
}


.border2 img{
padding: 3px;
background: #FFFFFF;  /*Edite a cor de fundo*/
border: 0px solid #000000;  /*Edite a cor de borda*/
}
.border2 img:hover {
padding: 2px;
background:#FFFFFF;  /*Edite a cor de fundo*/
border: 1px solid #000000;  /*Edite a cor de borda*/
}



.border3 img{
padding: 3px;
background: #EEE9E9;  /*Edite a cor de fundo*/
border: 0px solid #000000;  /*Edite a cor de borda*/
}

/** Style for header starts here */

#header {
	width: 100%;
	height: 160px;
	margin: 0px auto;
	background: url(images/ccy.jpg) no-repeat left top;
}

#header h1, #header h2 {
	margin: 0px;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

#header h1 {
	padding: 90px 0px 10px 90px;
	font-size: 3em;
}

#header h2 {
	margin-top: -8px;
	padding: 0px 0px 0px 92px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}





/** MENU MENU MENU MENU MENU */







#menu {
	width: 100%;
	height: 45px;
	margin: 0px auto;
	background: #000000;
}

ul.menubar{
width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000; /* IE6 Bug */
	font-size: 100%;
}

ul.menubar .submenu{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #000000;
	border: 0px solid #ccc;
	float:left;
}

ul.menubar ul.menu{
	display: none;
	position: absolute;
	margin: 0px;
}

ul.menubar a{
	padding: 10px;
	display:block;
	text-decoration: none;
	color: #ffffff;
	padding: 10px;
background-color: #000000;
}


ul.menu, ul.menu ul{
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #ccc;
	width: 120px; /* Width of Menu Items */
height: 30px;
	background-color: #ffffff; /* IE6 Bug */
font-size: 85%;
}

ul.menu li{
	position: relative;
	list-style: none;
	border: 0px;

}

ul.menu li a{
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #ffffff;
	padding: 10px 10px 5px 5px;
	background-color: #000000;
}


ul.menu li sup{
	font-weight:bold;
	font-size:7px;
	color: #ff0000;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

ul.menu ul{
	position: absolute;
	display: none;
	left: 119px; /* Set 1px less than menu width */
	top: 0px;
}

ul.menu li.submenu ul { display: none; } /* Hide sub-menus initially */

ul.menu li.submenu { background: transparent url(arrow.gif) right center no-repeat; }

ul.menu li a:hover { color: #ffff00; }




/** Style for wrapper starts here FUNDO FUNDO FUNDO */

#wrapper {

	width: 100%;
	margin: 0px auto;
	background: #ffffff;
	padding: 20px;
}

/** Style for content starts here TEXTO DO CORPO TEXTO DO CORPO*/


#content {
	width: 100%;
	margin: 0px auto;
	padding-top: 25px;
}

#content h2 {
	text-transform: capitalize;
	font-size: 1.6em;
	font-weight: normal;
	border-bottom: 1px #FF0000 dashed;
}

#content h1 {
	text-transform: capitalize;
	font-size: 1.0em;
	font-weight: normal;
	
}

#content h4 {
	text-transform: capitalize;
	font-size: 1.0em;
	font-weight: normal;
	
}
#content h5 {
	text-transform: capitalize;
	font-size: 0.85em;
	font-weight: normal;
	
}

#content p {
}

#left {
	float: left;
	width: 90%;
	padding-left: 20px;
	margin-bottom: 20px;
}

#left ul {
	margin: 0 3em;
	padding: 0;
	list-style: none;
}

#left li {
	margin-bottom: 10px;
	padding-left: 10px;
	line-height: 17px;
}

#left .post {
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 0px;
	margin-bottom: 20px;
	padding-right: 20px;
}


#right ul {
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
}

#right li {
	padding-left: 10px;
}


#galeria {
	width: 85%;
	margin: 0px auto;
	padding-top: 25px;
}


#img-aqui {
	width: 65%;
	margin: 0px auto;
	padding-top: 25px;
}













/** Style for footer starts here RODAPÉ RODAPÉ RODAPÉ*/

#footer {
	clear: both;
	width: 100%;
	height: 22px;
	margin: 0px auto;
	padding-top: 0px;
	background: #000000;
	text-transform: none;
	font-size: 12px;
	color: #FFFFFF;
}

#footer .copyright {
	float: left;
	margin: 0px;
	padding-left: 10px;
	text-align: center;
}

#footer .links {
	float: right;
	margin: 0px;
	padding-right: 20px;
	text-align: center;
}



#footer a {
	color: #E5E5CC;
}
















/** codigo somente para pagina do album */


#topo {
	position:absolute;
	height:30px;
	background:#ffffff url('topo-galeria.jpg') center no-repeat;
	margin-bottom:10px;
	}
#topo h1, #topo h2 {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 
	 }
.galeria {
	width:100%; 
	margin:30 auto;
	text-align:left;
 position:relative;
	}
.img-aqui { 
	background: #ffff ; 
	width:100%; 
	height:100%; 
	position:relative; 
	top:30px;
	float:right; 
	border:0px solid #fff;
	}
ul.fotos {
	position:relative;
	list-style:none;  
	width:180px;
	padding:2;
	background:#C6E2FF;
	margin:0; 
	padding:0; 
}
.fotos:after {
	display: block;
	content: ".";
	height: 0;
	font-size:0; 
	visibility: hidden;
	clear: both;
	}
ul.fotos li {
	width:75;
	height:50;
	float:left; 
	border:0px solid #444;
	margin:1px; 
}
ul.fotos li img {
	border:none; 
	width:75px;
	height:50px;
}
ul.fotos li span img {
	border:none;
	width:500px;
	height:375px;
	height:auto;
	margin:0px;
}
ul.fotos a {
	display: block;
	} 
ul.fotos a span {
	display: none;
}
ul.fotos a:hover span.legenda {
	display: block;
	text-align:center; 
	width:500px;
	position:absolute;
	top:375px;
	left:-2px;
}
ul.fotos a:hover span {
	display: block;
    position: absolute; 
	top:-5px; 
	left: 177px; 
	background:#fff;
	border:0px solid #666;
margin:10px;
   }
ul.fotos a:hover span.legenda {
	padding:5px 0;
	color:#333; 
}

</style>
<!--[if lte IE 6]>
<style type="text/css">
ul.fotos {
	width:164px;
	padding:  2px 0 1px 0;
	}
ul.fotos li {
	margin-top:0; 
}
/* Fixes for IE */
/* Fix IE. Hide from IE Mac \*/
ul.fotos li { float: left; height: 1%; }
ul.fotos li a { height: 1%; }
/* End */
ul.fotos a:hover {
	text-decoration:none;
	background: none; 
	} 
ul.fotos li {width:75px;}
ul.fotos a:hover span.legenda {width:500px;}
</style>
<![endif]-->
</head>



