/*

(C) 2009 FelipeDias.com
Todos os direitos reservados.

http://www.felipedias.com.br

Desenvolvido por guFigueiredo | Soluções em Internet

*/



:link,:visited {text-decoration:none}


/*CSS RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

* { margin: 0; padding: 0; }

/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/*COMMON*/

body
{
	line-height: 1;
	padding: 0;
	margin: 0;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	text-align:left;
	background:#011828 url(../images/bg_main.jpg) no-repeat center top;
}


p
{
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
	line-height:1.4;
}

a
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color:#FFF;
}



a:hover
{
    color:#c0d900;
    text-decoration: underline;
}

h1
{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:24px;
	font-weight:100;
	color:#C8E200;
	margin:25px 0;
}

h2
{
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:18px;
	font-weight:100;
	color:#FFF;
	margin:0 0 10px 0;

}


.destaque
{
	color:#C8E200;
}


#master
{

	background:transparent;
}

	#page
	{
		width:944px;		
		margin:0px auto;		
	}

		#header
		{
			width:100%;
			height:147px;
		  position:relative;
      border:1px solid transparent;		  
		}
		  
		  #logos
		  {
		      position:absolute;
		      top:10px;
		      right:0;
		      width:150px;
		      height:50px;
		       
      }
      
        #logos ul {margin:0; padding:0;}
        
        #logos ul li {display:inline; margin:0 5px;}
        
        #logos ul li a {display:inline-block; width:32px; height:32px; border:none; text-indent:-9999px;}
        
        #logos ul li a.twitter {background:url(../images/twitter.png) no-repeat center center;}
        #logos ul li a.youtube {background:url(../images/youtube.png) no-repeat center center;}
        #logos ul li a.orkut {background:url(../images/orkut.png) no-repeat center center;}

			#menu
			{ 			  
				width:95%;
				height:35px;
				margin:102px auto;
				margin-bottom:0; 
								
			}


		#content
		{
			width:703px;
			height:auto !important;			
			margin-left:30px;
			margin-top:8px;
		}
		
			div#content:after
    	{
    	   content:".";
    	   display:block;
    	   clear:both;
    	   visibility:hidden;
    	   height:0;
    	   overflow:hidden;
    	}

		.title
		{
			width:100%;
			height:34px;
			background:#abc100;
			float:left;
		}

		.title.news
		{
			width:100%;
			height:34px;
			background:#0c3f59;
			float:left;
		}

		.title h1
		{
			margin:5px 5px;
			font-family:Tahoma, Verdana, Arial, sans-serif;
			font-size:18px;
			color:#FFF;
		}




/*********************** HOME ******************************/


#leftSection
{
	width:450px;
	height:445px;
	float:left;
}
	#banner
	{
		width:100%;
		height:187px;
		float:left;
		clear:both;
	}

	#agenda
	{
		float:left;
		width:217px;
		height:235px; /*BOTAR 100% DEPOIS*/
		margin-top:23px;
	}

		.agendaItem
		{
			border-bottom:1px solid #112a3b;
			float:left;
			width:100%;
			padding:10px 0;
		}

		.agendaDate
		{
			float:left;
			font-weight:bold;
			margin-left:10px;
		}

		.agendaText
		{
			float:left;
			margin-left:15px;
		}



	#news
	{
		float:right;
		width:217px;
		height:235px; /*BOTAR 100% DEPOIS*/
		margin-top:23px;
	}
		.newsItem
		{
			margin-top:15px;
			margin-left:7px;
		}
		.newsItem span
		{
			font-weight:bold;
			width:100%;
			float:left;
			margin-bottom:5px;
		}
		.newsItem a
		{
			margin:0;
			color:#FFF;
		}
		.newsItem a:hover
		{
			color:#c0d900;
		}

#rightSection
{
	width:224px;
	height:445px;
	/*CASO A DIV DA DIREITA DESÇA, DIMINUIR O MARGIN-LEFT EM 1PX*/
	margin-left:23px;

	float:left;
}

	#videos
	{
		width:100%;
		height:187px;
		border:1px solid #abc100;
		float:left;
		clear:both;
	}
		.videoItem
		{
			background:#112a3b;
			padding:6px;
			margin:4px 5px 0 5px;
		}
		.videoItem span
		{
			background:url(../images/i_video.jpg) no-repeat left;
			width:100%;
			padding:3px 0;

		}
		.videoItem span a
		{
			margin-left:23px;
		}

	#newsletter
	{
		float:left;
		width:100%;
		height:108px; /*BOTAR 100% DEPOIS*/
		margin-top:23px;
	}
		#newsletterBox
		{
			margin-top:2px;
			width:100%;
			height:73px;
			background:url(../images/bg_newsletter.jpg) repeat-x;
			float:left;
		}

		.newsletterBoxTexto
		{
			margin-top:10px;
			margin-left:12px;
		}

		#newsletterBox fieldset
		{
			margin:14px 0 0 12px;
			border:none;
		}

		#newsletterBox input
		{
			width:105px;
			padding:2px;
			font-size:10px;
			font-style:italic;
			background:#00131f;
			border:1px solid #0e2331;
			color:#549fb8;
		}
		#newsletterBox input.button
		{
			width:38px;
			height:20px;
			padding:1px;
			font-style:normal;
			border:1px solid #0e2331;
			color:#FFF;
			font-size:8px;
			background:url(../images/bg_button.jpg) repeat-x #031b2b;
		}

	#links
	{
		float:left;
		width:200px;
		height:90px; /*BOTAR 100% DEPOIS*/
		margin-top:10px;
	}

