/* @override http://localhost/katie_new/engine/wp-content/themes/katie_new/style.css */

/*
Theme Name: katiemoore.ca
Theme URI: http://katiemoore.ca/
Description: Based off The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Mitchell Amihod
Author URI: http://mitchell.amihod.com/
Tags: custom template

	This theme was designed by Gary Brazier, 
	and built by Mitchell Amihod
*/
body {
    margin: 0;
    background-color: #fbfcf6;
}

body div#doc3{
	background: #fbfcf6 url(images/bg_image.jpg) no-repeat fixed left top;
    margin: 0;
    padding: 0;
}

div#banner {
	position: absolute;
	left: 39px;
	top: 55px;
}

table tr td {
    border: 0px;
    padding: 0px;
}

div#content{
    position: relative;
    left: 355px;
    top: 242px;
    width: 356px;
    margin-bottom: 270px;
    min-height: 400px;
}

/* @group Gallery */
div#content.gallery-container {
	width:  450px;
}

div#content.gallery-container .gallery {
}

div#content.gallery-container .gallery dl.gallery-item {
	width:  40%;
	text-align:  left;
}

/* @end */

/* @group Nav */


#navigation{
	position: absolute;
	left: 110px;
	top: 242px;
}

ul#navigation li {
    list-style-type: none;
    margin: 7px 0;
}

ul#navigation a {
	color: #501e1d;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
}


/*Subnav*/
ul#navigation li ul {
	font-size: .8em;
	margin: 0 0 0 20px;
}

ul#navigation li ul li a {
	color: #74481d;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @group Post Style */
div#content div.post {
	border-bottom: 1px solid brown;
	margin-bottom: 10px;
	padding-bottom: 10px;

}

div#content div.post h2 {
margin: 0 0 3px 0;	
}

div#content div.post h2 a{
	color: #501e1d;
}

div#content div.post h3.date{
	margin-top: 0;
	font-size: .8em;
	color: #74481d;
}

div#content div.post p.postmetadata {
	clear: both;
}

/* @end */

/* @group album style */

div#content div.category-albums div.entry img.alignleft {
	padding: 0 10px;	
}

/* @end */

div#ft {
    text-align: center;
}

.js-hide {
    display: none;
    visibility: hidden;
}

img#katie-small {
    position: absolute;
    top: 520px;
    left: 87px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
div.clear {
	clear: both;
}

.padright {
	padding-right: 10px;
}

