/*
Theme Name: Aaron Orion
Theme URI: http://wordpress.org/
Description: The Wordpress theme for Aaron Orion.
Version: 3.0
Author: Aaron Shoemaker
Author URI: http://aaronorion.com/
Tags: portfolio, jQuery, php, showcase work

Last Edited: 05/06/2010

*/


@import 'stylesheets/quote.css';
@import 'stylesheets/navigation.css';
@import 'stylesheets/coverflow.css';

body {
	margin: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	}

body.blog .nav5 { background-position: bottom; }

a { outline: none; cursor: pointer; color: #666666; }

h1, h2, h3, h4 { color: #333333; }

div#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 854px;
	}



/*** Footer Styles **********************/

div#footer { 
	font-size: 9px; 
	text-align: center;
	margin: 30px 0;
	color: #999999;
	}

div#footer a { color: #999999; }
div#footer a:hover { color: #c5e108;}

div#footer ul {
	margin: 8px 0; padding: 0;
	list-style: none;
	text-align: center;
	}

div#footer ul li { display: inline; }
div#footer ul li a { text-decoration: none; margin: 0 4px; }


/*** Blog Styles ***********************/

div.hr { background: #eee; height: 1px; display: block; }
div.hr hr { display: none; }

#sidebar div.hr { margin: 8px 0; }

div.odd { background: #eee; }

div.narrowcolumn, div#sidebar { float: left; margin-left: 12px; }
div.narrowcolumn {
	width: 500px;
	}

div#sidebar {
	width: 324px;
	}
	
div#sidebar h2 {
	font-size: 18px;
	font-weight: normal;
	}	

div#sidebar ul#widget { list-style: none; padding: 0; margin: 0; }

	
.thumbnail {
	padding: 1px;
	border: 1px solid #cccccc;
	float: left;
	margin: 0 6px 6px 0;
	}	
		
div.narrowcolumn h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	}

div.narrowcolumn h2 a {
	text-decoration: none;
	color: #333333;
	}	

div.entry img {
	max-width: 480px; height: auto;
	padding: 1px;
	border: 1px solid #cccccc;
	}

div#port-img img { border: 0; }
	
/*** Twitter Styles ***********************/	

div#recentTweets ul { margin: 0; padding: 0; list-style: none; }