.boxContent
{
	width:100%;
	margin:3px 0;
	float:left;

}

/*********************** SECTIONS ******************************/

.section { margin-top:5px; padding-right:10px; height:100%; }

	.plus { color:#c0d900;}

	.section h1
	{
		font-family: Arial, Tahoma, Verdana sans-serif;
		font-size:40px;
		color:#FFF;
		margin:0;
		padding:0;
		width:100%;
		background:url(../images/bg_title.png) repeat;
		margin-bottom:20px;
		text-transform:lowercase;
	}

	.section h2
	{
		font-family: Arial, Tahoma, Verdana sans-serif;
		font-size:24px;
		color:#c0d900;
		margin:0;
		padding:0;
		margin-bottom:10px;
	}

	.section p
	{
		font-size:12px;
		line-height:1.6;
		text-align:justify;
	}

.sectionContent
{
	float:left;
	width:480px;
	height:100%;
	min-height:380px;
	margin-bottom:50px;
	display:table;
}
.sectionNav
{
	float:right;
	display:table;
	width:150px;
	border:1px solid #0c3f59;
	padding:2px;
}
	.sectionNav ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}

	.sectionNav li
	{
		display:block;
		background:#0c3f59;
		margin-top:2px;
	}

	.sectionNav li a
	{
		display:block;
		padding:8px;
		font-size:18px;
		color:#FFF;
		font-family: Arial, Tahoma, Verdana sans-serif;
	}

	.sectionNav li.selected
	{
		background:#abc100;
	}

	.sectionNav li a:hover
	{
		display:block;
		background:#abc100;
		text-decoration:none;
	}

.setupItem
{
	width:100%;
	height:155px;
}

	.setupItemPhoto
	{
		float:left;
		width:150px;
		height:150px;
		border:2px solid;
	}

	.setupItemText
	{
		float:left;
		width:270px;
		height:100px;
		margin-left:20px;
		margin-top:25px;
	}


.categoryNav
{
	float:right;
	display:table;
	width:160px;
	border:1px solid #0c3f59;
	padding:2px;
}
	.categoryNav ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}

	.categoryNav li
	{
		display:block;
		background:#0c3f59;
		margin-top:2px;
	}

	.categoryNav li a
	{
		display:block;
		padding:5px;
		font-size:12px;
		color:#FFF;
		font-family: Arial, Tahoma, Verdana sans-serif;
	}

	.categoryNav li.selected
	{
		background:#abc100;
	}

	.categoryNav li a:hover
	{
		display:block;
		background:#abc100;
		text-decoration:none;
	}

/******************* VIDEOS **********************************/

.video
{
	width:100%;
	height:110px;
	background-color:#112a3b;
	margin-top:7px;
	padding:7px 0;
	float:left;
	clear:both;

}
	.videoImage
	{
		float:left;
		height:110px;
		margin-left:7px;
	}


	.videoImage a img
	{
		border:3px solid #0c3f59;
		padding:2px;

	}

	.videoImage a:hover img
	{
		border:3px solid #abc100;
	}

	.videoInfo
	{
		float:left;
		margin-left:10px;
		width:325px;
	}

	.videoInfo h3
	{
		margin-bottom:5px;
		margin-top:5px;
	}
	.videoInfo h3 a
	{
		font-size:16px;
		color:#abc100;

	}

	.videoInfo h3 a:hover
	{
		color:#FFF;
	}

.videoStream
{
	border:3px solid #0c3f59;
	padding:3px;
	width:426px;
}

.comentario
{
	margin-top:15px;
	margin-left:7px;
	border-bottom:1px solid #0c3f59;
}
		.comentario span
		{
			font-weight:bold;
			width:100%;
			font-size:14px;
			float:left;
			margin-bottom:5px;
		}
		.comentario a
		{
			margin:0;
			color:#FFF;
		}
		.comentario a:hover
		{
			color:#c0d900;
		}

/**********************AULAS******************************/

#cadastrarLink
{
	display:block;
	padding:15px 25px;
	margin:30px 0 50px 0;
}

#cadastrarLink a
{
	font-size:22px;
	background:#0c3f59;
	padding:15px 25px;
}

#cadastrarLink a:hover
{
	color:#FFF;
	font-size:22px;
	background:#abc100;
	padding:15px 25px;
}

