@charset "utf-8";
/* CSS Document */

body {
	background: #6785bb;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #202224;
	min-width: 960px;
}

.debug_window {
	padding: 15px;
	font-family: "Consolas", "Courier New", Courier, monospace;
	font-size: 16px;
	background: #320;
	color: #FFD;
	border: 5px solid #FFD;
}

.main {
	background: #6785bb url('../_img/bg_main.gif') repeat-x;
	position: relative;
	marin: 0 auto;
}

.error, .error2 {
	border: 2px solid #000;
	padding: 15px;
	background: #f00;
	color: #fff;
	/*font-family: "Courier New", Courier, monospace;*/
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0;
}

a {
	text-decoration: none;
}	

input, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	border: 0;
	resize: none;
}

.main01 {
	background: url('../_img/bg_art.jpg') no-repeat 50% 0;
}

.h1000 {
	min-height: 600px;	
}

.top_layer {
	position: relative;
	z-index: 100;
}

.header {
	height: 165px;
	position: relative;
}

.stuff_nav {
	width: 130px;
	height: 120px;
	position: absolute;
	top: 0px;
	right: 33px;
	z-index: 50;
	background: url('../_img/stuffselect.png') no-repeat;
}

.stuff_nav ul {
	padding: 10px 0 0 16px;
}

.stuff_nav ul li a {
	color: 	#BA9D75;
	border-left: 3px solid #BA9D75;
	padding-left: 8px;
	margin-bottom: 8px;
	display: block;
	font-size: 16px;
	font-weight: bold;
}

.stuff_nav ul li a:hover {
	color: #ffe536;
	border-color: #ffe536;
}

.kpulv_logo {
	position: absolute;
	top: 27px;
	left: 97px;
	width: 251px;
	height: 110px;
	background: url('../_img/kpulv.png') no-repeat;
}

.kyle {
	position: absolute;
	top: 0;
	left: 404px;
	width: 210px;
	height: 165px;
	background: url('../_img/kyle.png') no-repeat;
}

.navbar_top {
	height: 118px;
}

.navbar {
	height: 47px;
	width: 303px;
	margin-left: 2px;
	background: url('../_img/navbar.jpg') no-repeat;
}

.navbar li {
	float: left;
	height: 47px;
}

.navbar li a {
	display: block;
	height: 47px;
}
.navbar li a.navblog {
	width: 114px;
	margin-left: 27px;
	background: url('../_img/navbar.jpg') no-repeat -27px 0;
}
.navbar li a.navblog:hover {
	background-position: -27px -47px;	
}
.navbar li a.navstuff {
	width: 124px;
	margin-left: 14px;
	background: url('../_img/navbar.jpg') no-repeat -155px 0;
}
.navbar li a.navstuff:hover {
	background-position: -155px -47px;	
}

.topbar_container {
	border-bottom: 2px solid #864543;
	margin-bottom: 6px;
}

.topbar {
	position: relative;
	width: 946px;
	height: 60px;
	background: url('../_img/topbar.jpg') no-repeat;
	border: 2px solid #ff0350;
}

.topbar a.top_rssfeed {
	position: absolute;
	left: 10px;
	top: 10px;
	border: 3px solid #fff;
	width: 34px;
	height: 34px;
	background: url('../_img/topbar_icons.jpg') no-repeat;
	
}
.topbar a.top_rssfeed:hover {
	background-position: 0 -34px;
	
}
.topbar a.top_twitter {
	position: absolute;
	left: 62px;
	top: 10px;
	border: 3px solid #fff;
	width: 34px;
	height: 34px;
	background: url('../_img/topbar_icons.jpg') no-repeat -34px 0;
	
}
.topbar a.top_twitter:hover {
	background-position: -34px -34px;
	
}

.topbar .twitterbubble {
	background: url('../_img/twitter_bubble.png') no-repeat;
	position: absolute;
	width: 500px;
	height: 39px;
	top: 7px;
	left: 117px;

}

.topbar .twitterbubble p {
	width: 410px;
	font-size: 11px;
	padding: 12px 0 0 5px;
	display: none;
}

