/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


@charset "UTF-8";
body   {
	font-size: 0.95em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: auto;
	background-image: url(../../../../../graphics/bg-teal.png);
	background-repeat: repeat-y;
	background-position: left top;
}
html {
	margin: 0px;
	height: 100%;
	padding: 0px;
}
#bigcontainer {
	height: auto;
	margin: 0px;
	overflow: visible;
	width: 100%;
	padding: 0px;
	background-image: url(../../../../../graphics/bg-teal.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#inner {
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: visible;
}
p    {
	font-size: 1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.5em
}
h1  { font-size: 1.3em; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: italic; font-weight: bold; margin: 0.67em 0 }
h3   {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	text-decoration: none;
	margin: 1em 0;
	color: #008;
}
h2  {
	color: #a00;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0.83em 0
}
td {}
h4  { color: #008; font-size: 1.1em; font-family: Arial, SunSans-Regular, sans-serif, Verdana; font-weight: bold; line-height: 1em; margin: 0 }
h6  { font-size: 0.8em; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; line-height: 1em; margin: 0.3em 0 0 }
h5  {
	color: white;
	font-size: 0.9em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 1.67em;
	margin-right: 66px;
	margin-bottom: 1.67em;
	margin-left: 24px;
}
a:link.darkback    { color: white; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; text-decoration: none }
a:visited.darkback    { color: white; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; text-decoration: none }
a:hover.darkback     { color: #ff6; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; text-decoration: underline }
a:active.darkback    { color: white; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: normal; text-decoration: none }
object {
	margin-right: 15px;
	margin-bottom: 10px;
}
#leftsidebar {
	height: 100%;
	float: left;
	width: 250px;
	position: relative;
	z-index: 7;
	background-color: #2a7187;
	overflow: scroll;
	top: 0px;
	padding-top: 20px;
}
#jannmenu {
	width: auto;
	margin: 0px;
	position: relative;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 270px;
	background-color: #ede9a2;
	z-index: 3;
	background-image: url(../../../../../graphics/bg-teal.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#mobilemenu {
	display: none;
}
#content {
	padding-left: 270px;
	padding-right: 20px;
}
#footer {
	padding-left: 270px;
}
#rss-links-2 {
	background-image: url(RSS.png);
	background-repeat: no-repeat;
	background-position: right top;
}
 li.categories {
}  /* outermost list item */
 span li.cat-item {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin-left: -1em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
 li.cat-item-7 {  }  /* category ID #7, etc */
 li.current-cat {
}
 li.current-cat-parent {
}
 ul.children {  }
 .graylinks {
	color: #CCC;
}
 .graylinks a:link {
	color: #CCC;
	text-decoration: none;
}
 .graylinks a:visited {
	color: #CCC;
}
 .graylinks a:hover {
	color: #FFF;
}
 .sidebarheadlink a:link {
	color: #008;
	font-size:16px; font-style:italic;
}
 .sidebarheadlink a:visited {
	color: #008;
}
.widgettitle {
	color: #ede9a2;
}
#leftsidebar input {
    font:12px Arial,Helvetica,san-serif;
    line-height:22px;
}
img {
	max-width: 600px;
	height: auto;
}
iframe {
	max-width: 600px;
	height: auto;
}
audio {
	max-width: 600px;;
	height: auto;
}
@media screen and (max-width: 768px) {
img {
	max-width: 330px;
	height: auto;
}
iframe {
	max-width: 330px;
	height: auto;
}
audio {
	max-width: 330px;;
	height: auto;
}
}
@media screen and (max-width: 580px) {
body {
	background-image: none;
	background-repeat: no-repeat;
	min-width: 100px;
}
#bigcontainer {
	background-image: none;
	background-repeat: no-repeat;
}
#container {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
#leftsidebar {
	display: none;
}
#jannmenu {
	display: none;
}
#primary {
	display: none;
}
#mobilemenu {
	display: block;
	width: 96%;
	background-color: #ede9a2;
	z-index: 3;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 4%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(http://jannaldredgeclanton.com/graphics/Jann-circle-headshot.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#mobileheadshot {
	display: block;
	float: right;
}
#content {
	width: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	margin-top: 70px;
	margin-left: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
#footer {
	width: auto;
	padding-left: 20px;
	padding-left: 20px;
}
img {
	max-width: 100%;
	height: auto;
	clear: both;
	float: none;
}
iframe {
	max-width: 100%;
	height: auto;
}
audio {
	max-width: 100%;
	height: auto;
}
}