
html { 
  height: 100%;
}

* { 
  margin: 0;
  padding: 0;
}


article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;
}

body { 
  font: normal .80em 'Droid Sans', arial, sans-serif;
  background: #F9F9F9;
  color: #FFF;
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index:-1;
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}

p { 
  padding: 0 0 16px 0;
  line-height: 1.7em;
}

img { 
  border: 0;
}

h1, h2, h3, h4, h5, h6 { 
  color: #FFF;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
}

h1, h2, h3 { 
  font: normal 140% 'News Cycle', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
}

h2 { 
  font-size: 180%;
  padding: 9px 0 5px 0;
}

h3 { 
  font-size: 160%;
  padding: 25px 0 0 0;
}

h4, h6 { 
  padding: 0 0 5px 0;
  font: normal 120% 'Droid Sans', arial, sans-serif;
}

h5, h6 { 
  font: italic 100% 'Droid Sans', arial;
  padding: 0 0 15px 0;
}

h6 { 
  font: normal 100% 'Droid Sans', arial;
}

a, a:hover { 
  outline: none;
  text-decoration: none;
  color: #75CE00;
}

a:hover { 
  text-decoration: underline;
}


ul { 
  margin: 2px 0 22px 17px;
}

ul li { 
  list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;
}

.left { 
  float: left;
  width: auto;
  margin-right: 10px;
}

.right { 
  float: right; 
  width: auto;
  margin-left: 10px;
}

.center { 
  display: block;
  text-align: center;
  margin: 20px auto;
}

#main, #container, #logo, #site_content, footer { 
  margin-left: auto; 
  margin-right: auto;
}

#main { background: transparent;}


header { 
  height: 140px;
}

#logo { 
  width: 1000px;
  height: auto;
  background: transparent;
  color: #888;
  padding: 20px 0 0 0;  
}

#logo #logo_text { 
  width: auto;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border: 7px;
  background: transparent url(../images/menubar.png);
  left: 0;
  padding: 10px 20px 20px 20px;
}

#logo .title , #logo h1 { 
  font: normal 250% 'News Cycle', arial, sans-serif;
  border-bottom: 0;
  text-transform: none;
  margin: 0;
}

#logo_text .title , #logo_text .title a, #logo_text .title a:hover { 
  padding: 0;
  color: #FFF;
  text-decoration: none;
}

#logo_text .title a .logo_colour { 
  color: #75CE00;
  text-shadow: 1px 1px #294701;
}

#logo_text a:hover .logo_colour { 
  color: #FFF;
}

#logo_text h1 { 
  font-size: 140%;
  padding: 0 0 0 0;
  color: #FFF;
}

nav { 
} 

#menu_container { 
  width: 1000px;
  margin: 0 auto 0 auto;
}

#site_content { 
  width: 1000px;
  overflow: hidden;
  margin: 0px auto 0 auto;
  padding: 35px 0 25px 0;
  text-shadow: 0 1px #000;
  background: transparent url(../images/menubar.png) repeat;
  border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -webkit-border: 7px 7px 0px 0px; 
} 

#sidebar_container { 
  float: left;
  width: 234px;
  margin: 20px 0 0 20px;
  padding: 20px 0;
  background: #1D1D1D; /* Show a solid color for older browsers */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
  border: 1px solid #323232;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;  
}

.sidebar { 
  width: 200px;
  padding: 2px 15px 5px 13px;}
  
.sidebar h3, .content h1 { 
  padding: 0 15px 20px 0;
  font: 200% 'News Cycle', arial, sans-serif;
  text-shadow:  #000 0 1px;
  margin: 0 1px;
}

.sidebar h3 { 
  padding: 4px 7px 9px 0;
  font: 130% 'News Cycle', arial, sans-serif;
}

.sidebar ul { 
  margin: 0 0 15px 0;
} 

.sidebar li a, .sidebar li a:hover { 
  color: #FFF;
  text-decoration: none;
} 

.sidebar li a:hover { 
  text-decoration: underline;
} 

