body {
	background-color: #FFF;
	color: #333;
	font: normal normal medium Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 20px;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1em;
}
a img {
	border: none 0;
}


#container {
	font-size: 0.8em;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}


#header p {
	text-align: center;
	margin-bottom: 0.1em;
}
#header {
	margin: 10px;
}



#header {
	text-align: center;
}
#logo {
	margin: 0;
}
#logo.large {
	background: transparent url(images/wewish-large.gif) no-repeat top center;
	height: 100px;
	width: 549px;
}
#logo.small {
	background: transparent url(images/wewish-small.gif) no-repeat top center;
	height: 60px;
	width: 344px;
}
#logo span {
	display: none;
}
#tagline {
	background: transparent url(images/tagline.gif) no-repeat top center;
	height: 40px;
	margin: 5px 0 0 ;
	width: 357px;
}
#tagline span {
	display: none;
}



#navigation {
	background-color: #369;
	clear: both;
	float: left;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
	width: 100%;
}
#navigation li {
	float: left;
	margin: 0;
	padding: 0;
}
#navigation a {
	color: #FFF;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#navigation a:hover {
	background-color: #60BFEB;
}


#content {
	clear: both;
	margin: 0 20px 30px;
}
#content h1 {
	font-family: "Times New Roman", serif;
	color: #369;
	font-size: 3em;
	font-weight: normal;
	margin: 0 0 0.5em;
}
#content h2 {
	color: #369;
	font-size: 1.5em;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content p {
	font-size: small;
	line-height: 1.5em;
}
#content img {
	margin: 0 0 15px 15px;
}
#content p.image {
	float: right;
	text-align: center;
	line-height: 1em;
	font-size: 1em;
	color: #666;
}
#content p.image img {
	display: block;
}

#content p.image img {
	background: transparent url(images/image-bg.gif) no-repeat bottom right;
	border-left: solid 1px #F1F1F1;
	border-top: solid 1px #F1F1F1;
	padding: 5px 8px 8px 5px;
}




.homepost {
	border: solid 1px #CCC;
	margin: 0 0 1em;
	padding: 0.5em 1em;
}
.homepost h2 {
	color: #369;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 0.2em;
}
.homepost .datetime {
	font-size: 1em;
	color: #666;
	margin-bottom: 0;
}


#footer {
  	clear: both;
	text-align: center;
	margin: 0;
}
#footer ul {
	list-style: none;
	margin: 0 0 1.8em;
	padding: 0;
}
#footer li {
	display: inline;
	margin: 0 0.25em;
}
#footer .copyright {
	font-size: 0.8em;
}
#logos {
	text-align: center;
	margin-bottom: 2.5em;
}
#logos #logo1 {
	margin-right: 10px;
}