/*	laurelVISION
	Laurel Kamps
	lv_ptf_sides.css
	
	MASTER CSS file
	should be exactly the same in every folder
	Just makes sure we're linking to all the right images.
	*/
	
body {
	background-image: url("bg_body.gif");
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

/*	holds all content of the page. I like boxes.	*/
.container {
	background: #ffffff;
	top: 0px;
	left: 0px;
	right: 800px;
	width: 800px;
	height: 550px;
	padding: 0px;
}

/*	Image banner at top of page	*/
.banner {
	background-image: url("banner.gif");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 80px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

/*	Small button at top left-hand corner, leads back to laurelvision.com	*/
.backtolv {
	background-image: url("backtolv.gif");
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	margin: 0px;
}

/*	Body of page, where the includes go	*/
.page {
	top: 0px;
	left: 0px;
	bottom: 450px;
	width: 800px;
	height: 370px;
	max-height: 370px;
	margin: 0px;
	padding: 0px;
}

/*	Home Splash Image	*/
.splash {
	background-image: url("home_splash.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 370px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*	table properties, because divs are a bitch	*/
.4span {
	table-layout: fixed;
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/*	SECTION TITLES	*/
.st_art {
	background-image: url("sban_art.gif");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.st_hands {
	background-image: url("sban_hands.gif");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.st_design {
	background-image: url("sban_design.gif");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.st_about {
	background-image: url("sban_about.gif");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.st_contact {
	background-image: url("sban_contact.gif");
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}
/*	END SECTION TITLES	*/

/*	SECTION BACKGROUNDS	*/
.bg_art {
	background-image: url("bg_art.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.bg_hands {
	background-image: url("bg_hands.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.bg_design {
	background-image: url("bg_design.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.bg_about {
	background-image: url("bg_about.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.bg_contact {
	background-image: url("bg_contact.jpg");
	background-repeat: no-repeat;
	width: 600px;
	height: 370px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
/*	END SECTION BACKGROUNDS	*/


/*	RIGHT-HAND BAR (ie "click thumb to see image", etc)	*/
.bg_clicktobig {
	background-image: url("bg_rightbar1.gif");
	background-repeat: no-repeat;
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.bg_clicktobig_empty {;
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}


/*	Bottom section, holds buttons and pretty blue background	*/
.botlines {
	background-image: url("botlines.gif");
	top: 450px;
	left: 0px;
	width: 800px;
	height: 100px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/*	BOTTOM BUTTONS */
.but_art {
	background-image: url("but_art.gif");
	position: absolute;
	top: 450px;
	left: 0px;
	width: 100px;
	height: 100px;
	margin: 0px;
}

.but_hands {
	background-image: url("but_hands.gif");
	position: absolute;
	top: 450px;
	left: 175px;
	width: 100px;
	height: 100px;
	margin: 0px;
}

.but_design {
	background-image: url("but_design.gif");
	position: absolute;
	top: 450px;
	left: 350px;
	width: 100px;
	height: 100px;
	margin: 0px;
}

.but_about {
	background-image: url("but_about.gif");
	position: absolute;
	top: 450px;
	left: 525px;
	width: 100px;
	height: 100px;
	margin: 0px;
}

.but_contact {
	background-image: url("but_contact.gif");
	position: absolute;
	top: 450px;
	left: 700px;
	width: 100px;
	height: 100px;
	margin: 0px;
}
/*	END BOTTOM BUTTONS */

p {
	margin: 0px;
	padding: 0px;	
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-style: italic;
	border: 0;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	color: #000000;
	font-style: italic;
	border: 0;
}

/*	thumb images for highslide things	*/
.thumb {
	background-image: url("thumb_bg.gif");
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

.thumb:hover {
	background-image: url("thumb_bg_hov.gif");
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
}

.thumbimg {
	width: 75px;
	height: 75px;
	margin: 0;
	padding: 0;
}


/*	ABOUT LAUREL PAGES	*/
.mepic {
	background-image: url("mepic.jpg");
	width: 175px;
	height: 350px;
	float: left;
	margin: 10px;
}

.metalk {
	width: 350px;
	height: 300px;
	color: #000000;
	font-family: BellGothic BT, Verdana, Helvetica;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	float: right;
	margin-top: 60px;
	margin-right: 15;
}

.but_hobbies {
	background-image: url("but_ab_hobby.gif");
	width: 100px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.hob_sban1 {
	background-image: url("sban_hobby1.gif");
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.hob_chatter {
	width: 400px;
	height: 370px;
}

.hob_inchat {
	width: 360px;
	height: 350px;
	color: #000000;
	font-family: BellGothic BT, Verdana, Helvetica;
	font-size: 14px;
	text-align: justify;
	line-height: 20px;
	margin: 10px;
}

.hob_sban2 {
	background-image: url("sban_hobby2.gif");
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

.rightbar_hob {
	background-image: url("bg_rightbar_hob.gif");
	width: 100px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

/*	END ABOUT LAUREL	*/

/*	COMIC ENGINE OVERVIEW PAGE	*/

.but_comicsite {
	background-image: url("but_dn_dl.gif");
	top: 200px;
	width: 100px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.ce_images {
	width: 600px;
	height: 300px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.ce_caption {
	background-color: #ffffff;
	width: 600px;
	height: 70px;
	overflow: auto;
	color: #000000;
	font-family: BellGothic BT, Verdana, Helvetica;
	font-size: 12px;
	text-align: justify;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/*	END COMIC ENGINE OVERVIEW	*/

/*	LINK TO DEMOLAND!	*/
but_demoland{
	background-image: url("but_dn_dl.gif");
	top: 400px;
	width: 100px;
	height: 65px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*	END DEMOLAND LINK	*/

/*	HIGHSLIDE STYLES	*/

* {
    font-family: BellGothic BT, Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	/*border: 2px solid white;*/
	border: 0;
}
.highslide:hover img {
	/*border: 2px solid silver;*/
	border: 0;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: BellGothic BT, Verdana, Helvetica;
    font-size: 9pt;
    padding: 5px;
    background-color: #ffffff;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 9px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
