@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	/* [disabled]display: block; */
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#topNav {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#TopNavUL {
}
.TopNavLI {
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 3px;
	margin-right: 3px;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
	clear: both;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-bottom-color: #55493E;
	border-bottom-style: groove;
	border-top-color: #676767;
	border-top-style: groove;
}
#fiendart {
	/* [disabled]display: block; */
	margin-left: auto;
	margin-right: auto;
	display: none;
	min-width: 720px;
	width: 100%;
}
.littlearts {
width: 100%;
}
#newsnav {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#NewsNavUL {
width: 100%;
margin-left: 0;
}
.NewsItem {
	width: 100%;
	clear: both;
	margin-left: auto;
	display: block;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: large;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.fiendheader {
	font-size: 50px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#topNav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#TopNavUL {
}
.TopNavLI {
width: 23.0769%;
clear: none;
margin-left: 2.5641%;
}
#fiendart {
	display: block;
	width: 100%;
}
.littlearts {
width: 100%;
}
#newsnav {
width: 100%;
}
#NewsNavUL {
width: 100%;
margin-left: 0;
}
.NewsItem {
	width: 35.8974%;
	clear: none;
	margin-left: 2.5641%;
	display: block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#topNav {
}
#TopNavUL {
}
.TopNavLI {
width: 15.2542%;
margin-left: 1.6949%;
clear: none;
}
#fiendart {
	display: block;
	width: 91.5254%;
	max-width: 1000px;
}
.littlearts {
width: 23.7288%;
}
#newsnav {
	max-width: 1000px;
}
#NewsNavUL {
width: 83.0508%;
margin-left: 0;
}
.NewsItem {
	width: 32.2033%;
	clear: none;
	text-align: center;
	margin-left: 1.6949%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
