
/* -- DEFAULTS -- */

/*
 * SKYBLUE: 6CC
 */

a:visited, a:link, a:active {
	color: #499;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #999;
	outline: none;
}

img {
	border:0px;
}

html {
	height:100%;
	margin:0px;
	padding:0px;
}
body {
	font-family:arial;
	color: #333;
	background:#CCC;
	/*
	background-image: url("http://localhost/b/seqimgs/data/images/background.png");
	background-attachment: fixed;
	*/
	margin:0px;
	height:100%;
	margin:0px;
	padding:0px;
	font-size: 0.6em;
}

.btn-link:active, .btn-link:hover, .btn-link:visited, .btn-link:link {
	color: black;
	font-size: 16px;
}

div {
	font-family:arial;
}

td {
	font-family:arial;
}

a {
	text-decoration: none;
	color: #555;
}

#script {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

#script textarea {
	border:1px solid #333;
	padding:10px;
}

#overlay {
	background-color: #000;
	opacity: .7;
	filter: alpha(opacity=70);
	position: absolute; 
	top: 0; 
	left: 0;
	width: 0px; 
	min-height: 0px;
	z-index: 900;
}

#system-message {
	width:50%;
	text-align:center;
	display:block;
	background:#222;
	color:#6CC;
	border:1px solid #6CC;
	margin:auto;
	padding:1em;
	margin-top:2em;
	margin-bottom:2em;
	clear:both;
	font-size:2em;
}

/* -- HEADER -- */

.header-area {
	line-height: 2em;
	letter-spacing:0.5em;
	padding:2em;
	background: #333;
	border-bottom:1px solid #eee;
	margin-bottom: 0px;
}

.header-area a {
	text-decoration: none;
	color: #AAA;
	font-size:3em;
}

.header-area span {
	font-size: 12px;
	padding-left:10px;
	padding-right:10px;
}

.header-area input {
	border:1px solid #999;
}

#header-logo {
	float: left;
	display: inline;
}

#header-logo a {
	color: #6CC;
	font-size: 3em;
	text-decoration:none;
	font-family: logofont, logofont2;
	letter-spacing: 0.6em;
}

#header-logo a .big, #header-logo a .big2 {
	font-size: 1.3em;
	letter-spacing: 0.1em;
}

#header-logo a .big2 {
	color: #AAA;
}

#header-logo a .grey {
	font-size: 1em;
	color: #AAA;
}

#header-logo #pronounce {
	color: #6CC;
	font-size: 2.2em;
	margin-top: 0.5em;
	clear: both;
	margin-left: 0.3em;
}

#header-logo #pronounce b {
	color: #CCC;
	font-weight: normal;
}

#header-logo #pronounce span {
	font-size: 1em;
	padding: 0px;
	margin: 0px;
}

#header-logo #logo-img {
	display: block;
	float: left;
}

#header-logo #logo-img img {
	height: 2.5em;
}

#header-logo #logo-text {
	float: left;
	display: block;
	margin-left: 1em;
	margin-top: 1.2em;
}

.header-menu {
	display: none;
}

#user-menu {
	display: inline-block;
	max-width: 50%;
	background: none;
	float: right;
	text-align: center;
}

#user-menu ul, #user-menu #loggedin {
	padding:0em;
	margin:0em;
}

#user-menu #loggedin {
	float: left;
}

#user-menu ul li {
	list-style: none;
	color: #66CCCC;
	display: block;
	float: left;
	margin-top: 0em;
}

#user-menu ul li a div {
	border: 2px solid #66CCCC;
	border-bottom: 2px solid #477;
	border-right: 2px solid #477;
	font-size: 0.5em;
	color: #66CCCC;
	margin: 0.5em;
	margin-top: 0em;
	padding: 0.5em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
}

#user-menu ul li a #current {
	background: #333;
	color: #CCC;
}

#user-menu ul li a div:hover {
	background: #555;
	color: #FFF;
}

/* -- HOME PAGE -- */

.home-sort-tab {
	border: 1px solid #499;
	padding: 6px;
	font-size: 14px;
	display: inline;
}

#home-container {
	width: 1230px;
	margin: auto;
	padding: 0em;
	padding-top: 2em;
}

#home-user {
	width: 40em;
	margin: auto;
	background: #EEE;
	display: block;
}

#mobile-home-user {
	margin: auto;
	width: 90%;
	background: #EEE;
	display: none;
}

#home-login {
	font-size: 2em;
}

#home-login #username, #home-register #username {
	margin-top: 0.5em;
}

#home-login a, #home-register a {
	color: #6CC;
}


#home-login hr, #home-register hr {
	background: #555;
	border: 1px solid #555;
	margin-bottom: 1em;
}

#login-logo {
	width: 100px;
	float: right;
	margin-top: 25px;
	margin-right: 35px;
}

.home-comic-list {
	float: left;
	width: 80em;
	background: #333;
	margin-left: 2em;
	padding: 2em;
	border: 2px solid #6CC;
}

#home-register, #home-login {
	font-size: 2em;
	padding: 1em;
	background: #333;
	color: #6CC;
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #6CC;
	border-top: 0px;;
}

#home-register {
	display: none;
}

#home-btn-login, #home-btn-register {
	font-size: 2em;
	padding: 1em;
	box-sizing: border-box;
	width: 50%;
	float: left;
	background: #EEE;
	border: 2px solid #6CC;
	border-bottom: 0px;
	border-top-right-radius: 1em;
}

#home-btn-register {
	border: 0px;
	border-bottom: 2px solid #6CC;
}

#home-btn-login a, #home-btn-register a {
	font-size: 1em;
	color: #6CC;
	outline: none;
}

#home-btn-register a {
	color: #333;
}

#home-btn-login {
	background: #333;
}

#home-login input[type="submit"], #home-register input[type="submit"] {
	font-size: 1em;
	border: 1px solid #999;
	padding: 0.2em;
}

.home-manage-panel {
	clear: both;
	display: block;
	text-align:center;
	padding:0.5em;
	background:#333;
	box-sizing: border-box;
	width: 100%;
}

.home-manage-panel a {
	font-size: 2em;
}

.login-lbl {
	font-size: 1em;
	color: #6CC;
}

.login {
	width:160px;
	font-size:20px;
	border:1px solid #999;
	margin-bottom: 10px;
	margin-top: 4px;
	padding:4px;
	color: #666699;
	box-sizing: border-box;
}

/* -- COMIC CELL -- */

.comic-cell {
	background: #EEE;
	padding: 0px;
	margin: 0px;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 4em;
	border: 0.2em solid #6CC;
}

