body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	background-color: #EAEAEA;
	background-attachment: scroll;
	background-image: url(http://i.imgur.com/pkHQZIf.png); !important
	background-repeat: repeat;
	background-position: left;
	border-right-color: #000;
	border-right-width: 2px;
	color: #333;
}
.js #puz_cpanel #puz_cpinner ul li {
	background-color: #FFFFFF !important;
	background-attachment: !important;
	background-image: url(http://i.imgur.com/hPAEuJs.png) !important;
	background-repeat: repeat-x !important;
	color: #FFF !important;
	background-position: top !important;
	font-size: 13px !important;
	font-family: Arial, Helvetica, Sans-serif;
}
.frontpage .js #puz_cpanel #puz_cpinner ul li {
	background-color: #FFFFFF !important;
	background-attachment: !important;
	background-image: url(http://i.imgur.com/hPAEuJs.png) !important;
	background-repeat: repeat-x !important;
	color: #FFF !important;
	background-position: top !important;
	font-size: 13px !important;
	font-family: Arial, Helvetica, Sans-serif;
}
#puz_cpanel {
	background-image: url(http://i.imgur.com/NXMKoYb.png) !important;
	background-repeat: repeat !important;
	-webkit-box-shadow: 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	background-position: top;
	font-size: 13px !important;
	font-family: Arial, Helvetica, Sans-serif!important;
		border-bottom: 1px solid rgba(0,0,0,0.15);
	border-top: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
}
#puz_sitesettings {
	background-color: #F4F4F4 !important;
	-webkit-box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
}
#puz_boardsettings {
	background-color: #F4F4F4 !important;
	-webkit-box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
}
#puz_threadsettings {
	background-color: #F4F4F4 !important;
	-webkit-box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
}
#puz_imagesettings {
	background-color: #F4F4F4 !important;
	-webkit-box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
}
#puz_replyboxsettings {
	background-color: #F4F4F4 !important;
	-webkit-box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
}


#puz_cpanel #puz_tsutility {
	font-family: "Calibri Light", Century, Arial;
	text-align: center;
	font-style: normal;
}
.js #puz_cpanel #puz_settinglinks a {
	color: #090;
	font-weight: bold !important;
}
.js #puz_cpanel #puz_settinglinks #puz_helpscreenlink a {
	color: #090 !important;
	font-weight: bold !important;
}
.js #puz_cpanel #puz_version {
	text-align: center;
	font-family: "Century Gothic", Century, Calibri;
}

.js #puz_cpanel #puz_settinglinks #puz_tumblr {
	margin-left: 100px;
}





#puz_screenshothide {
	position: relative;
	margin: 0 .5em .5em .5em;
	padding: .15em 1em;
	width: 198px;
	font-size: 14px;
	font-weight: bold;
	color: #4f4f4f;
	text-shadow: 0 1px 1px #fff;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
	background: -moz-linear-gradient(top, #ededed, #c4c4c4);
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	border-radius: .214em;
	-webkit-border-radius: .214em;
	-moz-border-radius: .214em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	cursor: pointer;
	}
#puz_screenshothide:hover,
#puz_screenshothide:focus {
		box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		}
#puz_screenshothide:active {
		background: #ccc;
		background: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), to(#ebebeb));
		background: -moz-linear-gradient(top, #c3c3c3, #ebebeb);
		border-color: #a6a6a6;
		border-top-color: #939393;
		border-bottom-color: #bcbcbc;
		box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		}
#puz_screenshothide.default {
	color: #1c4257;
	background: #a3cde3;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9e0f5), to(#85b2cb));
	background: -moz-linear-gradient(top, #b9e0f5, #85b2cb);
	border: 1px solid #759bb1;
	border-top-color: #8ab0c6;
	border-bottom-color: #587e93;
	}
#puz_screenshothide.default:hover,
	#puz_screenshothide.default:focus {
		box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		}
