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

/*theworldflag.org lowBand layout style sheet, author: Tribe2 studios*/



												/*--Basic Layout Proporties--*/


/*normalization of margin, padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin : 0; padding: 0;}

/*normalize font size headers*/
h1, h2, h3, h4, h5, h6
{font-size : 100%;}

/* remove list styles*/
ol, ul
{list-style: none;}

/*normalize font style and weight*/
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal;}

/*removes list style*/
table
{ border-collapse: collapse;}

/*removes border from feildset and img*/
feildset, img
{border:0;}

/*left aligns text in caption and th*/
caption, th
{ text-align:left;}


													/*--page layout styles--*/
body{
	background-color:#000000;
	}

#branding {
	width:100%;
	background-color:#000;
	background-image: url(../images/logoLow.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:60px;
	}
	
#branding h1{
	margin-left:90px;
	margin-top:15px;
	}
	
#switch{
	margin-right:20px;
	margin-top:10px;
	}	

#nav{
	background-color: #000;
	border-top:1px solid #586AB2;
	padding-bottom:-3px;
	}

#navList{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}	

#navList li{
	display:inline;
	padding-left:10px;
}

#flag {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}

#vision {
	margin-right:100px;
	margin-left:100px;
	padding:20px;
	padding-bottom:300px;
	}
	
#content {
	margin-right:100px;
	margin-left:100px;
	padding:20px;
	padding-bottom:30px;
	}
	
ul#events {
	list-style-type:circle;
	margin-left:30px;
	}
	
/*shop*/

#shop {
	width:100%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}
	
#shopItem{
	padding-left:50px;
	border-bottom:1px solid #333;
	padding-bottom:5px;
	}

#itemWrap{
	width:420px;
	height:auto;
	}

#shop p{
	padding-left:5px;
	padding-right:5px;
	}
#shop td{
	padding:5px;
	}			

#footerNav {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:30px;
	
	}
	
ol#footNav li{
	display:inline;
	padding-left:5px;
	}															