.topbar .twitterfeed {	
	position: absolute;
	/*background: url('../_img/twitter_bubble.png') no-repeat;*/
	border: 2px solid #fff;
	width: 410px;
	height: 25px;
	padding: 1px 2px 0 4px;
	top: 15px;
	left: 117px;
	overflow: hidden;
	font-size: 10px;
	line-height: 12px;
}

.topbar .twitterfeed a {
	font-weight: bold;
	color: #202224;
}
.topbar .twitterfeed a:hover {
	color: #ff0350;
}

.topbar a.button {
	display: block;
	background: url('../_img/topbar_button.gif') no-repeat;
	height: 22px;
	width: 75px;
	color: #f7f9fa;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	border: 2px solid #fff;
}

.topbar a.button:hover {
	background-position: 0 -26px;
}

.topbar a.top_follow {
	left: 539px;
	top: 17px;
	position: absolute;
	border: 0;
}
.topbar a.top_search {
	left: 857px;
	top: 15px;
	position: absolute;
}

.topbar input.search {
	width: 202px;
	height: 24px;
	border: 2px solid #fff;
	padding-left: 4px;
	left: 648px;
	top: 15px;
	position: absolute;
}

.stuff {
	background: url('../_img/bg_stuff.png') repeat-y;
	width: 960px;
}

.stuff02 {
	background: url('../_img/bg_stuff.jpg') no-repeat;
	width: 960px;
	min-height: 1500px;
}

.stuff01 {
	background: url('../_img/bg_stuff_bottom.jpg') no-repeat 1px 100%;
	width: 960px;
	
}

.main_left {
	background: url('../_img/bg_left.png') repeat-y;
	width: 640px;
	float: left;
}

.main_left02 {
	background: url('../_img/bg_left_bottom.jpg') no-repeat 1px 100%;	
	padding-bottom: 120px;
}

.main_left01 {
	background: url('../_img/bg_left.jpg') no-repeat;
	width: 640px;
	
}

.main_right {
	background: url('../_img/bg_right.png') repeat-y;
	width: 320px;
	float: left;
}

.main_right01 {
	background: url('../_img/bg_right.jpg') no-repeat 1px 100%;
	padding-bottom: 120px;
}

.main_right02 {
	background: url('../_img/bg_right_top.jpg') no-repeat;
	
}

.viewing {
	padding: 10px;
	border: 1px dashed #6785BB;
	margin-bottom: 10px;
	color: #6785BB;
	
}

.content_box {
	margin: 25px;	
}
.content_box_right {
	margin: 20px 25px;	
}

.blog_post {
	
}

.blog_post h3, .blog_post .header3 {
	font-size: 18px;
	font-weight: bold;
}

.blog_post h4 {
	color: #6785bb;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
}

.blog_post h4 a {
	color: #6785bb;
}
.blog_post h4 a:hover {
	color: #ff0350;
}

.blog_post h1 a {
	display: block;
	color: #202224;
	font-weight: bold;
	padding: 0 0 3px 10px;
	border-left: 7px solid #68b6e7;
	line-height: 40px;
	font-size: 36px;
	position: relative;	
	margin-bottom: 14px;
}

.blog_post h1 a:hover {
	border-left: 7px solid #ff0350;
}

.blog_post a.image {
	width: 570px;
	border: 5px solid #68b6e7;
	display: block;
}

.blog_post a.image:hover {
	border-color: #ff0350;
}

.blog_post a.image img {
	border: 2px solid #f7f9fa;
}

.blog_post p {
	line-height: 24px;
	text-align: justify;
	margin: 10px 0;
}

.blog_post .tagbar {
	width: 468px;
	height: 32px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #f7f9fa;
	background: url('../_img/tagbar.jpg') no-repeat;
}

.blog_post .tagbar a {	
	display: block;
	float: left;
	color: #f7f9fa;
	margin: 8px 0 0 12px;
}

.blog_post .tagbar a:hover {
	color: #202224;
}