.content { 
  text-align: left;
  width: 700px;
  margin: 0 20px 15px 0;
  float: right;
  font-size: 120%;
  padding: 14px 0 0 0;}
  
.content ul { 
  margin: 2px 0 22px 0px;
}

.content ul li, .sidebar ul li { 
  list-style-type: none;
  background: url(../images/bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 28px;
  line-height: 1.5em;
}

footer { 
  font: 100% 'Droid Sans', arial, sans-serif;
  height: auto;
  padding: 28px 0 15px 0;
  text-align: center; 
  background: #1D1D1D;
  color: #FFF;
  margin: 0;
  border-top: 6px solid #75CE00;
}

footer p { 
  line-height: 1.7em;
  padding: 0 0 10px 0;
}

footer a { 
  color: #FFF;
  text-decoration: none;
}

footer a:hover { 
  color: #FFF;
  text-decoration: underline;
}



@media screen and (max-width: 680px) {
		
		
		
		html { 
		  height: 100%;
		  width:100%;
		}
		
		* { 
		  margin: 0;
		  padding: 0;
		}
		
		
		article, aside, figure, footer, header, hgroup, nav, section { 
		  display:block;
		}
		
		body { 
		  font: normal .80em 'Droid Sans', arial, sans-serif;
		  background: #F9F9F9;
		  color: #FFF;
		  width:100%;
		}
		
		#bg {
			position: fixed;
			top: -50%;
			left: -50%;
			width: 200%;
			height: 200%;
			z-index:-1;
		}
		
		#bg img {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
			min-width: 50%;
			min-height: 50%;
		}
		
		p { 
		  padding: 0 0 16px 0;
		  line-height: 1.7em;
		}
		
		img { 
		  border: 0;
		}
		
		h1, h2, h3, h4, h5, h6 { 
		  color: #FFF;
		  letter-spacing: 0em;
		  padding: 0 0 5px 0;
		}
		
		h1, h2, h3 { 
		  font: normal 140% 'News Cycle', arial;
		  margin: 0 0 15px 0;
		  padding: 15px 0 5px 0;
		}
		
		h2 { 
		  font-size: 150%;
		  padding: 9px 0 5px 0;
		}
		
		h3 { 
		  font-size: 140%;
		  padding: 25px 0 0 0;
		}
		
		h4, h6 { 
		  padding: 0 0 5px 0;
		  font: normal 120% 'Droid Sans', arial, sans-serif;
		}
		
		h5, h6 { 
		  font: italic 100% 'Droid Sans', arial;
		  padding: 0 0 15px 0;
		}
		
		h6 { 
		  font: normal 100% 'Droid Sans', arial;
		}
		
		a, a:hover { 
		  outline: none;
		  text-decoration: none;
		  color: #75CE00;
		}
		
		a:hover { 
		  text-decoration: underline;
		}
		
		
		ul { 
		  margin: 2px 0 22px 17px;
		}
		
		ul li { 
		  list-style-type: circle;
		  margin: 0 0 6px 0; 
		  padding: 0 0 4px 5px;
		  line-height: 1.5em;
		}
		
		.left { 
		  float: none;
		  width: auto;
		  margin-right: 0;
		}
		
		.right { 
		  float: none; 
		  width: auto;
		  margin-left: 0;
		}
			
		.center { 
		  display: block;
		  text-align: center;
		  margin: 5px auto;
		}
		
		.left img , .right img , .center img {
		  width: 90%;
		  height:auto;
		  margin: 0 5%;
		}
		
		#main, #container, #logo, #site_content, footer { 
		  margin-left: auto; 
		  margin-right: auto;
		}
		
		#main { background: transparent;}
		
		
		header { 
		  height: auto;
		  margin-bottom: 20px;
		}
		
		#logo { 
		  width: 96%;
		  height: auto;
		  background: transparent;
		  color: #888;
		  padding: 20px 0 0 0;
		  margin: 0 2%;
		}
		
		#logo #logo_text { 
		  width: auto;
		  border-radius: 7px;
		  -moz-border-radius: 7px;
		  -webkit-border: 7px;
		  background: transparent url(../images/menubar.png);
		  left: 0;
		  padding: 10px 20px 20px 20px;
		}
			
		#logo .title , #logo h1 { 
		  font: normal 200% 'News Cycle', arial, sans-serif;
		  border-bottom: 0;
		  text-transform: none;
		  margin: 0;
		}
		
		#logo .title { 
		  margin-bottom: 15px;
		}
		
		#logo_text .title , #logo_text .title a, #logo_text .title a:hover { 
		  padding: 0;
		  color: #FFF;
		  text-decoration: none;
		}
		
		#logo_text .title a .logo_colour { 
		  color: #75CE00;
		  text-shadow: 1px 1px #294701;
		}
		
		#logo_text a:hover .logo_colour { 
		  color: #FFF;
		}
		
		#logo_text h1 { 
		  font-size: 120%;
		  padding: 0 0 0 0;
		  color: #FFF;
		}
		
		nav { 
		} 
		
		#menu_container { 
		  width: 100%;
		  margin: 0 auto 0 auto;
		}
		
		#site_content { 
		  width: 96%;
		  overflow: inherit;
		  margin: 0px 2% 0 2%;
		  padding: 15px 0 20px 0;
		  text-shadow: 0 1px #000;
		  background: transparent url(../images/menubar.png) repeat;
		  border-radius: 7px 7px 0px 0px;
		  -moz-border-radius: 7px 7px 0px 0px;
		  -webkit-border: 7px 7px 0px 0px; 
		} 
		
		#sidebar_container { 
		  float: none;
		  width: 90%;
		  margin: 20px 5% 0 5%;
		  padding: 20px 0;
		  background: #1D1D1D; /* Show a solid color for older browsers */
		  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
		  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
		  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
		  border: 1px solid #323232;
		  border-radius: 7px 7px 7px 7px;
		  -moz-border-radius: 7px 7px 7px 7px;
		  -webkit-border: 7px 7px 7px 7px;  
		}
		
		.sidebar { 
		  width: 96%;
		  padding: 2px 2% 5px 2%;}
		  
		.sidebar h3, .content h1 { 
		  padding: 0 15px 20px 0;
		  font: 200% 'News Cycle', arial, sans-serif;
		  text-shadow:  #000 0 1px;
		  margin: 0 1px;
		}
		
		.sidebar h3 { 
		  padding: 4px 7px 13px 0;
		  font: 130% 'News Cycle', arial, sans-serif;
		}
		
		.sidebar ul { 
		  margin: 0 0 5px 0;
		} 
		
		.sidebar li a, .sidebar li a:hover { 
		  color: #FFF;
		  text-decoration: none;
		} 
		
		.sidebar li a:hover { 
		  text-decoration: underline;
		} 
		
		.content { 
		  text-align: left;
		  width: 90%;
		  margin: 0 5% 15px 5%;
		  float: none;
		  font-size: 120%;
		  padding: 14px 0 0 0;}
		  
		.content ul { 
		  margin: 2px 0 22px 0px;
		}
		
		.content ul li, .sidebar ul li { 
		  list-style-type: none;
		  background: url(../images/bullet.png) no-repeat;
		  margin: 0 0 0 0; 
		  padding: 0 0 12px 28px;
		  line-height: 1.5em;
		}
		
		footer { 
		  font: 100% 'Droid Sans', arial, sans-serif;
		  height: auto;
		  padding: 28px 0 15px 0;
		  text-align: center; 
		  background: #1D1D1D;
		  color: #FFF;
		  margin: 0;
		  border-top: 6px solid #75CE00;
		}
		
		footer p { 
		  line-height: 1.7em;
		  padding: 0 0 10px 0;
		}
		
		footer a { 
		  color: #FFF;
		  text-decoration: none;
		}
		
		footer a:hover { 
		  color: #FFF;
		  text-decoration: underline;
		}
		
		
}

ul.model { display: flex; flex-wrap: wrap; margin: 0 0 25px; padding: 0 5px; }
ul.model li { list-style-type: none; margin: 0 5px 10px; padding: 1px 5px; background: transparent; }

