body {
     margin: 0;
     padding: 0;
     font-family: 'Marvel', sans-serif;
	 font-size: 16px;
     color: black;
	 background-image: url("unitedcenterice.jpg");
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: italic;
}

p, ul, ol {
   margin-top: 0;
   line-height: 240%;
   color: red;
   font-weight: bold;
   
}



a {
  text-decoration: none;
  color: blue;
}

a:hover {
}

.container {
	   width: 1000px;
	   margin: 0px auto;
}

/* Header */

#header {
	width: 900px;
	height: 215px;
	margin: 0 auto;
	padding: 0px 50px;
}

/* Logo */

#logo {
      float: left;
      width: 350px;
      
}


#logo h1 {
      padding: 30px 0px;
      letter-spacing: -5px;
      text-transform: uppercase;
      font-size: 4.8em;
}

#logo h1 a {
      font-family: font-family:"Times New Roman",Georgia,Serif;
      color: black;
}

/* Menu */

#menu {
      float: left;
      width: 500px;
      height: 100px;
      margin: 0 auto;
      padding: 0;
}

#menu ul {
      float: right;
      margin: 0;
      padding: 70px 0px;
      line-height: normal;
	  color: red;
}

#menu li {
      float: left;
}

#menu a {
      display: block;
      height: 10px;
      margin-right: 2px;
      padding: 0px 15px 15px;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      font-family: 'Delius Unicase', cursive;
      font-size: 15px;
      font-weight: normal;
      color: black;
      border: none;
}

#menu a:hover, #menu .current_page_item a {
      text-decoration: none;
      color: gray;
}

#menu .current_page_item a {
}

/* Page */

#page {
      width: 900px;
      margin: 0 auto;
      padding: 30px 30px;
}

/* Content */

#content {
	 float: left;
	 width: 590px;
	 padding: 50px 0px 0px 0px;
}

.post {
      overflow: hidden;
      margin-bottom: 20px;
      border-bottom: 1px solid #3A3636;
}

.post .title {
      margin: 0px;
      padding: 7px 0px 0px 0px;
      letter-spacing: -1px;
}

.post .title a {
      border: none;
      letter-spacing: 1px;
      letter-spacing: -2px;
      text-align: left;
      text-transform: uppercase;
      font-family: 'Delius Unicase', cursive;
      font-size: 25px;
      font-weight: normal;
      color: black;
}
.post .entry {
      padding: 0px 0px 30px 0px;
      padding-bottom: 20px;
      text-align: justify;
}

.links {
       float: right;
       margin: 20px 0px 30px 0px;
       text-align: right;
       text-transform: uppercase;
       font-family: 'Delius Unicase', cursive;
       font-size: 12px;
       font-weight: normal;
}

.more {
      display: block;
      float: left;
      padding: 0px 0px 0px 0px;
      margin-right: 30px;
}

.comments {
	  display: block;
	  float: left;
	  padding: 0px 0px 0px 0px;
}

/* Sidebar */

#sidebar {
	 float: right;
	 width: 280px;
	 margin: 0px;
	 padding: 30px 0px 0px 0px;
	 font-family: 'Marvel', sans-serif;
}

#sidebar ul {
	 margin: 0;
	 padding: 0;
	 list-style: none;
}

#sidebar li {
	 margin: 0;
	 padding: 0;
}

#sidebar li ul {
	 margin: 0px 0px;
	 padding-bottom: 50px;
}

#sidebar li li {
	 line-height: 25px;
	 border-bottom: 1px solid #3A3636;
	 padding-left: 20px;
	 margin: 0px 30px;
	 text-transform: uppercase;
	 font-family: 'Marvel', Times New Roman;
	 font-size: 14px;
	 font-weight: normal;
}



#sidebar h2 {
	 margin: 0px;
	 padding: 0px 30px 0px;
	 padding-left: 30px;
	 letter-spacing: -2px;
	 text-align: left;
	 text-transform: uppercase;
	 font-family: 'Delius Unicase', Times New Roman;
	 font-size: 20px;
	 font-weight: normal;
	 color: black;
}

#sidebar p {
	 margin: 0 0px;
	 padding: 0px 30px 20px 30px;
	 text-align: justify;
	 text-transform: uppercase;
	 font-size: 14px;
}

#sidebar a {
	 border: none;
	 color: navy;
}

#sidebar a:hover {
	 text-decoration: underline;
}



#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 30px;
	line-height: normal;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#footer a {
}