/******************* AGENDA **********************************/

.agendaInterna
{
	width:100%;
	border-bottom: 1px solid #0c3f59;
	margin-top:10px;
	padding-bottom:5px;
}

	.agendaInterna h2
	{
		font-size:20px;
		margin:0;
	}

	.agendaInterna h3
	{
		font-size:12px;
		margin-top:5px;

	}

/*********************** FOOTER ******************************/

#footer
{
	width:100%;
	background-color:#002134;

}
	#footerMaster
	{
		width:944px;
		height:158px;
		margin:0px auto;
		background:url(../images/bg_footer.jpg) no-repeat;

	}

		#footerContent
		{
			width:884px;
			margin:0px auto;
			padding-top:20px;

		}

			#boxLinks
			{
				float:left;

			}

			#footerContent ul
			{
				list-style:none;
				margin:0;
				padding-left:10px;
				line-height:1.6;
			}

			#footerContent ul li
			{
				text-transform:lowercase;
			}

      #boxRight {width:650px; float:left; margin-left:50px;}
			#boxCopyright
			{
				float:left;
				width:270px;
				border:1px solid
				margin-left: 50px;
				text-align:right;
				clear:both;
			}
			
			#boxLogos {float:left; margin-left:20px; margin-top:10px; width:650px; height:56px;}



/***************************FORMULARIOS ****************************/

div.newsletter
{
	text-align:left;
	font: 12px Tahoma, Verdana, Arial, Tahoma, Sans-Serif;
	color:#333333;
}

div.newsletter fieldset {margin-top:10px; border:none;}

div.newsletter label
{
	float:left;
	width:70px;
	margin-top:3px;
	text-align:right;
	font: 10px Verdana, Arial, Tahoma, Sans-Serif;
	color:#666;
	padding-right:10px;
}

div.newsletter input, div.box select
 {
	margin-bottom:5px;
	font-size:10px;
	width:100px;
}

div.newsletter input
 {
	height:16px;
	padding-left:3px;
	background-color:#fff;
	font: 10px Verdana, Arial, Tahoma, Sans-Serif;
	color:#059AAE;
	border:1px solid #CCCCCC;
}

div.newsletter input.newsButton
 {
	border:none;
	width:30px; height:20px;
	font: 11px Verdana, Arial, Tahoma, Sans-Serif;
	color: #666;
	background:url('../images/bg_botao.jpg') repeat-x;
	text-align:center;
	border:1px solid #FFF;
}

div.box
 {
	text-align:left;
	font: 12px Trebuchet Ms, Verdana, Arial, Tahoma, Sans-Serif;
	color:#333333;
}

div.box fieldset {margin-top:25px; border:none;}

div.box label
 {
	float:left;
	width:120px;
	text-align:right;
	font: 16px Arial, Verdana, Tahoma, Sans-Serif;
	color:#fff;
	padding-right:10px;
	text-transform:lowercase;
}

div.box img {padding:0 0 8px 3px;}

.validate {padding-bottom:4px;}


div.box input, div.box select
{
	margin-bottom:5px;
	font-size:14px;
}

div.box input
 {
	height:20px;
	margin-left:3px;
	padding:3px;
	font: 16px Arial, Verdana, Arial, Tahoma, Sans-Serif;
	background:#00131f;
	border:1px solid #0e2331;
	color:#c0d900;
	font-weight:bold;
}

div.box textarea
 {
	padding-left:3px;
	font: 11px Verdana, Arial, Tahoma, Sans-Serif;
	overflow:auto;
	background:#00131f;
	border:1px solid #0e2331;
	color:#c0d900;
}

div.box select
 {
	height:20px;
	margin-bottom:5px;
	background-color:#fff;
	font: 10px Verdana, Arial, Tahoma, Sans-Serif;
	color:#c0d900;
	border:1px solid #ccc;
}


div.box input.radio
 {
	width:20px;
	vertical-align:top;
	background:#FFF none;
	border:none;
}

div.box input.button
 {
	border:none;
	width:100px; height:26px;
	font: 14px Verdana, Arial, Tahoma, Sans-Serif;
	color: #000;
	background:#c0d900 url('../../images/bg_botao.jpg') no-repeat;
	text-align:center;
	margin-top:10px;
	margin-left:140px;
	border:1px solid #FFF;

}

div.box input.button_sub {
	border:none;
	width:100px; height:22px;
	font: 11px Verdana, Arial, Tahoma, Sans-Serif;
	color: #666;
	background:#f1f1f1 url('../../images/bg_botao.jpg') no-repeat;
	text-align:center;
	margin-top:10px;
	margin-left:5px;
	border:1px solid #ccc;
}

/**************** RSV *************/
.errorField
      {
        border: 1px solid red;
        background-color:Red;
        color: #990000;
      }

      #rsvErrors {
        display: none;
        background-color: #000;
        border: 4px solid #c0d900;
        padding: 8px;
        color:#fff;
        font-size:12px;
        }