/*

	
	corporattica // free CSS template
	
	=================================
	
	Author: Luka Cvrk
	
	Solucija - Awesome web templates
	www.solucija.com
	
	---------------------------------

*/

@charset "utf-8";

/* reset */
*{
	margin:0;
	padding:0;
	outline:0;
}
img {
	border: 0; 
}
.clear { 
	clear: both; 
}
.line {
	clear: both;
	padding: 15px 0 0;
	margin: 0 0 25px;
	border-bottom: 1px solid #ddd;
}

body { 
	font: .8em Arial, Verdana, Tahoma, Sans-Serif; 
	background: #f4f4f4 url(../images/bgtile.jpg) repeat-x; 
	color: #555; 
}

/* typography and links */
a { 
	text-decoration: none;
	color: #333;
	border: none !important;
}

p  { 
	margin: 0 0 17px; 
	line-height: 1.6em; 
}

/* headings */
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
h1 { 
	float: left; 
	font-size: 2.1em; 
	color: #fff;
	letter-spacing: -1.4px;	
	margin: 0 0 5px 0;
	padding: 7px 0 0 17px;
}
h1 a { 
	color: #fff; 
}
h2 { 
	margin: 0 0 15px; 
	font-size: 1.9em; 
	color: #000; 
}
h2.inner { 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 25px; 
	padding: 0 0 10px; 
}
h3 { 
	margin: 0 0 7px;  
	font-size: 1.3em; 
	clear: both; 
	color: #000; 
	line-height: 1.3em; 
}
h4 { 
	margin: 0 0 10px; 
	font-size: 1.2em; 
	color: #000; 
}
h5 {
	font-size: 1em;
	color: #eee; 
	margin: 0 0 14px;
}

#bg { 
	background: url(../images/bg.png) no-repeat center top; 
}

/* content holder */
.wrap { 
	margin: 0 auto; 
	width: 960px;
}

/* menu */
#mainmenu { 
	float: right; 
	margin-top: 30px;
}
#menu ul { 
	float: right; 
}
#menu li { 
	list-style: none;
	position:relative;
    float:left; 
}
#menu li a { 
	text-decoration:none;
	list-style:none;
	display: block; 
	color: #fff; 
	padding: 7px; 
	font-size: 1.1em; 
	border: 1px solid transparent; 
}
#menu a:hover{ 
	background:#004387;
	color: #fff;   
}
#menu li ul { 
	top:23px; 
	/*left:-20px;*/
	/*top: 60px;*/
	background-color:#0061ad; 
	/*padding: 3px;*/
	font-size: .92em; 
	position: absolute; 
	display: none; 
	z-index: 100;	
}
#menu li ul li { 
	border:1.5px solid #004387;
	display: block;
	width:99%;
}

#menu li ul li a { 
	display: block;
	color: #fff;
	margin: 4px; 
	white-space: nowrap;
	padding: 8px;	
}
#menu li ul li a:hover {
	background:#004387;
}

/*-------- rede social ----------*/

#rede{ float: left; padding: 45px 0 0 25px; }

img#efeito50 {background:transparent url(http://www.unasus.uerj.br/wp-content/themes/corporattica/cursos/imagens/redesocialf.png);}
img#efeito50:hover {background:transparent url(http://www.unasus.uerj.br/wp-content/themes/corporattica/cursos/imagens/redesocialfh.png);}

img#efeito51 {background:transparent url(http://www.unasus.uerj.br/wp-content/themes/corporattica/cursos/imagens/redesocialt.png);}
img#efeito51:hover {background:transparent url(http://www.unasus.uerj.br/wp-content/themes/corporattica/cursos/imagens/redesocialth.png);}

/*-------- rede social ----------*/

/* pitch slideshow */
#pitch { 
	clear: both; 
	height: 300px; 
	/*background: url(../images/shadow.png) no-repeat left bottom;*/
	/*(margin: 0 0 25px;*/
}
#slideshow {
    position:relative;
    height: 310px;
}
#slideshow img {
	float: left;
}
#slideshow div {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
#slideshow div.active {
    z-index: 10;
}
#slideshow div.last-active {
    z-index: 9;
}

#zoom { 
	z-index: 11; 
}

/* pitch overlay */
.overlay {
	clear: both;
	float: left; 
	z-index: 100;
	position: relative; 
	margin: 100px 0 0; 
}
.overlay h2{ 
	color: #fff; 
	font-size: 2em;
	background: url(../images/dot.png);
	padding: 16px;
	margin: 0;
	float: left;
	width: 300px;
}
.overlay p {
	clear: both;
	background: #fff;
	padding: 16px;
	width: 300px;
}

#slideshow:hover .arrow {
	background: url(../images/dot.png);
}

.arrow { 
	float: right;
	position: relative;
	width: 65px;
	height: 63px;
	margin: -180px 0 0;
	z-index: 100;
}

.arrow a { 
	float: left;
	background: url(../images/pitcharrow.gif) no-repeat center center; 
	width: 15px;
	height: 24px;
	padding: 19px 25px;
}


/* inner pitch */
#inner-pitch {
	clear: both;
}
#inner-pitch .overlay {
	margin: 0;
	width: 920px;
}

/* main content */
#main { 
	clear: left; 
	float: left; 
	width: 950px;
		/*border-right: 1px dotted #ddd; *traçado de serapação do lado direito*/ 
	padding: 0 0px; 
	margin: 40px 0 0;
}

#intro { 
	padding: 0 0 0px; 
	margin: 0 0 0px;
	/*border-bottom: 1px dotted #ddd; *traçado de separação de cima*/
}

/* holder for page content */
#page { 
	
}
.justify { 
	text-align: justify; 
}