.comic-cell #title-mobile {
	display:none;
}

.comic-cell #title-mobile a {
}

.comic-cell #title {
	display: block;
	text-align: left;
	background-color: rgba(30,30,30,0.7);
	color: #EEE;
	padding: 1em;
	position: absolute;
	bottom: 0em;
	left: 0em;
	width: 100%;
	box-sizing: border-box;
}

.comic-cell #title a {
	color: #6CC;
	font-size: 2em;
}

.comic-cell .banner-img {
	width: 100%;
	height: 17em;
	overflow: hidden;
	margin: auto;
}

.comic-cell .banner-img img {
	width:100%;
}

.comic-cell .comic-content-cell {
	display:none;
	width:100%;
	margin:auto;
	padding:1em;
	text-align:left;
	font-size:2em;
}

.comic-cell #title .stars {
	display: inline;
	font-size: 2em;
	color: #6CC;
	margin-left:2em;
}

.comic-cell #title .comic-cell-creator {
	float:right;
	display: inline;
	font-size: 1.5em;
}

/* -- COMIC HOME PAGE -- */

#comic-home-container {
	width: 800px;
	margin: auto;
	margin-top: 0em;
	font-size: 2em;
	box-sizing: border-box;
}

#comic-home-container #home-container-banner img {
	width:100%; 
	margin: 0em;
	padding: 0em;
	display: block;
}

#comic-home-container #home-container-banner {
	margin: 0em;
	padding: 0em;
}


#comic-home-left {
	width:49%;
	float:left;
}

#comic-home-right {
	width:49%;
	float:left;
}

#comic-home-comments {
	background:#DDD;
	clear:both;
	text-align:left;
	padding:20px;
}

#share-link-input {
	width: 100%;
	box-sizing: border-box;
	width: 100%;
	font-size: 20px;
	padding: 4px;
	margin: 0em;
	border: 0em;
	background: #EEE;
}

#read-now #comic-home-read-now {
}

#comic-home-read-now {
	width:100%;
	clear:both;
	padding:10px;
	margin-top:0em;
	margin-bottom: 0.5em;
	text-align:center;
	font-weight: bold;
	color: #66CCCC;
	background:#333;
	box-sizing: border-box;
}

#comic-home-read-now:hover {
	color: #FFF;
}

#comic-home-kindle img {
	float: left;
}

#comic-home-kindle div {
	float: left;
	display: block;
	line-height: 4em;
	margin-left: 1em;
	color: #000;
}

/* -- LIST PAGE-- */

.page-list {
	max-width:80vw;
	max-height:80vh;
	margin-top:0em;
}

#click-enlarge-lbl {
	font-size:16px;
	padding: 10px;
}

#list-page-next-button {
	display:inline-block;
	border:2px solid #999;
	background: #FFF;
	padding:2em;
	margin-left:auto;
	margin-right:auto;

}

#list-page-next-button a {
	color: #000;
	font-size: 3em;
}

#list-page-num {
	display: inline-block;
	float: left;
	line-height: 2em;
	margin-left: 1em;
}

.list-page-text-page {
	max-height:100%;
	width: 700px;
	height:auto;
	font-size:3em;
	padding-top:2em;
	padding-bottom:2em;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.list-page-text-page a {
	color: #000;
}

#list-page-label {
	text-align:left;
	background: #777;
	color:#EEE;
	font-size:1.7em;
	padding:0.5em;
	/* for landscape orientation */
	width: auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0em;
}

#list-page-label a {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 2em;
	color: #6CC;
	font-weight:bold;
	text-transform: uppercase;
	display: inline;
}

#list-page-label a:hover {
	color: #FFF;
}

#list-page-ad-label {
	text-align: center;
	background: #777;
	color: #EEE;
	font-size: 1.7em;
	padding: 0.5em;
	/* for landscape orientation */
	width: auto;
	margin-left: auto;
	margin-right: auto;
}


.list-page-options {
	float: right;
	display: inline-block;
}

#list-page-label #list-page-options-button {
	display: none;
}

#large-list-page-label {
	text-align: center;
	background: #555;
	color: #EEE;
	/* for landscape orientation */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 0.5em;
}

#large-list-page-label a {
	font-size: 0.5em;
	margin-left: 0.1em;
	margin-right: 0.1em;
	color: #699;
	font-weight: bold;
	text-transform: uppercase;
}

#large-list-page-label a span {
	padding: 0.3em;
	border: 1px solid #000;
	background: #FFF;
}

#list-page-img-container {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
}

/* -- BIG PAGE -- */

#page-big {
	border:0px;
	max-width:100%;
}

#img-toolbar a{
	font-size:16px;
	color:black;
}

#img-toolbar {
	height: 40px;
	/* font-size: 16px; */
	text-align:right;
	color:#333;
	clear:both;
	font-size:14px;
}

#largeimg {
	text-align:center;
	position:absolute;
	width:100%;
	top:50px;
	display:none;
	background:#999;
	padding:10px;
}

#img-sub-text {
	text-align:center;
	color:#333;
	clear:both;
	font-size:14px;
}

#comments {
	border:1px solid #999999;
	color:#000;
	font-size:3em;
	width:auto;
	padding:10px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background: #EEE;
}

#comments a {
	color: #499;
}

#comic-status-panel {
	width:20em; 
	border:1px solid black;
	margin:auto;
	margin-top:1em;
	margin-bottom:1em;
	text-align:left;
	padding:1em;
	padding-top:0em;
	font-size:2em;
	background:#eee;
}

#comic-status-panel h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

#comic-page-panel {
	width:20em; border:1px solid black;margin:auto;margin-top:1em;margin-bottom:1em;text-align:left;padding:1em;padding-top:0em;font-size:1.5em;background:#eee;
}

#comic-page-panel h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.slide-container {
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-top:10px;
}

.slide-left-button {
	text-align:center;
	cursor: pointer;
	background: #333;
	padding:2em;
}

.slide-right-button {
	text-align:center;
	cursor: pointer;
	background: #333;
	padding:2em;
}

.slide-left-button a img {
	border:0px;
}

.slide-right-button a img {
	border:0px;
}


.gala:link,.gala:hover,.gala:visited,.gala:active{
	color: #EEE;
	font-size: 3em;
	text-decoration: none;
}


/* -- COMIC PAGES -- */

.image-container #image a img {
	max-width: 80vw;
}

#page-selector {
	font-size: 1.5em;
	padding: 0.5em;
}


.image-container {
	text-align:center;
	margin:auto;
}

