* {
    box-sizing: border-box;
}
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  cursor: default;
}
h1 {
  font-size: 1.6em;
}
h1,h2 {
  font-weight: normal;
  border-bottom: 1px solid #f50;
}
img {
  border: 0px;
	padding: 0px;
}
ul {
  text-align: left;
}
li {
  line-height: 1.5em;
  list-style: square;
}
a {
  background-color: transparent;
  text-decoration: underline;
}
a:link {
  color: #f50;
}
a:visited {
  color: #777;
}
a:hover, a:active {
  color: red;
}
p {
  line-height: 1.5em;
}
p.small {
  font-size: 80%;
  margin-bottom: 2px;
}
p.menu {
  color: #777;
  cursor: pointer;
}
p.menu a {
  text-decoration: none;
  border-bottom: 1px solid #777;
}
input:textbox {
	font-family: "Verdana", "Tahoma", "Segoe UI", Arial, sans-serif;
	font-size: 12px;
}
table {
  border: 1px solid silver;
  border-collapse: collapse;
}
td, th {
  border: 1px solid silver;
  padding: 0 4px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}
.clear {
	clear: both;
}

.center {
	text-align: center;
}

.header {
	height: 150px;
}
.header:after
{
	display: block;
	clear: both;
}
.logo {
	float: left;
	margin-top: 6px;
	padding-right: 10px;
}
.slogan {
	font-size: 200%;
	padding-top: 20px;
}
.slogan div {
	font-size: medium;
	padding-top: 1em;
}
.search {
	float: left;
	position: relative;
	top: 40px;
	left: 106px;
	width: 400px;
	height: 100px;
}
.banners {
	margin-top: 8px;
	width: 88px;
}
.banner {
	margin-bottom: 3px;
}





.menubar {
	clear: both;
	height: 33px;
}

.menubar a {
	float: left;
	border: 1px #ddd solid;
	padding: 4px;
	padding-top: 10px;
	padding-bottom: 2px;
	background-color: #fafafa;
	margin-right: 12px;
	font-family: 'Trebuchet MS';
	font-size: 1.2em;
	z-index: 1;
	text-decoration: none;
	color: black;
	cursor: pointer;
}
.menubar a span {
	border-top: 6px solid #555;
}
.menubar a:hover {
	color: black;
}
.menubar a.active span {
	border-top: 6px solid #f50;
}
.menubar a:hover span {
	border-top: 6px solid #f80;
}



