@charset "utf-8";
/* CSS Document */
* {margin:0;padding:0;}
a {text-decoration: none;}
img {border: 0}
h1 {font-family: "Bookman Old Style","Times New Roman",Times,serif; }
li { list-style: none;}
body {
	margin: 0px;
	background-color: #000;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
    width:12000px;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	overflow: hidden;	
}
input, textarea {
	border: 0 none;
    height: 30px;
    margin: 0 0 12px;
    width: 380px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
label.error{
	color: #900;
	margin-bottom: 10px;
	margin-top: -12px;
	display:block;
}
textarea {height: 150px}

.subtitle {text-transform: uppercase; font-size:18px;}
.section{
    margin:0px;
    bottom:0px;
    width:2000px;
    float:left;
	height:100%;

}

.black{
    color:#fff;
    background:#000;
}
.yellow{
    color:#000;
    background:#f79e02;
	height: 1080px;
}

#pencil-animation {
	position: absolute;
	left: 174px;
	top: 355px;
}
#tagline {
	position: absolute;
	left: 410px;
	top: 330px;
	width: 681px;
	height: 64px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 26px;
	color: #444;
}

#menu {
	position: absolute;
	left: 375px;
	top: 21px;
	height: 77px;
	width: 440px;
	line-height: 15px;
	color: #777;
	font-size: 13px;
}


#menu a {
  display: block;
  height: 16px;
  float: left;
  background-position: top;
  background-repeat: no-repeat;
  cursor: pointer;
}

#menu a:hover {
  background-position: bottom;
}

#menu-portifolio {
	width: 110px;
	background-image: url(images/button_05.gif);
}

#menu-sobre {
	width: 90px;
    background-image: url(images/button_07.gif);
}
#menu-contato {
	width: 130px;
    background-image: url(images/button_09.gif);
}
#menu-home {
	width: 90px;
    background-image: url(images/button_03.gif);
}

#menu-blog {
	width: 90px;
    background-image: url(images/button_11.gif);
}

#logo{
	position:absolute;
	left: 22px;
	top: 16px;
}
#mascote{
	position: absolute;
	top: 134px;
}
#portifolio-home-btn{
	position:absolute;
	left: 2000px;
	top: 0;
}
#portifolio-back-btn{
	position:absolute;
	left: 2831px;
}
#portifolio-next-btn{
	position:absolute;
	left: 2935px;
}
#portifolio-title{
	position:absolute;
	top: 38px;
}
#portifolio-repository{
	position:absolute;
	top: 139px;
	width: 1182px;
	height: 490px;
	background-image: url(images/portifolio_08.jpg);
}

#sobre-home-btn{
   position:absolute;
}
#sobre-back-btn{
	position:absolute;
	left: 4877px;
	top: -1px;
}
#sobre-next-btn{
	position:absolute;
	left: 4989px;
}
#sobre-title{
	position:absolute;
	top: 38px;
}
#sobre-repository{
	position:absolute;
	top: 166px;
	width: 1200px;
	height: 490px;
	left: 4001px;
}

#contato-home-btn{
   position:absolute;
}
#contato-back-btn{
	position:absolute;
	left: 6850px;
}
#contato-next-btn{
	position:absolute;
	left: 6954px;
}
#contato-title{
	position:absolute;
	top: 38px;
}
#contato-repository{
	position:absolute;
	top: 139px;
	width: 800px;
	height: 490px;
}
#portifolio-tabs-wrapper {
	position: absolute;
	width: 737px;
	height: 59px;
	top: 423px;
}
.portifolio-tabs {
	float: left;
	width: 100px;
	height: 28px;
	background: no-repeat right;
	color: white;
	padding: 10px 0 0 10px;
}
#portifolio-content {
	position: absolute;
	left: 9px;
	top: 28px;
	height: 387px;
	width: 770px;
}

#portifolio-tab1 {
	width: 60px;
	background-color:#000; 
	background-image: url(images/round_corner_03.gif);
}
#portifolio-tab2 {
	width: 90px;
	background-color:#5B3A01;
	background-image: url(images/round_corner_05.gif);
}
#portifolio-tab3 {
	width: 100px;
	background-color:#A46A05;
	background-image: url(images/round_corner_07.gif);
}
#portifolio-tab4 {
	width: 40px;
	background-color:#CA8102;
	background-image: url(images/round_corner_09.gif);
}
#portifolio-tab5 {
	width: 70px;
	background-color:#D88E08;
	background-image: url(images/round_corner_11.gif);
}

.tabbed_content {
	background-color: #000000;
	width: 780px;
	margin-top: 20px;	
}

.tabs {
	height: 38px;
	position: relative;
}

.tabs .moving_bg {
	padding: 2px 0;
	background-color:#000;
	background-image:url(images/tab.gif);
	position: absolute;
	width: 124px;
	z-index: 190;
	left: 0;
	padding-bottom: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 27px;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 6px 0 0 0;
	width: 124px;
	color: #714903;
	font-weight: bold; 
	font-size: 14px;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
/*	background-color: #000000;
*/	padding: 30px 0 20px 20px;
	position: relative;
	width: 780px;
}

.tabslider {
	width: 5000px;
	color: #fff;
}

.tabslider ul {
	float: left;
	width: 740px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
}

.tabslider ul a {
	color: #ffffff;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
	list-style-type:none;
	float: left;
	padding: 3px;
}
#team-details {
	border: 3px dashed #666;
	width: 90px;
	height: 80px;
	text-align: center;
	padding: 40px 20px;
	color: #444;
	margin: auto auto;
	
}
#team-name {
	background-image: url(images/names.gif);
	background-repeat: no-repeat;
	background-position: 30px 0;
	height: 35px;	
}
.team-item {
	width: 120px;
	height: 150px;
	background-color: gray;
	background-repeat:no-repeat;
	background-position:left;
	float: left;
	margin: 2px;
	cursor:move;
	/*cursor:grab;
	cursor:-moz-grab;
	cursor:-webkit-grab;*/	
}

.drag {
	background-position: -1080px;
}
#dialog-modal {
	display: none;

}
#team-score {
	position:absolute;
	width:152px;
	height:107px;
	left: 858px;
	top: 230px;

}

/*
.team-item.custom_cursor {
	cursor: move;
  cursor: eurl(https://mail.google.com/mail/images/2/openhand.cur), default !important;
}

.team-item.grabbing {
  cursor:grabbing;
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
}

.team-item.custom_cursor.grabbing {
  cursor: url(https://mail.google.com/mail/images/2/closedhand.cur), default !important;
}*/

div.score-title {
	color: #666;
	font-size:12px;
	height: 14px;	
}
div.graybar, div.yellowbar {
	background-image: url(images/graybar.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 21px;
}

div.yellowbar {
	background-image: url(images/yellowbar.gif);
}

#bar1, #bar2, #bar3{
	width: 1px;	
}


