@charset "utf-8";

/* Site-wide CSS */

/* Alpha gird: url(http://files.myfrogbag.com/dmv6c0/boxBGG.png */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul { 
	padding: 0px;
}

html, body {
	height: 100%;
}

body {
	background: url(http://files.myfrogbag.com/dmv6c0/ll.gif);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4A586C;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;	
}

p {
	margin: 5px 0px;
}

.hide {
	display: none;	
}

img, a img {
	border: 0px;
}

a:link, a:hover, a:visited {
	text-decoration: none;
}

a, a:link, a:visited {
	color: #FFFA00;
}

a:hover {
	color: #FFF;
}

/* Slapping this on evey element is bit intense. Best leave it out since it's not much a big deal. */

/*::selection {
	background: yellow;
	color: black;
}*/

.clear {
	clear: both;	
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;	
}

.note {
	font-weight: bold;
	color: black;
	font-size: 10px;
}

.push {
	margin: 5px;	
}

code {
	background: #323D47;
	display: block; 
	margin: 10px auto;
	padding: 5px; 
	overflow: auto;
	white-space: pre;
	font-size: 11px;
	line-height: 11px;
	color: #5CA7BC;
	font-family: monospace;
	font-weight: normal;
}

#wrap {
	border-left: 5px #FFF solid;
	border-right: 5px #FFF solid;
	border-bottom: 0px;
	margin: 0px auto;
	width: 1000px;
	background: #000 url(http://files.myfrogbag.com/dmv6c0/dasdlasklpdfjasdasdsadddddd.png);
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

#header {
	background: url(http://img.ngfiles.com/slants.gif);
	border-bottom: 5px #FFF solid;
	height: 50px;
}

#header h1 {
	text-indent: -9999px;
	overflow: hidden;
	font-weight: bold;
}

#header h1 a {
	top: 0px;
	left: 0px;
	float: left;
	width: 480px;
	height: 50px;
	background: url(http://files.myfrogbag.com/dmv6c0/newheader.png);
	position: absolute;
}

#header h2 {
	font-size: 20px;
	line-height: 50px;
	margin-left: 490px;
	color: #FFF;
}

#banner {
	border-bottom: 5px #FFF solid;	
}

.box {
	background: #F9FAFB url(http://www.retroserrate.com/style/text-bg.png) repeat-x;
	border: 5px #354F6F solid;
	margin: 10px;
	width: 750px;
	padding: 10px;
}

.box h1 {
	color: #335171;
	font-size: 20px;	
}

.box h2 {
	font-size: 16px;
}

.history h2 {
	margin-left: 10px;
}

#side {
	background: url(http://files.myfrogbag.com/dmv6c0/download.png) repeat-y -342px 0px;
	float: right;
	width: 200px;
	text-align: center;
}

/* Navigation */

#nav {
	margin: 10px auto;
	width: 165px;
}

#nav-top {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat;
	height: 54px;	
}

#nav-mid {
	background: url(http://files.myfrogbag.com/gwf3kj/repeat-y.png) repeat-y -176px 0px;
}

#nav-bottom {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -61px;
	height: 75px;
}

#nav ul {
	padding: 5px 0px 0px;
	list-style: none;
}

#nav ul li a {
	color: #86A0B7;
	font-size: 20px;
}

#nav ul li a:hover {
	color: #FFFA35;
	font-size: 20px;
}

/* Login */

#login {
	margin: 10px auto;
	width: 170px;
	color: #51492C;
	font-weight: bold;
}

#login-top {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -239px;
	height: 60px;
	width: 180px;
}

#login-mid {
	background: url(http://files.myfrogbag.com/gwf3kj/repeat-y.png) repeat-y -543px 0px;
	margin-left: 5px;
	width: 160px;
}

#login-bottom {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -300px;
	height: 20px;
}

#login .textfield {
	border: 2px #3A2F27 solid;;
	background: #6C584F;
    color: #F1E487;
}

#login .btn {
	margin-top: 5px;
    background: #6C584F url(http://files.myfrogbag.com/dmv6c0/btn.png) repeat-x;
    color: #F1E487;
    border: 2px #3A2F27 solid;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}

#login label {
	line-height: 25px;
}

#login h3 {
	margin: 10px 0px 5px;
	font-size: 14px;
}

#login p {
	margin: 5px 5px 0px;
}

/* Flash Box */

