/*
 
 theme: linuxmusic1
 description: linuxmusic1 website
 date: dec 2013
 version 1.0
 author: louwilkinson
 author url: www.louwilkinson.us
 
 */
 
 body{
	// background-image: url('images/xxx.xxx');
	background-color: #f0f0f0;
	color: #000305;
	font-size: 120%;
	font-family: arial;
	line-height: 1.5;
	text-align: left;
 }
 
h2 {
color: #136604;
} 
 
a {
	text-decoration: none;
 }
 
 a:link, a:visited {
	color: #9c001a;
 
 }
 
 a:hover, a:active {
 	background-color: #8c001a;
 	color: #FFF;
 }

form {
	display: block;
	margin: 0 auto;
    width: 80%;
    
}

input, textarea {
	width: 100%;
	height:20px;
	border:2px solid #000000;
	padding:2%;
	margin-top:2%;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
}

textarea {
	height:200px;
}
  
.body {
	margin: 0 auto;
	width: 80%;
	clear: both;
 }   
 
 .mainheader h1 {
	width: 90%;
	font-size: 300%;
	font-family: 'Nobile', sans;
	font-weight: bold;
	height: auto;
	margin: 1% 0;
	color: #008f00;
	}
 
 .mainheader nav{
	background-color: #008f00;
	height: 40px;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
}

.mainheader nav ul {
	list-style: none;
	margin: 0 auto;
	font-weight: bold;
}

.mainheader nav ul li {
	float: left;
	display: inline;
}

.mainheader nav a:link, .mainheader nav a:visited {
	color: #FFF;
	display: inline-block;
	padding: 10px 25px;
	height: 20px;
}

.mainheader nav a:hover, .mainheader nav a:active,
.mainheader nav .active a:link, .mainheader nav .active a:visited {
	background-color: #6a6a68;
	text-shadow: none;
}

.mainheader nav ul li a {
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;	
}

.content {
	width: 60%;
	float: left;
}

  

.topcontent {
	background-color: #FFF;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	padding: 3% 3%;
	margin: 2% 0 2% 2%;
	}

.post-info {
	font-style: italic;
	color: #6a6a68;
	font-size: 90%;
}

.sidebar {
	width: 30%;
	float: left;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	background-color: #FFF;
	margin: 2% 0 1% 2%;
	padding: 3% 3%;
}

.sidebar .fineprint {
	font-size: 75%;
}

.mainfooter {
	width: 100%;
	height: 40px;
	float: left;
	border-radius: 5px;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	background-color: #008f00;
	margin: 2% 0;
}

.mainfooter p {
	width: 92%;
	font-size: 50%;
	margin: 10px auto;
	color: #FFF;
}

.button {
    border: 1px solid #000;
    background: #8c001a;
	color: #FFF;
	font-weight: bold;
	height: 40px;
	width: 50%;
	position: relative;
	margin: 3% 25%;
}

.button:hover {
    background: #390;
}

/* -------media queries ----------------------------------- */
 
@media only screen and (min-width: 150px) and (max-width: 600px) {

	.body {
		width: 90%;
	}   
	
	.mainheader img {
		width: 15%;
		height: auto;
		margin: 2%;
	}
 
	.mainheader nav{
		height: 160px;
	}

	.mainheader nav ul {
		padding-left: 0;
	}

	.mainheader nav ul li {
		width: 100%;
		text-align: center;
	}

	.mainheader nav a:link, .mainheader nav a:visited {
		color: #FFF;
		display: block;
		padding: 10px 25px;
		height: 20px;
	}

	.content {
		width: 100%;
		float: left;
		margin-top: 2%;
	}

	.topcontent {
		background-color: #FFF;
		padding: 3% 5%;
		margin: 2% 0 2% 0%;
	}

	.post-info {
		font-style: italic;
		color: #999;
		font-size: 90%;
	}


	.sidebar {
		width: 96%;
		margin: 2% 0 2% 0%;
		padding: 2% 2%;
	}


}