#puz_screenshothide:active {
		background: #8abcd7;
		background: -webkit-gradient(linear, left top, left bottom, from(#81afc8), to(#b7def4));
		background: -moz-linear-gradient(top, #81afc8, #b7def4);
		border-color: #6e94a9;
		border-top-color: #567c91;
		border-bottom-color: #88aec4;
		box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		}	
#puz_screenshotshow {
	position: relative;
	margin: 0 .5em .5em .5em;
	padding: .15em 1em;
	width: 198px;
	font-size: 14px;
	font-weight: bold;
	color: #4f4f4f;
	text-shadow: 0 1px 1px #fff;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
	background: -moz-linear-gradient(top, #ededed, #c4c4c4);
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	border-radius: .214em;
	-webkit-border-radius: .214em;
	-moz-border-radius: .214em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	cursor: pointer;
	}
#puz_screenshotshow:hover,
#puz_screenshotshow:focus {
		box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		}
#puz_screenshotshow:active {
		background: #ccc;
		background: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), to(#ebebeb));
		background: -moz-linear-gradient(top, #c3c3c3, #ebebeb);
		border-color: #a6a6a6;
		border-top-color: #939393;
		border-bottom-color: #bcbcbc;
		box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		}
#puz_screenshotshow.default {
	color: #1c4257;
	background: #a3cde3;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9e0f5), to(#85b2cb));
	background: -moz-linear-gradient(top, #b9e0f5, #85b2cb);
	border: 1px solid #759bb1;
	border-top-color: #8ab0c6;
	border-bottom-color: #587e93;
	}
#puz_screenshotshow.default:hover,
	#puz_screenshotshow.default:focus {
		box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		}
#puz_screenshotshow:active {
		background: #8abcd7;
		background: -webkit-gradient(linear, left top, left bottom, from(#81afc8), to(#b7def4));
		background: -moz-linear-gradient(top, #81afc8, #b7def4);
		border-color: #6e94a9;
		border-top-color: #567c91;
		border-bottom-color: #88aec4;
		box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		}				
#puz_savesettings {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 150px; }
  #puz_savesettings:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  #puz_savesettings:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }	
#puz_resetsettings {
	position: relative;
	margin: 0 .5em .5em .5em;
	padding: .15em 1em;
	font-size: 14px;
	font-weight: bold;
	color: #4f4f4f;
	text-shadow: 0 1px 1px #fff;
	background: #ddd;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#c4c4c4));
	background: -moz-linear-gradient(top, #ededed, #c4c4c4);
	border: 1px solid #acacac;
	border-top-color: #bdbdbd;
	border-bottom-color: #949494;
	border-radius: .214em;
	-webkit-border-radius: .214em;
	-moz-border-radius: .214em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	cursor: pointer;
	}
#puz_resetsettings:hover,
#puz_resetsettings:focus {
		box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.5);
		}
#puz_resetsettings:active {
		background: #ccc;
		background: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), to(#ebebeb));
		background: -moz-linear-gradient(top, #c3c3c3, #ebebeb);
		border-color: #a6a6a6;
		border-top-color: #939393;
		border-bottom-color: #bcbcbc;
		box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		}
#puz_resetsettings.default {
	color: #1c4257;
	background: #a3cde3;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9e0f5), to(#85b2cb));
	background: -moz-linear-gradient(top, #b9e0f5, #85b2cb);
	border: 1px solid #759bb1;
	border-top-color: #8ab0c6;
	border-bottom-color: #587e93;
	}
#puz_resetsettings.default:hover,
	#puz_resetsettings.default:focus {
		box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: 0 0 7px #53a6d5, inset 0 1px 0 rgba(255,255,255,0.5);
		}
#puz_resetsettings:active {
		background: #8abcd7;
		background: -webkit-gradient(linear, left top, left bottom, from(#81afc8), to(#b7def4));
		background: -moz-linear-gradient(top, #81afc8, #b7def4);
		border-color: #6e94a9;
		border-top-color: #567c91;
		border-bottom-color: #88aec4;
		box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		-o-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5);
		}
		
  .js #bodywrap1 #bodywrap2 #bodywrap3 .navbar {
	position: relative;
	bottom: -100px;
	text-align: center;
  	padding-left: 17%;
}
.js .userdelete input.js {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 3px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);}

