/*

Theme Name: Paintballing NSW Theme

Theme URI: 

Description: Paintballing NSW Theme

Version: 1.0

*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:baseline}sub{vertical-align:baseline}legend{color:#000}

	    /* Code for the page */
	    html {
		background-image: url('./images/background.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #000;
		
	    } 
	    body {
		font-family: arial, helvetica, sans;	
	    }
	    .wrapper {
		width: 70%;
		margin: 0 auto;

	    }

	    .link-wrap {

		margin-right: 80px;
	    }
	    .linkblock {
		display: block;
		height: 25px;
		margin-left: 40px;

	    }
	    a.linkblock {
		height: 20px;
		font-weight: bold;a
		background-position: right;
		padding-left: 8px;
		margin-bottom: 10px;
		margin-top: 10px;
		background-repeat: no-repeat;
		width: 130px;
		color: red;
		text-transform: uppercase;
		text-decoration: none;
		border-left: 1px solid white;
	    }

	    a.linkblock:hover {
		color: #fff;
	    }
	    .clearfloat {
		clear: both;
		height: 1px;
		display: block;
	    }
	    .content {
		width: 95%;
		color: #fff;
		margin-top: 120px;
		font-size: 12px;
		margin-bottom: 30px;
		margin-left: 30px;
		overflow: hidden;
	    }
	    .content p {
		padding: 10px 10px 0px 10px;
		text-align: justify;
		font-size: 11px;
	    }
	    .content h1 {
		padding: 10px 10px 0px 10px;
		margin-top: 20px;
		text-align: justify;
		font-weight: bold;
	    }
	    .disclaimer {
		color: red;
		font-size: 10px;
		margin-bottom: 5px;
		text-align: center;
		display:none;
	    }
	    .footer {
		 margin-bottom:10px;
	    }
		.footer ul {
		padding-left:15px;
		}
	    .footer li {
		display: inline;
		margin-left: 25px;
		text-align: center;
		font-size: 12px;
	    }
	    .footer li a {
		color: #fff;
		text-decoration: none;
	    }
	    .footer li a:hover {
		color: red;

	    }
	   /* #logo {
		background-image: url('./images/logo.png');
		background-repeat: no-repeat;
		display: block;
		width:877px;
		height: 100px; 
		text-indent: -9999px;
		margin-top: 20px;
		margin-left: 20px;
	    }*/
		.logo-container{
		padding-left:20px;
		width:100%;
		}
		.logo-container img { width:95%;}
		ul.reasons{ padding-left:10px;}
		@media all and (min-width: 1920px){ 
			.wrapper{ width:50%}
		}
		@media all and (max-width: 1024px){
			 .wrapper{ width:90%}
		}
		@media all and (max-width: 800px){
			.wrapper{ width:95%}
			.logo-container{ padding-left:0px;}
			.linkblock{ margin-left:5px;}	
			.content{ margin-left:0px; margin-top:0px;}
			.content p { padding: 10px 5px 0px 5px;}
			.content h1 { padding: 10px 5px 0px 5px;}
			.footer li { margin-left:5px;}
		}
		@media all and (max-width: 480px){
			 
			 
			.content{ margin-left:0px; margin-top:10px;}
			
			
		}
		@media all and (max-width: 360px){
			 	.content{ margin-left:0px; margin-top:0px; margin-bottom:60px;}
				
		}
		@media all and (max-width: 320px){
			.content{  margin-bottom:30px;}
		}
