/*  
Theme Name: Creating Space
Theme URI: 
Description: A theme for Creating Space based on the WordPress default Kubrik theme.
Version: 0.1
Author: Ben Mauer
Author URI: http://www.quilted.org

*/

body {
    font-size: 86%;
    font-family: Verdana, "Georgia", "Times New Roman", serif;
    background: #fff;
    color: #6d7165;
}


a {
    color: #cfa21c;
    text-decoration: none; 
}

a:hover {
	color: #A96001;
	border-bottom: 1px dotted;
}


/* =Layout
/////////////////////////////////////// */

#wrapper {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
}

* html #wrapper {
	
	height: 1%;
}

#header {
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    padding-top: 3em;
	padding-bottom: 10px;
}

* html #header {
	height: 1%;
	padding-bottom: 0;
}

#header h2 {
    padding: 0;
    margin: 0;
    font-family: "Avenir", arial, sans-serif;
    font-weight: normal;
	position: relative;
	display: inline;
    font-size: 2em;
    color: #cfa21c;
}

* html #header h2 {
	height: 1%;
	border: 1px solid #FFF;
}

#header h2 a:hover {
	border-bottom: 0;
}

ul#nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

* html ul#nav {
	height: 1%;
	border: 1px solid #FFF;
}

ul#nav li {
    display: inline;
    padding-left: 1em;
}

ul#nav li a {
    font-family: "Avenir", arial, sans-serif;;
    font-size: 1.2em;
    color: #6d7165;
    font-weight: normal;
    text-decoration: none;    
}

ul#nav li a:hover {
	color: #333;
	border-bottom: 1px dotted;
}

#main {
    margin-bottom: 2em;
    margin-top: 2em;
}

* html #main {
	height: 1%;
}

#content, #sidebar {
    float: left;
}

#content {
    width: 430px;
    margin-right: 40px;
}

#sidebar {
    width: 270px;
}


#content h1,
#content h2,
#content h3 {
    font-weight: normal;
}


#content h1 {
    font-family: "Avenir", arial, sans-serif;
    font-size: 2.8em;
    color: #7eb7cf;
    margin-bottom: 0em;
    padding-bottom: 0;
    margin-top: 0;
}


#content h3 {
    font-family: "Avenir", arial, sans-serif;
    font-size: 1.33em;
    line-height: 1.4em;
}

#content p {
    line-height: 1.6em;
}


#footer {
    border-top: 1px solid #DDDDDD;
    padding: 13px 0 3em 0;
    font-family: "Avenir", arial, sans-serif;
}

#footer p {
    margin: 0;
    padding: 0;
}

#footer ul#info {
    list-style-type: none;
    float: right;
    padding: 0;
    margin: 0;
}

#footer ul#info li {
    display: inline;
    padding: 0 0 0 2em;
}


/* =Sidebar
/////////////////////////////////////// */

#sidebar {
    font-family: "Avenir", arial, sans-serif;
    font-size: 1.2em;
}

#sidebar h3 {
    font-weight: bold;
    font-size: 1em;
    padding: 0 ;
    margin: 0 0 .5em 0;
}

#sidebar #subnav {
	padding: 17px 0 0 17px;
}

#sidebar #subnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#sidebar #subnav ul li {
    margin: 0 0 .5em 0;
    line-height: 1.4em;
}

#sidebar #subnav ul li a {
    color: #64A1BB;
    text-decoration: none;
}

#sidebar #subnav ul li a:hover {
	color: #1F6B8B;
	border-bottom: 1px dotted;
}

#sidebar .testimonials {
	padding: 17px 0 0 17px;
}

#sidebar .testimonials p {
    line-height: 1.4em;
}


/* =Lists
/////////////////////////////////////// */

#content li {
	padding: 0 0 .5em;
	line-height: 1.4em;
}


/* =Stef's portrait
/////////////////////////////////////// */

#content #image18 {
	border: 1px solid #CCC;
	padding: 4px;
	margin: 0 1em 1em 1em;
}


/* =Miscellaneous
/////////////////////////////////////// */

img {
    border: 0;
    padding: 0;
}

form {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
    height: 0;
}