/* Defaults
----------------------------------------------- */
html {
	margin-left: -90px; }
html, body, #wrap {
  height: 100%; }
body > #wrap {
	height: auto; min-height: 100%; }

body { 	
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/bg/grass.gif) repeat-x;
	font-size: 62.5%; }

p, h1, ul, li, img, dl, body, td, h1, h2, h3, h4, h5, h6, dd, dl, dt, table {
	margin: 0; padding: 0; border: 0; }
li li, li p, blockquote p, ul ul, ul li, ol ol, ol li, li ul, ol ul, td p, dd p {
	font-size: 1em; }
h1, h2, h3, h4, h5, h6 {
	font-size: 1em; }
	
p, ul, ol, dl { /* style for any standard text content */
	font-size: 1.2em;
	padding-bottom: 0.9em;
	line-height: 1.2em;
	color: #594D45; }
		
a:link, a:visited { 
	color: #B3962C; text-decoration: none; }
/* a:visited { 
	color: #DBCB9F; text-decoration: none; }*/
a:hover, a:active { 
	color: #DBCB9F; text-decoration: none; }
a:focus {
    outline: 0 !important; } /* fixes that dumb dotted rectangle around all active links in Firefox */
	
h1 { }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }



/* Main Elements Layout
----------------------------------------------- */

#wrap {
	background-color: #fff; 
	width: 557px;
	border-left: 3px solid #C9D9CF;
	border-right: 3px solid #C9D9CF;
	margin: 0 auto; }
	
div#top-flower {
	margin-left: -120px; height: 126px;
	width: 75px;
	background: url(../img/bg/flower_top.gif) bottom no-repeat;
	position: absolute;
	top: 25px; }
	
div#header {
	height: 118px;
	background: #899BB8 url(../img/bg/header.gif) no-repeat;
	width: 563px;
	margin-left: -3px; }
	
div#main {
	padding-bottom: 225px; }  /* must be same height as the footer */
	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block; }
/* End hide from IE-mac */
	
div#content {
	padding: 0 30px 10px 30px;
	float: left;
	margin-bottom: -225px;
	width: 497px; }

div#sidebar {
	width: 160px;
	margin: 0 -186px -207px 0;
	float: right;
	border: 3px solid #C9D9CF;
	border: solid #C9D9CF;
	background: #fff url(../img/bg/sidebar_top.gif) 148px -3px no-repeat;
	padding: 24px 10px 0 10px; }
div#sidebar-bottom {
	background-color: #F5F3EB;
	height: 10px;
	margin: 5px -10px 0 -10px;
	width: 180px; }	

div#footer {
	position: relative;
	margin: 0 auto; 
	margin-top: -225px; /* negative value of footer height */
	height: 225px;
	clear: both;
	visibility: hidden;
	width: 563px; }
div#footer-l { 
	width: 127px; height: 225px;
	margin-left: -97px;
	background: url(../img/bg/flower_left.png) no-repeat;
	visibility: visible; float: left; }
div#footer-m {
	background: #fff url(../img/bg/bottom_main.gif) bottom no-repeat;
	width: 498px; height: 18px;
	visibility: visible; float: left;
	margin: 207px 0 0 0;
	text-align: center; }
div#footer-r {
	width: 102px; height: 95px;
	margin: 130px -67px 0 0;
	background: url(../img/bg/flower_right.png) bottom no-repeat;
	float: right;
	visibility: visible; }
	

#placeholder { margin: 0 0 5px 15px; }

div#portfolio-images {
	min-height: 310px;
	text-align: center; }
div#photo-pager {
	margin: 0 0 10px 0;
	text-align: center; }
	
div.post-body, p.post-footer, .comment-timestamp, div#comments p {
	margin-left: 15px; }
	
.commenthidden { display: none; } 
.commentshown { display: inline; }
	
	
	
	/* Typography :: Main Content
----------------------------------------------- */

/* nav styling */
div#nav {
	color: #00080D;
	font-size: 1.1em;
	font-weight: bold;
	float: right;
	/* margin-right: 23px; */
	padding: 27px 0 0 275px; }
	
div#nav td {
	padding-bottom: 0.1em; }/* fixes how the text sits low in firefox on the pc. still not ideal in firefox on the mac though. */

div#nav a, div#nav span {
	padding: 0 0.3em; }
div#nav a:link, div#nav a:visited {
	color: #755843; }
div#nav a:hover, div#nav a:active {
	color: #00080D; }
div#nav span.nav_disabled {
	color: #BAACA1; }
div#nav span {
	color: #33261D; }
	

/* photo pager styling */
div#photo-pager a {
	margin: 0 2px;
	padding: 1px 1px;
	border: #90B354 1px solid;
	background-color: #C8D9B1; }
div#photo-pager a:link, div#photo-pager a:visited {
	color: #718C44; }
div#photo-pager a:hover, div#photo-pager a:active {
	color: #375900; }

