/*
Theme Name: Uncommon
Theme URI: http://www.theuncommonbride.com/
Description: A custom WordPress theme built for <a href="http://www.theuncommonbride.com/">The Uncommon Bride</a>.
Version: 2.0
Author: Sean Phillips
Author URI: http://www.OccasionalDrivel.com
Tags: white, custom header, fixed width, widgets

	Uncommon
	 http://www.TheUncommonBride.com

	This theme was designed and built by Sean Phillips,
	whose blog you will find at http://www.OccasionalDrivel.com

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

*/

/* =Typography
------------------------------------------------------------------*/

body {
  font-family: \'Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000000;
}

#sidebar {
  font-size: 0.85em;
}

#sidebar ul {
  list-style-type:none;
  padding-left:0;
  margin-left:0;
}

#sidebar li {
  list-style-type:none;
  padding-left:0;
  margin-left:0;
}

.wp-caption-text {
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  color: #663300;
}

a, a:link, a:visited {
  color:#336666;
  text-decoration: none;
    }

h1 a, h1 a:link, h1 a:visited {
  color:#663300 !important;
  text-decoration: none;
    }

h2 a, h2 a:link, h2 a:visited {
  color:#663300 !important;
  text-decoration: none;
    }

h3 a, h3 a:link, h3 a:visited {
  color:#663300 !important;
  text-decoration: none;
    }

.postmetadata {
  font-size: 0.75em !important;
}

h1, h2, h3 {
  color: #663300 !important;
  font-weight:bold !important;
  text-decoration:none !important;
}

h1 {
  font-size:1.4em !important;
} 

h2, h3 {
  font-size:1.2em !important;
} 

/* =Structure
------------------------------------------------------------------*/


body {
  font-size: 100.01%;
  height: 100%;
  text-align: left;
}

#mainwrap {
  background-color: white;
}

#header {
  height: 120px;
}

.post {
  margin: 20px auto 40px auto;
}

#wrap {
  width: 780px;
  margin: 20px auto;
}

#wrap2 {
}

#content {
  width: 540px;
  float: left;
  overflow:hidden;
  margin: 20px auto 20px auto;
}

.entry {
}

#sidebar {
  float: left;
  width: 220px;
  margin: 20px auto auto 20px;
}

#footer {
  clear: both;
  width: 100%;
  margin: 40px auto auto auto;
}
