/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * ##########################
 *  Studienfortschritt Online
 * ##########################
 * @name	Studienfortschritt Online
 * @desc	Anzeige meines Studienfortschritts, meiner Skills und Mehr
 * @author	Hannes Schurig
 * @date	2013-03-26
 * @lastmodified	2013-06-16
 * @version	0.2.1
 * @changelog look at the end of index.html
 *
 * @ref http://studium.hannes-schurig.de
 * @see http://studium.hannes-schurig.de
 */

em { font-style: italic; }
strong { font-weight: bold; }
* {
	color: #333333;
    font: 13px/15px "Trebuchet MS",Arial;
}

body {
	background: url("img/fat-lines.gif") repeat transparent;
	height: 100%; width: 100%;
	content: "full";
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
	letter-spacing: 1px;
}

h1 {
	font: bold 30px/40px Diavlo, "Trebuchet MS", Arial;
}

h2 {
	font: bold 23px/25px Diavlo, "Trebuchet MS", Arial;
}

h3 {
	font: bold 15px/20px Diavlo, "Trebuchet MS", Arial;
}

h4 {
	font: bold 11px/15px Diavlo, "Trebuchet MS", Arial;
}

hgroup {
	margin: 10px 10px 30px 10px;
}

section {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 10px 15px;
	margin-bottom: 30px;
}

.nolink {
	text-decoration: none;
}

/* ### overall button styling ### */
button {
	width: auto;
	padding: 4px 8px 5px 10px;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
button:hover {
	border: 1px solid #C29A42;
	box-shadow: 0 0 6px #999;
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
}
button:active {
	border: 1px solid #119A42;
	box-shadow: 0 0 9px #C29A42;
	-moz-box-shadow: 0 0 9px #C29A42;
	-webkit-box-shadow: 0 0 9px #C29A42;
}
button.add {
	padding-left: 25px;
	background: url("img/plus.png") 6px center no-repeat white;
}
button.update {
	padding-left: 25px;
	background: url("img/update.png") 6px center no-repeat white;
}
button.delete {
	padding-left: 27px;
	background: url("img/delete.png") 7px center no-repeat white;
}
button.cancel {
	padding-left: 25px;
	background: url("img/cancel.png") 6px center no-repeat white;
}

div.clear {
    clear:both;
}

/* ########### MAIN - PAGE STRUCTURE ########### */

#wrapper {
	width: 1000px;
	margin: 50px auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 0 20px #888;
	-moz-box-shadow: 0 0 20px #888;
	border: 1px solid #999;
	padding: 10px 30px;
	background-color: #efefef;
}

.project-title {
	margin: 0 auto;
}

p {
	margin-bottom: 7px;
}

.force-link {
	cursor: pointer;
}

/* ########## PROGRESS ########### */

.master-infoline {
	color: #888;
}

#progress {
	width: 450px;
	float: left;
}

.fortschritt-title {
	margin-top: 20px;
}

#progressbar {
	display: block;
    height: 23px;
    margin: 3px auto;
    width: 100%;
}

.progress-value {
	background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px 4px 4px 4px;
    display: inline;
    left: 46%;
    padding: 0 5px;
    position: relative;
    top: -23px;
	font-size: 11px;
}

#progress-days {
	float: left;
	width: 223px;
}

#progress-modules {
	float: right;
	width: 223px;
}

/* ########## PERSONAL ########### */

#personal {
	width: 450px;
	float: right;
}

#personal-right img {
	float: left;
	margin: 3px 15px 6px 0;
	padding: 3px;
	border: 1px solid #aaa;
}

#personal-right p {
	display: block;
	margin: 3px 10px 10px;
	font-size: 15px;
}

#personal-left {
	float: left;
  margin-right: 20px;
  border-right: 1px solid #aaa;
  padding-right: 20px;
}

#personal-left img {
	padding: 3px;
}

/* ########## SKILLS ########### */

#skills-learned {
	width: 450px;
	float: left;
}

.skill {
	border-bottom: 1px solid #aaa;
	/* margin: 15px 5px 5px 5px; */
	padding: 10px 0 10px 7px;
}

.skill:last-child {
	border-bottom: none;
}

.skill-left {
	float: left;
	text-align: center;
	width: 40px;
}

.skill-left span{
	/* float: left; */
	font-size: 9px;
}

.skill-main {
	float: left;
	padding: 0 6px 6px 6px;
	margin-left: 15px;
	max-width: 71%;
}

.skill-main h3 {
	display: inline-block;
	max-width: 315px;
}

.skill-main p{
	font-size: 13px;
	line-height: 135%;
}

.skill-right {
	float: right;
	width: 56px;
	text-align: center;
}

.skill-right span {
	font-size: 12px;
}

.skill-right .semester {
	font-size: 20px;
	border: 1px solid black;
	border-radius: 30px;
	display: block;
	padding: 8px 6px;
	margin: 0 auto;
	width: 20px;
	margin-top: 10px;
}

.skill-right img {

}

#skills-training {
	width: 450px;
	float: right;
}

@-webkit-keyframes fadeIt {
	0%   { background-color: #FFFFFF; }
	50%  { background-color: rgb(242,210,35); }
	100% { background-color: #FFFFFF; }
}
@-moz-keyframes fadeIt {
	0%   { background-color: #FFFFFF; }
	50%  { background-color: rgb(242,210,35); }
	100% { background-color: #FFFFFF; }
}
@-o-keyframes fadeIt {
	0%   { background-color: #FFFFFF; }
	50%  { background-color: rgb(242,210,35); }
	100% { background-color: #FFFFFF; }
}
@keyframes fadeIt {
	0%   { background-color: #FFFFFF; }
	50%  { background-color: rgb(242,210,35); }
	100% { background-color: #FFFFFF; }
}

.flashGolden {
	background-image: none;
	-webkit-animation: fadeIt 4s ease-in-out;
	-moz-animation: fadeIt 4s ease-in-out;
	-o-animation: fadeIt 4s ease-in-out;
	animation: fadeIt 4s ease-in-out;
}