/* Development 

#content-column div {
	border: #ff0000 1px solid;
} */



/* defaults and main index */

html {
    margin: 0;
    /* setting border: 0 hoses ie6 win window inner well border */
    padding: 0;
}

body {
	min-width: 940px;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px/1.5em  'Lucida Grande', Verdana, Arial, sans-serif;
	color: #333333;
	background: #375140;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

a:link {
	text-decoration: underline;
	color: #36414d;
}

a:visited {
	text-decoration: underline;
	color: #36414d;
}

a:hover {
	text-decoration: none;
	color: #6b7368;
}

a:active {
	text-decoration: underline;
	color: #6b7368;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	margin: .8em 0 .8em 0;
	text-align: left;
}

p, ol, ul, pre, blockquote {
    margin-top: 0;
    margin-bottom: 0.8em;
}

sup {
	line-height: 0px;
}

ul, li {
	margin-left: 0;
	padding-left: 0;
}

#main-index.two-column-standard {
	
}

#container {
	width: 940px;
	text-align: justify;
	padding: 0 10px 0 10px;
	margin: 0 auto 0 auto;
	background: url(images/gradient-background-sides.png) repeat-y;
	
}


#heading {
	
}

#heading img {
	float: right;
}

#heading a  { color: #2f6c45; text-decoration: none }
#heading a:hover  { color: #2f6c45 }

#banner-title h1 { color: #2f6c45;
	font-size: 50px;
	font-weight: bold;
	line-height: 1em;
	margin: 0;
	padding: 15px 0 0 15px;
	text-shadow: #36414d 0 2px 3px;
}

#banner-title h2  { color: #2f6c45;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	margin: 0 1em 1em 0;
	padding: 5px 0 0 15px;
	text-shadow: #36414d 0 1px 2px;
}


#nav-bar {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: #2f6c45;
	width: 940px;
	height: 2em;
	line-height: 2em;
}

#nav-bar ul {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	height: 2em;
	line-height: 2em;
	background-color: #2f6c45;
}

#nav-bar #main-nav-bar {
	width: 620px;
	float: left;
}

#nav-bar #context-nav-bar {
	max-width: 320px;
	float: right;
}

#nav-bar li {
	float: left;
	list-style: none;
}

#nav-bar #main-nav-bar li {
	border-right: 1px solid #e4efd5;
}
	

#nav-bar #context-nav-bar li {
	border-left: 1px solid #e4efd5;
}

#nav-bar a {
	display: block;
	padding: 0 5px 0 5px;
	text-decoration: none;
	color: #e4efd5;
}

#nav-bar a:hover {
	color: #333333;
	background-color: #9cb585;
}



#main-index #home-button a {
	color: #333333;
	background-color: #9cb585;
}

#photo-index #photography-button a {
	color: #333333;
	background-color: #9cb585;
}

#sasha-index #sasha-button a {
	color: #333333;
	background-color: #9cb585;
}

#michael-index #michael-button a {
	color: #333333;
	background-color: #9cb585;
}

#content-column {
	width: 700px;
	float: left;
	margin: 15px 5px 0 15px;
}

.date-header {
	clear: both;
    margin: 3em 0 3em 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.index .date-header {
	display: none;
}

.entry-header {
	font-size: 20px;
	margin-top: 0;
	padding: 0 0 0 0;
	text-align: left;
	margin-bottom: 4px;
}

.post-header {
	text-align: right;
	font-size: .9em;
	font-style: italic;
	line-height: 1em;
}

.post-header p {
	margin-bottom: 0;
}

.entry-separator {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
	display: none;
}

.pre-header p {
	font-style: italic;
	margin-bottom: .2em;
	font-size: 1.2em;
}

.entry-header-author a {
	text-decoration: none;
}



.entry-header-author a:hover {
	text-decoration: underline;
}

.entry-header a { text-decoration: none; }

.entry-top {
	background-color: #cfd9ba;
	padding: 10px;
	margin-bottom: 12px;
}

.entry {
	margin: 0;
	clear: both;
}

.entry-content {
	clear: both;
	margin-bottom: 50px;
}

.entry-content ul {
	margin-left: 25px;
}

.entry-tags {
    margin: 0 0 10px 10px;
	font-size: smaller;
	text-align: right;
	clear: both;
	display: none;
}

.entry-more-link {
	font-size: 10px;
}

#sidebar-column {
	width: 200px;
	float: left;
	margin: 10px;
	background: #bdd0ab;
}

