.navbar {
	border-radius: 0px;
}

nav.navbar a.logo {
	display: block;
	height: 100px;
	width: 175px;
	padding: 0;
	margin-top: -10px;
	margin-left: 0px;
	background:   url('../images/logoBeta.png') no-repeat left center;
	background-size:  175px ;
	float:left;
	position: absolute;
}
nav .container {max-width: 800px;}
#content.container {
	border: 4px solid black;
	border-top-right-radius: 30px 70px;
	border-top-left-radius: 30px 70px;
	border-bottom-left-radius: 30px 70px;
	border-bottom-right-radius: 30px 70px;
	background: #356aa0;
	padding: 12px 0px 40px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 800px;
}

#content.container .copyright {
	padding: 5px 20px;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}

#content.container #wrapper {
	border: 3px solid black;
	background: #fff;
	border-top-right-radius: 50px 100px;
	border-top-left-radius: 50px 100px;
	border-bottom-left-radius: 50px 70px;
	border-bottom-right-radius: 50px 70px;
	padding: 20px;

}

.box {
	border: 2px solid black;
	border-top-right-radius: 10px 25px;
	border-top-left-radius: 10px 25px;
	border-bottom-left-radius: 10px 25px;
	border-bottom-right-radius: 10px 25px;
	padding: 4px;
	margin-bottom: 20px;
}

#message.box .inner,
.box .inner  {
	border: 2px solid black;
	border-top-right-radius: 10px 25px;
	border-top-left-radius: 10px 25px;
	border-bottom-left-radius: 10px 25px;
	border-bottom-right-radius: 10px 25px;
	padding: 20px;
}


/* PAGES */


.shadow-white {
	text-shadow: 1px 1px 0px #fff;
}
.shadow-black {
	text-shadow: 1px 1px 0px #000;
}


/* USER PROFILE */
#profileName {
	text-align: center;
}

#profileName h1 {
	font-size: 5em;
}

#profile h2 span.box {
	padding: 10px;
	display: block;
}

#profile .msgBox {

	font-weight: bold;
	font-size: 1.5em;


}



#profile .userImg {
	background: #fff;
	border: 3px solid black;
	padding: 25px;
	padding-bottom: 10px;
	border-radius: 4px;
}
#profile .userImg .imgHolder {
	border: 3px solid black;
	background: black;	
}
#profile .userImg .imgHolder img {
	
}
#profile .userImg .userName {
	font-size: 3em;
	margin: 0;
	padding: 0;

}

#profile #levels .box {
	padding: 20px;
	font-size: 1.4em;
	color:#fff;
	text-align: center;
	text-shadow: 1px 1px 0px #333;
}
#profile #levels .box.yellow,
#profile #levels .box.white {
	color: #333;
	text-shadow: 1px 1px 0px #fff;
}

#profile div.padding {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

a#practice {
	position: relative;
	top: -50px;
}

.msgBox {
	border: 2px solid black;
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	margin-bottom: 20px;
}

ul#ranking {
	margin: 0;
	padding: 0;
}
ul#ranking li {
	width: 10%;
	float: right;
	list-style:none;
}

section h2 {
	color: #000;
	text-shadow: 2px 2px 0px #fff;
	font-size: 2.5em;
}

/* PROFILE VIDEOS */

#profile .video {
	position: relative;
	padding-bottom: 10%;
	padding-top: 30px;
	width: 300px;
	overflow: hidden;
}
#profile .video iframe,
#profile .video object,
#profile .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
form#videoSubmit.processing {
	display: none;
}
#uploadVideo.box .inner .process {
	background-image: url('../images/process.gif')!important;
	background-repeat: no-repeat!important;
	background-color: #fff;
    background-position: center!important;
	height: 200px;
	width: 100%;
	opacity: 0.5;
}

#profile .video-container {
	margin-bottom: 45px;
}


