/* 
Azul Makademy rgb(0,173,238)
Naranja Makademy rgb(251,164,59)
*/

.clear{	clear: both;}

.bg-blue {background-color: #00ADEE;}
.bg-blue a{text-decoration: none;}
.bg-blue a:VISITED {color: #FFFFFF;}

.bg-orange {
	background-color: rgb(252, 176, 60);
	
}

body {
	font-family: basic;
	font-size: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

/************************************************************************************
 *										HEADER										*
 ************************************************************************************/
header {
	width: 996px;
	margin: 0 auto;
}

header>div {
	position: relative;
	float: left;
	display: inline;
	height: 216px;
}

header #logo img {
	margin-top: 20px;
	width: 342px;
	height: 117px;
	width: 342px;
}

/************************************************************************************
 *										SIGN UP										*
 ************************************************************************************/
#sign-up-box p {
	margin: 0;
	margin-left: 90px;
	font-size: 12px;
	width: 150px;
}

#sign-up {
	margin-left: 70px;
	background: url('../img/signupbutton.png') no-repeat 0px -5px;
	min-width: 157px;
	min-height: 115px;
	width: 157px;
	height: 115px;
	font-family: "basic";
	top: 0;
}

#sign-up span {
	position: absolute;
	top: 72px;
	left: 105px;
	color: white;
	font-size: 24px;
}

/*.social-orange {
	position: relative;
	margin-left: 90px;
	top: -5px;
}*/

/************************************************************************************
 *										SIGN IN										*
 ************************************************************************************/
#sign-in-box div {
	position: relative;
	float: left;
}


#sign-in-left, #sign-in-login{
	margin-top: 57px;
}

#bubble-blue {
	position: absolute;
	top: -5px;
	left: 150px;
}

#sign-in-box form {
	margin: 0;
	padding: 0;
}

#sign-in-box input[type="text"],#sign-in-box input[type="password"] {
	width: 142px;
	margin: 3px 8px;
	padding: 4px 4px;
	font-size: 12px;
	border: 1px solid grey;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	outline:0px;
}

#sign-in-box input[type="submit"] {
	position: absolute;
	top: 72px;
	right: -5px;
	background-color: #F6A455; /* rgb(0,173,238)*/
	padding: 5px 10px;
	font-size: 12px;
	border: 1px solid white;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}

#sign-in-left>div {
	margin-left: 16px; background : url(../img/login.png);
	width: 21px;
	height: 21px;
	background: url(../img/login.png);
}

#sign-in-left>div:first-child {
	background-position: 0px 0px !important;
}

#sign-in-left>div:nth-child(2) {
	clear: both; margin-top : 6px;
	background-position: 0px -21px !important;
	margin-top: 6px;
}

#sign-in-left {
	text-align: center;
	padding-top: 17px;
	width: 55px;
	height: 67px;
	background-color: #00ADEE; /* rgb(0,173,238)*/
	/* Border Radius*/
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-border-top-left-radius: 20px;
}


#sign-in-login.non-field-erros input[type="text"],
input#id_username.errors,
#sign-in-login.non-field-erros input[type="password"],
input#id_password.errors{
	border-color: red;
}


#sign-in-login {
	padding-top: 10px;
	margin-left: 3px;
	width: 178px;
	height: 74px;
	background-color: #00ADEE; /* rgb(0,173,238)*/
	/* Border Radius*/
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	/* Polyfill CSS3PIE */
	-pie-border-radius: 5px; /* FIX IE*/
	behavior: url({{url}}/static/polyfills/PIE.htc);
}

.visit {text-decoration: none; color: white;}
.visit:VISITED {color: white;}
.visit:HOVER {color: black;}


/************************************************************************************
 *									SOCIAL BUTTONS									*
 ************************************************************************************/
 
 .social-orange {
	position: relative;
	margin-left: 90px;
	top: -5px;
}


.social-orange .navlist {
	position: relative;
	margin: 0;
	padding: 0;
	top: 2px;
}

.social-orange .navlist li, .social-blue .navlist li  {
	margin-left: 5px;
	list-style: none;
	display: inline;
}

.social-orange .navlist a, .social-blue .navlist a  {
	background-image: url('../img/signup21_24.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 24px;
	padding-right: 21px;
	padding-top: 3px;
}

.social-orange .twitter a{
	background-position:  0 -120px !important;
}

.social-orange .facebook a{
	background-position:  0 -72px !important;
}

.social-orange .linkedin a{
	background-position:  0px -96px !important;
}
 
.social-blue {
	position: relative;
	margin-left: 65px;
}

.social-blue .navlist {
	position: relative;
	margin: 0;
	padding: 0;
	top: 2px;
}

.social-blue .twitter a{
	background-position:  0 -48px !important;
}

.social-blue .facebook a{
	background-position:  0 0 !important;
}

.social-blue .linkedin a{
	background-position:  0 -24px !important;
}

/************************************************************************************
 *									  LOGGED IN										*
 ************************************************************************************/
#logged-in-box div {
	position: relative;
	float: left;
	float: right;
}

#logged-in-box {
	/*margin-top: 62px;
	top: -5px;*/
}