#page-likes {
	width: 500px;
	background: #666;
	margin: auto;
	clear: both;
	text-align: center;
	padding: 20px;
	margin-top: 2em;
}

#page-likes a {
	font-size: 2em;
	color: #3CC;
}

#page-comments {
	width: 800px;
	background: #FFF;
	margin: auto;
	margin-top: 20px;
	padding: 20px;
	font-size: 18px;
	box-sizing: border-box;
}

#page-comment {
	border: 1px solid #999;
	padding: 10px;
	margin-bottom: 20px;
}

#comment-date {
	float:right;
	font-size: 18px;
}

#page-commenter {
	font-size: 18px;
	font-weight:bold;
	color: #000;
}

#new-comment {
	display: none;
	margin-bottom: 20px;
}

#new-comment textarea {
	width: 680px;
	height: 150px;
	border: 1px solid #999;
	resize: vertical;
	font-size: 18px;
	padding: 10px;
}

/* -- CONTACT -- */

.contact-form {
	font-size:2em;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	background: #EEE;
	border: 1px solid #999;
	box-sizing: border-box;
}

.contact-form input[type="text"] {
	font-size: 1em;
	width:100%;
	border: 1px solid black;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.contact-form input[type="submit"] {
	font-size: 18px;
}

.contact-form textarea {
	font-size: 1em;
	height: 5em;
	width: 100%;
	background-color: white;
	border: 1px solid black;
	margin-top: 0.5em;
}


/* -- EDITING PAGE -- */

.page-manage-buttons a {
	color: #499;
	font-size: 3em;
	margin: 0.2em;
}

.page-manage-buttons a span {
	padding: 0.2em;
	background: #EEE;
	border: 1px solid #000;
}

.page-manage-buttons {
	text-align: center;
	margin-top: 1em;
	padding: 1em;
	background: #FFF;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
}

.header-page-manage-buttons a {
	color: #499;
	font-size: 0.7em;
}

.header-page-manage-buttons a span {
	padding: 0.3em;
	background: #EEE;
	border: 1px solid #000;
}

.header-page-manage-buttons {
	text-align: center;
	margin-top: 0.5em;
	background: #FFF;
	border-top: 2px solid #999;
	border-bottom: 2px solid #999;
	box-sizing: border-box;
	padding: 0.3em;
}

.comics-category-title {
	font-size:3.2em;
	font-weight:bold;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	text-align:center;
	padding:0.3em;
	background:#EEE;
	border-top:2px solid #999;
	border-bottom:2px solid #999;
	margin-top:0.3em;
}

.comics-category-title #title-creator {
	color:#499;
	font-size: 0.5em;
	letter-spacing: 0.2em;
}


.comics-category-title #header-book-title {
	font-size: 1em;
}

#comic-header-tools a {
	font-size: 0.5em;
}

#comic-header-description {
	clear: both;
	text-transform: none;
	font-size: 0.6em;
	letter-spacing: 0.2em;
	font-family: arial;
	max-width: 500px;
	padding: 0.8em;
	background: #DDD;
	text-align: left;
	margin: auto;
	border: 1px solid #999;
	font-weight: normal;
}

#comic-header-description a { 
	font-size: 1em;
}

#edit-comic-form {
	font-size: 2em;
	margin:auto;
	width:100%;
	margin-top:20px;
	background: #DDD;
	padding: 20px;
}

.editing-header {
	display: inline;
	line-height: 40px;
	float: left;
	background:#777;
	color: #EEE;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.editing-header-link {
	display: inline;
	line-height: 40px;
	float: left;
	background:transparent;
	color: #EEE;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}


.editing-header-link a {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #499;
}

.editing-panel {
	width:900px;
	margin:auto;
}

.back-button {
	background: #333;
	display: inline;
	padding: 20px;
	clear: both;
	line-height: 50px;
}

.back-button a {
	color: #2AA;
	font-size: 20px;
}

#edit-comic-form h2 {
	background: #777;
	padding: 10px;
	margin: 0px;
	margin-top: 20px;
	color: #FFF;
	font-size: 16px;
}

#edit-comic-form select { 
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

#edit-comic-form input { 
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}

#edit-comic-form textarea { 
	width: 100%;
	height: 20em;
	font-size: 1em;
	box-sizing: border-box;
	padding: 20px;
}

/* -- FOOTER -- */

.footer-area {
	text-align: center;
	background: #000;
	color: #6CC;
	font-size: 2em;
	padding: 2em;
}

#back-to-top {
	text-align: center;
}

#back-to-top a {
	color:#555;
	font-size: 2em;
}

#comic-cover a img {
	width: 50%;
}

/* -- SHARE -- */

#share-area {
	display: inline-block;
	border:1px solid black;
	background:#AAA;
	padding:1em;
	margin:auto;
	margin-top:1em;
}

#share-area a {
	font-size: 1.5em;
	color: #000;
}

.share-box {
	position: absolute;
	display: none;
	background: #FFF;
	padding: 10px;
	border: 1px solid #000;
}

.share-box ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

.share-box ul li {
	clear: both;
	text-align: left;
	float: left;
	padding: 0.5em;
}

/* -- ABOUT -- */

#about-page {
	width: 800px;
	font-size: 2em;
	border: 1px solid #888;
	background: #FFF;
	margin: auto;
	padding: 2em;
	box-sizing: border-box;
}

#about-page a {
	font-size: 1em;
	color: #000;
	font-weight: bold;
}

/* -- Messages -- */

#message-list {
	margin: auto;
	border: 1px solid #999;
	background: #FFF;
	width: 800px;
	clear: both;
	padding: 10px;
	box-sizing: border-box;
}

#message-list #message-row {
	clear: both;
	border-bottom: 1px solid #999;
	padding: 10px;
	font-size: 16px;
}

.message-col-status #status {
	color:red;
}

.message-col-status #date {
	float:left;
}

#message-row .message-col-from {
	width: 100px;
	float: left;
	text-align: left;
}

#message-row .message-col-subject {
	width: 300px;
	float: left;
}

#message-row .message-col-status {
	width: 140px;
	float: left;
}

#message-btn:link, #message-btn:visited, #message-btn:active {
	font-size: 20px;
	padding: 10px;
}

#message-btn:hover {
	color: white;
}

#message-panel {
	margin: auto;
	margin-top: 20px;
	border: 1px solid #999;
	background: #333;
	color: #66CCCC;
	width: 800px;
	clear: both;
	font-size: 16px;
	padding: 20px;
	box-sizing: border-box;
}

