/* ihaveasoul long gallery style */
/* by Kelvin Owers - spittingcat.com      */

html, body {
    background-color: #cccccc;
    background-image: url(longgallery/Cotic_background.gif);
    color:#1A1A1A;
    font-family: Andale Mono, Gadget, Courier New, monospace;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
}

/* text classes */
.reading {
    font-family: Gadget, Trebuchet MS, sans-serif;
    text-indent: 2em;
}

a:visited, a:active, a:link {
    text-decoration: none;
}

.reading a:hover {
    background-color : #ff6600;
    color:#ffffff;
    text-decoration: none;
}

.readingbold {
    font-weight: 700;
}

.bigtitle {
    font-family: Andale Mono, Courier New, monospace;
    color:#202020;
    font-size: 4em;
    display: table-row;
    letter-spacing: +0.2em;
}

.titles {
    font-family: Andale Mono, Courier New, monospace;
    color:#202020;
    font-size:  1.1em;
    letter-spacing: +0.5em;
}

.entries1 {
    font-family: Andale Mono, Courier New, monospace;
    color:#ff6600;
    font-size: 1.1em;
    letter-spacing: +0.5em;
}

.entries2 {
    font-family: Andale Mono, Courier New, monospace;
    font-size: 1.1em;
    letter-spacing: +0.5em;
}

.smallprint {
    font-size:  0.8em;
}

.flash {
    font-family: Andale Mono, Courier New, monospace;
    font-style: italic;
    line-height: +37px;
    background-color: #000000;
    color: #ffffff;
	border-left: 2px solid #ff6600;
    vertical-align: top;
}

/* end text classes */


/* image classes */
.thumbs {
}

.thumbs img {
	border: 10px solid #000000;
}

.thumbs img:hover {
	border: 10px solid #ff6600;
}
/* end image classes */


/* main layout */

#All {
	position:absolute;
	left:0%;
	top:0px;
	width:80%;
    margin-left: 10%;
    margin-right: 10%;
}

#Left_edge {
    background-image: url(longgallery/left_shadow.png);
	position:absolute;
	left:10%;
	top:0px;
	width:100px;
    margin-left: -40px;
}
	
#Main {
    background-color: #ffffff;
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
	height:auto;
}

#Right_edge {
    background-image: url(longgallery/right_shadow.png);
	position:absolute;
	left:90%;
	top:0px;
	width:100px;
    margin-left: -60px;
}
/* end main layout */


/* footer to contain page validation links and site style swapper */
#footer_cont {
    background-color:#FFFFFF;
    color: #b3b3b3;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.9em;
    font-style: oblique;
    font-weight: bold;
	position:relative;
	top:0px;
	left:0px;
	width:510px;
	height:auto;
    display: table;
}
#footer_cont a:visited,
#footer_cont a:active,
#footer_cont a:link {
    color: #b3b3b3;
}
#footer_cont a:hover {
    background-color: #b3b3b3;
    color: #ffffff;
}

.footer_valid {
    background-color:#FFFFFF;
    display: table-cell;
}

.footer_swap {
    background-color:#FFFFFF;
    text-align: right;
    display: table-cell;
}

.swap2, .swap3 {}

.swap1 {
background-color: #e8e8e8;
color: #b3b3b3;
}
/* end of footer */