nav.navbar#profile-nav #profile-nav ul#userNav {
	margin: 20px auto;
	text-align: center;
}
nav.navbar#profile-nav #profile-nav ul#userNav li a  {
	padding: 10px 2px;
	margin: 5px 0px;
	border: 3px solid black;
	text-align: center;
	border-radius: 6px;
	background: #aec2fd;
	color: #000;
	font-weight: bold;
	font-family: 'Overlock', sans-serif;
	font-size: 1.2em;
	text-shadow: 1px 1px 0px #fff;
}
nav.navbar#profile-nav #profile-nav ul#userNav li a:hover {
	background: #ff0000;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}

/*  ASK COACH BOX */
form#ask textarea {
	font-size: 2em;
}

#viewQuestions {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}

#viewQuestions .answered {
	padding: 5px 10px;
}

#viewQuestions .answered .question {

}
#viewQuestions .answered p.answer {
	background: #fff;
	border-radius: 5px;
	padding: 20px 5px;
	color: #333;
}

#viewQuestions .answered.showing {
	background: green;
	display:none;
}

#commHistory div.question {
	padding: 10px 5px;
	border-bottom: 1px solid #aaa;
}



/*  JUGGLING PATTERNS */
div#processing.hover {
	background-image: url('../images/process.gif')!important;
		background-repeat: no-repeat!important;
	background-color: #fff;
    background-position: center!important;
	opacity: 0.8;


	
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
	
}

div#processing.processing.hover {
	display: block;
	z-index: 9999;
}

table#patterns.processing {
	
}


#patterns .blackLevel {
	color:#fff;
}
#patterns .completed .blackLevel,
#patterns .completed {
	color: #888;
	text-decoration: line-through;
}
#patterns .pattern {
	font-size: 1em;
	display: table-cell;
	display: inline-block;
	vertical-align: middle;
	background: blue;
	margin: 0; 
	padding: 0;
}
#patterns tr td {
	padding-bottom: 10px;	
}

#patterns img  {
	height: 60px;
	width: 62px;
	cursor: pointer;
}

table#patterns {
	text-shadow: 1px 1px 0px #fff;
}
table#patterns tr td {
	font-weight: bold;
}

/*  Profile Username */

@media all and (min-width: 200px) {
	#profileName h1 {
		font-size: 2em;
	}
	#profileName h3 {
		font-size: .8em;
	}
	
	form#btnHeadline button.btn {
		font-size: 2em;
	}
	
	div#congrats h1 {
		font-size: 1.4em;
	}
	
	div.appended h1 {
		font-size: 1.2em;
		padding: 0;
		margin: 0;
	}
}
@media all and (min-width: 360px) {
	#profileName h1 {
		font-size: 3em;
	}
	#profileName h3 {
		font-size: 1.3em;
	}
	
	form#btnHeadline button.btn {
		font-size: 2.7em;
	}
	
	div.appended h1 {
		font-size: 1.4em;
		padding: 0;
		margin: 0;
	}
	div#congrats h1 {
		font-size: 1.9em;
	}
}

@media all and (min-width: 400px) {
		form#btnHeadline button.btn {
		font-size: 3.5em;
	}
		div#congrats h1 {
		font-size: 2em;
	}
	
	div.appended h1 {
		font-size: 1.7em;
		padding: 0;
		margin: 0;
	}
}

@media all and (min-width: 535px) {
	
		div#congrats h1 {
		font-size: 2.5em;
	
	}
	
	div.appended h1 {
		font-size: 2.4em;
		padding: 0;
		margin: 0;
	}
}


@media all and (min-width: 768px) {
	#profileName h1 {
		font-size: 4em;
	}
	#profileName h3 {
		font-size: 2em;
	}
	
	div#congrats h1 {
		font-size: 4em;
	}
}
@media all and (min-width: 1200px) {
	#profileName h1 {
		font-size: 5em;
	}
	#profileName h3 {
		font-size: 3em;
	}
}

/*  Current Star Level */
@media all and (min-width: 767px) {
	#profile h2 span.box {
		font-size: 1em!important;
	}
}

@media all and (min-width: 320px) {
	#profile h2 span.box {
		font-size: .7em;
	}
}
@media all and (min-width: 200px) {
	#profile h2 .box {
		font-size: .4em;
	}
}

