body {
	font: 80% Verdana, Arial, Sans-Serif;
	color: white;
	background: #111 url('');
	text-align: center;
	margin: 0 0 10px;
	}

#page {
	background: black;
	text-align: left;
	margin: 0 auto;
	padding: 10px 0 10px;
	position: relative;
	border: 1px solid #F5989D;
	border-top: none;
	}
.sidebar-none #page {
	width: 560px;
	}

.sidebar-single #page {
	width: 800px;
	}

.sidebar-dual #page {
	width: 965px;
	}
#sidebar-alt {
	float: left;
	width: 150px;
	padding: 10px;
	left: -760px;
	margin-left: -170px;
	}
#header {
	background: #F49AC1 url('header01.gif');
	width: 100%;
	height: 200px;
	}
/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	color: #F5989D !important;
	}

a {
	color: #F5989D;
	text-decoration: none;
	}
.navigation a {
    font-size: x-large;
	color: #F5989D;
	}
.entry-content a:visited {
	color: #F5989D;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #BC8CBF;
	}
.entry-meta a, .comment-meta a {
	color: #F5989D;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	line-height: 1.6em;
	display: block;
	margin-top: 1px;
	color: #BC8CBF;
	}
.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: justify;
	color: #ccc;
	}