.js .userdelete input.js:hover{
  background-color: #eee;
  color: #555;
}
.js .userdelete input.js:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}
#watchedthreads {
	background-image: url(http://i.imgur.com/KrIKi0j.png);
	background-repeat: repeat;
	border-width: 0px;
	position: relative;
}
#watchedthreads.reply {
	color: #FFF;
}
#watchedthreads span.postername {
	color: #80D582;
	font-weight: bold;
}
#watchedthreads a {
	color: #77E6E6;
}
#watchedthreads a:hover {
	color: #D1F8F8;
}
#watchedthreads span.filetitle {
	color: #D3CBE4;
}
#watchedthreads .collapsing-spoiler div {
	background-image: url(http://i.imgur.com/ypQLduM.png);
	background-repeat: repeat;
	color: #FFF;
}
#watchedthreads .darkbar {
	background-color: #333;
  	background-image: url(http://i.imgur.com/CUmYPNr.png);
	background-repeat: repeat-x;
}
#watchedthreads .darkbar a {
	color: #36B2DC;
}
#watchedthreads .darkbar a:hover {
	color: #B3DEEC;
}
#watchedthreads .golink {
	color: #7EDE7C;
	background-color: #333;
}
#watchedthreads .removelink {
	background-color: #333;
	border-top-color: #F25353;
	border-right-color: #F25353;
	border-bottom-color: #F25353;
	border-left-color: #F25353;
	color: #F25353;
}
#watchedthreads span.postertrip {
	color: #64C66B;
}
.js #watchedthreads {
	background-image: url(http://i.imgur.com/KrIKi0j.png);
	background-repeat: repeat;
	border-color: #2B424F;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	margin-right: 77px;
}

#postform {
	padding-top: 5px;
	font-size: 1em;
	line-height: 19px;
	position: relative;
	text-shadow: 1px 1px rgba(255,255,255,0.1)
!important;
	padding-bottom: 2px;
	-webkit-box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: inset 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
    width: 100% !important;
}
.frontpage #verytopbar #themedropdown .themelink {
	background-image: url(http://i.imgur.com/YreHHgu.png);
	background-repeat: repeat;
}
.frontpage #bodywrap1, #bodywrapmain1 {
	background-image: url(http://i.imgur.com/Xbr6jQy.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-bottom: 45px;
	position: relative;
	top: -8px;
}
.frontpage #bodywrap3, #bodywrapmain3 {
	background-image: url(http://i.imgur.com/Ng0S2eZ.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
	top: -1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 16px;
}
.frontpage .donate {

	position: absolute;
	z-index: 10;
	left: 5px;
	top: -59px;
	height: 50px;
}
.frontpage .twitter-follow-button {
	position: relative;
	z-index: 10;
	top: 25px;
}
.subject .recentpostheaderline {
	font-family: Calibri, Century, Arial;
	font-size: 16px;
	color: #36A3BE;
}
.logo {
	color: #A80000;
	text-align: justify;
	text-indent: 110px;
	height: 85px;
	font-size: 84px;
	margin-top: 30px;
	font-family: "Century Gothic Medium", "Calibri Light", Century, Arial;
	line-height: 84%;
	background-image: url(http://i.imgur.com/mLFmVyc.png);
	background-repeat: no-repeat;
}
.frontpage #bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #siteleftsidebar {
	background-color: #EEEEEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

a, a:visited, a:active {
	color: #3792B3;
}
a:hover, .reflink a:hover {
	color: #7BBDD7;
	font-family: sans-serif;
}
.frontpage #verytopbar h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 72px;
	text-transform: lowercase;
}
.darkbar , #themedropdown {
	background-color: #8B0C0F;
}
.frontpage .darkbar , #themedropdown {
	background-color: #8B0C0F;
	background-image: url(http://i.imgur.com/9vQxqEC.png);
	background-repeat: repeat-x;
}
	#verytopbar, #themedropdown, #watchedthreads {
	-moz-box-shadow: inset -11 3px 3px 8px #000;
	-webkit-box-shadow: inset -11 3px 3px 8px #000;
	-o-box-shadow: inset -11 3px 3px 8px #000;
	box-shadow: inset -11 3px 3px 8px #000;
}
.darkbar a {
	color: #F0C5C5;
	border-top-color: #CA4245;
}
.darkbar a:hover {
	color: #FFF4E8;
}
.darkbar a:hover, .darkbar .navbarcurboard {
	border-top-color: #EDDB9A;
}

