body {
text-align: center;

width: 950px;	
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
	padding: 0;
	background: #FFFFFF left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}



h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	line-height: 160%;
}

ul, ol {
	margin-left: 0;
	padding-left: 0;
	list-style: inside;
}

img {  
	border: none;
}
a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}
}
b {
	color: #FFFFFF;
}

b:hover {
	text-decoration: none;
}
}
c {
	color: #FFFFFF;
}

c:hover {
	text-decoration: none;
}
}
d {
	color: #FFFFFF;
}

d:hover {
	text-decoration: none;
}}
e {
	color: #FFFFFF;
}

e:hover {
	text-decoration: none;
}

#cyan a:hover {background:#00adef;}
#magenta a:hover {background:#ec008c;}
#yellow a:hover {background:#fff200;}
#black a:hover {background:#272727;}
#grey a:hover {background: #c0c0c0;}

/* Wrapper */

#wrapper {

	background: #000000 url(images/daily03.jpg) no-repeat center top; 

#000000;
}

/* Header */

#header {
	width: 800px;
	height: 250px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 390px;
}

#logo h1 {
	padding: 170px 0 0 75px;
	font-size: 1.5em;
}

#logo h2 {
	padding-left: 100px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 165px 10px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}



#menu a {
	display: block;
	float: left;
	width: 78px;
	height: 30px;
	margin-right: 0px;
	padding-top: 5px;
	background: #000000 url(images/button.gif) no-repeat center top;
	text-decoration: none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
}


#menu a:hover, #menu .active a {
	background: #272727 url(images/button2.gif) no-repeat center top;
	color: #FFFFFF;
}



#cyan a:hover {background:#00adef url(images/button2.gif) no-repeat center top;}
#magenta a:hover {background:#272727 url(images/button2.gif) no-repeat center top;}
#yellow a:hover {background:#ec008c url(images/button2.gif) no-repeat center top;}
#black a:hover {background:#fff200 url(images/button2.gif) no-repeat center top;}
#grey a:hover {background: #c0c0c0 url(images/button2.gif) no-repeat center top;}


/* Content */

#content {
	width: 750px;
	margin: 0 auto;
text-align: left;
background: #000000;
}

/* Posts */

#posts {
	float: center;
	width: 750px;
text-align: left;
background: #000000;
}

.post {
}

.post .title {
	padding: 5px;
font-size: 1.2em;
	background: #000000;
}

.post .meta {
	padding: 0 0 0 10px;
background: #000000;
}

.post .meta p {
	margin: 0;
	font-size: x-small;
background: #000000;
}

.post .story {
	padding: 5px;
color: #FFFFFF;
}



/* Footer */

#footer {
	clear: both;
	padding: 1px;
	background: #272727 repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #272727;
}



