/*
Entrepreneurial.com
The fact you are looking around here makes you a prime candidate to work with us!
Please just send us a quick mail @ ymschaap@gmil.com  so we can have a chat.

We don't care about <IE6 for this layout, since we don't want a designer running
any of these browsers that are unable to speak CSS properly anyways.

Although it must be said, the project we are working on would need some basic IE6 support.

*/


/*
Reset CSS code would be here, if we had you!
*/

body {
	font-size: 13px; /* yes, px. What do you want, pt, em, %? */
	font-family: Helvetica-Neue,"Helvetica Neue", Helvetica, Arial, sans-serif;  /* no Apple fan boys please, so also no Apple only fonts */
	line-height: 1.6em; 
	color: #333; 
}

a, a:link, a:active   {
	text-decoration: none;
	color: #06c;
	border-bottom: 1px solid #333;
} 
a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom: 1px solid #f60;
}
a:visited {
	border-bottom: 1px solid #333;	
}

h1 {
	font: 48px Georgia;
	padding: 0;
	margin: 5px 0;
	letter-spacing: -2px;
	text-align: left;
	text-shadow: #ccc 0 0 1px;  /* come on, you must know a bit of CSS3 */
}


h2 {
	color: #1e8bde;
	margin: 5px 0;
	padding: 5px;
	font: 20px Georgia;
}


input, select { padding: 2px;} 

input[type=submit],input[type=button] {
	padding-left: 7px;
	padding-right: 7px;
	color: #333;
	font-weight: bold;
	font-size: 1.1em;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

input[type=text],input[type=password] { border: solid 1px #999; padding: 3px; } /* add inward shadow */

#header,
#quiz {
  position: relative;
}


.count {
	font-size: 3em;
	float: left;
	font-family: Georgia;
	margin-right: 10px;
}

#score_widget{
	position: absolute;
	height: 80px;
	width: 220px;
	padding: 10px;
	right: 10px;
	bottom: 10px;
	box-shadow: 10px 10px 5px #888;
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px 5px;
	border-bottom-right-radius: 5px 5px;
	border-top-left-radius: 5px 5px;
	border-top-right-radius: 5px 5px;
	margin-bottom: 20px;
}

#score_widget p {
	margin-top: .1em;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	text-shadow: #ccc 0 0 1px;
	
}

.yui-pb{
	background-color: #ccc;
}

.yui-pb-bar {
  background: transparent url(http://ajax.googleapis.com/ajax/libs/yui/2.8.0r4/build/progressbar/assets/skins/sam/bar-h.png) repeat-x;

}