/* - - - - - - - - background: #f06;
background: linear-gradient(45deg, #f06, grey);
min-height: 100%;- - - - - - - - CORE */ 


body{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	
	text-align: left;

	background: #e9f6fc;
	/*
	color: #33343A;
	background: white;
	font-size: 15px;
	background: #f7f7f7;
	background-image:url('http://satwcomic.com/imgs/backshad.png');
	background-position: center top;
	background-repeat: repeat-y;*/
}

.hydrated{
	margin-bottom: -2px;
}

/* remove borders: */
.card{
	border: 1px solid rgba(0, 0, 0, 0);
}
.btn{
	/* border: 0;*/
}

h1,h2,h3,h4{
	color: #33343A;
	font-family: 'Nunito', sans-serif;
	margin: 1px;
	
}

a{
	text-decoration: none;
}

.bred{
	color: #ff3c1f;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified .btn,
  .btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
    .btn-group-justified .btn .btn,
    .btn-group-justified .btn-group .btn {
      width: 100%; }
    .btn-group-justified .btn .dropdown-menu,
    .btn-group-justified .btn-group .dropdown-menu {
      left: auto; }

.btn{
	/*overflow: hidden;*/
}

.btn-danger{
	background-color: #ff3c1f;
	border-color: #ff3c1f;
	/*background-image: linear-gradient(#e12b31, #ff3c1f 60%, #b5191f);*/
}


.navbar{
	margin-bottom: 10px;
}

.notice {
  background-color: #61B842;
	box-shadow:inset 0px 1px 0px 0px #caefab;
	background-color:#77d42a;
	border-radius:2px;
	border:1px solid #268a16;
	padding:5px 19px;
  color:#306108;
  text-shadow:1px 1px 0px #aade7c;
  font-weight:bold;
  margin-top: 3px;
}

/* - - - - - - - - -- - - - - - - */

.achlft{
  margin-right: 140px;
}
.cntfil{
  float: left;
  width: 135px;
  margin-left: -135px;
  background: #efefef;
}
.insidecnt{
  padding: 10px;
}

/* - - - - - - - - -- - - - - - - */



/* - - - - - - - - -- - - - - - - */

.satw-menu{
  height: 55px;
  background-color: #ffffff;
  border-bottom: 2px solid #50c1e9;
  color: #222222;
  padding-top: 2px;
  position: fixed; 
  width: 100%;
  z-index: 99;
  vertical-align: middle;
  text-align: left;
}

.satw-inside{
  height: 51px;
  padding-top: 17px;
}
.satw-push{
  height: 51px;
  padding-top: 10px;
}

.satw-link{
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight:bold;
	background-color: #ffffff;
}
.satw-link:link{
	color: #003942;
	text-decoration: none;
	border: 1px solid #ffffff;
	font-weight:bold;
	
}
.satw-link:visited{
	color: #003942;
	text-decoration: none;
	border: 1px solid #ffffff;
	font-weight:bold;
}
.satw-link:hover{
	color: #ffffff;
	text-decoration: none;
	background-color: #50c1e9;
	border: 1px solid #128fd6;
  border-radius: 3px; 
}

/* - - - - - - - - -- - - - - - - */


.commentdata {
  color: rgb(175, 178, 179);
}

.featurebox{
	width: 400px;
	text-align: center;
	padding: 3px;
	background-color: #e7f5fe;
	border: 1px solid #c5d8e6;
	background-image:url('imgs/flick3.gif');
	background-repeat:repeat-x;
	background-position:left top;
	border-radius: 5px;
	margin: 5px;
	margin-left: 25px;
	float: left;
}

.ghostfeaturebox{
	width: 175px;
	text-align: center;
	padding: 3px;
	background-color: #e7f5fe;
	border: 1px solid #c5d8e6;
	background-image:url('imgs/flick3.gif');
	background-repeat:repeat-x;
	background-position:left top;
	border-radius: 5px;
	margin: 5px;
	margin-left: 240px;
	float: left;
}

.contento{
	background-color: #efefef;
	padding-top: 15px;
	padding-bottom: 15px;
}

.formato{
  
}

.verytop{
	background-color: #e7f5fe;
	border-bottom: 1px solid #b2bec6;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url('http://satwcomic.com/imgs/flick2.gif');
	background-repeat:repeat-x;
	background-position:left top;
}
.verytoptwo{
	background-color: #E7F5FE;
	border-bottom: 1px solid #C5D8E6;
	border-top: 1px solid #C5D8E6;
	background: url('http://satwcomic.com/imgs/sprites.png') -42px -140px;
	background-repeat:repeat-x;
	padding-top: 3px;
	padding-bottom: 1px;
	min-height: 20px;
}

.booktext{
  text-align: left;
  padding: 10px;
  margin: 10px;
}

.menuolk{
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight:bold;
	text-shadow: 0px 1px 0px white;
}
.menuolk:link{
	color: #003942;
	text-decoration: none;
	font-weight:bold;
}
.menuolk:visited{
	color: #003942;
	text-decoration: none;
	font-weight:bold;
}
.menuolk:hover{
	color: #003942;
	text-decoration: none;
	background-color: #bee6ff;
	font-weight:bold;
}

/* - - - - - - - - - STORE - - - - - - - */

.store_colour{
  color: #6bddfe;
  font-family: 'Titillium Web', sans-serif;
}
.store_top{
  background-color: #f7f7f7;
  padding: 10px;
  border: 1px solid #353535;
  width: 800px;
  border-radius: 5px;
}

.store_thumb{
  border: 1px solid #353535;
}
.store_thumb a{
  color: #6bddfe;
}
.store_thumb a:visited{
  color: #6bddfe;
}

/* - - - - - - - - -- - - - - - - */


.leftie{
	width: 490px;
	float: left;
}
.leftietwo{
	width: 255px;
	float: left;
	text-align: left;
	height: 125px;
}
.adboxo{
	width: 730px;
	height: 90px;
	min-height: 90px;
	float: left;
	margin-top: 5px;
	text-align: center;
}

.comiclist{
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.forumbox{
	background-image:url('http://satwcomic.com/imgs/lightflick.png');
	background-repeat:repeat-x;
	background-position:left top;
	min-height: 60px;
}

.mempos{
  color: red;
  font-size: 11px;
}

/* - - - - - - - - -- - - - - - - */

.shoptop{
  border-bottom: 1px dotted #999;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.h1shop{
  color: #555;
  font-family: verdana;
  font-size: 30px;
  letter-spacing: -2.3px;
}

.h2shop {
  color: #999;
  font-family: verdana;
  font-size: 22px;
  letter-spacing: -2px;
  margin: 0;
}
.priceone{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  color: black;
}
.pricetwo{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #bd093c;
}
.pricedollar{
  font-weight: bold;
  color: #bd093c;
  line-height: 150%;
  /*letter-spacing: -1px;*/
}
.greeng{
  color: #688444;
}
.acheved{
  font-weight: bold;
  color: #688444;
  line-height: 150%;
  letter-spacing: -1px;
}

/* - - - - - - - - -- - - - - - - */

.menuo{
	background-color: #e7f5fe;
	font-weight: bold;
	border-top: 1px solid #b2bec6;
	border-bottom: 1px solid #b2bec6;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image:url('http://satwcomic.com/imgs/flick2.gif');
	background-repeat:repeat-x;
	background-position:left top;
}




/* - - - - - - - - -- - - - - - - */

.footer{
  background-color: #e7f5fe;
  border-top: 1px solid #9bacb7;
	width: 1000px;
	margin: 0 auto;
	clear: both;
	text-align: center;
	background-image:url('http://satwcomic.com/imgs/flick3.gif');
	background-repeat:repeat-x;
	background-position:left top;
}
.toe{
  border-top: 1px solid #f7fcff;
  padding-left: 10px;
  padding-top: 10px;
	width: 19%;
	float: left;
	text-align: left;
}




/* - - - - - - - - -- - - - - - - */

.castimgbox{
	width: 330px;
	float: left;
}
.castimg{
	border: 1px solid #000000;
}
.castdesc{
	float: left;
}

/* - - - - - - - - -- - - - - - - */

.formbk{
	font-size: 12px;
	background-color: #e7f5fe;
	text-align: center;
	padding: 10px;
	background-image:url('http://satwcomic.com/imgs/flick2.gif');
	background-repeat:repeat-x;
	background-position:left top;
}

/* - - - - - - - - -- - - - - - - */

hr{
	border-top: 1px solid #b2bec6;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	height: 0;
	margin-top: 5px;
	margin-bottom: 6px;
	padding: 0;
}



/* - - - - - - - - - - - - - - - - COMMENT */

.comt_head{
	font-size: 14px;
}
.comt_wrap{
	margin: 10px;
	background-color: #474641;
	padding: 10px;
}
.comt_user{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 1px;
}
.comt_body{
	font-size: 16px;
}
.comt_date{
	font-size: 10px;
}

.commentall{
  border-top: 1px solid #e1e5ed;
  margin: 4px;
	padding: 8px;
}
.commentleft{
  float: left;
  width: 150px;
}
.commentright{
  margin-left: 150px;
  height: auto;
}
.commentdata{
  color: #858585;
}

/* - - - - - - - - - - - - - - - - RETURNS GOOD / ERROR COLOURS */

.errortext{
	background-color: #FFE7CB;
	color: #D86600;
	padding: 2px;
}
.errorfull{
	background-color: #FFE7CB;
	color: #D86600;
	padding: 10px;
	border: 1px solid #D86600;
	margin: 5px;
	font-size: 18px;
	border-radius: 5px;
	background-image:url('http://satwcomic.com/imgs/fade.png');
	background-repeat:repeat-x;
	background-position:left top;
}
.achevefull{
	background-color: #cbf7ff;
	color: #006b78;
	padding: 10px;
	border: 1px solid #006b78;
	margin: 5px;
	font-size: 18px;
	border-radius: 5px;
	background-image:url('http://satwcomic.com/imgs/fade.png');
	background-repeat:repeat-x;
	background-position:left top;
}
.errormini{
	color: #D86600;
	font-size: 10px;
}

.alerttext{
	background-color: #FFFCCF;
	color: #A87B00;
	padding: 2px;
}
.goodtext{
	background-color: #DDFFDF;
	color: #05C000;
	padding: 2px;
}
.goodfull{
	background-color: #DDFFDF;
	color: #037800;
	padding: 10px;
	border: 1px solid #05C000;
	margin: 5px;
	font-size: 18px;
	border-radius: 5px;
	background-image:url('http://satwcomic.com/imgs/fade.png');
	background-repeat:repeat-x;
	background-position:left top;
}
.goodmini{
	color: #05C000;
	font-size: 10px;
}

/* - - - - - - - - -- - - - - - - */




/* - - - - - - - - - - - - - - - - Poof */

.magic{
	display: block;
	clear: left;
	visibility: hidden;
	border: 0;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}
.hidden{
	visibility: hidden;
	border: 0;
	height: 0;
}

/* - - - - - - - - - - - - - - - - END */





	