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

html,body {
	padding: 0;
	margin: 0;
	}
	
body {
	background-image: url("images/bkg.png");
	background-repeat: repeat;
	}

img {
	border: none;
	}

a:link {
	text-decoration: none;
	color:#363636;
	}

a:visited {
	text-decoration: none;
	color:#000;
	}

a:hover {
	text-decoration: underline;
	color:#F15A22;
	}

a:active {
	text-decoration: none;
	color:#FFF;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	display: inline;
	}
	
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	margin: 5px 25px;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	}
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 26px;
	font-weight: lighter;
	margin: 5px 0 20px 10px;
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	}
	
ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	}

#imglink {
	width: 450px;
	display: inline-block;
	margin: 10px 0 10px 35px;
	text-align: center;
	font-size: smaller;
	vertical-align: top;
	}

#imgcover {
	border-width: 2px;
	border-color: #DDD;
	border-style: solid;
	}

.nav {
  border: 0px;  
  float: left;
  height: 150px;
  width: 450px;
  margin-bottom: 10px;
  overflow: hidden;
  }

.vertpan img {
  margin-top: -300px;
  -webkit-transition: margin 1s ease;
     -moz-transition: margin 1s ease;
       -o-transition: margin 1s ease;
      -ms-transition: margin 1s ease;
          transition: margin 1s ease;
}
 
.vertpan img:hover {
  margin-top: 0px;
}

#twitter {
	width: 400px;
	height: 450px;
	position: inherit;
	float: left;
	margin: 0 30px 10px 25px;
	font-size: small;
	}
	
#page {
	width: 1000px;
	height: 100%;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 80px;
	background-color: #FFF;
	position: relative;
	}

#comic {
	width: 290px;
	margin: 0;
	text-align: center;
	padding: 0;
	display: inline-block;
	}

#item {
	width: 900px;
	margin: 0 0 20px 25px;
	border: 3px solid #000;
	padding: 20px;
	}
	
#date {
	margin: 0 0 25px 45px;
	color: #F15A22;
	}
	
#panel1 {
	width: 255px;
	margin: 0 0 0 25px;
	border: 3px solid #000;
	padding: 0 20px 0 20px;
	display: inline-block;
	height: 100%;
	}
	
#panel2 {
	width: 540px;
	margin: 0 0 0 25px;
	border: 3px solid #000;
	padding: 0 35px 0 35px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
	}
	
#text-box {
	padding: 45px 35px 0 35px;
	font-size: small;
	}
	
#button {
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
	width: 250px;
	margin: 40px 0 0 110px;
	}

#container {
	vertical-align: top;
	margin-bottom: 30px;
	}

.footer a {
	color: #363636;
	}

.footer a:link {
	text-decoration: none;
	color:#363636;
	}

.footer a:visited {
	text-decoration: none;
	color:#000;
	}

.footer a:hover {
	text-decoration: none;
	color:#e3ebee;
	}

.footer a:active {
	text-decoration: none;
	color:#FFF;
	}

.footer p {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	padding: 0 10px 2px 10px;
	margin: 0;
	}

.header a {
	color: #FFF;
	}

.header a:link {
	text-decoration: none;
	color:#CCC;
	}

.header a:visited {
	text-decoration: none;
	color:#FFF;
	}

.header a:hover {
	text-decoration: none;
	color:#F15A22;
	}

.header a:active {
	text-decoration: none;
	color:#CCC;
	}

.header ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #FFF;
	}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  cursor: pointer;
}

.column img {
  border-width: 1px;
  border-color: #000;
  border-style: solid;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 50px auto;
  padding: 0;
  width: 90%;
  max-width: 750px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: -40px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 3px 0 0 3px;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
  left: -43px;
}

/* Position the "next button" to the right */
.next {
  right: -43px;
  border-radius: 0 3px 3px 0;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #E2E2E2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}