/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	width: 967.5px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	height: 100%;
	background: #3E3E40 url(http://www.wecreatebump.com/files/gimgs/patterns.jpg) repeat;
	overflow: auto;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: line-through;
	color: #000;
}
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; }
a:focus {text-decoration: line-through;}

a img { border: none; }

#menu {
	width: 280px;
	overflow: hidden;
	top: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	height: 100%;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.5);
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 13px;
	margin-left: 70px;
}
#menu ul li.section-title:focus{
	text-decoration: line-through;
}
#menu ul li.section-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: lighter;
}

#menu ul li.section-titleC {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: lighter;
	padding-top: 30px;
}
#menu ul li.section-titleCredit {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	padding-top: 30px;
}
#content {
	height: 100%;
	top: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
}

.container {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#content p {
	width: 400px;
	margin-bottom: 5px;
	margin-top: 30px;
}

p {
    margin: 0 0 5px 0;
}

#movie {
	background-color: rgba(255,255,255,0.9);
	color: #000;
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
	width: 717px;
	padding: 0;
	text-align: left;
	left: 2px;
	float: right;
	border-color: #000;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#espaçoCommunity{
	height: 20px;
	font-size: 36px;
	color: #066;
}