.selected {
	font-weight: bold;
	color: #375900 !important; }
.norm {
	font-weight: normal; }/* works with the js pager to make the page numbers bold when active */
	
	

div#header h1 {
	font-size: 2.3em;
	padding: 31px 0 0 46px;
	text-align: left; }
div#header h1 i { /* makes blog title link "invisible" */
	visibility: hidden; }
	
h3.page-title {
	padding-bottom: 1em;
	color: #90B354; }

h3.post-title {
	padding-bottom: 0.15em;
	color: #90B354; }
h3.post-title a:link, h3.post-title a:visited {
	color: #90B354; }
h3.post-title a:hover, h3.post-title a:active {
	color: #5F8F18; }
	
h4.content-title { 
	color: #90B354;
	margin-bottom: 0.2em; }

h5.date-header {
	font-weight: normal;
	font-style: italic;
	padding-bottom: 1.2em;
	color: #90B354; }
	
span.unbold {
	font-weight: normal; }


/* blog posting typography */
span.small-text {
	font-size: 0.9em; }	
div.post {
	margin-bottom: 2.4em; }
div#comments {
	margin-top: -1.2em; }	
	
div.post-body ul {
	margin-left: 2em; }
div.post-body li {
	padding: 0 0 0.6em 0; }
p.post-footer {
	font-size: 1.1em;
	border-top: 1px dashed #8c8c5d;
	padding: 0.3em 0 0.5em 0;
	clear: both; }

div#footer-m p {
	font-size: 1em;
	padding: 0.2em 0 0 0; }
	
	
	

/* Typography :: Sidebar
----------------------------------------------- */
ul.sublist {
	margin: 0.8em 0.2em 0 0.2em; }
ul.sublist li {
	padding: 0 0 0.4em 10px;
	list-style: none;
	background: url(../img/bg/archive_x.gif) no-repeat 0 0.35em; }

ul.sublist li a:link {
	color: #8c8c5d;
	font-size: 1em;
	font-weight: normal; }
ul.sublist li span {
	color: #40402A; }
ul.sublist li a:visited {
	color: #B8B88D;
	font-size: 1em;
	font-weight: normal; }
ul.sublist li a:hover, ul.sublist li a:active {
	color: #59593B;
	font-size: 1em;
	font-weight: normal; }
	
li.treenode a:link, li.treenodeopen a:link,
li.treenode a:visited, li.treenodeopen a:visited {
	color: #90B354;
	font-size: 1.2em;
	font-weight: bold; }
li.treenode a:hover, li.treenodeopen a:hover,
li.treenode a:active, li.treenodeopen a:active {
	color: #5F8F18;
	font-size: 1.2em;
	font-weight: bold; }  

li.treenode, li.treenodeopen {
	list-style-type: none;
	margin: -0.8em 0 1.5em 0; }
	
ul.sublist span.filesize {
	font-size: 0.8em;
	color: #8c8c5d; }
	




/* Typography Comments
----------------------------------------------- */
div#comments h4 {
	color: #90B354;
	padding-bottom: 0.8em; }
dt.comment-poster {
	font-size: 1.1em;
	padding-bottom: 0.3em;
	font-weight: bold; }
dd.comment-body p {
	padding-bottom: 0.5em; }
dd.comment-timestamp {
	font-size: 0.95em; }
dd.comment-timestamp {
	padding-bottom: 2em; }

dd.deleted-comment {
  font-style: italic;
  color: gray; }
	


	/* Image Layout
----------------------------------------------- */

div.post-body p img { /* all images put in by blogger in the post-body are will be put into a p tag that is
closed at after the last paragraph in the entry */
	padding: 14px 4px 1px 4px; }

table.gallery {
	width: 100%; }
table.gallery td {
	vertical-align: top;
	padding: 5px 5px 0 5px; }
table.gallery td {
	text-align: center; }
table.gallery p {
	text-align: left; }
table.gallery img {
	display: inline; }

img.lefttop {
	padding: 3px 12px 2px 0;
	vertical-align: top;
	float: left; }
img.rightmiddle { 
	padding: 3px 0 2px 0;
	vertical-align: top;
	float: right; }
img.leftmiddle { }
img.righttop { }

div#sidebar img { /* positions blogger button */
	padding-left: 12px; }
	



/* Blogger Template Style Sheet
----------------------------------------------------- */
blockquote {
	font-style: italic; padding: 0 32px;
	line-height: 1.6; margin: 0 0 0.6em 0; }
abbr, acronym {
	cursor: help; font-style: normal; }
code {
	quotes: font:12px monospace; 
	white-space: normal; color: #666; }
hr { 
	display: none; }


/* Profile
----------------------------------------------- 
#profile-container {
	margin-top:12px;
	padding-top:12px;
	height:auto; }
.profile-datablock {
	margin:0 0 4px 0; }
.profile-data {
	display:inline;
	padding:0 8px 0 0;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-size: 0.9em;
	color:#211104; }
.profile-img {
	display: inline; }
.profile-img img {
	float: left;
	margin: 0px 8px 0 0;
	border: 1px solid #A2907D;
	padding: 2px; }*/
	