#siteleftsidebar a:hover, .tab {
	background-color: #666666;
	background-attachment: scroll;
	background-image: url(http://i.imgur.com/hPAEuJs.png);
	background-repeat: repeat-x;
	color: #FFF;
}
#verytopbar a:hover {
	background-color: #000000;
}
#verytopbar a:active {
	background-color: #414141;
	background-image: url(http://i.imgur.com/CUmYPNr.png);
	background-repeat: repeat-x;
	background-position: center;
}
.sitesidebar h2, .newsentry h2, #topmenu .current {
	background-color: #C62D2D;
}
.sitesidebar h2, #topmenu .tab, #sitemiddle h2 {
	border: 1px solid #4B783A;
	font-family: sans-serif;
	color: #FFFFFF;
	font-weight: normal;
}
.sitesidebar h2, #sitemiddle h2 {
	-moz-box-shadow: 2px 2px 2px #bbc;
	-webkit-box-shadow: 2px 2px 2px #bbc;
	box-shadow: 2px 2px 2px #bbc;
}


.postblock {
	background: #8C4A8E;
}


.helphover div, .reply, .highlight, .reflinkpreview {
	background-repeat: no-repeat;
	background-color: #E9E9E9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #488F1F;
	border-right-color: #488F1F;
	border-bottom-color: #488F1F;
	border-left-color: #488F1F;
	-moz-box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px #666;
	-o-box-shadow: 0px 0px 0px #666;
	box-shadow: 0px 0px 0px #666;
}

.postername a {
	color: #305C14;
}
.js .blotter .item {
}


.posttime {
	font-family: "Calibri Light", "Calibri", "Century Gothic";
	font-size: 16px;
	font-style: normal;
	color: #666666;
	font-weight: normal;
}

.highlight, .reflinkpreview {
	border-left-color: #18A3A3;
	border-top-color: #18A3A3;
	border-right-color: #18A3A3;
	border-bottom-color: #18A3A3;
}

.filetitle {
	color: #321E96;
}
.postername, .postername a {
	color: #55A525;
	border-bottom-color: #3B990F;
	font-family: Arial, Helvetica, sans-serif;
}
.postertrip {
	color: #67AB55;
}
.postertrip {
}

.unkfunc {
	color: #41A619;

}

.boardheaderdesc {
	text-align: left;
	text-indent: 14px;
	font-size: 16px;
	color: #FFF;
	background-color: #B72926;
	background-image: url(http://i.imgur.com/hPAEuJs.png);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	font-family: "Calibri", Century, Arial;
	font-weight: bold;
}
.yt-uix-button {
    height:2.0833em;
    border:1px solid #999999;
    background:#f6f6f6;
    background-image:0;
    filter:progid:DXImageTransform.Microsoft.Gradient

(startColorStr=#ffffff,endColorStr=#efefef);
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, 

endColorStr=#EFEFEF)";
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    overflow:visible;
    padding:0 .5em;
	
}

.yt-uix-button:hover {
    -webkit-box-shadow: #999 0px 0px 3px;
    background: #F3F3F3 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to

(#EBEBEB));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
    border-color: #999;
    outline: 0px;
}
.frontpage #bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #topmenu ul .tab.current {
	background-color: #E2E2E2;
}
.footer {
	position: relative;
	height: 230%;
  	text-align: center;
	line-height: 30px;
	top: 70px;
	background-image: url(http://i.imgur.com/15tqMnv.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 12px;
	font-weight: normal;
	color: #E5E5E5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top: 8px;
	padding-top: 8px;
	font-family: "Century Gothic", Century, Calibri;
}
.footer a {
	color: #64C2E1;
}

.footer .reflink   {
	color: #B9DCEA;
}

div.newsentry {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

span.footer {
	background-color: #A5ACB6;
}
#sitemiddle .newscontent {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #F8F8F8;
}
#topmenu .tab a {
	background-color: #FFFFFF;
	color: #000;
	font-family: "Century Gothic", "Calibri Light", Calibri;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	background-image: url(http://i.imgur.com/kvVrpmT.png);
	background-repeat: repeat-x;
}
#topmenu .tab a:hover {
	color: #999;
}



#sitemiddle .newssubtitle {
	font-family: Rockwell, "Gotham Black", "Franklin Gothic Book", Arial;
	line-height: 100%;
	color: #F9F9F9;
}
#topmenu .current a {
	color: #5F79B3;
}