#message-panel #subject {
	font-weight: bold;
	font-size: 20px;
}

#message-panel #message {
	font-size: 16px;
	padding: 10px;
	margin-top: 20px;
	background: #FFF;
	color: #333;
}

#message-tools {
	background: #333;
	color: #6CC;
	font-size: 20px;
	padding: 10px;
	width: 800px;
	margin: auto;
	box-sizing: border-box;
}

#create-message-panel {
	width: 800px;
	margin:auto;
	font-size: 1.6em;
	box-sizing: border-box;
}

#create-message-panel input, #create-message-panel textarea {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.6em;
	padding: 0.4em;
	box-sizing: border-box;
}

#create-message-panel textarea {
	min-height: 6em;
}

/* -- SUPPORT / DONATE PAGE -- */

#support-header {
	margin-top: 20px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid black;
	background: #555;
	color: #EEE;
	padding: 10px;
}

/* -- FOLLOW -- */

#follow-container {
	width: 800px;
	font-size: 2em;
	border: 1px solid #888;
	background: #FFF;
	margin: auto;
	padding: 2em;
	box-sizing: border-box;
}

#follow-container .subscribe-link {
	padding: 1em;
}

#follow-container .subscribe-link a {
	font-size:1em;
	color: #6BB;
}

/* --- LOGIN --- */

#login-container {
	width: 500px;
	margin: auto;
	clear: both;
	box-sizing: border-box;
}

#forgot-password {
	width: 50em;
	margin: auto;
	margin-top: 2em;
	font-size: 2em;
	background: #FFF;
	padding: 2em;
}

#forgot-email {
	width:20em;
}

/* -- NEWS -- */

#article-return-div {
	text-align:center;
	width:800px;
	box-sizing: border-box;
	padding: 1em;
	margin: auto;
	margin-top: 1em;
}

#article-return {
	color: #388;
	font-size: 2em;
	text-transform: uppercase;
}

#article-container {
	width: 800px;
	margin: auto;
	background: #FFF;
	border: 1px solid #999;
	padding: 2em;
	box-sizing: border-box;
	clear: both;
}

#article-container img {
	float: right;
	margin: 2em;
	margin-top: 0em;
	max-width: 30%;
}

.article-content {
	font-size: 2em;
}

.article-title:hover, .article-title:link, .article-title:visited,.article-title:active {
	font-size: 4em;
	color: #388;
}

.article-details {
	font-size: 2em;
	color: #777;
}

.article-list-row {
	box-sizing: border-box;
	width: 800px;
	margin: auto;
	background: #FFF;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
}

.article-list-title:hover, .article-list-title:link, .article-list-title:visited, .article-list-title:active {
	font-size: 4em;
	color: #388;
}

.article-list-date {
	font-size: 2em;
	color: #555;
}

.article-list-content {
	font-size: 2.7em;
}

/* -- SHOP -- */

#shop-container {
	width: 800px;
	margin: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

#shop-row-container {
	margin-top: 0em;
	width: 100%;
	margin: auto;
}

#shop-img-container {
	clear: none;
	width: 30%;
	text-align: center;
	float: left;
	padding: 1em;
	background: #555;
	box-sizing: border-box;
}

#shop-img-container img {
	max-width: 90%;
}

#shop-text-container {
	float: left;
	width: 70%;
	background: #FFF;
	font-size: 2em;
	padding: 1em;
	box-sizing: border-box;
}

#page-header {
	max-width: 800px;
	text-align: center;
	background: #333;
	color: #6CC;
	padding: 0.7em;
	font-size: 3em;
	text-transform: uppercase;
	margin: auto;
	margin-top: 2em;
	margin-bottom: 0em;
	box-sizing: border-box;
	letter-spacing: 0.2em;
}

#page-header #title {
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: none;
	color: #66CCCC;
}

#page-header #title:hover {
	color: #FFF;
}

#page-header #label {
	text-transform: uppercase;
	font-size: 0.5em;
	margin: 0em;
	margin-top: 0.5em;
	color: #777;
	letter-spacing: 0.5em;
	padding: 0em;
}

#shop-notice {
	padding: 20px;
	width: 800px;
	font-size: 18px;
	margin: auto;
	text-align: center;
}

/* -- PROFILE -- */

#profile-header {
	font-size: 1.5em;
	padding:0.5em;
	background:#333;
	color:#6CC;
}

#profile-container {
	width: 800px;
	box-sizing: border-box;
	margin: auto;
	font-size: 2em;
	padding: 1em;
	background: #EEE;
	border: 1px solid #999;
}

#profile-container h1 {
	text-transform: uppercase;
	border: 1px solid #999;
	background: #333;
	padding: 0.5em;
	color: #6CC;
	margin-top: 0em;
	font-size: 18px;
}

#profile-container input[type="text"], #profile-container textarea {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: 0.2em;
	font-size: 1.2em;
	margin-top: 0.5em;
}

#profile-container input[type="submit"] {
	font-size: 2em;
}

/* -- Creators -- */

.creator-avatar {
	width:250px;
	float:left;
	text-align:center;
	padding:1em;
}

.creator-row {
	margin-bottom: 2em;
}

.creator-row h1 {
	font-size: 1em;
}

.creator-info {
	float: right;
	width: 450px;
	padding: 0em;
}

.creator-info table {
	width: 100%;
}

.creator-info table td {
	color: #666;
	margin: 0em;
	padding: 0em;
	border-bottom: 1px solid #AAA;
}

.creator-info table #two {
	font-family: monospace;
	font-size: 1.2em;
}

.creator-info table #three {
	text-align: right;
}

.creator-info table #more {
	border-bottom: 0em;
}

.creator-info table #more a {
	color: #777;
}

.creator-info h3 {
	margin: 0em;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	font-size: 1em;
}


/* -- Mail System -- */

#mail-container {
	width: 800px;
	margin: auto;
}

#mail-container textarea, #mail-container input {
	width: 100%;
	padding: 1em;
	font-size: 2em;
	box-sizing: border-box;
}

#mail-container textarea {
	height: 10em;
}

