/* CSS Document */

/* modified day_css.css for index2.html, now, with comments!
Ideally, all images should be relative to the /imgs/ directory
likewise, it would be nice if everything was in alphabetical order,
but no rush for that one. there's also a lot of superfluous markup
in some of the divs, where text formatting is no longer required
due to text not being present anymore. oh, and i still have no idea
what some of them are, denoted by the ¿? */

/*Boxycorners*/
.boxy{
display:block;
width: 800px;
margin-left: 112px;
}
.boxy *{
display:block;
height:1px;
overflow:hidden;
background:#ffffff;
}
.boxy1{
border-right:1px solid #73a8f0;
padding-right:1px;
margin-right:3px;
border-left:1px solid #73a8f0;
padding-left:1px;
margin-left:3px;
background:#c1d9f8;
}
.boxy2{
border-right:1px solid #2276e8;
border-left:1px solid #2276e8;
padding:0px 1px;
background:#d0e2fa;
margin:0px 1px;
}
.boxy3{
border-right:1px solid #d0e2fa;
border-left:1px solid #d0e2fa;
margin:0px 1px;
}
.boxy4{
border-right:1px solid #73a8f0;
border-left:1px solid #73a8f0;
}
.boxy5{
border-right:1px solid #c1d9f8;
border-left:1px solid #c1d9f8;
}
.boxy_content{
padding:0px 0px;
background:#ffffff;
width: 800px;
margin-left: 112px;
overflow:hidden;
} 
/*Boxycorners end*/

/* main page header */
#header {
	width: 800px;
	height: 100px;
	margin-left: 25px;
	background: url(imgs/header.gif) no-repeat;
}

/* extra 'flavor' image for the header MODIFIED MUST REMOVE
#headextra {
	width: 215px;
	height: 130px;
	background: url(imgs/header.gif) no-repeat;
*/

}

/* header for 'content' pages (something, images, sound) */
#headerfun {
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(funnyhead.jpg) no-repeat;
}

/* header for hardware page(s) */
#headerhard {
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(hdwr.jpg) no-repeat;
}

/* style for footer div */
#footer{
	display: block;
	font-size: 10px;
	text-align: center;
	width: 200px;
}

/* content background div; didn't get rid of superfluous code yet, seems 
to exist only to hold together the other 3 content divs, not sure if
its even necessary anymore. */
#content{
	height: auto;
	width: 580px;
}

/* New div for content; one div holds the guts together, this 
one has the actual text and the background image for the content in it. 
specificly, this one has the repeating background. */
#contentn{
	height: auto;
	width: 490px;
	display: block;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-left: 50px;
	padding-right: 40px;
	text-decoration: none;
	background:url(imgs/antiskewl-box_02.gif);
	margin-top: -17px;
	margin-bottom: -17px;
}

/* new div for the top image of the background. i don't know why its a jpg. no-repeat */
#conttop{
	margin-top:0px;
/*remove margin left and center it, this is only temporary*/
	margin-left:110px;
	height: 50px;
	width: 800px;
	
	background:url(imgs/antiskewl-box_01.jpg) no-repeat;
}

/* new div for the bottom image of the background */
#contbottom{
	height: 50px;
	width: 750px;
/*remove margin left and center it, this is only temporary*/
	margin-left:110px;
	background:url(imgs/antiskewl-box_03.gif) no-repeat;
}

/* ¿? */
#chinese{
float: left;
	padding: 5px;
	margin-bottom: 2px;
	width: 150px;
	height: 150px;
	font-size: 12px;

}

/* top nav that's not really a nav (IP) */
#topnav{
	float: left;
	padding: 0px;
	margin-top: 10px;
	width: 400px;
	height: 20px;
	margin-left: 25px;
	color: #000000;
}

/* ¿? */
#butnav{
float: left;
	padding: 0px;
	margin-top: 2px;
	width: 110px;
	height: 20px;
}

/* div that houses the actual main menu. Modified to include picture. append  no-repeat */
#mainmenu{
	padding: 0px;
	margin-top: -55px;
	width: 750px;
	height: 50px;
	margin-left 25px;
	background: url(imgs/frontmenu.jpg) no-repeat;
}

/* ¿? */
#posts{
	padding: 0px;
	margin-top: 2px;
	width: 170px;
	height: 200px;
	padding: 5px;
}

/* heading for column names (menu, news) */
.captionhead{
	vertical-align:top;
	margin-top: 0px;
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	width: 220px;
	text-decoration: none;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	height: 35px;
}

/* Seems to be for regular text, such as on the
something/audio/hardware pages. */
#regctxt{
	display: block;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

/* seems to be for regular link text, such as
the 'other' page. */
#regltxt{
	display: block;
	font-size: 12px;
	color: #000000;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	text-decoration: none;
}

/* new style for body */
#body{
	background-color:#add8e6;
}

/* main div style */
#main{
	width: 100%; 
	height: auto;
}

/* global link styles */
a:link {color: #4466DD; text-decoration: underline; }
a:active {color: #AACCEE; text-decoration: underline; }
a:visited {color: #AA2222; text-decoration: underline; }
a:hover {color: #000000; text-decoration: none; }

.style1 {font-size: large}