#topmenu ul .tab {
	background-color: #333;
}
#topmenu ul .tab.current a {
	background-color: #7195D1;
}
.sitesidebar h2, #sitemiddle h2 {
	margin-bottom: 2px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #8DB8EB;
	background-image: url(http://i.imgur.com/CUmYPNr.png);
	background-repeat: repeat-x;
	margin-right: 0px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0.3em;
}
.sitesidebar h2 {
	background-color: #BB0F13;
	background-image: url(http://i.imgur.com/hPAEuJs.png);
	background-repeat: repeat-x;
}

#bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #siterightsidebar h2 {
	background-color: #E4E4E4;
	color: #D282CA;
	font-size: 24px;
	background-image: url(http://i.imgur.com/g2gwygD.png);
	background-repeat: no-repeat;
	background-position: right;
	font-family: "Calibri Light", Callibri;
	border-left-width: 7px;
	border-left-color: #AD3885;
	border-bottom-width: 1px;
	border-bottom-color: #832767;
	line-height: 30px;
	border-right-color: #D59BC7;
	border-top-color: #D39CC9;
	border-top-width: 1px;
	border-right-width: 1px;
	-moz-box-shadow: 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px #666;
	-o-box-shadow: 0px 0px 0px #666;
	box-shadow: 0px 0px 0px #666;
	font-weight: normal;
}
#sitemiddle .newsentry h2 .newspermalink a {
	color: #C9E7F5;
}
.frontpage div.newsentry {
	background-color: #F8F8F8;
}



.sitesidebar .menuexpander {
	float: right;
	margin: 0 1px;
	padding: 0 6px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#topmenu .tab {
	float: left;
	margin-top: 0.6em;
	margin-right: -1px;
	line-height: 30px;
	border: 1px solid;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	background-color: #D6D6D6;
	font-size: 14px;
}
#topmenu .current {
	position: relative;
	top: 1px;
	margin-top: 0px;
	line-height: 40px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	color: #666666;
	border-bottom-width: 0;
	font-size: 18px;
}
#topmenu .current a:hover {
	color: #5F79B3;
}

span.newstimestamp.posttime {
	color: #000;
	font-style: normal;
}

#bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #siteleftsidebar {
	width: 175px;
}
.frontpage #bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #sitemiddle .newsentry h2 

.newssubtitlebar {
}
#verytopbar div {
	background-attachment: scroll;
	background-image: url(http://i.imgur.com/CUmYPNr.png);
	background-repeat: repeat-x;
}
#themedropdown div {
	background-attachment: scroll;
	background-image: url(http://i.imgur.com/YreHHgu.png);
	background-repeat: repeat;
}

.stickyregion {
	border-right-width: 6px;
	border-top-color: #DCA729;
	border-right-color: #DCA729;
	border-bottom-color: #DCA729;
	border-left-color: #DCA729;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-attachment: scroll;
	background-image: url(http://i.imgur.com/caB0IYL.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-right: 2px;
}
.js #bodywrap1 {
	background-color: #FFF;
	background-attachment: scroll;
	background-image: url(http://i.imgur.com/pkHQZIf.png);
	background-repeat: repeat;
}

.op .postfooter {
	margin-right: 10px;
}
.postblock {
	background-color: #8C4A8E;
	color: #EBEBEB;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-image: url(http://i.imgur.com/EHs75jV.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-bottom: 10px;


}
#collapsing-spoiler {
	background-image: url(http://i.imgur.com/pdXez9d.png);
	background-repeat: repeat;
}

.last-edit-time {
	font-family: "Century Gothic", "Calibri Light", Century, Arial;
	font-size: 14px;
	font-style: normal;
	color: #BF80BE;
	font-weight: bold;
}
#siterightsidebar {
	border-right-color: #333;
	background-repeat: repeat-y;
	background-position: right;
	border-right-width: 8px;
	margin-bottom: 0px;
    margin-top: 8px;
}
.recentpostitem {
	background-image: url(http://i.imgur.com/3qVLU90.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #E4E4E4;
}

.recentpostheaderline {
	line-height: 24px;
	overflow: visible;
	width: 260px;
	background-repeat: repeat-x;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	color: #7BBC78;
	margin-bottom: 0px;
	background-color: #7D7D7D;
	background-image: url(http://i.imgur.com/CUmYPNr.png);
	text-indent: 0px;
}
.recentpostitem div img {
	margin-left: 2px;
}

.recentpostheaderline a {
	color: #85A7E0;
	font-weight: bold;
}
.frontpage #bodywrapmain3 #siterightsidebar hr {
	background-color: #333;
	color: #333;
}

.recentpostheaderline a:hover {
	color: #83ABED;
}

div#siterightsidebar.sitesidebar {
	margin-right: 3px;
	width: 260px;
}
.frontpage #bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #sitemiddle .newsentry {
	background-color: #F8F8F8;
}