#flash {
	margin: 10px auto;
	width: 175px;
}

#flash-top {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -321px;
	height: 50px;	
}

#flash-mid {
	background: url(http://files.myfrogbag.com/gwf3kj/repeat-y.png) repeat-y -704px 0px;
	height: 100%;
}

#flash-bottom {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -372px;
	height: 15px;
}

#flash ul {
	list-style: none;
}

#flash img  {
	margin: 1px 1px 1px 0px;
	border: 2px #000 solid;
}

#flash li {
	display: inline-block;	
}

/* Projects */

#projects {
	margin: 10px auto;
	width: 175px;
}

#projects-top {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -137px ;
	height: 50px;	
}

#projects-mid {
	background: url(http://files.myfrogbag.com/gwf3kj/repeat-y.png) repeat-y 0px 0px;
	height: 100%;
}

#projects-bottom {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -188px;
	height: 50px;
}

#projects ul {
	padding: 5px 0px;
	list-style: none;
}

#projects img {
	margin: 1px 0px;
}

/* Sunshine */

#sunshine {
	margin: 10px auto;
	width: 175px;
}

#sunshine-top {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -390px ;
	height: 93px;	
}

#sunshine-mid {
	background: url(http://files.myfrogbag.com/gwf3kj/repeat-y.png) repeat-y -880px 0px;
	height: 100%;
	text-indent: 20px;
}

#sunshine-bottom {
	background: url(http://files.myfrogbag.com/gwf3kj/sprite.png) no-repeat 0px -489px;
	height: 15px;
}


/* Form Stuff */

.textfield {
	border: 2px #496276 solid;
    background: #24323E;
    color: #D5D8DD;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}

.btn {
	cursor: pointer;
	border: 2px #24323E solid;
	padding: 3px 4px;
    background: #364B5E url(http://files.myfrogbag.com/dmv6c0/btn.png) repeat-x;
    color: #FFF;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
}

a.btn {
	color: #FFF;	
}

button {
	border: 2px #24323E solid;
	padding: 3px 4px;
    background: #364B5E url(http://files.myfrogbag.com/dmv6c0/btn.png) repeat-x;
    color: #FFF;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 12px;
}

.form-line {
	margin: 10px 0px;
}

.form-line .textfield {
	margin-right: 5px;	
}

#registration {
	background: url(http://oi52.tinypic.com/9v9o28.jpg) no-repeat right bottom;	
}

#errors ul {
	padding-left: 20px;
	margin: 5px 0px;
}

/* Standard Box */

.contain {
	background: #44556A;
	margin: 10px;
	padding: 10px;
	width: 760px;
	
	border-radius: 10px;
}

.contain h1.simple {
	border-radius: 10px;
	margin: 0px 0px 10px;
	background: #536780;
	text-align: center;
	font-size: 36px;
	line-height: 50px;	
	color: #fffa00;
	font-weight: bold;
}

.contain .head {
	border-radius: 10px;
	margin: 0px auto 10px;
	background: #536780;
	text-align: center;
}

.contain .head h1 {
	font-size: 36px;
	line-height: 50px;	
	color: #fffa00;
}

.contain p {
	color: #9FB6CE; 
}

.contain p.s1 {
	color: #FFF; 
}

img.front-page-screen-shot {
	border: 5px #000 solid;
	width: 750px;
}

.contain h2 {
	color: #FFFA15;
	font-size: 20px;
	margin: 10px 0px;
}

.flash-group img {
	border: 3px #000 solid;
	margin: 2px 6px 2px 0px;
	display: inline-block;
	cursor: pointer;
}

#breadcrumbs {
	background: #000;
	border-radius: 10px;
	line-height: 20px;
	padding-left: 10px;
	margin-bottom: 10px;
	color: #FFF;
}

/* Categories */

a:link.forum, a:visited.forum {
	border-radius: 10px;
	width: 230px;
	display: inline-block;
	background: #536780;
	margin: 6px 5px;
	color: #9FB6CE;	
	padding: 5px;
	cursor: pointer;
}

a:hover.forum {
	background: #5D738E;
	color: #9FB6CE;
}

.forum h1 {
	font-size: 20px;
	background: #40556F;
	
	border-radius: 10px;
	line-height: 35px;
}

.forum h2 {
	font-size: 14px;
	margin: 5px 0px 7px;
	color: #B5C6D7;
}

