﻿* {
  margin: 0;
  padding: 0;
}

html 
{
background: black url( Layout/html.png ) no-repeat top left;
height: 100%;
padding-left:40px;
}

body {
  color: #5f5f5f;
  font-size: 100%;
  font-family: "Calibri", "Trebuchet MS", sans-serif;
  line-height: 1.5;
  width: 55em;
  min-width: 460px;
  max-width: 100%;
  margin: auto;
   
}

.sitetitle
{
	padding-left: 20px;
	color: #CC3300;
	font-size: xx-large;
	font-family: Calibri;
}

h1, h2, h3, h4, h5, h6 {
  color: #e00;
  font-family: "Century Gothic", sans-serif;
}

h1, h2 {
  background: #5f5f5f url( Layout/header.png ) repeat-x bottom;
  border: 3px solid #e00;
  color: #fff;
  font-family: "Century Gothic", sans-serif;
  padding: 0.5em;
}

h1, h2, h3, h4, h5, h6, #logindisplay, #menu, #footer, .rightImage {
  font-variant: small-caps;
  letter-spacing: 0.15em;
}

h1 {
  background: url( Layout/headerMvc.png ) no-repeat right center;
  border: 0;
  font-size: 150%;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

#main p, #main ul, #main ol {
  margin: 1em;
}

#main li ul, #main li ol {
  margin: 0 1em;
}

#main li {
  color: #e00;
}

#main li span {
  color: #5f5f5f;
}

.page {
  background: #200 url( Layout/life.gif ) repeat;
  border: 0px solid #e00;
  color: #fff;
  margin-top: 1em;
  padding: 20px;
}

.lifework {
  background: url( Layout/life.gif ) repeat; 
  padding:20px;
}

.sidebar
{
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #800000;
	padding:10px;
}

.roundBig, .page {
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
}

.round {
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
}

.roundSmall {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.roundT {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.roundB {
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#footer {
  margin-top: 0.5em;
  text-align: right;
}

#logindisplay, #menu {
  font-size: 110%;
}

#logindisplay {
  color: #e00;
  padding: 0.25em 0;
  text-align: right;
}

#logindisplay a {
  color: #fff;
  text-decoration: none;
}

#logindisplay a:hover {
  text-decoration: underline;
}

#main {
  background: #fff ;
  border: 2px solid #e00;
  border-top: 0;
  color: #5f5f5f;
  padding: 10px;
}

#menucontainer {
  background: #e00 url( Layout/menu.png ) repeat-x bottom;
  border: 3px solid #e00;
  border-bottom: 0; 
}

#menucontainer a {
  color: #fff;
}

#title {
  background: #5f5f5f url( Layout/header.png ) repeat-x bottom;
  border: 3px solid #e00;
  position: relative;
}

#title img {
  position: absolute;
  margin-top: -60px;
  left: 0;
  top: 50%;
  z-index: 3;
}

#title h1 {
  padding-left: 130px;
}

ul#menu {
  background: url( Layout/menuMvc.png ) no-repeat right center;
  color: #fff;
  list-style: none;
  overflow: auto;
}

ul#menu li, ul#menu a {
  display: block;
}

ul#menu li {
  float: left;
}

ul#menu a {
  border-bottom: 0;
  margin-right: 0.5em;
  padding: 0.5em;
}

ul#menu .current {
  text-decoration: none;
}

ul#menu a:hover {
  text-decoration: underline;
}

ul#menu a:hover, ul#menu .current {
  background: #fff;
  color: #e00;
}

.rightImage {
  background: #5f5f5f;
  float: right;
  border: 3px solid #e00;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 6px;
  text-align: center;
}

.rightImage, .rightImage a {
  color: #fff;
}

.rightImage img {
  display: block;
}

#main .rightImage p {
  margin: 0.5em 0;
}

.section {
  border-top: 1px dotted #e00;
  padding-top: 1em;
}