/*********************************************************/
/***       Fishbowl Industries default styles         ***/
/*******************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, a, abbr, acronym, address, big,
cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, p, 
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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 
/** **/

input {
	display: block;
}

h1 {
	font-size: 150%;
}

h2 { 
	font-size: 140%;
}

h3 {
	font-size: 130%;
	padding: 2px 0;
}

h4 {
	color: #36a9d2;
	font-size: 110%;
	font-weight: bold;
}

hr {
	background: #f0fbfe;
	border: 1px;
	height: 1px;
	margin: 5px 0;
}

.fltl {
	float: left;
}

.fltr {
	float: right;
}

.clear {
	clear: both;
	overflow: hidden;
	height: 1px;
}	

.timestamp {
	font-size: 85%;
}

.subtext {
	font-size: 85%;
}	

.errorlist {
	background: #ff7474;
	color: #df3434;
	padding: 3px;
	margin: 5px 0;
}

.req {
	color: #ff1919;
}

div.roundtop {
	background: url('/media/site/img/roundtop.png') no-repeat;
	height: 5px;
}
div.roundbot {
	background: url('/media/site/img/roundbott.png') no-repeat;
	height: 5px;
}

span.current {
	font-size: 85%;
}
a {
	color: #525252;
}

a:hover {
	color: #777777;
}

a:visited {

}

html, body {
	height: 100%;
}

body {
	background: #feffff;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #525252;
	margin: 0;
	padding: 0;
}

div#wrap {
	background: url('/media/site/img/headbg.png') repeat-x;
	height: 100%;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	position: relative;
}

div#page {
        width: 950px;
	padding-bottom: 100px;
	padding: 15px 20px 75px;
}

div#header {
	background: url('/media/site/img/headerbg.png') no-repeat;
}

div#header img {
	padding: 5px 10px;

}

div#sidebar {
	width: 150px;
	float: left;
	background: #d0f3ff;
}

div#navcontainer {
	padding: 0 7px;
}

div#navcontainer a {
	background: #e2f6fd;
	display: block;
	padding: 3px;
	width: 130px;
	margin: 5px 0;
	color: #4cbce4;
}

div#navcontainer a:hover {
	background: #b5ecff;
}

body.home div#navcontainer a.n_home {
	background: #b5ecff;
}

body.comics div#navcontainer a.n_comics {
	background: #b5ecff;
}

body.artwork div#navcontainer a.n_artwork {
        background: #b5ecff;
}

body.archives div#navcontainer a.n_archives {
       background: #b5ecff;
}



ul#nav li a {
	text-decoration: none;
}

div#advert {
	background: #FFF;
}

div#main {
	float: left;
	width: 740px;
	padding: 0 4px;
	border-left: 1px solid #f0fbfe;
	margin: 0 3px;
}

div.archives {
	padding: 0 5px;
	width: 200px;
	float: left;
}

div.news_entry {
	margin: 0 0 15px;
}

ul.comic_archive {

}
ul.comic_archive a {
	text-decoration: none;
}	

ul.comic_archive img {
	border: 5px solid #f4fcff;
}

ul.comic_archive img:hover {
	border:5px solid #d3f3ff;
}

div#comic_buttons {
	margin: 10px 0;
}
ul#artwork_list {

}
ul#artwork_list img {
	border: 5px solid #f4fcff;
}

ul#artwork_list img:hover {
	border: 5px solid #d3f3ff;
}

div#artpiece img {
	border: 5px solid #f4fcff;
}

ul#news_archive {
	margin: 2px 10px;
}

div#comic {
	width: 100%;
}

div#comic img {
	border: 5px solid #d3f3ff;
}

div.comic img {
	border: 5px solid #d3f3ff;
	margin: 5px 0  15px;
}

div#description {
	background: #f8fdff;
	margin: 5px 0;
	border: 1px solid #f4fcff;
}

div.paginate {
	text-align: center;
}

div#pagination {
	padding: 5px;
	background: #f4fcff;
}

div#pagination img {
	border: none;
}

div.pagination_nav {
	width: 200px;
	margin: 0 auto;
}

div.comment {
	background: #f5fdff;
	border: 1px solid #eafaff;
	padding: 5px;
	margin: 5px 0;
}
div.comment img {
	padding: 3px;
}

div#comment_form input.submit {
}

div#footer {
	background: url('/media/site/img/footerbg.png') repeat-x;
	width: 100%;
	bottom: 0;
	position: absolute;
}

div#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #5ebadb;
}

div#footer a:hover {
	color: #70d9ff;
}
div#footer_inner {
	color: #4faecf;
	padding: 20px 0;
	width: 950px;
	text-align: center;
}


span.next {
	font-size: 3em;
	color: #51afd6;
}

span.double-next {
	font-size: 3em;
        color: #51afd6;

}

span.previous {
	font-size: 3em;
        color: #51afd6;

}

span.double-prev {
	font-size: 3em;
        color: #51afd6;

}
