
@import url( 'normalize.css' );

/* ========================================== */
/* Body style */
/* ========================================== */

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
	}

body {
	min-width: 960px;
	max-width: 960px;
	margin:0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	color: #f4f4f4;
	background-color: #1c1c1e;
	background-image: url(Assets/Background.jpg);
	padding: 10px;
	padding-top: 14px;
	}

header {
	background-color: #323232;
	/*background-image: url(Assets/Background_Distorted.jpg);*/
	padding: 9px;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 13px;
	border: 4px solid #aaaaaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 4px rgba(0,0,0,0.3);
	}

footer {
	background-color: #262626;
	background-image: url(Assets/Background_Distorted.jpg);
	text-align: center;
	padding: 10px;
	border: 4px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 4px rgba(0,0,0,0.3);
	text-shadow: 2px 2px black;
	}

article {
	background-color: #262626;
	background-image: url(Assets/Background_Distorted.jpg);
	padding: 12px;
	padding-right: 15px;
	margin-bottom: 17px;
	border: 4px solid #999999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 4px rgba(0,0,0,0.3);
	}

/* ========================================== */
/* Headings */
/* ========================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: 4px;
	text-shadow: 2px 2px black;
	}

h1 {
	font-size: 26pt;
	line-height: 1.1;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 19px;
	text-shadow: 3px 3px black;
	}

/* ========================================== */
/* Anchor style */
/* ========================================== */

area {
	outline-width: 0px;
	outline-style: none;
	}

p {
	text-decoration: none;
	}

a {
	outline: 0;
	}

a img {
	border: 0px;
	text-decoration: none;
	}

a:link, a:visited {
	color: #6a9afe;
	text-decoration: none;
	}

a:hover, a:active {
	color: #6a9afe;
	text-decoration: none;
	}

/* ========================================== */
/* Rules for navigation menu */
/* ========================================== */

ul#navmenu {
	width: 710px;
	padding: auto;
	margin: auto;
	}

ul#navmenu, ul.submenu {
	list-style-type: none;
	z-index: 10;
	}

ul#navmenu li {
	width: 138px;
	text-align: center;
	position: relative;
	float: left;
	margin-right: 3px;
	}

ul#navmenu p {
	cursor:default;
	}

ul#navmenu a, ul#navmenu p {
	font-weight: 600;
	display: block;
	width: 138px;
	height: 35px;
	line-height: 35px;
	padding: 0 1px;
	border: 2px solid #dddddd;
	text-shadow: 2px 2px black;
	}

ul#navmenu .submenu li {
	text-align: left;
	}

ul#navmenu .submenu a, ul#navmenu .submenu p {
	padding-left: 10px;
	margin-top: 0px;
	width: 250px;
	height: 38px;
	line-height: 38px;
	}

ul#navmenu .submenu_table {
	border-top: 0px;
	border-spacing: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.5);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.5);
	box-shadow: 4px 4px rgba(0,0,0,0.5);
	}

ul#navmenu .submenu_normal {
	border-top: 0px;
	border-bottom: 0px;
	}

ul#navmenu .submenu_left {
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	}

ul#navmenu .submenu_bottom_left {
	border-top: 0px;
	border-right: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

ul#navmenu .submenu_right {
	border-top: 0px;
	border-bottom: 0px;
	/*border-left: 0px;*/
	border-left-color: #555555;
	}

ul#navmenu .submenu_bottom_right {
	border-top: 0px;
	/*border-left: 0px;*/
	border-left-color: #555555;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}

ul#navmenu .submenu_bottom {
	height: 34px;
	border-top: 0px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}

ul#navmenu .submenu img {
	width: 30px;
	height: 30px;
	padding-left: 1px;
	padding-right: 9px;
	vertical-align: -9px;
	}

ul#navmenu .not_active {
	background-color: #303030;
	color: #ededed;
}

ul#navmenu .active {
	background-color: #222222;
	color: #6a9afe;
}

ul#navmenu li:hover > a, ul#navmenu li:hover > p {
	background-color: #222222;
	color: #6a9afe;
	}

ul#navmenu li:hover a:hover, ul#navmenu li:hover p:hover {
	background-color: #222222;
	color: #6a9afe;
	}

ul#navmenu li:active a:active, ul#navmenu li:active p:active {
	background-color: #222222;
	color: #6a9afe;
}

ul#navmenu ul.submenu, li.submenu {
	display: none;
	position: absolute;
	}

ul#navmenu li:hover .submenu {
	display: block;
	}


.down_arrow {
	font-size: 11pt;
	}

