/*
Theme Name: Avalanche
Theme URI: http://fabapps.com/wordpress/nearnothing 
Description: Near Nothing is a bare bones theme with minimal markup and no images. It's made from scratch and consists of fewer than 500 lines of commented code. 
Version: 1.0
Author: Christian MacAuley
Author URI: http://fabapps.com
Tags: white, black, light, two-columns, left-sidebar, fixed-width, custom-menu, threaded-comments, sticky-post 
*/

/* basic reset */

/* page wrappers */

/* common tags */

/* links */

/* main contents */
	#main { }
	#content {
		width: 76%;
		float: left;
		padding: 5px 20px 0 10px;
		margin: 0 0 20px 10px;
		border-right: 1px solid #eee;
		min-height: 500px;
	}
	.postmeta {
		clear: both;	
	}
	#pcMainArea {
	padding-top:2px;
}
input, select, textarea {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	color: #555;
	line-height: 1.5;
	padding: 5px 10px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	vertical-align: middle;
	webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* header */
	
	/* posts */
	.postmeta, .postnavigation {
		font-size: 0.9em;
	}
	body.blog .post .postmeta, body.archive .post .postmeta, body.search .post {
		border-bottom: 1px solid #eee;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	body.blog .post:last-child .postmeta, body.archive .post:last-child .postmeta {
		border-bottom: none;
	}

/* sidebar */
	#sidebar {
		width: 20%;
		float: right;
		padding: 5px 20px 5px 5px;
		margin-bottom: 20px;
		font-size: 0.9em;
	}
	#sidebar ul { 
		list-style-type: none;
		margin: 0;
		padding-left:10px;
		
	}
	#sidebar li {
		list-style-type: none;
		margin-left: 0;
	}
	#sidebar li li {
		list-style-type: none;
		margin-left: 8px;
	}
	#sidebar ul ul {
	padding-left:0;
	}
	#sidebar li ul ul {
		margin-left: 8px;
	}
	#sidebar h2 {
		padding-bottom: 0.1em;
		margin: 0;
	font-size: 150%;

	}
	#sidebar .widget {
		margin-bottom: 20px;	
	}

/* footer */

/* topnav and footer nav */

/* comments */
	#comments {
		font-size: 0.9em;	
	}
	#comments ol {
		margin: 0;
	}
	#comments li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#comments li ul {
		padding-left: 10px;
		margin-bottom: 0;
	}
	#comments .comment-body {
		padding: 10px 10px 0 10px;
		border-bottom: 1px solid #ccc;
	}
	#comments .comment-meta {
		font-size: 0.8em;
		padding-bottom: 0.5em;
	}
	#comments .reply {
		padding-bottom: 10px;
		font-size: 0.8em;
	}
	#comments .thread-even {
		background: #eee;	
	}
	#comments .thread-odd {
		background: #ddd;	
	}
	#respond {
		margin-top: 30px;
		padding: 10px;
	}
	#respond label {
		display: block;
	}
	#respond input, #respond textarea {
		font-family: Helvetica, sans-serif; 
		font-size: 10pt;
}

/* wordpress classes */
	.alignleft {
		float: left; 
		padding: 2px 8px 8px 2px;
	}
	.alignright {
		float: right;
		padding: 2px 2px 8px 8px;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption-text, .gallery-caption { 
		color: #666; 
		font-size: 0.8em; 
		padding: 3px 0; 
	}
	.gallery {
		padding: 10px 10px 25px 10px;
	}

/* customize search widget here */
	.widget_search #searchform {
	}
	.widget_search #searchform label {
		display: block;
	}
	.widget_search #searchform #s {
		width: 100px;
	}
	.widget_search #searchsubmit {	
	}




/*MOBILE MEDIA QUERY*/



@media (max-width: 480px) {
#content {
	width:100%;
	float:none;
	padding:10px;
	margin:0;
	box-sizing:border-box;
}
#sidebar {
	width:100%;
	float:none;
	padding:10px;
	box-sizing:border-box;
}

}