div.newsentry {
	background-color: #000000;
}
.frontpage #bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #sitemiddle .newsentry 

.newscontent {
	margin-left: 0px;
	text-indent: 10px;
}
#bodywrapmain3 #sitemiddle .frontwidesection.newsentry table {
	background-color: #F7F7F7;
	width: 100%;
}
.frontpage #bodywrapmain3 #sitemiddle .frontwidesection.newsentry {
	background-color: #F7F7F7;
}
.frontpage #bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #sitemiddle 

.frontwidesection.newsentry {
	background-color: #E2E2E2;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-top: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
	padding: 2px;
	font-size: 1em;
	line-height: 19px;
	position: relative;
	text-shadow: 1px 1px rgba(255,255,255,0.1);
	font-family: Segoe UI, Helvetica, Arial;
	-webkit-box-shadow: 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
}
.recentpostheaderline.recentnewsheaderline {
	color: #EE999B;
	text-indent: 7px;
}
.frontpage #sitemiddle .frontwidesection.newsentry {
	background-color: #F7F7F7;
}

.frontpage #bodywrapmain1 #bodywrapmain2 #bodywrapmain3 #siterightsidebar .recentpostitem 

a:link {
	margin-left: 10px;
}
.js #bodywrap1 #bodywrap2 #bodywrap3 table tbody tr td form input {
height:2.0833em;
    border:1px solid #999999;
    background:#f6f6f6;
    background-image:0;
    filter:progid:DXImageTransform.Microsoft.Gradient

