@charset "utf-8";

p{margin:0;}





/* The design-holder. */

#holder{
 position: relative;
/* left: 50%; top: 0;*/
 width: 940px; height: auto;
 margin-left: 25px; margin-bottom: 50px;
 padding-bottom: 25px;
 background-color: #eaeaea;
/* border-left: 2px #436C78 solid; border-right: 2px #436C78 solid; border-bottom: 2px */
#436C78 solid;
}


/* Gives all the below id's the same values. */

#header, #content, #footer{
 position: relative;
 left: 0; top: 0;
 width: 100%;
} 


.style1 {
	font-size: 18px;
	font-weight: bold;
}



/* The header (with homepage name..). */

#header{
 height: 160px;
 background: url(http://gnerds.comicdish.com/gfx/banner3.jpg) repeat-x; 
}


/* "Homepage name..." text above (bright coloured). */

#header h1{
 position: absolute;
 left: 20px; bottom: 20px;
 margin: 0;
 font: 1.4em georgia, serif;
 color: #fff;
 z-index: 1;
}


/* "Homepage name..." text below (dark coloured). */

#header h2{
 position: absolute;
 left: 21px; bottom: 19px;
 margin: 0;
 font: 1.4em georgia, serif;
 color: #3E515E;
 z-index: 0;
}


/* The menu. */

.menu{
 padding-top: 2px;
 font: 1em arial, sans-serif;

}

#apDiv1 {
	position:relative;
	left:130px;
	top:127px;
	z-index:1;
}

#test1 {
	position:absolute;
	left:470px;
	top:184px;
	width:502px;
	height:35px;
	z-index:1;
}


 /* Fixes the links colours and such in the menu. */
   .menu a{ color:#444444; text-decoration:none; font-weight:bold; }
   .menu a:hover{ color:#000; text-decoration:none; }






/* The content holder */

#content{
 height: auto;
 background-color: #eaeaea;
}











/* Styles the 'p'-tag. */

p{
 margin: 25px 30px 10px 30px;
 padding: 0;
 text-align: justify;
 text-indent: 15px;
 font: 1em arial, sans-serif;
 line-height: 1.5em;
 color: #3E515E;
}


/* Use this (with the 'h4'-tag as header) if you want to quote something. */

.quote{
 margin: 0 30px 10px 50px;
 font: italic 0.8em verdana, sans-serif;
 background-color: #fff;
 padding: 5px;
 text-indent: 0;
 border: 1px #aaa dotted;
}


/* Use this if you don't want first lines on all paragraph to be moved 15px inn */

.noindent{
 text-indent: 0;
}


/* The biggest font. */

h1{
 font: 2em "times new roman", serif;
 margin: 25px 0 0 30px;
 padding: 0;
 color: #3E515E;
}


/* The font below the biggest font. */

h2{
 font: 0.8em georgia, serif;
 margin: -3px 0 0 35px;
 padding: 0;
 color: #333;
}


/* Use this for paragraph titles. */

h3{
 font: 1.4em verdana, serif;
 text-decoration: underline;
 margin: 20px 0 0 30px;
 padding: 0;
 color: #3E515E;
}


/* Use this on all paragraphs (but not #quote) wich are part of the article/documentation/etc.. */

.text{
 margin: 15px 30px 10px 30px;
}


/* The title to be used when displaying a quote with '#quote'. */

h4{
 font: 1.2em georgia, serif;
 margin: 0 0 0 50px;
 padding: 0;
 color: #3E515E;
}


/* Italic text. */

i{
 font: 1em arial, sans-serif;
 font-style: italic;
 color: #000;
}


/* Bold text. */

b{
 font-weight: bold;
 color: #3E515E;
}


/* The list ('li') holder. */

ul{
 background-color: #fff;
}


/* Lists. */

li{
 margin: 0 0 0 5px;
 padding: 0;
}


/* Styles all links on the page (without the menu, wich allready have been styled). */

a{
 color: #000;
 font-weight: bold;
 text-decoration: underline;
}


/* Same as above, exept this is the hover (mouse-over) effect. */

a:hover{
 color: #3E515E;
 text-decoration: none;
}


















body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;

	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 761px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear:both;
}
.oneColFixCtrHdr #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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}








#topcontainer {
	width: 761px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#topheader {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(http://www.hisdivineshadow.net/sz_ichigo/gnerds/header.jpg);
	height: 214px;
}
#topheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topmainContent {
	background-color: #076DAB;
	background-image: url(http://www.hisdivineshadow.net/sz_ichigo/gnerds/grad.jpg);
	background-repeat: repeat-x;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-color: #2D85B3;
	border-right-color: #2D85B3;
	border-bottom-color: #2D85B3;
	border-left-color: #2D85B3;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#topfooter {
	background-color: #DDDDDD;
	background-image: url(http://www.hisdivineshadow.net/sz_ichigo/gnerds/topfoot.jpg);
	height: 42px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#topfooter 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 */
}






#bottomcontainer {
	width: 761px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}
#bottomheader {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(http://www.hisdivineshadow.net/sz_ichigo/gnerds/bottomhead.jpg);
	height: 29px;
	}

#bottommainContent {
	background-color: #FFFFFF;
	background-image: url(http://www.hisdivineshadow.net/sz_ichigo/gnerds/bottombg.jpg);
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0px;
}
#bottomfooter {
	background-color: #DDDDDD;
	background-image: url(http://www.hisdivineshadow.net/sz_ichigo/gnerds/bottomfoot.jpg);
	height: 53px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#bottomfooter 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 */
}


.author_notes{
	font-size: 12px;

}
 
 
.author_notes_title_odd{
	font-size: 12px;
}

.comments{
	font-size: 12px;
}

.author_notes_text_odd{
	font-size: 12px;
}



.test img {
	height: 75px;
	width: 75px;
}