/* images align */
.left { 
	float: left; 
	margin: 0 15px 5px 0; 
}
.right { 
	float: right; 
	margin: 0 0 5px 15px; 
}

/* tables */
.table { 
	border-collapse: collapse;
	width: 100%;
	margin: 0 0 30px;	
}
.table td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.table thead td {
	font-weight: bold;
	border-bottom: 3px double #ddd;
	border-top: 1px solid #ddd;
	background: #fff;
}
.table .odd td { background: #fff; }

/* blog posts */
.blog-post  { 
	border-bottom: 1px solid #ddd; 
	margin: 0 0 30px; 
}
.blog-date { 
	float: left; 
	width: 40px; 
	text-align: right; 
	font-size: .9em; 
	padding: 4px 0 0;
}
.blog-date span { 
	font-size: 1.8em; 
}
.blog-body { 
	float: right; 
	width: 590px; 
	border-left: 1px solid #ddd;
	padding: 0 0 0 22px;
}

/* lists */
#page ul, #page ol { 
	margin: 0 0 25px 27px; 
}
#page li { 
	padding: 6px 0; 
	list-style: square; 
}

/* boxes */
.half, .third { 
	float: left; 
	width: 292px; 
	background: #fff; 
	padding: 15px; 
	margin: 0 30px 30px 0; 
}
.third {
	width: 175px;
}

.last { 
	margin-right: 0; 
}
/*---meio---*/
/*#meio{ width: 960px; height:197px; background: #B77D7D;}
#meio ul { width: 320px; height:197px; background: #4F39B7; float:left;}*/

#meio{ 
    width: 960px;
    height:197px;
    background: #B77D7D;
}

.box{
    width: 320px;
    height:197px;
    background: #ddd;
    float:left;
}



/*---centro---*/
#centro { width: 960px; height: 530px; background: #000000; }

.cen { width: 318px; height: 530px; float: left; background: #BAB9B9; }  
.cen ul { width:192px ; height:405px ; background: #B77D7D; margin-left: 70px; margin-top: 40px; }
.cen img { width: 182px; height: 185px; background: #4F39B7;  }
.cen a:hover { color: #ed5353; text-decoration: underline;}


/* home page bits */
#bits {
	clear: both;
	/*margin: 0 0 50px;*/
	width: 960px; !important
	/*float: left; !important
	clear: left; !important*/

}

.bit {
	float: left;
	width: 203px;
	margin-right: 92px;
	padding: 0 25px 0 0;
	
}
.bit h4 {
	/*margin: 0 0px;*/
}
.bit img { /*margin: 0 0 8px;*/ height: 197px; width: 320px; }


/*.bit p {
	font-size: .9em;
}*/
.bit.last { padding-right: 0; }
.more { margin: 0; } 


/* sidebar */
#side { 
	float: right; 
	width: 220px; 
	font-size: .9em;
}
#side h4 {
	margin: 0 0 23px;
	font-size: 1.3em;
}

.news { 
	border-bottom: 1px dotted #ddd;
	margin: 0 0 11px;
 
}
.news h5 { 
	margin: 0 0 5px; 
	font-size: 1.2em;
}
.news p {
	margin: 0 0 11px;
}

#quote {
	margin: 0 0 30px;
	padding: 20px 0 0 0;
	font-size: .94em;
}

/* side menu */
.side-menu li { 
	list-style: none; 
	padding: 10px 4px; 
}

.side-menu li ul li{ 
	list-style: none; 
	padding: 10px 4px; 
	border-bottom: 1px solid #ddd; 
}


/* forms */
fieldset {
	border: 0;
}
label { 
	display: block;
	color: #444;
	padding: 0 0 2px;
}
input.text, textarea.text {
	width: 250px;
	padding: 5px;
	border: 0;
	border: 1px solid #ddd;
	margin: 0 0 3px;
}
textarea.text  {
	width: 400px;
	height: 120px;
}
input.submit {
	color: #fff;
	padding: 7px 10px;
	border: 0;
	font-weight: bold;
	background: #777;
}
.error,
.success							{display:none;}	

/* footer */
#footer { 
	clear: both; 
	color: #999; 
	background: url(../images/footertile1.jpg) repeat-x;
	font-size: .9em;
	
}
#footerbg {
	padding: 35px 0 80px 0;
	background: url(../images/footer1.jpg) no-repeat center top;
}

#footer p { 
	margin: 0 0 12px;
	padding: 6px 0;
}

#footer li { 
        margin: 0 0 12px;
	padding: 6px 0;
	display: inline;
}
#footer_menu {
	float: right;
	padding: 4px 0 0;
}
#footer a { 
	color: #999; 
	margin: 0 5px 0 0; 
	padding: 6px 10px;
	background: url(../images/dot.png) no-repeat left center; 
	border: 1px solid transparent;
}
#footer a:hover {
	border-color: #555;
}
#fleft {
	clear: both;
	padding: 25px 0 0;
	font-size: .94em;
}

#copy { 
	color: #777; font-size: 1.1em; 
}
#copy span { 
	color: #999; 
}

/***************** Paginate links Styles ******************/
.page-numbers {
    float: left;
    margin-top: 10px;    
}
.page-numbers li {
    display: inline-block;
    margin-left: 3px;    
}
.page-numbers a, .page-numbers .dots, .page-numbers .next, .page-numbers .prev {
    padding: 3px 5px;
    background: #eee;
    text-decoration: none; 
}
.page-numbers a:hover, .page-numbers .next:hover, .page-numbers .prev:hover {
    background: #666;
}
.page-numbers .current {
    padding: 3px 5px;
    background: #666;
    color: #27B3CF;   
}

/***************** Paginate links Styles ******************/