.wrapper {
	min-width: auto;
	width: 100%;
	max-width: 900px;
}

#container {
	min-width: auto;
}

#logo ul.top_links {
	text-align: center;
	margin: 0;
}

/* Colors */
#content { background-color: #cad7ff; }

.thead {
	background: linear-gradient(90deg, rgba(255,100,187,1) 0%, rgba(97,179,249,1) 100%);
	border-bottom: 0;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #9070b0;
}

.tborder {
	padding: 0;
	border: 0;
}

.trow1, .trow2 {
	background: #EBF4FF;
	border-color: #fff #cad7ff #cad7ff #fff;
}
.trow_sep {
	background: #dbe6ff;
	border-color: #fff #cad7ff #cad7ff #fff;
}
.tfoot { background: #EBF4FF; }
.post .post_author {
	background: #EBF4FF;
	border-bottom: 1px solid #cad7ff;
	border-top: 2px solid #cad7ff;
}
.post_controls, #panel .lower {
	background: #EBF4FF;
	border-bottom: 1px solid #cad7ff;
}

.postbit_buttons > a:link, .postbit_buttons > a:hover, .postbit_buttons > a:visited, .postbit_buttons > a:active {
	border: 0;
	background: white;
	font-weight: bold;
}
a.button:link, a.button:hover, a.button:visited, a.button:active, button, input.button {
	border: 0;
	background: #9070b0;
	color: white;
	font-weight: bold;
}

.tcat, #panel .upper {
	background: linear-gradient(#444, #9070b0);
	border: 0;
}