.blog_post a.commentbar {
	width: 102px;
	height: 23px;
	padding-top: 8px;
	float: left;
	margin-left: 10px;
	font-size: 12px;
	background: url('../_img/commentbar.jpg') no-repeat;
	text-align: center;
	color: #f7f9fa;
	font-weight: bold;
}

.blog_post a.commentbar:hover {
	background-position: 0 -31px;
}

.blue_line {
	border-bottom: 1px dashed #68b6e7;
	height: 22px;
	margin-bottom: 22px;
}

.blog_comments {
	
}

.blog_comments .box {
	background: #724c51 url('../_img/comments_bg_top.jpg') no-repeat;	
}
.blog_comments .box01 {
	background: url('../_img/comments_bg_bottom.jpg') no-repeat 0 100%;
	padding-top: 1px;
}

.blog_comments .comment {
	margin: 15px 15px 25px;
}

.blog_comments .comment .cheader {
	position: relative;
	height: 48px;
	border-bottom: 1px solid #b5a67c;
}

.blog_comments .comment .cheader .author {
	position: absolute;
	top: 0;
	left: 0;
}

.blog_comments .comment .cheader h2 a {
	color: #f7f9fa;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	float: left;
	max-width: 290px;
	min-height: 26px;
	max-height: 27px;
	overflow: hidden;
	
}

.blog_comments .comment .cheader h2 a:hover {
	
}

.blog_comments .comment .cheader h2.special a {
	color: #ffe536;
}

.blog_comments .comment .cheader .arrow {
	position: relative;
	width: 19px;
	height: 20px;
	background: url('../_img/comment_arrow.png') no-repeat;
	margin: 29px 0 0 10px;
	float: left;
}

.blog_comments .comment .cheader h3 {
	color: #ba9d75;
	font-size: 18px;
	float: right;
	font-weight: normal;
	padding-top: 16px;
	letter-spacing: -1px;
}

.blog_comments .comment p {
	position: relative;
	background: #f7f9fa;
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
	border: 1px solid #b5a67c;
	border-top: 0;
}

.blog_comments .comment p.special {
	color: #ff0350;
	font-weight: bold;
}

.blog_comments .post_comment {
	margin: 15px;
	padding-bottom: 25px;
	margin-bottom: 0;
}

.blog_comments .post_comment h2 {
	color: #f7f9fa;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.gravatar {
	margin-right: 10px;	
	border: 2px solid #F7F9FA;
}

.input00 {
	height: 220px;	
}
.input01 {
	border-bottom: 2px solid #452835;
	margin-bottom: 10px;
}
.input02 {
	border: 1px solid #141414;
	position: relative;
}

.input02 input {
	position: absolute;
	top: 0;
	left: 105px;
	height: 19px;
	font-size: 12px;
	padding-left: 12px;
	padding-bottom: 3px;
	width: 431px;
	background: #f7f9fa url('../_img/input_background.gif') no-repeat;
}

.bottom .input02 input {
	width: 301px;
}

.input02 textarea {
	position: absolute;
	top: 0;
	left: 105px;
	height: 198px;
	padding-top: 2px;
	font-size: 12px;
	background: #f7f9fa url('../_img/input_background.gif') no-repeat;
	width: 431px;
	padding-left: 12px;
	clear: both;
	margin: 0;
	border-bottom: 2px solid #452835;
	line-height: 18px;
}

.bottom .input02 textarea {
	width: 301px;
}

.input02 label {
	color: #ba9d75;
	width: 100px;
	height: 20px;
	padding-right: 15px;
	font-weight: bold;
	padding-top: 3px;
	background:  url('../_img/form_label.gif') no-repeat;
	text-align: right;
	display: inline-block;
}

a.form_button {
	display: block;
	width:  162px;
	height: 30px;
	background: url('../_img/input_button.gif') no-repeat;
	color: #ba9d75;
	font-weight: bold;
	text-align: center;
	padding-top: 13px;
	font-size: 16px;
	float: right;
}
a.form_button:hover {
	background-position: 0 -43px;
	color: #f7f9fa;
}

.spacer_20 {
	height: 20px;
}

.h600 {
	min-height: 600px;	
}

.c290 {
	width: 290px;
	float: left;
}

