body, html {
	background: #3a8241;
}

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 100%;
	color: #000;
}

p {
	margin: 10px 0;
}

blockquote {
	padding-left: 20px;
}

img {
	border: 0;
}

#everything {
	width: 990px;
	margin: 16px auto;
	background: #77d58b;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
	-khtml-border-radius: 20px;
}

#header {
	background: #6398f4;
	background: url('images/header.jpg') no-repeat bottom center;
	text-align: center;
	height: 170px;
	position: relative;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-khtml-border-radius-topright: 20px;
	-khtml-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#header #scrollinglines {
	position: absolute;
	left: 15px;
	top: 146px;
}

#header #scrollinglines .cat-titles {
	position: relative;
	overflow: hidden;
	height: 25px;
	width: 950px;
}

#header #scrollinglines .cat-titles li {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	list-style: none;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 950px;
	display: none;
}

#menubar {
	background: #ffb;
	width: 100%;
	height: 1.8em;
}

#mainfront {
	float: right;
	width: 740px;
}

#main {
	float: right;
	width: 640px;
	background: #3a8241;
	background: url('images/default.jpg') no-repeat;
	padding: 50px;
	min-height: 500px;
}

#main .page, #main .post {
	padding: 20px;
	background: #fbfbfb;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-opera-border-radius: 20px;
	-khtml-border-radius: 20px;
}

#main .thecontent, #main .thecontent * {
	font-size: 14px;
}

#main .thecontent ul, #main .thecontent ol {
	padding-left: 20px;
}
#main .thecontent .thechildthumbnails ul {
	padding-left: 0;
}
#main .thecontent ul li, #main .thecontent ol li {
	margin-bottom: 8px;
}
#main .thecontent .thechildthumbnails ul li {
	margin-bottom: 0;
}

#main .thecontent a {
	color: #00f;
	text-decoration: underline;
}
#main .thecontent .thechildthumbnails a {
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 218px;
	padding: 8px 16px;
}

#sidebar #thewidgets, #sidebar #children {
	list-style: none;
}

#sidebar #children {
	padding-top: 8px;
}

#sidebar #children ul li {
	padding: 1px 0;
}

#sidebar #children li a {
	font-weight: bold;
}

#sidebar #children ul li a {
	font-weight: normal;
}

#sidebar #children ul {
	list-style: disc;
	padding-left: 20px;
}

#sidebar #children ul * {
	font-size: 11px;
}

#sidebar #children .current_page_item, #sidebar #children .current_page_item a {
	font-weight: bold;
	color: #777;
}

#sidebar #children .current_page_item ul, #sidebar #children .current_page_item ul a {
	font-weight: normal;
	color: #000;
}

#sidebar #children .current_page_item ul a:hover {
	color: #fff;
	background: #000;
}

#footer {
	clear: both;
	background: #ffb;
	text-align: center;
	padding: 8px 0;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-khtml-border-radius-bottomright: 20px;
	-khtml-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

#footer #sitedesign {
	padding-left: 8px;
}

#footer #sitedesign, #footer #sitedesign *, .post-edit-link {
	font-size: 11px;
}

.a2a_dd img {
	margin: 16px 0 32px 0;
}

a:hover {
	background-color: #000;
	color: #fff;
}

a.nohover:hover, .a2a_dd:hover, #main .thecontent a:hover {
	background: none;
}

.thethumbnail {
	float: right;
}

.thethumbnail img {
	margin: 0 0 20px 20px;
}

h2.thetitle {
	margin: 0 0 20px 0;
}

h2.thetitle, h2.thetitle * {
	font-size: 11px;
}

.childthumbnails li {
	position: relative;
	height: 115px;
	width: 115px;
	overflow: hidden;
	margin: 2px;
	float: left;
	list-style: none;
}

.childthumbnails li .childtitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	height: 30px;
	overflow: hidden;
	padding: 1px;
	z-index: 2;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	background: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.childthumbnails li .childoverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	height: 115px;
	z-index: 3;
}

.childthumbnails li a:hover {
	background: none;
}

.childthumbnails li a:hover .childtitle {
	background: #000;
	color: #fff;
}

.afterchildthumbnails {
	clear: both;
}

#everything {
	background: url('images/faux-columns.png') repeat-y;
}

.home .thechildthumbnails {
	padding: 8px;
}

.home .childthumbnails li {
	height: 165px;
	width: 165px;
	margin: 8px;
}

.home .childthumbnails .thevideo {
	width: 346px;
}

.home .childthumbnails li .childtitle {
	width: 165px;
	height: 34px;
	font-size: 16px;
}

.home .childthumbnails li .childoverlay {
	width: 165px;
	height: 165px;
}

#theform td {
	padding-bottom: 5px;
}

#theform .tdl {
	text-align: right;
	width: 200px;
}

#theform label {
	font-weight: bold;
}

#theform .tdr {
	width: 390px;
	padding-left: 10px;
}

#theform .tdc {
	text-align: center;
}

#theform .tdc2 {
	text-align: center;
	padding-left: 75px;
	padding-right: 75px;
}

#theform .tdynl {
	text-align: right;
	width: 110px;
}

#theform .tdynr {
	padding-top: 2px;
	vertical-align: top;
}

#theform input, #theform textarea {
	border: 1px solid #000;
	background: #fff;
	padding: 4px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
}

#theform .theformtextbox {
	width: 340px;
}

#theform textarea {
	width: 500px;
}

#theform input:hover, #theform textarea:hover {
	background: #3a8241;
	color: #fff;
}

#theform .theformbutton {
	margin-top: 8px;
	padding: 4px 8px;
	cursor: pointer;
	background: url('images/form-button.png') repeat-x;
}