@media all and (min-width: 768px) {
	#patterns  {
		font-size: 1.5em;
	}
}
@media all and (min-width: 992px) {
	#patterns  {
		font-size: 1.7em;

	}

}
@media screen and (min-width: 1200px) { 

	#patterns  {
		font-size:2em;
	}
 }


.max-width {
	max-width: 1200px;
}
/*  FOOTER  */

nav#footNav {
	padding-bottom: 50px;
	padding: 0;
	margin: 0;
	margin-top: -2px;
}

.copyright  {
	color: #fff;
	font-style: italic;
	font-size: .8em;
	text-transform: uppercase;
}
.copyright a {
	color: #fff;
}


/*  ACCOUNT  */

#account .user {
	margin-bottom: 10px;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 10px;
	background: #ddd;
}

#account .user .remove, 
#account .user .modify {
	cursor: pointer;
	color: #fff;
}
#account .user .remove:hover,
#account .user .remove:focus,
#account .user .modify:hover,
#account .user .modify:focus {
	color: #333;
}

/* USER SELECT */
#select .user {
	padding: 10px;
	text-align: center;
	border: 1px solid #333;
	border-bottom: 3px solid #333;
	border-radius: 5px;
	box-shadow: 0px 0px 2px #333;
	margin-bottom: 10px;
	margin-top: 10px;
}

#select .user:focus,
#select .user:hover {
	border: 1px solid #fff;
	margin-bottom: 12px;
	cursor: pointer;
}

#select a {
	text-decoration: none;
}

#select .user .badge {
	text-shadow: none;
	font-size: 1em;
}


/*  Buttons  */
form button.btn {
	font-size: 3em;
	font-family: 'Overlock', cursive;
	text-shadow: 1px 1px 0px #333;
}

/* BENEFITS */
.bigFont {
	font-size: 1.5em;
}



/*  FOOTER  */
footer {
	margin-top: 100px;
	z-index: 999999999;
	position: absolute;
}

nav li a.nav-juggle {
	background: red;
	color: #fff!important;
}
nav li a.nav-juggle:hover,
nav li a.nav-juggle:focus {
	background: blue!important;
}

/*  DONATE */
header li a,
footer li a {
	text-transform: uppercase;
}


li a.donate {

} 
#donate ul#donationList {
	list-style-type: none;
}


#donate table tr:hover {
	cursor:pointer;
}

#donate table tr td {
	vertical-align: middle;
	height: 100px;
}

#donate table tr td img {
	margin: 0px auto;
}

#donate table tr td a.btn {
	font-size: 2em;
	font-weight: 800;
}

/* FORMS */
form {
	background: #eee;
	padding: 20px 10px;
	border-radius: 7px;
}

form readonly {
	display: none;
	color: red;
}

/*  CONGRATS PAGE  */
div#congrats .inner {
	background-image: url('../images/fireworks.gif');
	background-position: -100px -250px;

}
div#congrats h1 {
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}


/* HALL OF FAME */
table#hof .highlight {
	background: pink;
	border: 2px dashed red;
}

/* TEAM PAGE ////////////////////////////////////////////////////////////////////////////*/

#team h2.starTitle,
#team  h2.starTitle img {
	display: none;
}

#team .novice .inner {
	background: #ddd;
}

#team .box .inner {
	min-height: 100px;
}

#team div.star {
	vertical-align: midde;
}
#team div.star img {
	vertical-align: middle;
}

#team ul li {
	list-style: ;
	float: left;
	margin: 10px 20px;
}


/*  INVITE ////////////////////////////////////*/
#invite form textarea {
	font-size: .8em;
}

#invite span.label {
	font-size: 1.2em;
	padding: 5px 8px;
}

/* COACHES DASHBOARD ////////////////////////////////*/
#dashboard .nav  {
	padding: 10px;
	border: 1px solid #333;
	background: blue;
	border-radius: 10px;
}
#dashboard .nav a {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#dashboard .nav a:hover,
#dashboard .nav a:focus {
	color: blue;
	background: #fff;
	border-radius: 10px;
	text-decoration: none;
}