/* Variables
-------------------------------------------------------------------------------------------------

bgcolor: #1A1A1A;
hdcolor: #CCC;
arcolor: #FFF;

*/


/* Body & Links
-----------------------------------------------------------------------------------------------*/
body {
	font-family: Helvetica, Arial, 'Liberation Sans', sans-serif;
	font-size: 13px;
	background: #1A1A1A;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

a:link {
	color: #494949;
}
.anchor:link, .anchor:visited {
    border: none;
    color: #d7d7d7;
    font-size: .8em;
    vertical-align: text-top;
    text-decoration: none;
    float: right;
}
* > .anchor:link, * > .anchor:visited {
    visibility: hidden;
}

/* Container Surround
-----------------------------------------------------------------------------------------------*/
.page {
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}


/* Header & Navigation
-----------------------------------------------------------------------------------------------*/
#header {
	height: 150px;
	background-color: #CCC;
	background-image: url(img/cambanner.gif);
	background-repeat: no-repeat;
	padding: 0px;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#header .login {
	position: relative;
	top: 125px;
	left: 565px;
	width: 200px;
	color: #000;
	font-size: smaller;
	text-align: right;
}
#header .login .ipb {
	color:#000;
	font-size: smaller;
	background-color: #FFF;
	width: 75px;
	height: 12px;
	border: solid 1px #1A1A1A;
}
#header .nav {
	position: relative;
	top: 65px;
	left: 256px;
	height: 25px;
	width: 524px;
}
#header .nav .home {
	display:block;
	background-image: url(./img/home.gif);
	position: relative;
	height: 25px; width: 104px;
}
#header .nav .comic {
	display:block;
	background-image: url(./img/comic.gif);
	position: relative;
	left: 105px; top: -25px;
	height: 25px; width: 104px;
}
#header .nav .news {
	display:block;
	background-image: url(./img/news.gif);
	position: relative;
	left: 210px; top: -50px;
	height: 25px; width: 104px;
}
#header .nav .cams {
	display:block;
	background-image: url(./img/cam.gif);
	position: relative;
	top: -40px;
	height: 25px; width: 104px;
}
#header .nav .alexs {
	display:block;
	background-image: url(./img/alex.gif);
	position: relative;
	left: 105px; top: -65px;
	height: 25px; width: 104px;
}
#header .nav .comment {
	display:block;
	background-image: url(./img/comment.gif);
	position: relative;
	left: 210px; top: -90px;
	height: 25px; width: 104px;
}


/* Spacers
-----------------------------------------------------------------------------------------------*/
#topspacer {
	height: 3px;
	background: #1A1A1A;
}

.midspacer {
	height: 3px;
	background: #1A1A1A;
}


/* Main
-----------------------------------------------------------------------------------------------*/
#mainContent {
	padding: 0 5px;
	padding-bottom: 5px;
	padding-top: 4px;
	background: #CCC;
}
#mainContent .article {
	margin-top: 3px;
	margin-bottom: 7px;
	background: #FFF;
	padding: 4px;
}
.mainContent {
	padding: 0 5px;
	padding-bottom: 5px;
	padding-top: 4px;
	background: #CCC;
}
.mainContent .article {
	margin-top: 3px;
	margin-bottom: 7px;
	background: #FFF;
	padding: 4px;
}
.edit {
	position: relative; right: 0;;
	font-size: smaller;
}
.title {
	padding-top: 5px;
	padding-bottom: 1px;
	margin-bottom: 2px;
	background: #CCC;
	color:#494949;
	font-size:large;
	font-weight:bolder;
}
.subtitle {
	padding-top: 2px;
	padding-bottom: 1px;
	color: #000;
	font-size: small;
	font-weight: bold;
}
.body {
	padding: 3px;
	font-size: 13px;
}
.body .small {
	font-size: 10px;
	padding-left: 20px;
}
.bodyt {
	padding: 3px;
	font-size: 13px;
}
.bodyt .small {
	font-size: 10px;
	padding-left: 20px;
}
.meta {
	font-size: 8px;
	padding: 1px;
	background: #CCC;
	color:#494949;
}
.twrapper {
	height: 60px;
	background: #CCC;
}
.ctwrapper {
	height: 20px;
	background: #CCC;
}


/* Footer & Footer Navigation
-----------------------------------------------------------------------------------------------*/
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image: url(./img/footercopyb.jpg);
	background-color: #1A1A1A;
	background-repeat: no-repeat;
	height: 40px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer .previous {
	display: block;
	width: 105px; height: 25px;
	position: relative;
	left:15px;
	background-image: url(../img/previous.gif);
}
#footer .next {
	display: block;
	width: 105px; height: 25px;
	position: relative;
	left: 640px; top: -25px;
	background-image: url(../img/next.gif);
}
.comprev {
	display: block;
	width: 105px; height: 25px;
	background-image: url(../img/previous.gif);
}
.comnext {
	display: block;
	width: 105px; height: 25px;
	background-image: url(../img/next.gif);
}
.smalltext {
	font-size: 11px;
}
