* {
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

body {
	background: #FFF;
	color: #333;
	font: normal 11px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	cursor: default;
	overflow-y: scroll;
}

a {
	color: #7A8C87;
	text-decoration: none;
}

a:hover {
	color: #333;
}

label {
	margin: 10px 0px;
	display: block;
}

label p {
	margin: 10px 0px;
}

label input {
	margin: 0px 5px;
}

label textarea {
	margin-top: 5px;
}

input {
	background: #7A8C87;
	color: #EEE;
	border: none;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

input[type='submit'], input[type='reset'] {
	padding: 3px 6px;
}

input[type='submit']:hover, input[type='reset']:hover {
	background: #737373;
	cursor: pointer;
}

textarea {
	background: #7A8C87;
	color: #EEE;
	border: none;
	padding: 3px;
	overflow: auto;
	max-width: 400px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

img {
	vertical-align: top;
	border: none;
}

img.img-right {
	float: right;
}

img.img-left {
	float: left;
}

h1, h2, h3, h4 {
	color: #7A8C87;
}

p {
	line-height: 16px;
	margin: 5px 0px;
}

#wrapper {
	width: 690px;
	margin: auto;
}

#page {
	background: url(../images/page.png) center bottom no-repeat;
	width: 460px;
	display: none;
	float: left;
}

#page .page {
	background: url(../images/page_bg.png) center top repeat-y;
	padding: 5px 30px;
	margin-bottom: 40px;
	min-height: 500px;
}

#sidebar {
	background: url(../images/sidebar.png) center bottom no-repeat;
	width: 240px;
	display: none;
	float: right;
	color: #EEE;
	margin-left: -10px;
}

#sidebar .sidebar {
	background: url(../images/sidebar_bg.png) center top repeat-y;
	padding: 5px 30px;
	margin-bottom: 40px;
	min-height: 300px;
}

#sidebar .sidebar input {
	background: #EEE;
	color: #7A8C87;
}

#sidebar input[type='submit']:hover, #sidebar input[type='button']:hover, #sidebar input[type='reset']:hover {
	background: #CCC;
	color: #7A8C87;
}

#nav a {
	color: #EEE;
	padding: 4px;
	margin-left: 2px;
	padding-bottom: 10px;
	display: block;
	float: left;
}

#nav a:first-child {
	margin-left: 0px;
}

#nav a:hover {
	color: #333;
	background: url(../images/nav_hover.png) bottom no-repeat;
}

#nav a.home {
	color: #333;
	background: url(../images/nav_hover.png) bottom no-repeat;
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	margin: 10px 0px;
	clear: both;
	color: #666;
	font-size: 9px;
}

#comment-form {
	display: none;
}

#comment-form textarea {
	max-width: 380px;
}

#rate-up, #rate-down {
	cursor: pointer;
}

.widget {
	padding: 5px 0px;
	clear: both;
	line-height: 15px;
}

.widget a {
	color: #FFF;
}

.widget a:hover {
	color: #EEE;
}

.portfolio {
	border-top: 1px solid #CCC;
	margin: 10px 0px;
	padding: 5px 0px;
}

.box {
	margin: 5px 0px;
	padding: 5px;
	background: #CCC;
	line-height: 16px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.comment {
	background: #EEE;
	margin: 5px 0px;
	padding: 1px 5px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
}

.fail {
	background: #F00;
	color: #000;
}
