@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/border.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
}

	#indexPage{
	margin:144px /* 480/768px */18.75%; /* 144/768*/
}

	#contentPage{
	margin:144px /* 480/768px */9.875%; /* 72/768*/
}

	#logoWrapper{
	max-width: 40%;
}
	
	#content{
	-webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;

    -webkit-column-rule: 1px outset #000000; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px outset #000000; /* Firefox */
    column-rule: 1px outset #000000;	
	
	-webkit-column-width: 15em; /* Chrome, Safari, Opera */
    -moz-column-width: 15em; /* Firefox */
    column-width: 15em;
		
}

	#content1col{
		
	}
		
	
	#description{
		float: left;
		width: 70%;
		background-color: #ffffff;
		border-top:solid 1px #000000;

	}
	
	#description p{
		padding: 1em 1em 0em 0em;
		border-right: solid 1px #000000;	
	}
	
	
	#stats{
		float: right;
		width: 30%;
		background-color: #ffffff;
		border-top:solid 1px #000000;
		
	}
	
	#stats p{
		padding: 1em 0em 0em 1em;
	}
	
	#folio{
		margin: 0em 1em 1em 0em;
		float: left;
		padding: 1em;
		border-top: 1px solid #000000;
		border-bottom: 1px solid #000000;
		height: 350px;
		width: 240px;
		background-image:url(images/folioBkgd.jpg);
		background-repeat: repeat-x;

	}
	
	#folio img{
		max-width: 100%;
		height: auto;
		margin: 0em 0em 1em 0em;

	}
	
	
	#right{
	max-width: 100%;	
	}
	
	#center{
	max-width: 100%;
	}

	.scale img{
	max-width: 100%;
	height: auto;
}

#menu, #menu ul
{
    list-style: none;
    border: none;
    background-color: #cccccc;
    padding: 0 0 26px 0;
    margin: 0;
	width: 100%;

}
#menu li
{
    float: left;
    margin-right: 3px;
    border: none;
    position: relative;
	z-index: 2;
	width: 100%;

}
#menu ul
{
    position: absolute;
	z-index: 3;
    top: 25px;
    left: -1px;
    width: 100%;
    padding: 0;
    display: none;
}
#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    line-height: 15px;
}
#menu a:link, #menu a:visited
{
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    text-align: left;
    text-decoration: none;
    color: #000;
    padding: 5px;
}
#menu li:hover
{
    background-color: #ff0000;
	color: #FFF;
    border: none;
}
#menu li:hover ul
{
    display: block;
	color: #FFF;
}

@media screen and (min-width :1280px){
	#indexPage{
	margin:144px /* 480/768px */18.75%; /* 144/768*/
}
	#contentPage{
	margin:144px /* 480/768px */9.875%; /* 72/768*/
}
}

@media screen and (min-width :640px){
	#mobileNav{
	display: none;	
	}
}

@media screen and (max-width :640px){
	body {
	background-image: url(images/border640.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
}
	#indexPage{
	margin:90px 18.75%; /* 144/768*/
}
	#contentPage{
	margin:90px /* 480/768px */9.875%; /* 72/768*/
}
	#navigation{
	display: none;	
	}
	
	#description{
		float: none;
		width: 100%;
		background-color: #ffffff;
		border-top:solid 1px #000000;

	}
	
	#description p{
		padding: 1em 0em 0em 0em;
		border-right: none;	
	}
	
	#stats{
		float: none;
		width: 100%;
		background-color: #ffffff;
		border-top:solid 1px #000000;
	}
	
	#stats p{
		padding: 1em 0em 0em 0em;
	}
}

@media screen and (max-width :320px){
	body {
	background-image: url(images/border320.jpg);
	background-repeat:repeat-x;
	background-attachment:scroll;
}
	#indexPage{
	margin:72px 9.875%; /* 72/768*/
}
	#contentPage{
	margin:72px /* 480/768px */9.875%; /* 72/768*/
}
}