.post_footer h2 {
	color: #6785bb;
	font-size: 24px;
	margin-bottom: 20px;
}

ul.share_buttons {
	
}

ul.share_buttons li a {
	display: block;
	height: 26px;
	padding-top: 6px;
	font-size: 18px;
	color: #202224;
	padding-left: 48px;
	background: url('../_img/share_buttons.gif') no-repeat;
	margin-top: 8px;
}
ul.share_buttons li a:hover {
	color: #6785bb;	
}

ul.share_buttons li a.facebook {
	
}
ul.share_buttons li a.facebook:hover {
	background-position: 0 -160px;
}
ul.share_buttons li a.reddit {
	background-position: 0 -32px;
}
ul.share_buttons li a.reddit:hover {
	background-position: 0 -192px;
}
ul.share_buttons li a.twitter {
	background-position: 0 -64px;
}
ul.share_buttons li a.twitter:hover {
	background-position: 0 -224px;
}
ul.share_buttons li a.stumble {
	background-position: 0 -96px;
}
ul.share_buttons li a.stumble:hover {
	background-position: 0 -256px;
}
ul.share_buttons li a.digg {
	background-position: 0 -128px;
}
ul.share_buttons li a.digg:hover {
	background-position: 0 -288px;
}

ul.other_posts {
	
}

ul.other_posts li a {
	display: block;
	font-size: 18px;
	color: #202224;
	padding-top: 6px;
	border-left: 5px solid #6785bb;
	padding: 4px 0 4px 8px;
	margin-top: 8px;
}
ul.other_posts li a:hover {
	padding-left: 10px;	
	border-left: 5px solid #ff0350;
}

.bottom_buttons {
	position: relative;
	height: 35px;
}

.bottom_buttons a.button_left {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
	height: 29px;
	padding-top: 6px;
	font-size: 20px;
	color: #f7f9fa;
	background: url('../_img/bottom_left_button.jpg') no-repeat;
	text-align: center;
	font-weight: bold;
}

.bottom_buttons a.button_right {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 175px;
	height: 29px;
	padding-top: 6px;
	font-size: 20px;
	color: #f7f9fa;
	background: url('../_img/bottom_left_button.jpg') no-repeat;
	text-align: center;
	font-weight: bold;
}

.bottom_buttons a:hover {
	background-position: 0 -35px;
}

h2.blue, h2.pink, h2.brown, h2.green {
	width: 250px;
	height: 36px;
	color: #f7f9fa;
	font-size: 24px;
	font-weight: bold;
	padding: 6px 0 0 10px;
	margin: 20px 0;
}
h2.blue {
	background: url('../_img/header_blue.jpg') no-repeat;	
}
h2.pink {
	background: url('../_img/header_pink.jpg') no-repeat;	
}
h2.brown {
	background: url('../_img/header_brown.jpg') no-repeat;	
}
h2.green {
	background: url('../_img/header_green.jpg') no-repeat;	
}

h2 a {
	color: #f7f9fa;
}

a.grey_border {
	border: 6px solid #dae3e8;
	display: block;
}

a.grey_border_5, .grey_border_5 {
	border: 5px solid #dae3e8;
	display: block;
}

a.grey_border:hover, a.grey_border_5:hover, .grey_border_5:hover {
	border-color: #68b6e7;
}

a.grey_border img, a.grey_border_5 img, .grey_border_5 iframe {
	border: 2px solid #f7f9fa;
}

.about p, .letsplay p {
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0;
	text-align: justify;
}

.spotlight div {
	border: 5px solid #97dd52;
}

.spotlight div.outside {
	margin-bottom: 10px;	
}
.spotlight div.outside:hover {
	border-color: #68b6e7;	
}

.spotlight div div {
	border: 2px solid #f7f9fa;
}

.spotlight div div img {
		
}

.spotlight div div div {
	background: #202224;
	color: #f7f9fa;
	font-size: 18px;
	border: 0;
	line-height: 22px;
	font-weight: bold;
}

.spotlight div div div a {
	display: block;
	color: #f7f9fa;
	padding: 2px 6px 6px;
}

