/*
Theme Name: TenBareToes Thematic
Description: TenBareToes Main site, as designed by Paul Sveda of Design & Develop
Version: 1.0
Author: Opal Gamble
Author URI: http://www.designanddevelop.ca/
Template: thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* CLEAR */
.cboth {clear:both;}

/* Begin Typography & Colors */
body { font-size: 100%; font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif; background: #ffffff url('images/common/bg-body.jpg') top left repeat-x; color: #3f3f3f; margin:0; padding:0; }


h1, h2, h3 { font-family: 'Georgia', 'Lucida Grande', Verdana, Arial, Sans-Serif; font-weight: bold;}

h1 { font-size: 4em; color: #993333; }
h1 span {color:#000;}
h2 {color:#993333;}
a, h2 a:hover, h3 a:hover { color: #a15000; text-decoration: underline;	}
a:hover { color: #a15000; text-decoration: underline; }


#owrap { width: 100%; background:url(images/common/bg-owrap.jpg) 50% 10px no-repeat; display:block;}
#mwrap {width:100%; background:url(images/common/bg-iwrap.jpg) bottom left repeat-x; display:block; }
#iwrap { width:950px; margin:auto; }
#banner img {padding-top:10px;}

#container{display:block;width:100%; margin:auto; border-top: solid 1px #d7d7d7; margin-top:10px; padding-top:10px;}
#content {display:block; float:left; width:650px; margin-left:30px; }
	#content .breadcrumb {display:block; width:100%; font-size:80%; margin: 14px 0;}
	.breadcrumb a {color:#996600;}


#sidebar { display:block; float:left; width:260px; }
#sidebar .wrap {padding:16px;font-size:90%;}
	#sidebar h1 {font-size:130%; margin-bottom:10px;}
	.news {}
		.news ul, .news li {list-style:none; margin:0; padding:0;}
		.news li {border-bottom: dotted 1px #cccccc; padding: 0 0 10px 24px; margin:0; background: url(images/common/news.jpg) 0 2px no-repeat; font-size:90%; line-height:120%;}
		.news a {color:#000; text-decoration:none;}
		.news li span {color:#8c8c8c; font-size: 80%;}
	
	.archive {background: #f7f6ee; display:block; margin:1px 0;}
	
	.archive a, .archive a:visited {color:#663300; text-decoration:none;}
	.archive ul, .archive li {list-style:none; margin:0; padding:0;}
	.archive li {border-bottom: dotted 1px #cccccc; padding: 0 0 6px 0; margin-top:6px;}

	#sidebar .dirmessage .subtitle {line-height:110%;  margin:0; padding:4px 0; font-size:100%;}
	#sidebar .dirmessage h1 {font-size:160%; padding:0; margin:10px 0;}
	#sidebar .dirmessage .subtitle {font-size:120%;}
	#sidebar .dirmessage p {line-height:110%; margin:0; padding:4px 0;}
	



#header {height:167px; display:block; background:url(images/common/bg-header.jpg) 0px 10px no-repeat; }
	#header .wrap {padding:0px 10px;}

	#header #logo {width:340px; float:left; display:block; margin-top:14px;}
		#logo img {margin-left: 50px;}
	#plogo {visibility:hidden; height:0; width:0;}
	#header #getinvolved { width:342px; float:left; display:block; margin-top:10px;}
		#getinvolved p {font-weight:bold; margin:0; padding:0;}
	#header #other {display:block; float:right; text-align:right; margin:14px -3px 0 0; width:245px; }
		#other .wrap {padding: 0 0 0 10px;}
		#other .wrap p {margin:0; padding:0; font-size:90%;}
		#other .wrap p span {color:#8d8d8d;}
		#other a {color:#000; text-decoration:none;}
		#other #search {display:block; width:250px; text-align:right; clear:both; }
		#searchform, #searchform div { margin:0; padding:4px 0;}
		#other #search input, #other #search div {display:block; float:left;}


/* ***** MENU ***** */

.skip-link { display:none;}
#access { height:51px; overflow:visible; z-index:100; margin:0; padding:2px 0 0 0; display:block; background: url(images/common/divider-horizontal.gif) top left repeat-x;}
.sf-menu, .sf-menu ul, .sf-menu li {margin: 0; padding: 0; list-style: none; display:block;float:left; border:none;}
.sf-menu ul { width:960px;}
.sf-menu li:hover {visibility: inherit; /* fixes IE7 'sticky bug' */}
.sf-menu li { float: left; position: relative;}
.sf-menu a {display: block; position: relative;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: 2.5em; /* match top ul list item height */ z-index: 99;}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top: -999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {left: 10em; /* match ul width */ top: 0;}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {top: -999em;}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {left: 10em; /* match ul width */ top: 0;}

/*** THEMATIC SKIN ***/
.sf-menu a { padding:18px 0; text-decoration:none; width:127px; text-align:center; background:none; margin:0;}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a { background: url(images/common/bg-sfmenu.jpg) top left no-repeat;}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/ color: #000000; }

.sf-menu li { border:none; background:none; font-size:120%;}
.sf-menu li li {background-image:none; background: #f7f7f7; font-size:90%; border-top: solid 1px #ccc;}
	.sf-menu li li a {padding:8px; text-align:left; }
.sf-menu li li li {background: #f7f7f7;}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: url(images/common/bg-sfmenu.jpg) top left no-repeat; outline: 0; text-decoration:none;}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active { background-image:none; background:#f7f7f7;}
.sf-menu li:hover ul, .sf-menu li.sfHover ul { top:50px; /* overriding essential styles */}
.sf-menu ul ul { margin-top:0;}
.sf-menu a { border:none; }
.sf-menu ul a:hover { color: #999; text-decoration:none;}

/* ***** SIDEBAR ***** */
#primary {float:left; width:260px; display:block;}
	#primary ul, #primary li {list-style:none; margin:0; padding:0;}

#primary h1 {font-size:140%;}
#secondary {float:left; width:200px; display:block;}


.post {background:url(images/blog/pencil.jpg) top left no-repeat;}
.post .entry-title, .post .entry-content, .post .entry-meta {padding-left:50px;}
h2 .entry-title a{color:#993333;}

.meta-prep, .meta-sep-edit, .edit {display:none;visibility:hidden;}


/* ***** HOMEPAGE ***** */
#index-top {width:260px; display:block; float:left;}
	#index-top a {color:#a15000;}
	.dirmessage {background: /*url(/images/home/anita.jpg) bottom center no-repeat*/ #e5dfd0; }
		.dirmessage .wrap, #sidebar .dirmessage .wrap {padding:10px 20px 100px 20px;}
		.dirmessage h1 {font-size:160%; padding:0; margin:10px 0;}
		.dirmessage .subtitle {font-size:120%;}
		.dirmessage p {line-height:110%; margin:0; padding:4px 0;}
		.dirmessage img {margin:auto;}

#homecontent {display:block; float:left; margin-left:20px; height:320px; width:670px; }
	#homecontent .wrap {display:block; width:420px; float:left; }
	#homecontent .entry-title {visibility:hidden;}
	#homecontent h1 {padding:0; margin:-20px 0 10px 0; font-size:140%;}
	#homecontent a {color:#a15000;}


#index-bottom {width:220px; display:block; float:right; margin-left:20px; background: #e1e1e1; height:100%; margin-top:-38px; height:310px; overflow:auto;}
	#index-bottom .wrap {padding: 20px 0 20px 20px; width:180px; float:left;}
	#index-bottom h1 {font-size:130%; padding:0; margin:0; color:#740000;}
	.subtitle {margin:10px 0 0 0; padding:0; font-size:95%;}
.get_posts_class {list-style:none; margin:10px 0 0 0; padding:0; font-size:80%; display:block;}
	.get_posts_class li {margin:0 0 10px 0; padding:0;line-height:116%;}
	.post_title_class {color:#740000; display:block; clear:both; width:90%; font-size:120%; padding-bottom:6px;}
	
	.post_title_class a, .post_title_class a:visited {color:#993333;}



#footer {margin:0 auto; padding:0;width:100%; display:block; background: url('images/common/bg-footer.jpg') no-repeat top; height:332px;}
#footer .wrap {margin:auto; display:block; padding-top:60px; text-align:center;}
#footer ul {padding:0;list-style: none; display:block; clear:both; margin: 0 auto;}
#footer li {display:inline; list-style: none;margin:0;padding:0 6px;}
#footer .primary {color:#fff; width:950px; background:url(images/common/footer-divider.gif) bottom left repeat-x; padding-bottom:15px; margin-bottom:15px;}
	.primary li {border-right: solid 1px #fff; font-size:90%;}
	.primary a, .primary a:visited {color:#fff; text-decoration:none;}
#footer .secondary, #footer .tertiary {color:#848484; font-size:80%; margin:0 auto;}
#footer .secondary { width:950px; }
#footer .tertiary {width:950px;  background:url(images/common/footer-divider.gif) bottom left repeat-x; padding-bottom:15px;}
	.secondary a, .tertiary a {color:#848484; text-decoration:none;}
	.secondary li {border-right: solid 1px #848484;padding:2px 6px; margin:0 10px;}
#footer li.last, #footer li.page-item-41 {border:none;}






.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: none;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #a15000;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea { }
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar { }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



/* Begin Structure */





.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */







/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
.wpcf7 p {display:block; clear:both; width:100%; border:solid 1px #ffffff;}
.wpcf7 img {vertical-align:bottom;}
label {display:inline; float:left; width:60px; margin: 10px 10px 0 0; text-align:right;}
.line { display:inline; float:left; width:200px; margin:10px 0 0 0; border: solid 1px #993333;}
.redline {width:200px; margin:10px 0 0 0; border: solid 1px #993333;}
.aline img {vertical-align:text-top;}


#searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
/*	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;*/
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


