/*  
Theme Name: angelawheeler.com theme
Theme URI: http://www.angelawheeler.com
Description: <a href="http://www.angelawheeler.com">Default theme for Angela Wheeler</a>
Version: 0.1
Author: Cato Hoeben
Author URI: http://www.catohoeben.com/web

	This theme was designed and built by Cato Hoeben,
	whose site you'll find at http://www.catohoeben.com/web

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


															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	line-height:140%;
	}
	
	body {
		background-image: url(images/lines.gif);
		background-color:#EDE7E0;
		font-family:"Lucida Grande",Verdana,sans-serif;
		line-height:1.4;
		color:#333333;
		padding-right:20px;
		}


															/** MAIN CONTAINERS **/
div#wrapper {
	float:right;
	width:100%;
	background-image: url(images/main-illu-p.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color: #333;
	line-height: 130%;
	}
	
	div#title {
		
		}
		
	div#content {
		float:right;
		background-color: #fdf8f1;
		filter:alpha(opacity=90);
		-moz-opacity:0.9;
		-khtml-opacity: 0.9;
		opacity: 0.9;
		width: 39.5em;
		}
		
		div#right {
			float: right;
			width:100%;
			}
		
		div#nav {
			clear:both;
			float:left;
			background-color: #F2D8C1;
			font-size:1em;
			padding:0 2.5em;
			}
			
		div#center {
			clear:both;
			padding: 2em;
			}
			
		div#footer {
			clear: both;
			background-color: #fdf8f1;	
			padding: 2em;
			color:#f3f3f3;
			min-height:200px;
			background-color: #998879;
			}



															/** SUB CONTAINERS **/


															/** LISTS **/



/* =div#nav */

div#nav ul {
	list-style-type: none;
	width:34.5em;
	}

div#nav ul li {
	float:left;
	font-family:'Century Gothic',sans-serif;
	}	

	/* Drop-down menu */

div#nav ul li ul {
	font-size:0.8em;
	right: 3.8em; /* Set 1px less than menu width */
	top: 13.5em;
	display: none;
	position:relative;
	background-color:#fff;
	width:44em; /* Will determine how many sublist items can be shown */
	}

div#nav ul li ul li {
	
	}

div#nav ul li:hover ul, div#nav ul li.over ul {
	display: block;
	position:absolute;
	} /* The magic */


div#nav ul ul li a {
	display: block;
	/* background: #fff; IE6 Bug */
	/* border: 1px solid #ccc;  IE6 Bug */
	}



															/** TYPOGRAPHY **/

/* Paragraphs */

div#center p {
	font-size:0.8em;
	margin:20px 0;
	}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	font-family:"Century Gothic",sans-serif;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	}

h2 {
	font-size:1.5em;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px dotted #ccc;
	}

h3 {
	font-size:1.2em;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	border-bottom:1px dotted #ccc;
	}

/* =div#title */

div#title h1 {
	font-family:"Century Gothic",sans-serif;
	font-size:2.15em;
	font-weight:normal;
	padding:1em;
	}

div#title div.description {
	color:#663300;
	margin-top:-1.8em;
	margin-bottom:1.5em;
	padding-left:2.1em;
	}

/* =div#nav */

div#nav li span.active {
	background-color:#CCCCCC;
	}

/* =div#footer */

#footer h2 {
	}

#footer p {
	font-size:0.8em;
	}



															/** FORMS **/


															/** BLOCKQUOTE **/

blockquote {
	background-color:#EFE9E0;
	border-left:3px solid #CCCCCC;
	color:#666666;
	font-size:0.9em;
	margin:15px 25px;
	padding:10px;
	}

#center blockquote p {
	margin:0;
}

div#footer blockquote {
	background-color:#AF9883;
	border-left:3px solid #CCCCCC;
	color:#FFFFFF;
	font-size:0.8em;
	margin:15px 25px;
	padding:5px;
	}

															/** LINKS **/

/* =general links */

a {color:#;}

.linklove {
	display:none;
	}

/* =div#nav */

div#nav ul li a, div#nav ul li span {
	color:#000;
	float:left;
	padding:0.5em 0.8em;
	text-decoration:none;
	}

div#nav ul li a:hover {
	background-color:#F8C79C;
	}


/* =headings */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#000;
	text-decoration:none;
	}
	
h1 a:hover, h2 a:hover {
	color:#FF4444;
	}


/* =div#footer */

#footer a {
	color:#FFCCCC;
	text-decoration:none;
	}

#footer a:hover {
	color:#FFEFEF;
	text-decoration:underline;
	}



															/** MISC **/

.left {
	float:left;
	}

.right {
	float:right;
	}
															
hr {
	display:none;
	}

.contactme {
	position:absolute;
	right:30px;
	top:10px;
	border:none;
	}


															/** END **/