.forum img {
	display: block;
	margin: 5px auto;
}

.forum .blank {
	width: 200px;
	height: 100px;
	margin: 5px auto;
	background: #FBFF62 url(http://files.myfrogbag.com/dmv6c0/dotted.png);
}

.forum .stats {
	padding: 0px 10px;
	font-weight: bold;
}

.forum .info {
	color: #97A6BB;
}

.forum p {
	color: #FFEF28;
	margin: 0px;
}


/* Forum View */

/*#tools {
	background: #6A7D9C url(http://files.myfrogbag.com/dmv6c0/boxBGG.png);
	
	border-radius: 10px;
	margin: 5px auto;
	width: 98%;
}

.newtopic {
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px;
	width: 100px;
	border: 2px #000 solid;
	display: inline-block;
}

a.newtopic {
	background: url(http://files.myfrogbag.com/dmv6c0/newtopic.png) no-repeat 0px 0px;
}

a:hover.newtopic {
	background: url(http://files.myfrogbag.com/dmv6c0/newtopic.png) no-repeat 0px -26px;
}*/

#topics {
	background: #536780;
	
	border-radius: 10px;
	padding: 5px;
	margin-bottom: 10px;
}

#topics .topic {
	background: #44556A;
	margin: 5px;
	
	border-radius: 10px;
	padding: 5px;
	position: relative;
}

#topics .topic .subject {
	margin: 0px 0px 5px 10px;
	color: #FFFA35;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}

#topics .topic a:hover.subject {
	color: #FFF;
}

#topics .topic .author {
	margin: 5px 0px 5px 25px;
	color: #9FB6CE;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
}

#topics .topic p {
	color: #7B8EB0;	
}

#topics .topic .stats {
	margin: 0px 5px 0px 20px;
}

#topics .topic .detail {
	position: absolute;
	right: 8px;
	bottom: 2px;
}

#newtopic {
	background: #6A7D9C;
	
	border-radius: 10px;
	margin: 0px auto;
}

#newtopic h2 {
	background: #FBFF62 url(http://files.myfrogbag.com/dmv6c0/dotted.png);
	width: 750px;
	border-top-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
	font-size: 24px;
	padding: 5px 0px 5px 10px;
	letter-spacing: 2px;
	color: #44556A;
}

#newtopic #tools {
	margin: 10px 10px 0px;
	background: #44556A url(http://files.myfrogbag.com/dmv6c0/boxBGG.png);
	padding: 5px 0px 3px 5px;
	font-weight: bold;
	font-size: 20px;
	color: #ABB9CD;
	line-height: 20px;
}

.contain textarea {
	background: #FBFF62 url(http://files.myfrogbag.com/dmv6c0/dotted.png);
	width: 728px;
	height: 200px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 10px;
	border: 2px #28313E solid;
	color: #000;
}

.contain .textfield {
	background: #FBFF62 url(http://files.myfrogbag.com/dmv6c0/dotted.png);
	border: 2px #000 solid;
	color: #000;
}

#newtopic #subject{
	margin-left: 10px;
	width: 50%
}

.contain label {
	color: #F9FAFB;	
}

#controls .btn {
	margin-bottom: 10px;	
}

#controls .right {
	margin-right: 10px;
	
}

#controls .left {
	margin-left: 10px;
	
}

/* Thread View */

h1.subject {
	background: #FBFF62 url(http://files.myfrogbag.com/dmv6c0/fade.png) repeat-y;
	line-height: 60px;
	margin-bottom: 10px;
	
	border-radius: 10px;
	font-size: 40px;
	color: #000;
	padding-right: 15px;
	text-align: right; 
}

div.info {
	background: #536780;
	margin-bottom: 10px;
	
	border-radius: 10px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 10px;
	font-size: 16px;
	color: #AFBFCF;
	font-weight: bold;
	text-align: center;
}