.spotlight div:hover div div a {
	color: #68b6e7;
}



a.ablock {
	display: block;	
}

.featured div {
	border: 5px solid #ff0350;
}

.featured div.outside {
	margin-bottom: 10px;	
}
.featured div.outside:hover {
	/*border-color: #68b6e7;	*/
}

.featured div div {
	border: 2px solid #f7f9fa;
}

.featured div div img {
		
}

.featured div div div {
	background: #202224;
	color: #f7f9fa;
	font-size: 18px;
	border: 0;
	font-weight: bold;
	line-height: 22px;
}

.featured div div div a {
	display: block;
	color: #f7f9fa;
	padding: 2px 6px 6px;
}

.featured div:hover div div a {
	color: #ff0350;
}

.blog_stuff h3, .old_sites h3, .bookface h3, .letsplay h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
	clear:both;
}

ul.single {
	margin-bottom: 10px;
}

ul.single li a {
	border-left: 3px solid #6785BB;
	height: 16px;
	
	display: block;
	color: #202224;
	margin-left: 16px;
	padding-left: 6px;
	margin-bottom: 3px;
	font-size: 14px;
}

ul.single li a:hover {
	padding-left: 8px;
	border-color: #ff0350;
}

ul.double {
	margin-bottom: 10px;
	clear: both;
}

ul.double li a {
	border-left: 3px solid #6785BB;
	height: 16px;
	
	display: block;
	color: #202224;
	margin-left: 16px;
	padding-left: 6px;
	margin-bottom: 3px;
	font-size: 14px;
	float: left;
	width: 105px;
}

.bottom ul.double li a {
	border-left: 3px solid #ba9d75;
	color: #f7f9fa;
}

ul.double li a:hover {
	padding-left: 8px;
	border-color: #ff0350;
	width: 103px;
}

.bottom ul.double li a:hover {
	border-color: #FFE536;
}

.old_sites a {
	margin-top: 10px;	
}

.letsplay {
	padding-top: 10px;	
}

.spacer_10 {
	height: 10px;	
}

.bottom {
	background: url('../_img/bottom_bg.gif') 50% 0;
}
.bottom01 {
	background: url('../_img/bottom_02.gif') repeat-x;	
}
.bottom02 {
	background: url('../_img/bottom_01.gif') no-repeat 50% 0;	
}
.bottom03 {
	background: url('../_img/gaiadi.png') no-repeat 50% 100%;
	padding-bottom: 140px;
}

.bottom h2 {
	font-size: 24px;
	color: #ba9d75;
	margin-bottom: 25px;
}



.footer {
	background: url('../_img/footer.gif') repeat-x;
	height: 67px;
}
.footer .copyright {
	color: 	#f7f9fa;
	font-weight: bold;
	text-align: center;
	padding-top: 16px;
}
.footer .links {
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}
.footer a {
	color: #6785bb;
	margin: 0 6px;
}
.footer a:hover {
	color: #ff0350;
}

.stuff_website {
		
}

.stuff_preview {
	height: 246x;
	/*border: 5px solid #DAE3E8;*/
	width: 440px;
	
	background: #555;
}

.slider_container {
	position: relative;	
	width: 450px;
	height: 268px;
}

.slider_blue {
	position: absolute;
	top: 0;
	left: 0;
	height: 230px;
	width: 440px;
	border: 5px solid #68B6E7;
}

.slider_white {
	width: 436px;
	height: 226px;
	border: 2px solid #F7F9FA;
}

.slider {
	position: absolute;
	top: 7px;
	left: 7px;
}

.stuff_preview_2 {
	
	width: 436px;
	height: 236px;
}

.stuff_preview img {
	width: 436px;
	height: 236px;
	border: 5px solid #68B6E7;
	/*border: 2px solid #F7F9FA;*/
	display: block;
}

a.stuff_thumbnail {
	display: block;
	height: 12px;
	width: 12px;
	border: 5px solid #68B6E7;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	margin-top: 8px;
	margin-right: 8px;
	font-size: 18px;
	float: left;
	background: #fff;
}

a.thumbnail_selected {
	background: #ff0;	
}

