/* Style for Patrick's website. Updated 03/16/2016 */

html,
body {
	background-color: lightgrey;
	margin: 0 auto;
	padding: 0;
}

#mainWrapper {
	background:blue;
	width: 68%;
	opacity:0.6;
	border:2px solid white;
	margin:0 auto;
	margin-left: 15px;
	margin-right: 15px;
	font-size:16px;
	color:yellow;
	font-weight:200;
	padding:0px;

}

.column {
	display: table-cell;
}

#container {
	height: auto;
	width: 100%;
	margin:0 auto;
	padding: 2px;
	display: table;
	table-layout: fixed;
}

#header {
	text-align:center;
	width:100%;
	height:auto;
	background: repeating-linear-gradient(grey,lightgrey,grey);
	border-bottom: 2px solid black;
}

#nav {
	width:100%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#menu {
	margin:0 auto;
	text-align:center;
}

#menu ul {
	margin:0 auto;
	padding:0px;
}

#menu li {
	border: 1px solid black;
	border-radius: 5px; 
	background: lightgrey;
	height: auto;
	margin:0px;
	padding:5px;
}

#menu a {
	display:inline-block;
	width:8%;
	text-decoration:none;
	color: black;
	font-size: 16px;

}

#menu li:active {
	border-radius: 5px; 
	border: 1px solid black;
}


#menu li:hover {
	padding: 5px;
	background: grey;
	border: 1px solid black;
	box-shadow: 0px 0px 10px 5px darkgrey inset;
}

#menu li:hover a {
}

#footer {
	background:linear-gradient(gray, lightgray, gray);
	position:fixed;
	bottom:0;
	width:100%;
	height:40px;
	font-size:12px;
	text-align: center;
}

ul {
	height:auto;
    padding: 0px;
    margin: 0px;
}

li {
	display:inline;
	padding:0px;
}

#leftsidebar {
	border:1px solid yellow;
	padding: 2px;
	margin-right: 2px;
	width:16%;
	height:auto;
	float:left;
}

#rightsidebar {
	border:1px solid yellow;
	padding: 2px;
	margin-left: 2px;
	width:16%;
	height:auto;
	float:right;
}