.post {
	background: #536780;
	width: 760px;
	border-radius: 10px;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.post a {
	color: #FBFF62;
}

.post a:hover {
	color: #FFF;
}

.post-head {
	background: #FBFF62 url(http://files.myfrogbag.com/dmv6c0/dotted.png);
	width: 740px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 14px;
	padding: 0px 10px;
	line-height: 25px;
	color: #36454E;	
}

.post-head a {
	color: #314053;
}

.post-head a:hover {
	color: #000;
}

.post-head .time {
	float: left;
}

.post-num {
	font-family: 'Georgia', serif;
	font-size: 20px;
	line-height: 22px;
	float: right;	
}

.post .user {
	float: left;
	margin: 10px 10px 0px 10px;
}

.user a.username {
	text-align: center;
	line-height: 30px;
	margin: 0px auto 5px;
	font-size: 16px;
	background: #40556F;
	letter-spacing: 1px;
	font-weight: bold;
	border-radius: 10px;
	
	display: block;
}

.user a:hover.username {
	background: #536780;
}

.user img.avatar {
	max-width: 200px;
	max-height: 250px;
	min-width: 200px;
	min-height: 50px;
	padding: 10px;
	background: #FBFF62 url(http://files.myfrogbag.com/dmv6c0/dotted.png);
	border-radius: 10px;
	
	display: block;
}

.user ul {
	margin: 10px 0px 0px;
	border-radius: 10px;
	
	background: #40556F;
	width: 210px;
	padding: 5px;
	list-style: none;
	color: #FFF;
	text-align: center;
}

.user li.a {
	background: #536780;
	border-radius: 10px;
	
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
}

.user li.b {
	line-height: 25px;
}

.pm {
	background: #40556F;
	border-radius: 10px;
	
	display: block;
	text-align: center;
	margin: 10px auto 0px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	
	/* IE8 Fix ugh */
	float: left;
	padding: 4px 14px;
}

.post .right {
	margin: 10px 10px 0px 0px;
}

.post .right textarea {
	width: 496px;
	margin: 0px 0px 10px;
	
}

.bright-blue {
	background: #6A7D9C;
	width: 490px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-radius: 10px;
	
	color: #FFF;
}

.bright-blue p {
	color: #FFF;
}

.post-text img, .sig img {
	max-width: 490px;
}

.separator {
	border: 2px #FFFA58 dashed;
}

.post .separator {
	margin-bottom: 10px;
}

.sig img {
	max-height: 400px;
}

.post-controls {
	border-radius: 10px;
	
	color: #FFF;
	background: #6A7D9C;
	margin: 10px 10px 0px;
	padding: 10px 0px;
	text-align: right;
}

.post-controls form {
	display: inline;
	margin: 0px;
}

.post-controls .btn {
	margin-right: 10px; 
	color: #FFF;
}

#topic-controls {
	border-radius: 10px;
	
	background: #536780;
	margin: 10px 0px;
	padding: 10px;
	text-align: right;
}

#comic-strip {
	margin: 0px auto;
	display: block;
	border: 5px #000 solid;
	max-width: 90%;
}

ul.comic-controls {
	border-radius: 10px;
	
	background: #536780;
	border-top: 3px #FF0 solid;
	border-bottom: 3px #FF0 solid;
	display: block;
	margin: 10px 0px 17px;
}

.comic-controls li {
	font-size: 24px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	color: #808C9F;	
	display: inline;
	list-style: none;
	padding: 0px 35px;
}

.comic-controls li a {
	color: #FBFF62;
}

.comic-controls li a:hover {
	color: #FFF;
}

#number-ball {
	display: block;
	margin: 10px auto;
	border-radius: 50px;
	-moz-border-radius: 50px;
	background: #FF3;
	color: #000;
	font-size: 20px;
	padding: 5px;
	width: 25px;
	text-align: center;
}

ol#all-comics {
	border-radius: 10px;
	
	color: #FFF;
	background: #536780;
	padding: 10px 40px;
}

#name-list {
	color: #FFF;
	list-style: none;		
}

/* Wine's Anon Board */

#anon {
}

#anon .message {
	border-radius: 10px;
	background: #536780;
	margin: 10px 0px;
	border-bottom: 1px #FFF dashed;
	padding: 10px;
}

#anon .message p {
	color: #FFF;
	display: block;	
}

#anon .message .time {
	display: block;	
	color: #FF0;
	margin-bottom: 5px;
}

#anon textarea {
	margin: 0px;
	width: 600px;
}

.contain .form-line label {
	color: #A7B6C9;
}

.contain .form-line .note {
	margin-left: 5px;
	color: #FFF;
}

#footer {
	border-top: 5px #FFF solid;
	background: #46556C;
	text-align: center;
	height: 30px;
}

#footer p {
	color: #F8F9FA;	
	letter-spacing: 10px;
	line-height: 25px;
}
