/* CSS Document Mike Pemberton*/

body {
	background-image: url(images/mikepemberton-bgr.jpg);
	background-color: rgb(125,23,13);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left;
}


#photo {	
	top: 16px;
	left: 809px;
	position: absolute;
	z-index: 2;
	visibility: show;
}

#header {
  position: relative;
}

#header {
  position: relative;
}

#header ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
}

#header ul li{
  float: left;
  positon: absolute;
  left: .2em;
  right: .2em;
}

#header ul li a:link, #hearder ul li a:visited {
  display: block;
  background-color: rgb(182,36,19);
  padding: .2em .2em;
  font: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  margin-right: .5em;
  line-height: 1.2em; 
}

#header ul li a:hover, #hearder ul li a:active {
  color: #fff;
  background-color: rgb(226,56,23);
  margin-right: .5em;
  line-height: 1.2em; 
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: left;
	color: rgb(147,71,30);
	top: 5px;
	left: 233px;
	position: absolute;
	z-index: 1;
	visibility: show;
	width: 760px;
	height: 32px;
	background-color: #b62413;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e23817;
	border-bottom-color: #e23817;
	border-left-color: #e23817;
	padding: 0px 0px  0px 20px;

}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	color: #fff;
    font-weight: normal;
	line-height: normal;
	text-decoration: none;
}

#connect {
	top: 80px;
	left: 537px;
	position: absolute;
	z-index: 1;
	visibility: show;
	width: 148px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #7d170d;
	font-weight: 500;
}

#socialicons {
	top: 70px;
	left: 671px;
	position: absolute;
	z-index: 1;
	visibility: show;
	width: 115px;
	height: 32px;
}

#sidebar {
	font-family: Verdana, sans-serif;
	font-size: 28px;
	text-align: left;
	color: rgb(225,201,135);
	top: 91px;
	left: 247px;
	position: absolute;
	z-index: 1;
	visibility: show;
	width: 192px;
	height: 506px;
}

#sidebar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(182,36,19);
	text-decoration: underline;
}

#sidebar a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(182,36,19);
	text-decoration: underline;
}


#sidebar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(226,56,23);
	text-decoration: underline;
}

#banner {
	font-family: Arial, Helvetica, sans-serif;
	font-size:72px;
	color: rgb(125,23,13);	
	text-align: left;
	top: 195px;
	left: 466px;
	position: absolute;
	z-index: 1;
	visibility: show;
	width: 528px;
}

#content {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #000;
	line-height: 1.5em;
	top: 277px;
	left: 464px;
	position: absolute;
	z-index: 1;
	visibility: show;
	width: 553px;
	height: 322px;
}


H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: left;
	color: rgb(125,23,13);
	line-height: 1.2em;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: rgb(229,103,6);
}

H3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #fff;
	background-color: #b62413;
	padding: 10px 0 10px 10px;

}

p {
	font-size: 11.5px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(31,29,29);
	line-height: 1.85em;
	padding-right: 20px;
	padding-left: 10px;
}

ul { 
	list-style-position: outside;
	list-style-type: disc;
	font-size: 11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.5em;
}

img.right {
	float: right;
	margin: 5px 2px 2px 5px;
}

img.left {
	float: left;
	margin: 5px 5px 2px 0px;
}


#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(182,36,19);
	text-decoration: underline;
}

#content a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(182,36,19);
	text-decoration: underline;
}


#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgb(226,56,23);
	text-decoration: underline;
}
