/*  
Theme Name: Architect's Dream
Theme URI: http://dajdesign.com/
Description: Building a custom theme from the default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Jeremy Carlson
Author URI: http://jeremycarlson.com/

	Architect's Dream v. 1.0

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*	==================================================
	DAJ Design Main Stylesheet
	Design + Development : jeremycarlson.com
	IN DEVELOPMENT
	
	Colors used throughout (for reference)
	#bdc4be		pale green - background of site
	#bc5		bright green - accent element
	#C8DB59		brighter green - for EXTRA accent :)
	#71757e		dark gray
	#96a169		halfway between bright green & dark gray
	#8a8f9a		pale gray
	#ddd		very pale gray
	#666		darker gray used for type
	#678		Bluish gray used for navigation
	#67b		Brighter blue used for links

	--------------------------------------------------	*/

@import url("type-colors.css");
@import url("screen-layout.css") screen;

/*	==================================================
	Global Settings
	--------------------------------------------------	*/
* { margin: 0; padding: 0 }

li { list-style: none }

img { border: 0 }

table {
	border-collapse: collapse;
	border: none;
	}

#logo, .hide { display: none }

