/******************************************************************************\
					CSS file for matthewjamesconnolly.com
	Structure of this file
\******************************************************************************/
/*______________________________________________________________________Global*/
/*________________________________________________________________zero*/
*{
	margin:0;
	padding:0;
	border:0;
}
/*__________________________________________________________basic text*/
p{
	font-color:white;
}
/*_____________________________________________________________________Section*/
/*______________________________________________________________header*/
header{
	width:100%;
	height: 10%;

	background-size: 100% 100%;
	background-color:black;
	margin:0;
	padding: 10px 10px 0px 10px;
	color: white;
	font-family:Arial-black;
	border: 3px  #FFFFFF;
	border-style:none none outset none;
}
header div{
	display: inline-block;
	vertical-align:top;
}
#header-L{
	width:70%;
	height:100%;

}
#header-L h1{
	font-size:4em;
}
#header-L h2{
	font-size:2em;
}
#header-R{
	margin:0px;
	display: inline-block;
	vertical-align:bottom;
	width:20%;
	height:100%;

}
#header-R img{
	margin:0px;
	height:8em;
	align: right;

}
/*____________________________________________________________main-wrap*/

#main{
	margin:0 auto;
}

.main-container{
	width:25%;
	display:inline-block;
	vertical-align:top;
	padding:2em;
}

.main-container h1{
	font-size:2em;
	color:#FFFFFF;
}

.cinfo{
	width:250px;
	background:#DDDDDD;
	border: 1px solid;
	border-radius: 25px;
	padding:2px 10px 2px 10px;
	margin-bottom:20px;
}

.cinfo table {
	width:100%;
}
			
.cinfo tr {
	text-align:left;
	vertical-align:top;
}
			
#statswrap{
	display:inline-block;
	vertical-align:top;
	-webkit-transition: width 1.5s;
	transition: width 1.5s;
	overflow:hidden;
}
			
.cbar{
	width:20px;
	height:20px;
	display:inline-block;
	cursor:pointer;
	border:2px solid transparent;
}
			
.cact {margin-bottom:5px;}
.cact span {border-bottom: 1px dotted #3434AB;color:#3434AB;cursor:pointer;}
			
.vslink{
	position:absolute;
	bottom:0px;right:1px;
	font:10px Arial;color:#555555;
	text-decoration:none;
}

footer a {text-decoration:none;font:14px Arial;color:#1010FF;}
footer a:hover {text-decoration:none;font:14px Arial;color:#1010FF;}

h2 {margin-bottom:5px;margin-top:0px;}

h4 {margin-left:20px;margin-bottom:1px;margin-top:2px;color:#202050;}
h5 {margin-left:20px;margin-bottom:2px;margin-top:0px;font-weight: normal;}
		
.stitle{
	font:20px Arial;color:#2020DD;margin:10px 30px 10px 30px;
}

#cjcwrap{
	position: relative;
	border: 1px dashed #FFFFFF;
	background:#EEEEEE;
	display:inline-block;
}
#cjc{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	margin:0 auto;
	text-align:center;
}
#cjcdrag{
	position:absolute;
	height:100px;
	width:350px;
	text-align:center;
}

#pgt1{
	font:15px Arial;
	color:#343478;
}

#titlet1{
	font:20px Arial;
	color:#343434;
}

#statswrap div{
	width:280px;
	overflow:hidden;
}
#main-wrapper{
	height:75%;
	width:100%
}
.main-wrapper-container{
	padding:2%;
	position:top;
	display:inline-block;
	border:1px dashed #FFFFFF;
	width:33%;
	height:100%;
}





body{
	background-color:#002b80;
	background-size: cover;
	margin: 0px,0px,0px,0px;
	padding: 0px 0px 0px 0px;
}
canvas{
    background: #eee;
    display: block;
    margin: 0 auto;
}
a:link{
	color:white;
	
}
a:visited{
	color:white;
}
a:active{
	color:grey;
	
}
