/*  


The Flak in the Box Stylesheet of Epic Doom
Version: 1.0
Description: A stylesheet that adds +2 to charisma and +4 to website fortitude 
Author: Chris Watson

This CSS is not released, under any license, at all, ever. Because it's mine. And it's not really that good.
Seriously, I barely know what I'm doing here. There are much better places to grab a CSS as a template. 

*/

/* REGULAR PAGE STUFF */

body {
	margin: 0;
	font-family: 'Times New Roman', serif;
        font-weight: bold;
        font-size: 100%;
        letter-spacing: .02em;
	background: #222200; /* url("http://www.flakinthebox.com/images/flakboxbgbig.gif") no-repeat */
	}
a {
	color: #bb6611;
        outline: none;
	text-decoration: none;
  	}
  	a:hover {
  		text-decoration: underline;
  		}
	a img {
		border: none;
		}

/* HEADER */

#header {

	width: 800px;
        height: 101px;
        padding: 0px 0 0px 0;
	margin: 0px auto 5px auto;
        text-align: center;
	}
        #header img {
              display: block;
                    }
/* MENU */

#menubar {

	width: 800px;
	height: 104px;
	margin: 0px auto 5px auto;
        text-align: center;
        background: url('images/flakmenubar42_800.jpg') no-repeat left top;
	}
        #menubar a  {

		margin: 0px 15px 0px 0px;
                text-align: center;
                font-size: .9em;
                line-height: 104px;
		color: #aabbcc;
		text-decoration: none;
		}

                #menubar a:hover {
                                 color: #77aadd;
                                 text-decoration: none;
                                 }

/* MAIN BODY */

#page {
	width: 800px;
        height: 452px;
        padding: 0px 0 0px 0;
	margin: 0px auto 0px auto;
	
	}
#bigcontainer {
        width: 800px;
        height: 452px;
        padding: 0;
        margin: 0;
        float: left;
        background: #222200 url('/images/bigcolumn42_800.jpg');
        }
#bigcontainer2 {
        width: 800px;
        height: 452px;
        padding: 0;
        margin: 0;
        float: left;
        background: #222200 url('/images/sideandcolumn42_800.jpg');
        }
#bigcontainer3 {
        width: 800px;
        height: 452px;
        padding: 0;
        margin: 0;
        float: left;
        background: #222200 url('/images/aboutbg.jpg');
        }

/* THUMBNAILS */

.toprow {
        margin: 60px 26px 0px 0px;
        }
.toprowright {
        margin: 60px 0 0 0px;
       }
.thumb {
        margin: 26px 26px 0px 0px;
       }
.bottomrow {
        margin: 26px 26px 0px 0px;
        }
.bottomrowright {
        margin: 26px 0 0 0px;
        }

/* TEXT */

#columntext {
        color: #888877;
        font-size: .9em;
        margin: 60px 0px 10px 0px;
        text-align: justify;
        }
#columntext2 {
        color: #888877;
        font-size: 1em;
        margin: 40px 70px 10px 70px;
        padding: 0px 0 0 0;
        text-align: center;
             }
#columntext3 {
        color: #888877;
        font-size: 1.125em;
        margin: 40px 65px 10px 65px;
        text-align: center;
        }
#columntext4 {
        color: #888877;
        font-size: .9em;
        margin: 60px 0px 10px 0px;
        text-align: justify;
        }
#columntext5 {
        color: #888877;
        font-size: .9em;
        line-height: 1.125em;
        margin: 55px 0px 10px 0px;
        text-align: justify;
        }
#columntext6 {
        color: #888877;
        font-size: .9em;
        margin: 0px 0px 10px 0px;
        text-align: center;
        }
.linkheader {
        color: #888877;
        font-size: 1.125em;
        margin: 0em 0 1.3em 0;
        text-align: center;
        }
.linktext {
        font-size: .95em;
        line-height: 1.5em;
          }

/* SIDEBAR LINKS */

.sectionlinktop {
        margin: 75px 0px 20px 0px;
        padding: 0;
        }