#footer {
	clear: both;
}

.module {
	margin: 10px 10px 10px 10px; /* provide spacing between modules */
	padding-bottom: 1px; /* spacer to prevent module-content's bottom margin from collapsing witn the modules bottom margin */
	background: #9cb585;
	font-size: 10px;
	line-height: 1.2em;
	text-align: left;
}

.module-header {
	margin: 0;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	background: #2f6c45;
	color: #fff;
	text-align: center;
}

.module-header a:link, .module-header a:visited {
	color: #fff
}

.module-content {
	border-top: 1px solid #bdd0ab;
	padding: 10px 10px 0 10px; /* use padding on top so you don't move the hairline border */
	margin: 0 0 9px 0; /* use bottom margin so that it will collapse with the bottom margin of p 9px instead of 10 so it adds with the 1px of padding on the bottom of the module to make 10px total of spacing inside the module */
}

.module-list {
    margin: 0 15px 10px 15px;
    list-style: disc;
}

.module-list .module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: circle;
}

.module-list-item {
    margin: 0 0 .5em 0;
    line-height: 1.2em;
}

.module-search input { font-size: 10px; }

.module-search #search { width: 100px; }

.module-photo-icons .module-content {
	padding-top: 5px; /* reduce top padding so it sums with the 5px top margin to 10px */
	text-align: center; /* if there is an undersized image by mistake, at least center it */
}

.module-photo-icons img {
	margin-top: 5px;
}

.module-creative-commons {
	text-align: center;
	padding: 10px;
}

.module-powered p { margin: 0; }
.module-powered {
    border: 1px dashed #28682a;
	padding: 10px;
    color: #292e33;
    background: #e4efd5;
}

#footer {
/*	padding: 10px 70px 10px 70px;
	border-top: 1px dashed #28682a; */
	text-align: justify;
	font-size: .8em;
	line-height: 1.3em;
}

#post-footer {
	min-height: 20px;
	width: 720px;
	background: url(images/gradient-background-bottom.png) no-repeat;
	margin: 0 auto 0 auto;
	padding: 20px 120px 15px 120px;
	color: #e4efd5;
	text-align: justify;
	font-size: .8em;
	line-height: 1.3em;
}

#post-footer a:link {
	color: #e4efd5;

}

#post-footer a:visited {
	color: #e4efd5;

}

#post-footer a:hover {
	text-decoration: none;

}

#post-footer a:active {
	text-decoration: underline;

}

/* Archives */

#archive-title, .search-results-header   {
	color: #fff;
	background: #2f6c45;
	padding: 8px 8px 8px 10px;
	margin-top: 0;
}

.individual-entry-archive #archive-title {
	display: none;
}

.individual-entry-archive .entry-content {
	margin-bottom: 30px;
}

.date-based-archive .date-header {
	display: none;
}

/* Individual Entry */

.individual-entry-archive .content-nav {
	display: none;
}

.content-nav {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	font-size: .9em;
}

.entry-content h1 {
	font-size: 1.6em;
	margin-top: 2em;
}

.entry-content h2 {
	font-size: 1.3em;
	margin-top: 2em;
}

.entry-content h3 {
	font-size: 1.1em;
	margin-top: 2em;
	font-weight: bold;
}