a.stuff_thumbnail:hover {
	border-color: #FF0350;
}

.stuff_box h1 {
	display: block;
	color: #202224;
	font-weight: bold;
	padding: 0 0 3px 10px;
	border-left: 7px solid #68b6e7;
	line-height: 40px;
	font-size: 36px;
	position: relative;	
	margin-bottom: 14px;
}

.stuff_box h4 {
	color: #6785bb;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	
}

.stuff_box h5 {
		
}

.stuff_box h2 {
	font-size: 30px;
	border-left: 5px solid #68b6e7;
	padding: 0 0 3px 10px;
	margin-bottom: 6px;
}

.stuff_half {
	width: 450px;
	float: left;
	display: block;
}

.stuff_quarter {
	width: 225px;
	float: left;
}

a.stuff_navigation {
	font-size: 36px;
	text-align: center;
	display: block;
	width: auto;
	margin: 0 5px 14px 5px;
	color: #202224;
	font-weight: bold;
	padding: 7px 0 11px 0;
	background: url('../_img/stufftype.gif');
}

a.stuff_navigation:hover {
	background-position: 0 -54px;
	padding: 5px 0 13px 0;
	
}

.stuff_content {
	padding: 0 0 0 15px;	
}

.stuff_content p {
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
}

a.stuff_button {
	display: block;
	color: #fff;
	padding-bottom: 2px;
	font-weight: bold;
	background: url('../_img/biglink.jpg');
	font-size: 18px;
	letter-spacing: 1px;
	padding: 5px 5px 5px 15px;
	height: 20px;
	margin-bottom: 4px;
}

a.stuff_button:hover {
	background-position: 0 -30px;
}

p a {
	color: #FF0350;
	font-weight: bold;
}

p a:hover {
	color: #fc0;	
}

.more_info {
	background: #724C51;
	color: #F7F9FA;
	font-size: 14px;
	margin-top: 5px;
}

.more_info_full {
	padding: 15px;	
}

.more_info_half {
	width: 420px;	
	float: left;
	padding: 15px;
}

.more_info h3, .header3 {
	font-size: 20px;
	font-weight: bold;
	display: block;
	
}

.more_info p {
	line-height: 20px;
	text-align: justify;
}

.more_info a {
	font-weight: bold;
	color: #F7F9FA;
}

.more_info a:hover {
	color: 	#FFE536
}

.stuff_tenth {
	width: 90px;
	height: 90px;
	float: left;
}

.last_thumbnail {
	margin-right: 0;	
}

a.art_thumbnail {
	border: 5px solid #68B6E7;
	display: block;
	width: 120px;
	height: 120px;
	float: left;
	margin: 0 10px 20px;
}



a.art_thumbnail:hover {
	border-color: #FF0350;
}

.art_thumbnail img {
	display: block;
	width: 116px;
	height: 116px;
	border: 2px solid #F7F9FA;
	background: #409;
}
/*
436px wide for image preview
260 x 42
off white #f7f9fa
hot pink: #ff0350;
take down da noats takey down
75 28
*/
.message_sent {
	text-align: center;
	padding: 20px;
	border: 2px solid #BA9D75;
	color: #F7F9FA;
	font-size: 18px;
}

.slides_container {
	width: 436px;
	height: 226px;
}

ul.pagination { 
	margin-left: -7px;
}

ul.pagination li {
	margin-top: 12px;
	float: left;	
}

ul.pagination li a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 5px solid #68b6e7;
	background: #fff;
	text-indent: -10000px;
	margin: 0 6px 0 0;
	cursor: pointer;
}

ul.pagination li.current a {
	background: #fe0;
}

ul.pagination li a:hover {
	border-color: #ff0350;	
}

a.readmore {
	display: block;	
	border-left: #FF0350 3px solid;
	padding-left: 5px;
	margin-top: 12px;
	height: 14px;
	line-height: 12px;
}

a.readmore:hover {
	border-color: #fc0;	
}

.centerme {
	text-align: center;
	display: block;
}

.sitemeter {
	text-align: center;
	display: none;
}
/* 436 x 226 */