@media only screen and (max-width: 1230px) {

	/* -- DEFAULTS -- */

	a:visited, a:link, a:active {
		color: #499;
	}

	a:hover {
		color: #999;
	}

	img {
		border:0px;
	}

	html {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	body {
		width: 100%;
		font-family:arial;
		color: #333;
		background:#CCC;
		margin:0px;
		height:100%;
		margin:0px;
		padding:0px;
	}

	.btn-link:active, .btn-link:hover, .btn-link:visited, .btn-link:link {
		color: black;
		font-size: 16px;
	}

	/* -- HEADER -- */

	.header-menu {
		float: right;
		display: inline;
		text-align: right;
	}

	.header-area {
		width: 100%;
		padding: 2em;
		display: block;
		box-sizing: border-box;
		margin: 0em;
	}

	.header-area #logo-text {
		line-height: 6em;
		letter-spacing: 0.5em;
	}

	.header-area span {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}

	#header-logo {
		float: left;
		margin-top: 0em;
		padding-top: 0em;
	}

	#header-logo #logo-img {
		display: block;
		float: left;
		margin-top: 0.5em;
		padding-top: 0em;
		margin-bottom: 1em;
	}

	#header-logo #logo-img img {
		height: 2.2em;
	}

	#header-logo #logo-text {
		float: left;
		display: block;
		margin-top: 0em;
		padding-top: 0em;
	}

	#header-logo #pronounce {
		color: #6CC;
		margin-top: 0em;
		padding: 0em;
		line-height: 0em;
		font-size: 2.2em;
		clear: both;
		margin-left: 0.3em;
	}

	#header-logo a {
		text-decoration: none;
		font-family: logofont, logofont2;
		color: #6CC;
	}

	#user-menu {
		width: 100%;
		display: none;
		text-align: center;
		background: #333;
		clear: both;
		max-width: 100%;
		background: none;
		margin: 0em;
	}

	#user-menu ul {
		padding:0em;
		margin:0em;
		display: inline;
		clear: both;
		box-sizing: border-box;
	}

	#user-menu ul li {
		clear: both;
		display: inline;
		float: left;
		width: 100%;
		box-sizing: border-box;
		margin: 0em;
		padding: 0em;
	}

	#user-menu ul li a div {
		font-size: 1em;
		color: #666;
		width: 100%;
		clear: both;
		padding: 0.1em;
		margin: 0em;
		margin-top: 0.5em;
		box-sizing: border-box;
	}

	/* -- HOME PAGE -- */

	.home-comic-list {
		float: none;
		width: 100%;
		background: #333;
		margin-left: 0em;
		padding: 2em;
		box-sizing: border-box;
	}

	#login-logo {
		display: none;
	}

	.home-sort-tab {
		border: 1px solid #499;
		padding: 6px;
		font-size: 2em;
		display: inline;
	}

	.home-manage-panel {
		display:none;
	}

	#home-container {
		width: 100%;
		padding: 0px;
	}

	#home-user {
		display: none;
	}

	#home-register a {
		color: #6CC;
		font-size: 1em;
		padding: 1em;
		background: #333;
		color: #6CC;
		box-sizing: border-box;
	}

	#logged-status {
		width:15em;
		text-align:right;
		margin-right:20px;
		float:right;
		color:#66CCCC;
		font-size:0.8em;
	}

	#logged-name {
		font-size:3em;
		color: #66CCCC;
	}

	#home-login a {
		color: #6CC;
	}

	#home-login {
		font-size: 2em;
	}

	#mobile-home-user {
		display: block;
		width: 90%;
		margin: auto;
		box-sizing: border-box;
	}

	#home-btn-login, #home-btn-register {
		font-size: 3em;
		padding: 0.5em;
		box-sizing: border-box;
		display: block;
		width: 50%;
		float: left;
		background: #EEE;
	}

	#home-btn-login a, #home-btn-register a {
		font-size: 1em;
		color: #6CC;
		outline: none;
	}

	#home-btn-register a {
		color: #333;
	}

	#home-btn-login {
		background: #333;
	}

	/* -- CONTACT -- */

	.contact-form {
		font-size: 2em;
		width: 90%;
		margin: auto;
		padding: 1em;
		background: #EEE;
		border: 1px solid #999;
		box-sizing: border-box;
	}

	.contact-form input[type="text"] {
		font-size: 1em;
		width:100%;
		border: 1px solid black;
		margin-top: 0.5em;
		margin-bottom: 0.5em;
		box-sizing: border-box;
	}

	.contact-form textarea {
		font-size: 1em;
		height: 5em;
		width: 100%;
		background-color: white;
		border: 1px solid black;
		margin-top: 0.5em;
		box-sizing: border-box;
	}

	/* -- COMIC CELL -- */

	.comic-cell {
		width: 100%;
		padding: 0px;
		margin: 0px;
		position: relative;
		margin-bottom: 2em;
		border: 0.2em solid #6CC;
		float: none;
	}

	.comic-cell #title-mobile {
		display: block;
		text-align:center;
		background:#333;
		padding:1em;
		cursor: pointer;
	}

	.comic-cell #title-mobile a {
		font-size: 3em;
		color: #6CC;
	}

	.comic-cell #title {
		display: none;
	}

	.comic-cell .banner-img {
		width: auto;
		height: auto;
		overflow: hidden;
		margin: auto;
	}

	.comic-cell .banner-img img {
		width: 100%;
	}

	/* -- COMIC HOME PAGE -- */

	#comic-home-container {
		width: 100%;
		margin: auto;
		margin-top: 0em;
		font-size: 2em;
		padding: 1em;
		padding-top: 0em;
		box-sizing: border-box;
	}

	#comic-home-container #home-container-banner img {
		width:100%; 
		margin: 0em;
		padding: 0em;
		display: block;
	}

	#comic-home-container #home-container-banner {
		margin: 0em;
		padding: 0em;
	}



	#comic-home-left {
		width: 49%;
		float: left;
	}

	#comic-home-right {
		width: 49%;
		float: left;
	}

	#comic-home-comments {
		background: #DDD;
		clear: both;
		text-align: left;
		padding: 1em;
	}

	/* -- COMMENTS -- */

	#page-comments {
		width: 100%;
		background: #FFF;
		margin: auto;
		margin-top: 1em;
		padding: 1em;
		font-size: 1em;
		box-sizing: border-box;
	}

	#new-comment {
		display: none;
		margin-bottom: 20px;
	}

	#new-comment textarea {
		width: 100%;
		height: 5em;
		border: 1px solid #999;
		resize: vertical;
		font-size: 1em;
		padding: 1em;
		box-sizing: border-box;
	}

	/* -- LIST PAGE -- */

	.page-list {
		max-width:80vw;
		max-height:80vh;
		margin-top:0.5em;
	}

	#list-page-next-button {
		display:inline-block;
		border:2px solid #999;
		background: #FFF;
		padding:2em;
		margin-left:auto;
		margin-right:auto;

	}

	#list-page-next-button a {
		color: #000;
		font-size: 3em;
		
	}

	.list-page-text-page {
		max-height:100%;
		width: 700px;
		height:auto;
		font-size:3em;
		padding-top:2em;
		padding-bottom:2em;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}

	.list-page-text-page a {
		color: #000;
	}

	.list-page-options {
		display: none;
		clear: both;
		padding: 0.5em;
	}

	#list-page-label #list-page-options-button {
		color: #999;
		display: inline;
	}

	#list-page-num {
		display: inline-block;
		float: left;
		line-height: 2em;
	}

	#list-page-label {
		text-align: left;
		background: #555;
		color: #EEE;
		font-size: 1.7em;
		padding: 0.5em;
		/* for landscape orientation */
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#list-page-label a {
		float: right;
		margin-left: 0.5em;
		margin-right: 0.5em;
		line-height: 2em;
		color: #699;
		font-weight:bold;
		text-transform: uppercase;
	}

	#list-page-img-container #comments {
		width: 90%;
		font-size: 1em;
	}

	/* -- BIG PAGE -- */

	#page-big {
		border: 0px;
		width: 100%;
	}

	.gala:link,.gala:hover,.gala:visited,.gala:active{
		color: #EEE;
		font-size: 14px;
		text-decoration: none;
	}

	#largeimg {
		text-align:center;
		position:absolute;
		width:100%;
		top:50px;
		display:none;
		background:#999;
		padding:10px;
	}

	#img-sub-text {
		text-align:center;
		color:#333;
		clear:both;
		font-size:14px;
	}

	#img-toolbar {
		text-align:right;
		color:#333;
		clear:both;
		font-size:14px;
	}

	#comments {
		border:1px solid #999999;
		color:#000;
		font-size:2em;
		width:90%;
		padding:1em;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		margin-top:1em;
		background: #EEE;
	}

	#comments a {
		color: #499;
	}

	#comic-status-panel {
		width:20em; border:1px solid black;margin:auto;margin-top:1em;margin-bottom:1em;text-align:left;padding:1em;padding-top:0em;font-size:2em;background:#eee;
	}

	#comic-status-panel h2 {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	#comic-page-panel {
		width:20em; border:1px solid black;margin:auto;margin-top:1em;margin-bottom:1em;text-align:left;padding:1em;padding-top:0em;font-size:1.5em;background:#eee;
	}

	#comic-page-panel h2 {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	#page-likes {
		width: 90%;
		background: #666;
		margin: auto;
		clear: both;
		text-align: center;
		padding: 1em;
		margin-top: 1em;
	}

	#page-likes a {
		font-size: 2em;
		color: #3CC;
	}


	/* -- COMIC PAGE -- */

	.image-container {
		text-align:center;
		margin:auto;
	}

	.image-container #image a img {
		max-width: 100%;
	}

	#page-selector {
		font-size: 1.5em;
		padding: 1em;
	}



	/* -- EDITING PAGE -- */

	.page-manage-buttons {
		display: none;
	}


	/* -- FOOTER -- */

	.footer-area {
		text-align: center;
		background: #000;
		color: #6CC;
		font-size: 2em;
		padding: 1em;
	}

	#back-to-top {
		text-align: center;
	}

	#back-to-top a {
		color:#555;
		font-size:1em;
	}

	/* --- LOGIN --- */

	#login-container {
		clear: both;
		width: 100%;
		box-sizing: border-box;
		margin: auto;
	}

	.login-lbl {
		font-size: 1em;
		color: #6CC;
	}

	.login {
		width: 90%;
		box-sizing: border-box;
		font-size: 20px;
		border: 1px solid #999;
		margin-bottom: 10px;
		margin-top: 4px;
		padding: 4px;
		color: #666699;
	}

	#forgot-password {
		width: 90%;
		box-sizing: border-box;
		margin: auto;
		margin-top: 2em;
		font-size: 2em;
		background: #FFF;
		padding: 1em;
	}

	#forgot-email {
		width: 90%;
		font-size: 1em;
		margin-bottom: 1em;
	}

	/* -- NEWS -- */

	#article-return-div {
		width: 90%;
		box-sizing: border-box;
		margin: auto;
		clear: both;
	}

	#article-return {
		color: #388;
		font-size: 2em;
		text-transform: uppercase;
	}

	#article-container {
		width: 90%;
		padding: 1em;
		box-sizing: border-box;
		margin: auto;
		background: #FFF;
		border: 1px solid #999;
		clear: both;
	}

	#article-container img {
		float: right;
		margin: 1em;
		max-width: 30%;
	}

	.article-content {
		font-size: 2em;
	}

	.article-title:hover, .article-title:link, .article-title:visited,.article-title:active {
		font-size: 25px;
		color: #388;
	}

	.article-details {
		font-size: 12px;
	}

	.article-list-row {
		width: 100%;
		box-sizing: border-box;
		margin-left:auto;
		margin-right:auto;
		border:1px solid #999;
		margin-top:10px;
		margin-bottom:10px;
		padding:1em;
		background: #FFF;
		box-sizing: border-box;
	}

	.article-list-row img {
		width: 50px;
	}

	.article-list-title:hover, .article-list-title:link, .article-list-title:visited, .article-list-title:active {
		font-size: 3em;
		color: #388;
	}

	.article-list-date {
		font-size: 2em;
		color: #999;
	}

	.article-list-content {
		font-size: 2em;
	}

	/* -- SHOP -- */

	#shop-container {
		width: 100%;
		margin: auto;
		margin-top: 2em;
		margin-bottom: 2em;
	}

	#shop-img-container {
		width: 100%;
		text-align: center;
		float: none;
		margin: auto;
		padding: 1em;
		background: #555;
		box-sizing: border-box;
		margin-top: 2em;
	}

	#shop-text-container {
		float: none;
		width: 100%;
		background: #FFF;
		font-size: 2em;
		padding: 1em;
		clear: both;
		box-sizing: border-box;
	}

	#page-header {
		max-width: none;
		width: auto;
		margin-top: 0.5em;
		margin-bottom: 0em;
		margin-left: 0.5em;
		margin-right: 0.5em;
		text-align: center;
		background: #333;
		color: #6CC;
		padding: 0.5em;
		font-size: 3em;
		text-transform: uppercase;
		box-sizing: auto;
	}

	#page-header #title {
		font-weight: bold;
		letter-spacing: 0.3em;
		text-transform: none;
		color: #66CCCC;
	}

	#page-header #title:hover {
		color: #FFF;
	}

	#page-header #label {
		text-transform: uppercase;
		font-size: 0.5em;
		margin: 0em;
		margin-top: 0.5em;
		color: #777;
		letter-spacing: 0.5em;
		padding: 0em;
	}


	#shop-notice {
		clear: both;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.8em;
		font-weight: bold;
		padding: 0.5em;
		margin: auto;
		text-align: center;
	}

	/* -- PROFILE -- */

	#profile-container {
		width: 100%;
		box-sizing: border-box;
		margin: auto;
		font-size: 1.5em;
		padding: 1em;
	}

	#profile-container h1 {
		text-transform: uppercase;
		font-size:1.5em;
	}

	#profile-container input[type="text"], #profile-container textarea {
		width: 100%;
		box-sizing: border-box;
		border: 1px solid #999;
		padding: 0.2em;
		font-size: 1.4em;
		margin-top: 0.5em;
	}

	#profile-container input[type="submit"] {
		font-size: 2em;
	}
}

