* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {

}



table.kuid
{
border-collapse: collapse;
border-spacing: 0px;
border-style: solid;
border-width: 1px;
	
}

table.kuid td {
	font-size: 13px;
	padding: 5px;
border-collapse: collapse;
border-spacing: 0px;
border-style: solid;
border-width: 1px;

}


a.downloadlink:link, a.downloadlink:visited {
	margin: 10px;
    background-color: #0f71ba;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size:18px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

a.downloadlink:hover, a.downloadlink:active {
    background-color: #3fa4f0;
}



a.buttonlink:link, a.buttonlink:visited {
    background-color: #0f71ba;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 190px;
    font-size:18px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

a.buttonlink:hover, a.buttonlink:active {
    background-color: #3fa4f0;
}


a.buttonlink_small:link, a.buttonlink_small:visited {
    background-color: #0f71ba;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    font-size:18px;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

a.buttonlink_small:hover, a.buttonlink_small:active {
    background-color: #3fa4f0;
}


body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
  background-color:#2c5080;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 0px 40px black;
}


.thumbnail{
border-radius: 20px;
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: grey;
z-index: 50;
overflow: visible;
}

.thumbnail span{ /*CSS for enlarged image*/
overflow: visible;
position:absolute;
left: -9999px;
background-color:#eae9d4;
padding: 10px;
font-family: 'Droid Sans', sans-serif;
font-size:14px;
text-align: center; 
color: #495a62; 
-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
box-shadow: 0 0 20px rgba(0,0,0, .75);
-webkit-border-radius: 8px; 
-moz-border-radius: 8px; 
border-radius:8px;
}

.thumbnail span img{ /*CSS for enlarged image*/
overflow: visible;
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
overflow: visible;
visibility: visible;
top: -300px;
left: 250px; /*position where enlarged image should offset horizontally */

}



/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 220px;
	background: #FFE680;
}


.menu {
	width: 100%;
	float: left;
	overflow: hidden;
}



/* Middle
-----------------------------------------------------------------------------*/
.wrapper {
	width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 0px 30px black;
		background-color: lightgrey;
}

.middle {
	width: 100%;
	position: relative;
}
.middletext {
	width: 95%;
	position: center;
	padding: 20px;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 840px;
	float: left;
	overflow: visible;
}
.container_full {
	width: 1160px;
	margin-left:20px;
	float: left;
	overflow: visible;
}
.content {
	padding: 20px 300px 20px 20px;
}

.content_full {
	padding: 20px 20px 20px 20px;
}


/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	margin:20px;
	width: 320px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
    text-align: center;
	height: 120px;
	padding: 5px;
	font-size: 14px;
     background: linear-gradient(lightgrey, grey);
	 z-index: -1;
}

/* Footer
-----------------------------------------------------------------------------*/body {
  margin-top: 20px;
    margin-bottom: 20px;
}

/* Article Boxes
-----------------------------------------------------------------------------*/

#art_container {
	text-align: left;
    width:800px;
	border: 1px;
}
#art_header{
	  border-radius: 15px 15px 0px 0px;
	    border: 1px solid grey;
    width:780px;
	padding: 10px;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
  color: #eeeeee;
  font-size: 15px;
    box-shadow: 0px 0px 30px grey;
}
#art_image{
	margin-top:6px;
		margin-left:6px;
				margin-right:6px;
	float: left;
    width:240px;
	padding: 5px;
	vertical-align: center;
	background-color: white;
}
#art_content{
     border: 1px solid grey;
	text-align: left;
    width:780px;
	height:200px;
	padding: 10px;
	background-color: white;
	font-size: 14px;
 border-radius: 0px 0px 15px 15px;
   box-shadow: 0px 0px 30px grey;
}

img.article {
    border-radius: 20px;
	 border: 1px solid grey;
}



/* Article Boxes
-----------------------------------------------------------------------------*/

#download_container {
	text-align: left;
    width:800px;
	border: 1px;
	margin-left: 158px;
}
#download_header{
	  border-radius: 15px 15px 0px 0px;
	    border: 1px solid grey;
    width:780px;
	padding: 10px;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
  color: #eeeeee;
  font-size: 15px;
    box-shadow: 0px 0px 30px grey;
}
#download_image{
	margin-top:6px;
		margin-left:6px;
				margin-right:6px;
	float: left;
    width:240px;
	padding: 5px;
	vertical-align: center;
	background-color: white;
}
#download_content{
     border: 1px solid grey;
	text-align: left;
    width:790px;
	height: 195px;
	padding: 5px;
	background-color: white;
	font-size: 14px;
 border-radius: 0px 0px 15px 15px;
   box-shadow: 0px 0px 30px grey;
}

img.download_content {
    border-radius: 20px;
	 border: 1px solid grey;
}


/* Footer
-----------------------------------------------------------------------------*/

#boxes_container {
	text-align: center;
    width:300px;
	
}
#boxes_header{
 border: 1px solid grey;
  border-radius: 15px 15px 0px 0px;
  width:280px;
  padding: 10px;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
  color: #eeeeee;
  font-size: 15px;
  box-shadow: 0px 0px 30px grey;

}
#boxes_content{
	 border: 1px solid grey;
	float:left
	text-align: left;
    border-radius: 0px 0px 15px 15px;
    width:290px;
	height: auto;
	padding: 5px;
	background-color: white;
	font-size: 14px;
	box-shadow: 0px 0px 30px grey;
}



/* Footer
-----------------------------------------------------------------------------*/

#full_container {
	text-align: left;
    width:1200px;
	border: 1px;
}
#full_header{
	  border-radius: 15px 15px 0px 0px;
	    border: 1px solid grey;
    width:1100px;
	padding: 10px;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
  color: #eeeeee;
  font-size: 18px;
    box-shadow: 0px 0px 30px grey;
}
#full_image{
	margin-top:6px;
		margin-left:6px;
				margin-right:6px;
	float: left;
    width:400px;
	padding: 5px;
	vertical-align: center;
	background-color: white;
}
#full_content{
     border: 1px solid grey;
	text-align: left;
    width:1110px;
	height:800px;
	padding: 5px;
	background-color: white;
	font-size: 16px;
 border-radius: 0px 0px 15px 15px;
   box-shadow: 0px 0px 30px grey;
}

#full_content_CR{
     border: 1px solid grey;
	text-align: left;
    width:1110px;
	height:100%;
	padding: 5px;
	background-color: white;
	font-size: 16px;
 border-radius: 0px 0px 15px 15px;
   box-shadow: 0px 0px 30px grey;
}

img.article {
    border-radius: 20px;
	 border: 1px solid grey;
}


.flex-container {
	width: 1100px;
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {
  background: white;
  box-shadow: 0px 0px 30px grey;
  padding: 5px;
  width: 240px;
  margin-top: 10px;
  
  line-height: 45px;
  color: black;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}