#logged-in-box>img { /* BUBBLE */
	position: absolute;
	top: 0;
	left: 407px;
}

#logged-in-rigth, #logged-in-left{
	margin-top: 62px;
}

#logged-in-left .photo {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid grey;
	margin: 0px 12px;
	/* Border */
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#logged-in-left span {
	color: white;
}

#logged-in-left {
	font-size: 14px;
	padding-top: 20px;
	width: 260px;
	height: 70px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}

#logged-in-left>div {
	float: left;
}

#logged-in-rigth { /* Text */
	color: white;
	text-align: center;
	/* Box */
	margin-left: 3px;
	width: 100px;
	height: 90px;
	/*background-color: #00ADEE;*/
	/* Border Radius*/
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

#logged-in-rigth img, #logged-in-rigth > div {
	margin: 10px 0 5px 0;
	width: 60px;

}

#logged-in-box .logout-box {
	padding: 2px 5px;
	text-align: center;
	position: absolute;
	left: 320px;
	top: 152px;
	min-width: 50px;
	heigth: 50px;
	background-color: #00ADEE;
	margin-left: -40px;
}

#logged-in-box .gradient-blue { /* Gradient */
	background: #2986b8; /* Old browsers */
	background: -moz-linear-gradient(top,  #2986b8 0%, #84c6e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2986b8), color-stop(100%,#84c6e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2986b8 0%,#84c6e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2986b8 0%,#84c6e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2986b8 0%,#84c6e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2986b8 0%,#84c6e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2986b8', endColorstr='#84c6e4',GradientType=0 ); /* IE6-9 */
}

#logged-in-box .gradient-orange {
	background: #fb9d23; /* Old browsers */
	background: -moz-linear-gradient(top, #fb9d23 0%, #ffc578 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb9d23),
		color-stop(100%, #ffc578) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb9d23 0%, #ffc578 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb9d23 0%, #ffc578 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb9d23 0%, #ffc578 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fb9d23 0%, #ffc578 100%);
	/* W3C */
	filter: progid :   DXImageTransform.Microsoft.gradient (    
		startColorstr = 
		 '#fb9d23', endColorstr =   '#ffc578', GradientType =   0 );
	/* IE6-9 */
}

.logout-box a {
	font-size: 11px;
	color: white;
	text-decoration: none;
}

/************************************************************************************
 *										MENU										*
 ************************************************************************************/
#menu {
	width: 100%;
	padding: 10px 0;
	background-color: #e6e6e6;
	clear: both;
}

#menu>div {
	width: 996px;
	margin: 0 auto;
}

#menu input{
	border-radius: 10px;
	font-family: "basic";
	width: 180px;
	border: solid 1px #808080;
	outline: 0px;
	float: right;
	text-align: left;
	padding-left: 30px;
	font-size: 80%;
	background: url('../img/searchbox.png') no-repeat;
	background-color: #FFFFFF;
	background-position: 8px 2px;
}

#menu a:first-child {
	margin-left: 0px;
}

#menu a {
	-webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.5);
	margin-left: 15px;
	color: black;
	text-decoration: none;
	font-family: "basic";
	text-shadow: white 1px 1px;
	padding: 10px 20px 10px 20px;
	border-radius: 10px;
	/* Gradient*/
	background: rgb(251, 176, 59); /* Old browsers */
	background: -moz-linear-gradient(-45deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(251
		, 176, 59, 1) ), color-stop(100%, rgba(249, 208, 157, 1) ) );
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* IE10+ */
	background: linear-gradient(135deg, rgba(251, 176, 59, 1) 0%,
		rgba(249, 208, 157, 1) 100% ); /* W3C */
	filter: progid :       DXImageTransform.Microsoft.gradient (      
		  startColorstr =   
		   '#fbb03b', endColorstr =       '#f9d09d', GradientType =       1 );
	/* IE6-9 fallback on horizontal gradient */
}

.social-orange-menu  {
	width: 996px;
	margin: 0 auto;
	position: relative;
	margin-top: 2px;
}

.social-orange-menu .navlist {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	top: 2px;
}

.social-orange-menu .navlist li {
	margin-left: 5px;
	list-style: none;
	display: inline;
}

/************************************************************************************
 *										DETAILS /pre-footer										*
 ************************************************************************************/
#details {
	margin-bottom: 50px;
	margin-top: 20px;
}

#details h3,#details ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#details .whatsNew ul {
	border-top: 2px solid grey;
	list-style-type: square;
}

#details .newStudents ul {
	border-top: 2px solid #00ADEE;
}

#details .popularCourses ul {
	border-top: 2px solid #FBA43B;
}

#details .twitterFeed ul {
	border-top: 2px solid grey;
}

/************************************************************************************
 *										FOOTER										*
 ************************************************************************************/
footer {
	margin-top: 30px;
	height: 165px;
	background-color: #E6E6E6;
	color: grey;
}

.grid_1_img{
	height: 165px;
}

footer a{
	text-decoration: none;
	color: grey;
}

footer a:hover{
	text-decoration: underline;
}

footer img{
	height: 155px;
}
footer ul {
	list-style-type: none;
	padding: 0;
	margin: 30px 0;
}