.trackbacks-header, .comments-header, .comments-open-header {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 5px 5px 5px 10px;
/*	border-left: 5px solid #849E84; */
/*	text-align: center; */
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 1em;
	background: #2f6c45;
	color: #fff;
}

.trackback {
	background-color: #cfd9ba;
	padding: 10px;
	margin-bottom: 10px;
}

.trackback-content p {
	margin-bottom: 0;
}

.trackback-footer {
	text-align: right;
	line-height: 1em;
	margin-left: 0;
	margin-bottom: 0;
	font-style: italic;
	font-size: .9em;
}

.trackback-link {
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	padding-left: 1em;
}

#trackbacks-info  {
	color: #292e33;
	margin: 10px 0;
	padding: 5px;
	border: dashed 1px #2f6c45;
	font-size: 11px;
	line-height: 1em;
	display: none;
}

#trackbacks-info p {
	margin: 0;
}

.comment-header {
	background-color: #cfd9ba;
	padding: 10px;
	margin-bottom: 12px;
}

.comment-header-author {
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
	margin-bottom: 0;
	padding-left: 20px;
}

.comment-header-date {
	font-size: .8em;
	font-style: italic;
	line-height: 1em;
	margin-bottom: .7em;
}

.comment-header-date a {
	text-decoration: none;
}

.comment-header-date a:hover {
	text-decoration: underline;
}

.comment {
	margin-bottom: 30px;
}

.comment-content,
.comment-footer,{
    margin-left: 10px;
    clear: both;
}


form textarea#comment-text {
	display: block;
	width: 600px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 240px;
}

/* Master Archive List */

.archive-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* structural tweaks */

.layout-one-column #sidebar-column {
	display: none;
}

.layout-one-column #content-column {
	width: 100%;
}

.layout-one-column .search-results-header { /* temporarty hack.... */
	width: 890px;
}

/* Personal Legacy Tweaks */

.photo-caption   { font-size: smaller; font-style: italic; line-height: 1em; text-align: right; margin-top: 0; margin-right: 4px; margin-bottom: 0 }

.photo-caption-flush-right { font-size: smaller; font-style: italic; line-height: 1em; text-align: right; margin-top: 0; margin-right: 0; margin-bottom: 0 }
.right_padding { padding-right: 7px }
.left_padding { padding-left: 7px }

p.footnote {
	font-size: .9em;
	margin-left: 2em;
	margin-right: 2em;
	line-height: 1.4em;
}

#fn1, .fn1 {
	margin-top: 3em;
}

blockquote {
	background: #CDD6C7;
	padding: 1.5em 1.5em 0.7em 1.5em;
}

pre {
	background: #CDD6C7;
	padding: 0.7em 1.5em 0.7em 1.5em;
	margin-left: 2em;
	margin-right: 2em;
	overflow: auto;
}


.email {
	font-family: monospace;
}

.clear-both { clear: both }

.box-r-75 {
	width: 525px;
	float: right;
	text-align: right;
	padding: 1em 0 0 1em;
}

.box-l-75 {
	width: 525px;
	float: left;
	text-align: left;
	padding: 1em 1em 0 0;
}

.box-r-50 {
	width: 350px;
	float: right;
	text-align: right;
	padding: 1em 0 0 1em;
}

.box-l-50 {
	width: 350px;
	float: left;
	text-align: left;
	padding: 1em 1em 0 0;
}

.box-r-33 {
	width: 233px;
	float: right;
	text-align: right;
	padding: 1em 0 0 1em;
}

.box-l-33 {
	width: 233px;
	float: left;
	text-align: left;
	padding: 1em 1em 0 0;
}

.quote-box {
	width: 150px;
	color: #000;
	padding: 0 0 0 .7em;
	float: right;
	text-align: right;
	font-size: 1.6em;
	line-height: 1.2em;
	font-family: Georgia, Times, 'Times New Roman', serif;
	text-shadow: #666 3px 3px 5px;
}
	

.caption {
	font-size: .8em;
	font-style: italic;
}