@media only screen and (max-width: 550px) {

	/* -- DEFAULTS -- */

	a:visited, a:link, a:active {
		color: #499;
	}

	a:hover {
		color: #999;
	}

	img {
		border:0px;
	}

	html {
		width: 100%;
		height: 100%;
		margin: 0px;
		padding: 0px;
	}

	body {
		width: 100%;
		font-family:arial;
		color: #333;
		background:#CCC;
		margin:0px;
		height:100%;
		margin:0px;
		padding:0px;
	}

	.btn-link:active, .btn-link:hover, .btn-link:visited, .btn-link:link {
		color: black;
		font-size: 16px;
	}

	/* -- HEADER -- */

	.header-menu {
		float: right;
		display: inline;
		text-align: right;
	}

	.header-menu a {
		color: #6CC;
		font-size: 3em;
	}

	.header-area {
		width: 100%;
		line-height: 6em;
		letter-spacing: 0.5em;
		padding: 2em;
		display: block;
		box-sizing: border-box;
	}

	.header-area span {
		font-size: 12px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-area input {
		border: 1px solid #999;
	}

	#header-logo {
		margin-top: 0em;
		padding-top: 0em;
		float: left;
		display: inline;
		position: absolute;
	}

	#header-logo #logo-img {
		margin-top: 0em;
		padding-top: 0em;
		display: block;
		float: left;
	}

	#header-logo #logo-img img {
		height: 2.2em;
	}

	#header-logo #pronounce {
		display: none;
	}

	#header-logo a {
		text-decoration: none;
		font-family: logofont, logofont2;
		color: #6CC;
	}

	#header-logo #logo-text {
		display: none;
	}

	#user-menu {
		background: #333;
		width: 100%;
		display: none;
		text-align: center;
		clear: both;
		float: left;
		max-width: 100%;
		margin: 0em;
	}

	#user-menu ul {
		padding:0em;
		margin:0em;
		display: inline;
		clear: both;
		box-sizing: border-box;
	}

	#user-menu ul li {
		clear: both;
		display: inline;
		float: left;
		width: 100%;
		box-sizing: border-box;
		margin: 0em;
		padding: 0em;
	}

	#user-menu ul li a div {
		font-size: 1em;
		color: #666;
		width: 100%;
		clear: both;
		padding: 0.1em;
		margin: 0em;
		margin-top: 0.5em;
		box-sizing: border-box;
	}

	/* -- HOME PAGE -- */

	#page-header {
		font-size: 2em;
		margin-bottom: 0em;
	}

	#page-header #title {
		letter-spacing: 0.2em;
	}

	#page-header #label {
		display: none;
	}

	.home-comic-list {
		float: none;
		width: 100%;
		background: #333;
		margin-left: 0em;
		padding: 2em;
		box-sizing: border-box;
	}

	.home-sort-tab {
		border: 1px solid #499;
		padding: 6px;
		font-size: 2em;
		display: none;
	}

	.home-manage-panel {
		display:none;
	}

	#home-container {
		width: 100%;
		padding: 0px;
	}

	#home-user {
		display: none;
	}

	#home-register a {
		color: #6CC;
	}

	#logged-status {
		width:15em;
		text-align:right;
		margin-right:20px;
		float:right;
		color:#66CCCC;
		font-size:0.8em;
	}

	#logged-name {
		font-size:3em;
		color: #66CCCC;
	}

	#home-login a {
		color: #6CC;
	}

	#comic-home-kindle div {
		display: none;
	}

	/* -- COMIC CELL -- */

	.comic-cell {
		width: 100%;
		padding: 0px;
		margin: 0px;
		position: relative;
		margin-bottom: 2em;
		border: 0.2em solid #6CC;
		float: none;
	}

	.comic-cell #title-mobile {
		display: block;
		text-align:center;
		background:#333;
		padding:1em;
		cursor: pointer;
	}

	.comic-cell #title-mobile a {
		font-size: 3em;
		color: #6CC;
	}

	.comic-cell #title {
		display: none;
	}

	.comic-cell .banner-img {
		width: auto;
		height: auto;
		overflow: hidden;
		margin: auto;
	}

	.comic-cell .banner-img img {
		width: 100%;
	}

	/* -- COMIC HOME PAGE -- */

	#comic-home-container {
		width: 100%;
		margin: auto;
		margin-top: 0em;
		font-size: 2em;
		padding: 1em;
		padding-top: 0em;
		box-sizing: border-box;
	}

	#comic-home-left {
		float: left;
		width: auto;
	}

	#comic-home-right {
		float: left;
		width: auto;
	}

	.comics-category-title {
		width: auto;
	}

	.comics-category-title a {
		font-size: 0.5em;
	}

	.comics-category-title #header-book-title {
		font-size: 0.6em;
	}

	#hide-mobile {
		display: none;
	}

	#comic-home-comments {
		background: #DDD;
		clear: both;
		text-align: left;
		padding: 1em;
	}

	/* -- COMMENTS -- */

	#page-comments {
		width: 100%;
		background: #FFF;
		margin: auto;
		margin-top: 1em;
		padding: 1em;
		font-size: 1em;
		box-sizing: border-box;
	}

	#new-comment {
		display: none;
		margin-bottom: 20px;
	}

	#new-comment textarea {
		width: 100%;
		height: 5em;
		border: 1px solid #999;
		resize: vertical;
		font-size: 1em;
		padding: 1em;
		box-sizing: border-box;
	}

	/* -- LIST PAGE -- */

	.page-list {
		max-width:80vw;
		max-height:80vh;
		margin-top:0.5em;
	}

	#list-page-next-button {
		display:inline-block;
		border:2px solid #999;
		background: #FFF;
		padding:2em;
		margin-left:auto;
		margin-right:auto;

	}

	.list-page-options {
		display: none;
		clear: both;
		padding: 0.5em;
	}

	#list-page-label #list-page-options-button {
		color: #999;
		display: inline;
	}

	#list-page-next-button a {
		color: #000;
		font-size: 3em;
	}

	.list-page-text-page {
		max-height:100%;
		width: 700px;
		height:auto;
		font-size:3em;
		padding-top:2em;
		padding-bottom:2em;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}

	.list-page-text-page a {
		color: #000;
	}

	#list-page-label {
		text-align: left;
		background: #555;
		color: #EEE;
		font-size: 1.7em;
		padding: 0.5em;
		/* for landscape orientation */
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#list-page-label a {
		float: right;
		margin-left: 0.5em;
		margin-right: 0.5em;
		line-height: 2em;
		color: #699;
		font-weight:bold;
		text-transform: uppercase;
	}

	#list-page-img-container #comments {
		width: 90%;
		font-size: 1em;
	}

	/* -- BIG PAGE -- */

	#page-big {
		border: 0px;
		width: 100%;
	}

	.gala:link,.gala:hover,.gala:visited,.gala:active {
		color: #EEE;
		font-size: 2em;
		text-decoration: none;
	}

	#next-btn, #prev-btn {
		font-size: 1.7em;
	}

	#largeimg {
		text-align:center;
		position:absolute;
		width:100%;
		top:50px;
		display:none;
		background:#999;
		padding:10px;
	}

	#img-sub-text {
		text-align:center;
		color:#333;
		clear:both;
		font-size:14px;
	}

	#img-toolbar {
		text-align:right;
		color:#333;
		clear:both;
		font-size:14px;
	}

	#comments {
		border:1px solid #999999;
		color:#000;
		font-size:2em;
		width:100%;
		box-sizing: border-box;
		padding:1em;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		margin-top:1em;
		background: #EEE;
	}

	#comments a {
		color: #499;
	}

	#comic-status-panel {
		width: 100%; 
		border:1px solid black;
		margin:auto;
		margin-top:1em;
		margin-bottom:1em;
		text-align:left;
		padding:1em;
		padding-top:0em;
		font-size:2em;
		background:#eee;
		box-sizing: border-box;
	}

	#comic-status-panel h2 {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	#comic-page-panel {
		width:100%; 
		border:1px solid black;
		margin:auto;
		margin-top:1em;
		margin-bottom:1em;
		text-align:left;
		padding:1em;
		padding-top:0em;
		font-size:1.5em;
		background:#eee;
		box-sizing: border-box;
	}

	#comic-page-panel h2 {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	#page-likes {
		width: 90%;
		background: #666;
		margin: auto;
		clear: both;
		text-align: center;
		padding: 1em;
		margin-top: 1em;
	}

	#page-likes a {
		font-size: 2em;
		color: #3CC;
	}


	/* -- COMIC PAGE -- */

	.image-container {
		text-align:center;
		margin:auto;
	}

	.image-container #image a img {
		max-width: 100%;
	}

	#page-selector {
		font-size: 1.5em;
		padding: 1em;
	}

	/* -- EDITING PAGE -- */

	.page-manage-buttons {
		display: none;
	}


	/* -- FOOTER -- */

	.footer-area {
		text-align:center;
		background: #000;
		color: #6CC;
		font-size: 2em;
		padding: 1em;
	}

	#share-area {
		display: none;
	}

	/* -- FOLLOW -- */

	#follow-container {
		width: 90%;
		font-size: 2em;
		border: 1px solid #888;
		background: #FFF;
		margin: auto;
		padding: 1em;
		box-sizing: border-box;
	}

	#follow-container .subscribe-link {
		padding: 0em;
		padding-bottom: 1em;
	}

	#follow-container .subscribe-link a {
		font-size: 1em;
		color: #6BB;
	}

	/* -- Messages -- */

	#message-list {
		margin: auto;
		margin-top: 20px;
		border: 1px solid #999;
		background: #FFF;
		width: 100%;
		box-sizing: border-box;
		clear: both;
		padding: 10px;
	}

	#message-row #mobile-hide {
		display: none;
	}

	#message-list #message-row {
		clear: both;
		border-bottom: 1px solid #999;
		padding: 10px;
		font-size: 2em;
	}

	#message-row .message-col-from {
		width: 50%;
		float: right;
		text-align: right;
	}

	#message-row .message-col-subject {
		width: 50%;
		float: left;
	}

	#message-row .message-col-status {
		width: 100%;
		float: right;
		margin-top: 0.5em;
		clear: both;
	}

	.message-col-status #status {
		color:red;
	}

	.message-col-status #date {
		float: none;
		font-size: 0.9em;
		color: #555;
	}


	#message-btn:link, #message-btn:visited, #message-btn:active {
		font-size: 2em;
		padding: 10px;
	}

	#message-btn:hover {
		color: white;
	}

	#message-panel {
		margin: auto;
		margin-top: 20px;
		border: 1px solid #999;
		background: #333;
		color: #66CCCC;
		width: 100%;
		box-sizing: border-box;
		clear: both;
		font-size: 1em;
		padding: 20px;
	}

	#message-panel #subject {
		font-weight: bold;
		font-size: 2em;
	}

	#message-panel #message-details {
		font-size: 1.5em;
		padding-top: 1em;
	}

	#message-panel #message {
		font-size: 2em;
		padding: 10px;
		margin-top: 20px;
		background: #FFF;
		color: #333;
	}

	#message-tools {
		background: #333;
		color: #6CC;
		font-size: 1em;
		padding: 10px;
		width: 100%;
		box-sizing: border-box;
		margin: auto;
	}

	#create-message-panel {
		width: 100%;
		box-sizing: border-box;
		margin:auto;
		font-size: 1.6em;
		padding: 1em;
	}

	#create-message-panel h2 {
		margin-top: 0em;
		padding-top: 0em;
	}

	#create-message-panel input, #create-message-panel textarea {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1em;
		font-size: 1.6em;
		padding: 0.4em;
	}

	#create-message-panel textarea {
		min-height: 6em;
		width: 100%;
		box-sizing: border-box;
	}


	/* -- ABOUT -- */

	#about-page {
		width: 90%;
		font-size: 2em;
		border: 1px solid #888;
		background: #FFF;
		margin: auto;
		padding: 1em;
		box-sizing: border-box;
	}

	#about-page a {
		font-size: 1em;
		color: #000;
		font-weight: bold;
	}

}

