/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #C8C9CB;
	text-align: left;
}

body, input, textarea, select {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin-bottom: 1em;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.7em;
	color: #FFFFFF;
}

h3 {
	font-size: 1.3em;
}

p, blockquote, ul, ol, form {
	margin-bottom: 1.5em;
}

blockquote, ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-right: 3em;
	font-style: italic;
}

ul {
	list-style-type: square;
}

a {
	color: #3366FF;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

hr {
	display: none;
}

.hr {
}

img {
    border-style: none
}

img.square {
    margin: 10px 0 0 0;
}

img.left {
	float: left;
	margin: 10px 5px 5px 0;
}

img.right {
	float: right;
	margin: 10px 0 5px 5px;
}

/* Wrapper */

#wrapper {
	width: 740px;
	margin: 0 auto;
	background: #C8C9CB;
}

/* Header */

#header {
	width: 740px;
	height: 280px;
	padding: 5px 0px;
	background: url(images/bakerbanner.png) no-repeat 50% 5px;
}

#header h1, #header h2 {
	margin: 0;
      <!--text-transform: lowercase;-->
	<!--font-weight: bold;-->
}

#header h1 {
	padding: 105px 5px 0 15px;
	letter-spacing: -2px;
	font-size: 2em;
	font-weight: bold;
}

#header h2 {
	margin: 0;
	margin-top: -5px;
	width: 720px;
	padding: 0 5px 0 15px;
	background: #000000;
	font-size: 1.1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	background: #C8C9CB;
}
/* Blog1 */

#blog1 {
	float: left;
	width: 740px;
	margin-top: 0px;
	margin-bottom: 10px;
    background: #FFFFFF;
}

/* Post */

.post {
    clear: both;
}

.post .title {
	height: 30px;
	margin: 0;
	padding: 7px 0 0 12px;
	background: #00ACEC;
}

.post .title a {
	text-decoration: none;
	color: #FF9900;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -22px;
	padding-right: 10px;
	text-align: right;
	font: bold small Arial, Helvetica, sans-serif;
	color: #000000;
}

.post .entry {
	padding: 0px 15px 10px 12px;
	line-height: 1.8em;
}

.post .bloghead {
    height: 18px;
	margin: 0;
	padding: 0 0 7px 10px;
	background: #808080;
	color: #FFFFFF;
    border-style: solid;
    border-width: 5px;
	border-color: #ff9900;
}

.post .space {
    padding: 10px 0px 0px 0px;
	background: #C8C9CB;
}

div .photo{
    width: 230px;
    height: 270px;
    float: left;
    padding: 0 10px 0 0px;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}



/* Blog */

#blog {
	float: left;
	width: 740px;
	margin-top: 0px;
    background: #FFFFFF;
}

/* Post */

.post {
    clear: both;
}

.post .title {
	height: 30px;
	margin: 0;
	padding: 7px 0 0 12px;
	background: #00ACEC;
}

.post .title a {
	text-decoration: none;
	color: #FF9900;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .date {
	margin-top: -22px;
	padding-right: 10px;
	text-align: right;
	font: bold small Arial, Helvetica, sans-serif;
	color: #000000;
}

.post .entry {
	padding: 0px 15px 10px 12px;
	line-height: 1.8em;
}

.post .bloghead {
    height: 18px;
	margin: 0;
	padding: 0 0 7px 10px;
	background: #808080;
	color: #FFFFFF;
    border-style: solid;
    border-width: 5px;
	border-color: #ff9900;
}

.post .space {
    padding: 10px 0px 0px 0px;
	background: #C8C9CB;
}

div .photo{
    width: 230px;
    height: 270px;
    float: left;
    padding: 0 10px 0 0px;
}

.post .meta {
	margin-bottom: 2em;
	padding: 0 15px;
	text-align: right;
	font-size: x-small;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	margin-top: 0px;
	margin-right: 10px;
	border-style: solid;

    border-width: 5px;
	border-color: #ff9900;
	background: #808080;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {

	padding: 10px 15px 15px 20px;
	list-style-type: square;
}

#sidebar li li {
}

#sidebar p {
    padding: 5px 5px 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 5px 15px 0 10px;
	background: #FF9900;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;

}

#sidebar a {
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar h2 a:hover {
    color: #3366FF;
    text-decoration: none;
}

/* Series Info */

#series {
}

/* Braden Allenby */

#allenby {
}

/* Hans Schober */

#schober {
}

/* Michelle Addington */

#addington {
}

/* John Ochsendorf */

#ochsendorf {
}

/* Meta */

#meta {
}

/* Footer */

#footer {
	background: #00ACEC;
}

#footer p {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}