.divline {
	width: 100%;
	font-size: 0px;
	height: 6px !important;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
.divtab {
	float:left;
	margin-top: -1px;
	padding: 6px 4px 4px;
	background: #f5f5f5;
	border: 1px #ddd solid;
	border-top: 1px #f5f5f5 solid;
}
.divtab span {
	border-top: 6px #f80 solid;
	padding: 2px 0 0;
}


.content {
	margin-top: 15px;
}

.text {
	float: left;
	width: 70%;
}
.sidebar {
	float: right;
	margin-top: 1em;
}
.column {
	width: 260px;
	margin: 0 0 8px;
	padding: 0px;
	background-color: #fafafa;
	border: 1px #ddd solid;
}
.columnbg {
	background-image: url('../img/crossline.gif');
	height: 22px;
	margin: 8px;
}
.columnheader {
	padding: 2px;
	padding-left: 6px;
	padding-right: 8px;
	background-color: #555;
	font-weight: bold;
	font-family: 'Trebuchet MS';
	font-size: 110%;
	color: #fff;
}
.columntext {
	clear: both;
	line-height: 1.5em;
	padding: 15px;
	padding-bottom: 8px;
	padding-top: 0px;
}
.star {
	color: red;
}
.screens {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 100px;
}
.thumb {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}




.footer {
	padding-top: 2em;
	clear: both;
}
.footer_inner {
	text-align: center;
	padding: 20px;
}

pre {
    font-size: 1.2em;
    background: #F5F5F5;
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 4px;
/*    overflow-x: auto;*/
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.date {
	font-size: 80%;
	color: #666;
	margin-bottom: 20px;
}
.author {
	font-weight: bold;
}
.note {
	padding-left: 14px;
	padding-top: 14px;
	font-weight: bold;
	background-image: url('/img/note.gif');
	background-repeat: no-repeat;
	background-position: 0 19px;
}

.donate {
    display: inline-block;
    float: left;
    width: 220px;
    height: 190px;
    margin: 0 10px 0 0;
    padding: 13px 18px;
    text-align: center;
    background-color: #fffff6;
    border: 2px solid #ffde99;
    border-radius: 3px;
}
.donate a {
    text-decoration: none;
    color: black;
}
.donate .button {
    position: absolute;
    width: 220px;
    height: 36px;
    margin-left: -20px;
    margin-top:140px;

    text-align: center;
    text-transform: uppercase;
    line-height: 36px;
    font-size: 11px;
    font-weight: bold;
    color: black;

    border: 0;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

    background: #fee059;
    background: -moz-linear-gradient(top,#fee059 0,#f5bc02 100%);
    background: -webkit-linear-gradient(top,#fee059 0,#f5bc02 100%);
    background: linear-gradient(to bottom,#fee059 0,#f5bc02 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee059',endColorstr='#f5bc02',GradientType=0);
    -webkit-box-shadow: inset 0 -3px 0 -1px rgba(204,142,8,1);
    -moz-box-shadow: inset 0 -3px 0 -1px rgba(204,142,8,1);
    box-shadow: inset 0 -3px 0 -1px rgba(204,142,8,1);

    -webkit-appearance: button;

    cursor: pointer;
}
.donate .button:hover {
    background: linear-gradient(to bottom,#f5bc02 0,#fee059 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5bc02',endColorstr='#fee059',GradientType=0);
    -webkit-box-shadow: inset 0 -3px 0 -1px rgba(226,180,81,1);
    -moz-box-shadow: inset 0 -3px 0 -1px rgba(226,180,81,1);
    box-shadow: inset 0 -3px 0 -1px rgba(226,180,81,1);
}

/*-----------------------*/
#slideout {
*  position: absolute;
  position: fixed;
  width: 50vw;
  height: 100vh;
  top: 0;
  left: -50vw;
  background-color: #eee;
*  overflow: hidden;
  border: 0;
  border-right: 1px solid gray;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index:2;
}

#toggler {
  position: absolute;
  top: 30%;
  width: 30px;
  right: -30px;
  padding: 21px 8px 21px 4px;
  font-size: 2em;
  color: #999;
  text-align: center;
  background-color: #eee;
  cursor:pointer;
  border: 1px solid gray;
  border-left: 0;
  border-radius: 0 8px 8px 0;
  z-index:2;
}

#toggler:hover {
  color: #000;
}

#slideout iframe {
  width:100%;
  height:100%;
  border: 0;
}

#toggle:checked + #slideout {
	left: 0;
}
#toggle{
	display:none;
}

/*------------------------------------*/
.breadcrumbs {
    padding: 0.5em 0;
    color: #ccc;
    border-bottom: 1px solid #ccc;
}
.breadcrumbs a {
    color: #f50;;
    text-decoration:none;
}
.breadcrumbs a:hover {
    text-decoration:underline;
}

/*------------------------------------*/
.right {
  text-align: right;
}

.float-right {
  float: right;
}

/*------------------------------------*/
form label {
    display: inline-block;
    width: 20%;
}
form input[type="text"] {
    width: 79%;
}

/*------------------------------------*/
.notice {
    border: 1px solid blue;
    background: lightblue;
    color: blue;
    border-radius: 5px;
    padding: 5px;
}
.notice.warning {
    /*default*/
}
.notice.error{
    border:1px solid red;
    background:pink;
    color:red;
}
.notice.success{
    border:1px solid green;
    background:lightgreen;
    color:green;
}

/*------------------------------------*/
.i, i {
    display: inline-block;
    font-size: 1.5em;
    font-style: normal;
}

/*------------------------------------*/
a.pencil {
    display: inline-block;
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    padding: 0 0 4px 4px;
    transform: rotate(90deg);
    border: 1px solid black;
    border-radius: 50%;
    float: right;
}
a.pencil:hover {
    background: orange;
}

textarea.edit {
    resize: none;
    display: block;
    width: 100%;
    font-family: monospace;
    font-size: 1.4em;
}