/* ========================================== */
/* Custom Rules */
/* ========================================== */

.title_header {
	background-image: url(Assets/TitleImage.jpg);
	background-size: 960px 95px;
    background-repeat: no-repeat;
	padding-top: 12px;
	padding-bottom: 15px;
	margin-bottom: 36px;
	color: #ededed;
	}

.flexslider_text {
	font-size: 25pt;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	color: #f4f4f4;
	text-shadow: 4px 3px black;
    position: relative;
	z-index: 9;
	left: 0px;
	height: 0px;
	width: 952px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	}

.small_text {
	font-size: 9pt;
	font-weight: 200;
	text-decoration: underline;
	}

.normal_text {
	font-weight: 400;
	}

.medium_text {
	font-size: 13pt;
	font-weight: 600;
	/*text-shadow: 1px 1px black;*/
	}

.large_text {
	font-size: 15pt;
	font-weight: 600;
	text-shadow: 2px 2px black;
	}

.bold_text {
	font-weight: 600;
	}

.logo_image {
	float: right;
	border: 0px solid;
	padding-left: 9px;
	}

.game_cover_image {
	border: 0px solid;
	margin-right: 10px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 4px rgba(0,0,0,0.3);
	}

.screenshots_image {
	border: 0px solid;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 4px rgba(0,0,0,0.3);
	}

.ol_indented {
	/*list-style-type: disc;*/
	padding-left: 40px;
	padding-bottom: 8px;
	}

.ul_indented {
	list-style-type: disc;
	padding-left: 37px;
	padding-bottom: 8px;
	padding-right: 30px;
	}

.li_indented {
	margin-bottom: 8px;
	}

.main_footer {
	width: 98%;
	float: left;
	margin-bottom: 10px;
	}

.main_article {
	width: 63%;
	float: right;
	margin-left: 16px;
	}

.main_content {
	padding-top: 4px;
	padding-left: 14px;
	padding-bottom: 4px;
	padding-right: 10px;
	}

.ul_level01 {
	padding-top: 4px;
	padding-left: 26px;
	padding-bottom: 4px;
	padding-right: 9px;
	}

.li_level01 {
	margin-top: -2px;
	}

.ul_level02 {
	padding-top: 4px;
	padding-left: 30px;
	padding-bottom: 4px;
	padding-right: 9px;
	margin: -4px 0;
	}

.li_level02 {
	margin-top: -7px;
	}

.info_sidebar {
	width: 28%;
	float: left;
	background-color: #282b2d;
	background-image: url(Assets/Background_Distorted.jpg);
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 15px;
	padding-bottom: 2px;
	margin-bottom: 14px;
	border: 4px solid #aaaaaa;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 4px rgba(0,0,0,0.3);
	}

.info_content {
	padding-top: 4px;
	padding-left: 14px;
	padding-bottom: 4px;
	padding-right: 10px;
	}

.table_border {
	border-collapse: collapse;
	border: 4px solid black;
	line-height: 0px;
}

.picture_border {
	border: 2px solid #aaaaaa;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 4px rgba(0,0,0,0.3);
}

.skills_table {
	background-color: #303030;
	margin-left: 6px;
	border: 2px solid #777777;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px rgba(0,0,0,0.3);
	-o-box-shadow: 4px 4px rgba(0,0,0,0.3);
	box-shadow: 4px 4px rgba(0,0,0,0.3);
}

.skills_table_title {
	border-bottom: 2px solid #777777;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 0px;
}

.skills_table_content {
	background-color: #242424;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	padding-right: 9px;
}

.platforms_indented {
	padding-top: 9px;
	padding-left: 28px;
	}

/* ========================================== */
/* Two Column Layout Rules */
/* ========================================== */
	
/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 48%;
    padding: 1%;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
	width: 100%;
}

/* ========================================== */
/* Collapsible Button Rules */
/* ========================================== */

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #343434;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    font-size: 11pt;
	font-weight: 600;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    float: left;
    margin-left: 0px;
    padding-right: 5px;
	font-size: 10pt;
	font-weight: 600;
}

.collapsible_active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .collapsible_active class with JS), and when you move the mouse over it (hover) */
.collapsible_active, .collapsible:hover {
    background-color: #545454;
}

/* Style the collapsible content. Note: hidden by default */
.collapsible_content {
    padding: 10px;
	padding-left: 28px;
	padding-bottom: 28px;
    display: none;
    overflow: hidden;
    background-color: #222222;
	font-size: 11pt;
	font-weight: 400;
}