(startColorStr=#ffffff,endColorStr=#efefef);
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, 

endColorStr=#EFEFEF)";
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    overflow:visible;
    padding:0 .5em;	
}
.js table tbody tr td form input:hover {
    -webkit-box-shadow: #999 0px 0px 3px;
    background: #F3F3F3 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to

(#EBEBEB));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
    border-color: #999;
    outline: 0px;
}
.rp-tags .rp-tag {
	border-top-color: #321E96;
	border-right-color: #321E96;
	border-bottom-color: #321E96;
	border-left-color: #321E96;

}
.js #verytopbar #themedropdown {
	width: 470px;
}
.js .postarea a h2 {
	background-color:#3bb3e0;
	padding:10px;
	position:relative;
	font-family: Rockwell, 'Open Sans', sans-serif !important;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 

100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 

100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb

(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb

(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 

100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	margin-right: 40%;
	margin-left: 40%;
}

.js .postarea a h2::before {
	background-color:#ccd0d5;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	padding:10px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.js .postarea a h2:active {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 

100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 

100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb

(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb

(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 

100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	)
}
.js .postarea a h5 {
	height: 2.0833em;
	border: 1px solid #999999;
	background: #f6f6f6;
	background-image: 0;
    filter:progid:DXImageTransform.Microsoft.Gradient

(startColorStr=#ffffff,endColorStr=#efefef);
	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, 

endColorStr=#EFEFEF)";
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible;
	margin-left: 43%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-right: 43%;
	color: #999999;
}


.collapsing-spoiler div {
	background-image: url(http://i.imgur.com/8WYq27x.png);
}


.js .postarea a h5:hover {
    -webkit-box-shadow: #999 0px 0px 3px;
    background: #F3F3F3 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to

(#EBEBEB));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
    border-color: #999;
    outline: 0px;
}
.js #verytopbar #themedropdown {
	background-image: url(http://i.imgur.com/YreHHgu.png);
	background-repeat: repeat;
	color: #EAEAEA;
}
.js #verytopbar #themedropdown form table {
	text-align: left;
}
.js #verytopbar #themedropdown .themelink a{
	text-align: left;
	color: #5FCFE7;
}
.js #verytopbar #themedropdown h2 {
	font-family: Rockwell;
}
.js #verytopbar #themedropdown .themelink a:hover {
	color: #FFF;
	background-color: #666;

}
.js #verytopbar #themedropdown .themelink a .themeauthor {
	color: #71CCDF;
  
  
  }
.js .frontpage #verytopbar #themedropdown {
	background-image: url(http://i.imgur.com/YreHHgu.png);
	background-repeat: repeat;
	color: #EAEAEA;
}
.js .frontpage #verytopbar #themedropdown form table {
	text-align: left;
}
.js .frontpage #verytopbar #themedropdown .themelink a{
	text-align: left;
	color: #5FCFE7;
}
.js .frontpage #verytopbar #themedropdown h2 {
	font-family: Rockwell;
}
.js .frontpage #verytopbar #themedropdown .themelink a {
	color: #FFF;
	background-color: #666;

}
.js .frontpage #verytopbar #themedropdown .themelink a .themeauthor {
	color: #71CCDF;
}
.js .frontpage .blotter .item {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #92231F;
	border-right-color: #92231F;
	border-bottom-color: #92231F;
	border-left-color: #92231F;
	margin-top: 20px;
	font-size: 14px;
}
.collapsing-spoiler button {
height:2.0833em;
    border:1px solid #999999;
    background:#f6f6f6;
    background-image:0;
    filter:progid:DXImageTransform.Microsoft.Gradient

(startColorStr=#ffffff,endColorStr=#efefef);
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, 

endColorStr=#EFEFEF)";
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    overflow:visible;
    padding:0 .5em;	
}
.collapsing-spoiler button:hover {
    -webkit-box-shadow: #999 0px 0px 3px;
    background: #F3F3F3 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to

(#EBEBEB));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
    border-color: #999;
    outline: 0px;
}
  .blotter .item .date {
	font-family: Calibri, Arial, Helvetica;
	font-style: normal;
	font-size: 18px;
	color: #CF6767;
	font-weight: bold;
	padding-left: 5px;
}
div.blotter {
	background-image: url(http://i.imgur.com/JP3lBmK.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	border-top: 1px solid rgba(0,0,0,0.15);
	border-left: 1px solid rgba(0,0,0,0.15);
	border-right: 1px solid rgba(0,0,0,0.15);
	padding-top: 10px;
	font-size: 1em;
	line-height: 19px;
	position: relative;
	text-shadow: 1px 1px rgba(255,255,255,0.1);
	padding-bottom: 2px;
	text-align: left;
	background-color: #496FAB;
	-webkit-box-shadow: 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	box-shadow: 0px 0px 11px 4px rgba(64, 64, 64, 0.1);
	margin-bottom: 10px;
    margin-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.blotter .item {
	background-image: url(http://i.imgur.com/3qVLU90.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F8F8F8;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.js .blotter hr {
	visibility: hidden;
}
.blotter .item .subject {
	font-family: "Century Gothic", Century, Calibri;
	font-weight: bold;
	color: #9346AC;
	font-size: 16px;
	line-height: 33px;
}
.blotter .item .mess.js .blotter .item {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 14px;age {
	font-family: "Calibri Light", Century, Arial;
	font-size: 18px;
	line-height: 33px;
}


img.helpbutton {
	background: transparent url(http://i.imgur.com/sBn2Bkn.png);
	repeat: no-repeat;
	overflow: hidden;
	visibility:hidden;
	padding-top: 16px;
	width: 16px;
	height: 0px;
}
#overpony-settings tr td div {
	background-image: url(http://i.imgur.com/mvemCpa.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 5px;
	padding-right: 2px;
	background-color: #E4E6F1;
    z-index: 10;
}
    #settingsWrapper label {
	font-family: "Gotham Black", Calibri, Arial !important;
	text-shadow: 1px 1px rgba(0,0,0,0.5) !important;
	color: #FFF !important;
	background-image: url(http://i.imgur.com/eEcD0k5.png) !important;
	background-repeat: repeat !important;
}

a:visited, a:active {
	color: #8E5B87;
}
		
  .js #bodywrap1 #bodywrap2 #bodywrap3 .navbar {
	position: relative;
	bottom: -100px;
	text-align: center;
  	padding-left: 17%;
}
.js .userdelete input.js {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 2px 3px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);}

.js #delform .op a .thumb {
   padding:1px;
   border:1px solid #021a40;
}

form#postform table.postform {
	position: relative;
	text-align: left;
}
.js .reply div input {
    height:2.0833em;
    border:1px solid #999999;
    background:#f6f6f6;
    background-image:0;
    filter:progid:DXImageTransform.Microsoft.Gradient

(startColorStr=#ffffff,endColorStr=#efefef);
    -ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#FFFFFF, 

endColorStr=#EFEFEF)";
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    overflow:visible;
    padding:0 .5em;
	
}

.js .reply div input:hover {
    -webkit-box-shadow: #999 0px 0px 3px;
    background: #F3F3F3 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to

(#EBEBEB));
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
    border-color: #999;
    outline: 0px;

}
