/* ~~ Make plain ... */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* ~~ Base */

a{
    outline: none;
    text-decoration: none;
}
em{font-style: italic;}
strong{font-weight: bold;}

.hide{display: none;}
.center{text-align: center;}
.clear{
    clear: both;
    height: 20px;
    display: block;
    margin-bottom: -20px;
}

/* ~~ Stuff */
html{background: #19191b;}
body{
	font-family: verdana, sans-serif;
	font-size:  12px;
	line-height: 1.7em;
	background: #19191b;
	text-align: center;
	min-width: 960px;
}
.promptme{
	width: 960px;
	margin:  0 auto;
	text-align: left;
}
.promptmehead{
	width: 960px;
	margin:  0 auto;
	text-align: left;
	padding-left: 20px;
	font-family: verdana, sans-serif;
	font-size:  16px;

}
.promptmeheadhint{
	width: 960px;
	margin:  0 auto;
	text-align: left;
	font-family: verdana, sans-serif;
	font-size:  16px;
	color: #CA6400;
}



/* ~~ The Header and the body */
#header{
	background: #fff;
	width: 100%;
	min-width: 960px;
	float: left;
	clear: both;
	display: inline;
}

#body{
	background: #fff;
	width: 100%;
	min-width: 960px;
	float: left;
	clear: both;
	display: inline;
	padding-bottom: 80px;
	border-bottom: 15px solid #fff;
}

/* ~~ Overall footer */
#footer{
    border-top: 5px solid #c0c0c8;
    padding:40px 0;
	float: left;
	width: 100%;
	clear: both;
	display: inline;
	color: #7B7B7B;
	min-width: 960px;
}

/* ~~ Special copyright */
#footer #copyright{
	text-transform: uppercase;
	font-size: 10px;
	padding-left: 10px;

}

.footer-links{
	color: #7B7B7B;
}



/* ~~ Base cool stuff as copy from internet free resources */

#base-content{
	float: left;
	display: block;
	margin-bottom: 40px;
}
#base-content li{
    width: 200px;
    padding: 0 10px;
    float: left;
    display: inline;
    margin-left:  20px;
    text-align: center;
}

#base-content li:hover{background-position: 0 -180px;}
#base-content li:first-child{margin-left: 0;}
#base-content li a{
	font-size: 11px;
	color: #D1D3D7;
	display: block;
	padding-top: 84px;
	height: 96px;
	text-shadow: #222 0 -1px 0;
}
#base-content li a:hover{color: #CA6400;}
#base-content li a img{
    margin-top: -184px;
    margin-bottom: 10px;
    display: block;
}
#base-content li a br{display: none;}
#base-content li a strong{
    color: #fff;
    display: block;
    width: 200px;
    height: 20px;
    text-indent: -9000px;
 	opacity: .6;
 	-webkit-transition: opacity .2s linear;
}
#base-content li a:hover strong{opacity: 1;}




