@charset "UTF-8";
/* CSS Document */
html,
body {
	width: 100%;
	height: 100%;
	color: rgba(29,10,6,1);
	text-align: left;
	display: table-cell;
   vertical-align: middle;
}
body {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: rgba(96,59,58,1);
	font-style: normal;
	font-weight: 100;
	font-size: 14px;
	font-variant: normal;
	text-decoration: none;
}
#wrapper{
    width: 950px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 50px;
    line-height: 150%;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    visibility: inherit;
}
#infocontainer {
    width: 550px;
    height: 400px;
    position: absolute;
    top: 201px;
    left: 350px;
    z-index: 13;
    visibility: visible;
    overflow-y: visible;
}
#DKgraphic {
	background-image:url(../GRAPHICS/diarmuidkelly-homepage-3.png);
	background-repeat:no-repeat;
	background-size:contain;
	width: 500px;
	height:500px;
	position: absolute;
	top: 80px;
	left:495px;
	z-index:12;
}
#portrait_container {
	width: 300px;
	height: 1000px;
	position: absolute;
	left: 50px;
	top: -100px;
	z-index: 1;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#portrait {
	width: 150px;
	left: 120px;
	top: 130px;
	border-radius: 10px;
	position: absolute;
	border: 1px solid rgba(153,0,0,1.00);
	border-collapse: collapse;
	overflow-y: hidden;
	overflow-x: hidden;
	background-image: -webkit-gradient(linear, 100.00% 46.50%, 0.00% 53.50%, color-stop( 0.52% , rgba(96,59,58,1.00)),color-stop( 67.36% , rgba(29,10,6,1.00)));
	background-image: -webkit-linear-gradient(184deg,rgba(96,59,58,1.00) 0.52%,rgba(29,10,6,1.00) 67.36%);
	background-image: linear-gradient(266deg,rgba(96,59,58,1.00) 0.52%,rgba(29,10,6,1.00) 67.36%);
	-webkit-box-shadow: 15px 15px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 15px 15px 15px 0px rgba(0,0,0,0.2);
}
#socialmedia {
	width: 200px;
	height: 50px;
	position: absolute;
	left: 110px;
	top: 300px;
	z-index: 2;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color:rgba(231,25,28,.00)
}
.socialmedia {
	padding: 3px;
}
#creditline {
	width: 250px;
	height: 100px;
	position: absolute;
	top: 420px;
	left: 50px;
	z-index: 13;
	padding-left: 20px;
	line-height: 150%;
	font-size: 12px;
}
#worklinks {
	width: 800px;
	height: auto;
	font-size: 16px;
	position: absolute;
	left: 222px;
	top: 20px;
	z-index: 2;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#line_red {
	margin: 0;
	padding: 0;
	position: relative;
	background-color: rgba(153,0,0,1);
	position: relative;
	z-index: 5;
}
a.button:link {
	color: rgba(96,59,58,1);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 14px;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(51,51,51,0.2);
	border-radius: 15px;
}
a.button:visited {
	text-decoration: none;
	color: rgba(96,59,58,1);
}
a.button:hover {
	text-decoration: none;
	color: rgba(153,153,153,1);
	background-color: rgba(96,59,58,.2);
}
a.button:active {
	text-decoration: none;
	color: rgba(204,204,204,1);
}
.redhightlight {
	color:rgba(255,0,0,1)
}
.headings {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 24px;
}
