/*
author: Kyoko Hata
student number: A00632875
date: May 23, 2017
notes: week 6 & 7 assignment 2
*/

body {
	font-family: arial, Verdana, 'sans-serif';
	color: #212121;
	font-size: 16px;
	margin: 0;
	padding: 0;
	counter-reset: section;
}

a:link, a:visited {
	color: #212121;
}

a:hover, a:active {
	color: #e12339;
}

a:link.icon, a:visited.icon {
	color: #ffffff;
	text-decoration: none;
}

a:hover.icon, a:active.icon {
	color: #e12339;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	color: #212121;
}

table, th, td {
	border: solid 1px #212121;
}

table.colour {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}

table.colour td {
	padding: 10px;
	text-align: center;
}

p.overflow {
	overflow: hidden;
}

ol.ng {
	display: table;
	list-style-position: inside;
	overflow: hidden;
	padding: 30px;
	line-height: 30px
}

ol.ng > li {
	display: table-row;
}

ol.ng > li {
	list-style: none;
	counter-increment: section;
}

ol.ng > li::before {
    content: counter(section) ".";
    display: table-cell;
    text-align: right;
	padding-right: .3em;
}

#wrapper {
	width: 90%;
	min-width: 550px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0;
	margin-bottom: 0
}

#header {
	height: 120px;
}

#nav {
	width: 200px;
	position: absolute;
}

#subnav {
	height: 90px;
	top: 213px;
	margin-left: 225px;
}

#content {
	margin-left: 225px;
	padding: 10px 30px 10px 10px;
}

#footer {
	text-align: center;
	width: 100%;
	position: absolute;
}

#sitename {
	font-size: 2.1em;
	line-height: 80px;
	background: #acacac;
	color: #ffffff;
	white-space: nowrap;
}

#sitename_sub {
	font-size: 0.8em;
	color: #ffffff;
	display: inline-block;
}

#pagetitle {
	background: #dfdfdf;
	padding: 15px 0 4px 15px;
	height: 40px;
	margin: 15px 0 -10px -10px;
}


#footer_content {
	font-size: 1.2em;	
	line-height: 30px;
	background: #acacac;
	color: #ffffff;
	white-space: nowrap;
	margin: 50px 0 0 0;
}

.img_logo {
	padding: 0 30px 0 0;
	vertical-align: middle;
	margin-left: 10px;
}

.img_usability {
	float: left;
	padding: 0 20px 0 0;
}

.img_colour {
	clear: both;
	padding: 0 20px 0 0;
}

.ul_menu_parent {
	font-size: 1.5em;
}

.li_menu_parent {
	list-style: none;
	line-height: 45px;
	margin-bottom: 50px;
}

.ul_menu_child {
	font-size: 1.2em;
	margin-top: -10px;
}

.li_menu_child {
	list-style: none;
}

.ul_submenu {
	font-size: 1.5em;
	white-space: nowrap;
}

.li_submenu {
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	width: 130px;
}

.ul_container_proposal {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.li_proposal_theme, 
.li_proposal_audience, 
.li_proposal_pages, 
.li_proposal_objectives {
		padding: 5px;
		width: 200px;
		height: 150px;
		margin-top: 30px;
		margin-bottom: 30px;
		line-height: 150px;
		color: white;
		font-weight: bold;
		text-align: center;
}
.li_proposal_theme {
	background: #3fa355;
	font-size: 3em;
}

.li_proposal_audience {
	background: #d4537c;
	font-size: 2.8em;
}

.li_proposal_pages {
	background: #3ec3c3;
	font-size: 3em;
}

.li_proposal_objectives {
	background: #efe655;
	font-size: 2.5em;
}

.dl_pages {
	overflow: hidden;
	line-height: 25px;
}

.dt_bold {
	font-weight: bold;
}

.proposal_theme_icon, 
.proposal_audience_icon, 
.proposal_pages_icon, 
.proposal_objectives_icon {
		padding: 5px;
		width: 200px;
		height: 100px;
		margin: 0 10px 0 -10px;
		line-height: 100px;
		color: white;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		float: left;
}

.proposal_theme_icon {
	background: #3fa355;
	font-size: 2.5em;
}

.proposal_audience_icon {
	background: #d4537c;
	font-size: 2.8em;
}

.proposal_pages_icon {
	background: #3ec3c3;
	font-size: 3em;
}

.proposal_objectives_icon {
	background: #efe655;
	font-size: 2.5em;
}

/* .content_proposal {
	margin-top: 30px;
} */

.link_backtotop {
	text-align: right;
}

.sectiontitle_use,
.sectiontitle_colour,
.sectiontitle_layout,
.sectiontitle_ng {
	font-size: 1.5em;
	padding: 12px 0 4px 5px;
	height: 27px;
	margin: 70px 0 20px -10px;
	white-space: nowrap;
}

.sectiontitle_use {
	border-left: double 20px #3fa355;
}

.sectiontitle_colour {
	border-left: double 20px #d4537c;
}

.sectiontitle_layout {
	border-left: double 20px #3ec3c3;
}

.sectiontitle_ng {
	border-left: double 20px #47c33e;
}

.text_use {
	padding: 0 50px 0 0;
	margin: 0 0 15px 0;
}

.nextline {
	clear: both;
}

.colour_application {
	margin-top: 30px;
	margin-bottom: 10px;
	color: #e12339;
}
