/*  
 
Theme Name: Nontheme
Version: 0.1
Description: A non-theme. This theme contains almost nothing. It removes even the surrounding html and stuff. It is meant to allow apps to include wp
Author: Luke Visinoni

*/

/* Blog Specific ---- */
	/*--------- Sidebar for Blog -----------*/
	#sidebar {
		margin:39px 0 0 0;
		text-align:left;
	}
	#sidebar h2 {

		font-size:1.1em;
		margin:2px 15px;
	}
	#sidebar ul {
		list-style:none;
		margin:0 0 15px 0;
	}
	#sidebar li {
		margin:2px 30px;
	}

    #blog h2 {
        clear: both !important;
    }


	/*-------- Blog ---------*/	
        #blog h2 a {
		color:#000;
                text-decoration:none;
	}
        #blog h2 a:hover {
                text-decoration:underline;
        }
        #blog h3 {
		clear:both;
	}
	#blog img {
		display:block;
		margin:0 15px;
		padding:5px;
		border:1px solid #ccc;
	}
	#blog ul {
		list-style:square;
	}
	#blog li {
		margin:1px 15px;
	}
	#blog .post {
		margin: 1em 0;

	}
	.date {
		float:right;
		font-size:.8em;
		color:#aaa;
		margin:2px 15px 10px 0;
	}
	.author {
		clear:left;
		float:left;
		margin:2px 0 10px 0;
		font-size:.8em;
		color:#aaa;
	}
.alignleft {float:left}
.alignright {float:right}

/** CATEGORIES **/

#wpcat {
	
}

/* END Blog Specific ---- */
