/*
Theme Name: Emily Higham
Theme URI: http://localhost:8888/emily_higham/
Description: A new custom theme for Emily Higham.
Version: 1.0
Author: Andy Vaughn
Author URI: http://andyvaughn.com/
Tags: custom, purple, two column
	
	Style Guide:
	1) Format order for declaration*: tag, id, class, state
	2) Format order for attribution: font, color, background, font-variant, text-decoration, border, margin, padding, position
	
	* Tag may be omitted if <div></div> tag for the sake of readability.

*/
@import url("reset.css");
@import url("set.css");

/* Container */
#container {width: 940px; background: rgb(132, 68, 138) url('images/rounded_white_corners.jpg') 0 30px no-repeat; margin: 0 auto; padding: 50px 0 0; text-align: left;}

/* Header */
#header {text-align: right; background: #FFF; padding: 15px 0 30px;}
#header h1 {height: 36px; margin: 0; position: relative;text-align: left;}
#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {width: 264px; height: 36px; text-indent: -9999px; background: url('images/emily_higham_title.jpg') left top no-repeat; display: block; outline: none; position: absolute; right: 0;}
#header p {font: normal 1.4em/1 "Gill Sans", "Trebuchet MS", Arial, sans-serif; color: rgb(101,21,108); text-transform: lowercase;}

/* Main */
#main {float: left; background: rgb(132, 68, 138);}

/* Navigation */
#navigation {width: 240px; color: #FFF; background: url('images/top_corners.jpg') top center no-repeat; padding: 20px 0; float: left; text-align: center;}
#navigation ul {padding: 0 30px; margin: 0 auto; list-style: none;}
#navigation ul li {font-size: 1.5em; text-transform: lowercase; margin: 0 0 1.5em;}
#navigation a:link, #navigation a:visited {color: #FFF;}
#navigation a:hover, #navigation a:active {text-decoration: underline;}

/* Content */
#content {width: 660px; height: 40em; background: #FFF url('images/floral_spiral.jpg') right bottom no-repeat; padding: 10px 20px; float: left;}
body > #container #content {min-height: 40em; height: auto;}
#content h2 {color: rgb(101,21,108);}
#content p {margin: 0 0 1em;}

/* Footer */
#footer {background: #FFF; padding: 20px; clear: left;}