.sectionlink {
         margin: 0px 0px 20px 0px;
             }

/* HOMEPAGE */

.recimg {
        text-align: center;
        margin: 10px 0 3px 0;
        display: block;
        }

.homemask {
	position:relative;
	clear:both;
	float:left;
	width:100%;			
	overflow:hidden;
	}

.homeright,.homemid,.homeleft {
	float:left;
	width:100%;			
	position:relative;
	}
.homecol1 {
	float:left;
	position:relative;
	padding: 0em 0 0em 0;	/* do not add left or right padding or margins. top and bottom is ok */
	overflow:hidden;
	}
.homecol2,.homecol3 {
	float:left;
	position:relative;
	padding: 0em 0 0em 0;	/* do not add left or right padding or margins. top and bottom is ok */
	overflow:hidden;
	}

.threecol2 .homemid {
	right:8%;		/* width of the right column */
	}
.threecol2 .homeleft {
	right:52%;		/* width of the middle column */
	}
.threecol2 .homecol1 {
	width:52%;		/* width of center column content (column width minus padding on either side) */
	left:100%;		/* 100% plus left padding of center column */
	}
.threecol2 .homecol2 {
	width:25%;		/* Width of left column content (column width minus padding on either side) */
	left:16%;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol2 .homecol3 {
	width:2%;		/* Width of right column content (column width minus padding on either side) */
	left:78%;		/* Please make note of the brackets here:
				(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}


/* GALLERY SECTION */

.galmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	}

.galright,
.galmid,
.galleft {
	float:left;
	width:100%;
	position:relative;
	}
.galcol1,.galcol2 
       {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
	}
.twocol .galleft {
	right:70%;			/* right column width */
	}
.twocol .galcol1 {
	width:57%;			/* right column content width */
	left:106%;			/* 100% plus left column left padding...  subtracted .5 for calibration */
	}
.twocol .galcol2 {
	width:17%;			/* left column content width (column width minus left and right padding) */
	left:19%;			/* (right column left and right padding) plus (left column left padding) ...subtracted .5 here too */
	}

/* LINK COLUMNS ...I basically stole this whole width percentage method from someone else, don't blame me if it's weird*/

.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;			
	overflow:hidden;
	}

.colright,.colmid,.colleft {
	float:left;
	width:100%;			
	position:relative;
	}
.col1 {
	float:left;
	position:relative;
        text-align: left;
        color: #888877;
        margin: 2.5em 0 2.75em 0;
       
	padding: 0em 0 0em 0;	/* do not add left or right padding or margins. top and bottom is ok */
	overflow:hidden;
	}
.col2,.col3 {
	float:left;
	position:relative;
        text-align: left;
        color: #888877;
        font-size: .95em;
        
        line-height: 1.5em;
        margin: 5.5em 0 2.75em 0;
	padding: 0em 0 0em 0;	/* do not add left or right padding or margins. top and bottom is ok */
	overflow:hidden;
	}

.threecol .colmid {
	right:36%;		/* width of the right column */
	}
.threecol .colleft {
	right:22%;		/* width of the middle column */
	}
.threecol .col1 {
	width:22%;		/* width of center column content (column width minus padding on either side) */
	left:97%;		/* 100% plus left padding of center column */
	}
.threecol .col2 {
	width:18%;		/* Width of left column content (column width minus padding on either side) */
	left:47%;		/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
.threecol .col3 {
	width:20%;		/* Width of right column content (column width minus padding on either side) */
	left:89%;		/* Please make note of the brackets here:
				(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}

/* FOOTER */

#footer {
	width: 800px;
        height: 92px;
	margin: 5px auto 10px auto;
	padding: 0px 0 0px 0;
	color: #aabbcc;
        font-size: .7em;
	text-align: center;
        line-height: 90px;
	background: #222200 url('/images/flakfooter42_800.jpg');
	}

/* LIGHTBOX */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #664422; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #664422; margin: 0 auto; line-height: 1.2em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #cc9955; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #222200; }
