/*

Theme Name: Slowmatic

Theme URI: http://sloweye.net

Description: A custom child theme of <a href="http://themeshaper.com/thematic-for-wordpress/">Thematic</a>

Author: Randall Stoltzfus

Author URI: http://sloweye.net/

Template: thematic

Version: 0.1

*/

/* @group Reset CSS */

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* @end */

/* @group Typography */
/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul, ol {
	margin: 0 0 18px 1.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/* @end */

/* @group Basic Layout */

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 800px fixed layout with one sidebar right of content
*/

#header {
    position:relative;
}
#branding {
    width:780px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
#menu {
    width:780px;
    margin:0 auto;
}
#main {
    width:780px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:480px;
    float:left;
}
#content {
    width:460px;
    overflow:hidden;
}
.main-aside {
    width:240px;
    float:right;
    position:relative;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:780px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:230px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:780px;
    margin:0 auto;
}

/* @end */

/* @group Image Styles */

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	margin-bottom:18px;
}
.wp-caption .alignleft{
	width: inherit;
	height: inherit;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 8px 0 10px;
	color: #666666;
	font: 11px/18px Verdana, Arial, sans-serif;
}

.gallery {
	margin: 0 auto;
}

/* @group Gallery

.gallery img {
	margin: 0;
}

.gallery-item {
	margin: 0 auto 18px;
	width: 200px;
	float: left;
	text-align: left;
	height: auto;
}
.gallery-caption {
	margin: 0;
}

@end */

/* @group Attached Image */

#attached-image-gallery {
	margin: 0;
}
#attached-image-gallery .gallery-item {
	width: 200px;
	float: left;
	margin: 0 18px 18px 0;
	height: 200px;
}

.attached-image{
}

/* @end */

.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/* @end */

/* @group Theme Styles~Colors */

/* Un-comment the line below to set a grid with 21px line-height */
/* 
body { background: url(../thematic/library/grids/800_grid_12_col.gif) repeat-y center top;
}
*/

/* -------------------------------------------------------------- 
  
   Minimal styles that hold to a 18px line-height
   
-------------------------------------------------------------- */

/* @group Global Elements */


/*
You'll want to import this after typography.css because
we're going to set a couple of typographical styles here
*/

body, input, textarea {
    font: "Helvetica Neue",Arial,Helvetica,sans-serif;
	color: #444444;
}
a:link, a:visited {
	text-decoration: none;
	color: #D46922;
	}
a:hover, a:active {
	color: #000000;
}
blockquote {
    font-style:italic;
    font-size:13px;
	color: #888888;
}
blockquote em, blockquote cite, blockquote i {
    font-style:normal;
}
input, textarea {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
.clearer {
	clear: both;
}

/* @end */

/* @group Header */

#branding {
    padding: 18px 0 0;
}
#blog-title {
	font-size: 21px;
}
#blog-title a {
	color: #777777;
	text-decoration: none;
}
#blog-title a:hover {
	color: #D46922;
}
#blog-description {
	color: #888888;
	font-size: 12px;
	margin-top: 9px;
	margin-bottom: 27px;
}

/* @end */

/* @group Menu */

#access {
    font-size:11px;
}
.skip-link {
    display:none;
}

.menu {
    overflow:hidden;
	display: none;
}
.menu ul {
    margin:0;
    list-style:none;
}
.menu ul ul {
    display:none;
}
.menu li {
    display:inline;
}
.menu a {
    display:block;
    float:left;
}

/* @end */

/* @group Pages */

#pages {
    padding: 17px 0 0;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
}
#pages a {
	color: #888888;
	font-size: 12px;
}
#pages a:hover {
	color: #000000;
}
#pages .current_page_item a, #pages .current_page_item a:hover {
	color: #D46922;
}
#pages a:focus {
	color: #444444;
}
#pages ul {
    list-style:none;
	margin-bottom: 18px;
}
#pages ul ul {
	margin: 0 0 0 11px;
}
#pages li .page_item a {
	color: #888888;
}
#pages li .page_item a:hover {
	color: #000000;
}
#pages li .current_page_item a, #pages li .current_page_item a:hover {
	color: #D46922;
}

/* @end */

/* @group Content */

#main {
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 36px;
}
#content {
	text-align: left;
}
.hentry {
	margin-bottom: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 18px;
}
.p1 {
}
.page-link {
    margin-bottom:18px;
}

.page-title {
    font-size:14px;
	padding: 18px 0 0;
}
.page-title span {
    font-size:12px;
    font-weight:normal;
}
.entry-title, .entry-content .entry-title {
    font-size:21px;
    line-height:26px;
    padding: 8px 0 2px 0;
}
.slug-contact .entry-title {
	display: none;
}
.entry-title a:link, .entry-title a:visited {
    color:#777777;
	}
.entry-title a:hover {
	color: #D46922;
	}
.entry-meta {
    font-size:12px;
    color:#787878;
}
.entry-meta a {
    color:#787878;
}
.entry-meta a:hover {
	color: #D46922;
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
    margin:18px 0 0 0;
    overflow:hidden;
}
.hentry.page{
	border-style: none;
}
.entry-content h1 {
    font-size: 21px;
    margin:0 0 18px 0;
    padding: 8px 0 2px 0;
	color: #787878;
	line-height: 26px;
}
.entry-content h2 {
    font-size:18px;
    margin:0 0 18px 0;
	color: #787878;
}
.entry-content h3 {
    letter-spacing:1px;
    margin:0 0 18px 0;
	color: #777777;
}
.entry-content h4 {
    font-size:11px;
    letter-spacing:1px;
	color: #888888;
}
.entry-content h5 {
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content h6 {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.entry-content ul {
    list-style:square;
    margin:0 0 18px 1.5em;
}
.entry-content dt {
    font-weight:bold;
}
.entry-content dd {
    margin:0 0 21px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
.entry-content ul.xoxo {
    margin:0 0 18px 0;
    overflow:hidden;
}
.entry-content ul.xoxo ul {
    margin:0 0 0 1.5em;
}
li.content-column, .entry-content li.linkcat {
	float:left;
	list-style:none;
	margin:0 20px 0 0;
}
.entry-content li.linkcat ul.xoxo {
    overflow:visible;
}
.more-link {
    display:block;
}
.shrink-noteaser {
	margin-top: -18px;
}
.page-link {
    margin:0 0 18px 0;
}
.page .edit-link {
    float:left;
    clear:both;
}
.entry-utility {
    font-size:12px;
    color:#787878;
	margin-bottom: 18px;
}
.entry-utility a {
    color:#787878;
}
.entry-utility a:hover {
	color: #D46922;
}
.comments-link a {
	color: #D46922;
}
#content .edit-link {
}

/* @end */

/* @group Navigation */

.navigation {
    margin:0px 0 18px 0;
    overflow:hidden;
}
.navigation a {
	color: #787878;
	font-size: 11px;
}
.navigation a:hover {
	color: #D46922;
	}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-below {
	width: 100%;
}
#nav-above {
	display: none;
}

/* @end */

/* @group Comments */

#comments {
    margin: 18px 0 0;
    padding:18px 0;
    overflow:hidden;
}
#comments h3 {
    letter-spacing:1px;
    margin:0 0 18px 0;
	font-weight: bold;
	color: #777777;
}
#comments .comments:first-child h3 {
    padding-top:18px;
}
#comments ol {
    margin:0 0 36px 0;
    list-style:none;
	border-top: 1px solid #eaeaea;
}
#comments li {
    position:relative;
	border-bottom: 1px solid #eaeaea;
	margin-top: 0;
	margin-left: 0;
	padding: 17px 0 0;
}
#comments a {
}
#comments li.byuser {
}
#comments li.byuser p a {
}
#comments li.bypostauthor {
}
#comments li.bypostauthor p a {
}
#comments .avatar {
    width:36px;
    height:36px;
    position:absolute;
    top:18px;
    left:0px;
}
#comments .fn {
    font-size:14px;
    padding:0 0 0 56px;
    display:block;
}
#comments .fn a {
}
#comments-list .comment-meta {
    font-size:10px;
    margin:0 0 18px 0;
    padding:0 0 0 56px
}
#comments-list .comment-meta a {
	color: #D46922;
}
#comments li p {
    margin:0;
    padding:0 0 18px 0;
}
#trackbacks-list .comment-author {
    margin:0 0 18px 0;
    font-size:11px;
}
#trackbacks-list .comment-author a {
    font-size:14px;
}
#respond {
    width:458px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 17px 0 0;
}
#respond h3 {
	color: #777777;
	font-weight: bold;
}
#respond form {
    padding:0 0 36px 0;
}
#respond #form-section-author {
    width:227px;
    float:left;
}
#respond #form-section-author input {
    width:219px;
}
#respond #form-section-email {
    width:219px;
    float:right;
}
#respond #form-section-email input {
    width:215px;
}
#respond #form-section-url {
}
#respond #form-section-url input {
    width:454px;
}
#respond .form-label {
    font-size:10px;
}
#respond .form-input input {
    margin:0 0 14px 0;
}
#respond textarea {
    width:100%;
    margin:0 0 16px 0;
}
#respond .form-submit {
    float:right;
}
p.subscribe-to-comments {
    width:260px;
    float:left;
}
p.subscribe-to-comments label {
}
p.comment_license {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments {
    clear:both;
    margin:0;
}
p.solo-subscribe-to-comments:first-line {
}
/*input#solo-subscribe-email {
    width:220px;
    margin:9px 0;
}*/
#respond .required {
    font-weight:bold;
}

/* @end */

/* @group Asides, Sidebars & Widget Ready Areas */

.aside ul {
    list-style:none;
    margin-left:0;
	margin: 0;
}
.aside h2, .aside h3 {
	color: #777777;
}
.aside ul ul {
    list-style:none;
	margin-bottom: 18px;
	margin-top: 0;
	margin-right: 0;
	font-size: 11px;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:18px;
}
#content .widgetcontainer {
    border-top:1px solid #e0e0e0;
    padding:35px 1px 18px 1px;
    margin:18px 0 36px 0;
}
#index-top .widgetcontainer,
#single-top .widgetcontainer,
#page-top .widgetcontainer {
    border-top:none;
    border-bottom:1px solid #e0e0e0;
    padding:0 1px 53px 1px;
    margin:0 0 36px 0;
}
#content .aside:first-child .widgetcontainer:first-child {
    padding-top:18px;
}
.page #content .aside:first-child .widgetcontainer:first-child {
    padding-top:0;
}
#content .aside h3 {
    font-size:24px;
    line-height:26px;
    padding:8px 0 20px 0;
}
#content .aside ul ul {
	font-size: 12px;
}
#single-bottom .widgetcontainer {
    border-top:none;
}
.main-aside h3 {
    padding:17px 0 1px 0;
}
#primary {
    padding: 0 0 17px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 18px;
}
.page-template #primary {
	border-style: none;
	padding: 0;
	margin: 0;
}
#footer .widgetcontainer {
    padding:0 1px;
    margin:0 0 18px 0;
}

/* @group Sloweye Widgets */

/* Sidebar Textwidget */
#primary .textwidget{
	text-align: left;
	margin-bottom: 18px;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
    color:#b8b8b8;
	margin-top: 18px;
}
#footer a {
    color:#D46922;
}

#subsidiary .aside {
    margin-bottom:18px;
}
#siteinfo a {
    font-style:italic;
}

#siteinfo {
	padding: 0 0 18px;
}

/* @end */

/* @group Contact Form */

.contact .text {
	width: 50%;
}


/* @end */

/* @end */

/* @group Plugins */

/* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
  
-------------------------------------------------------------- */  

/* =Ajax Edit Comments
-------------------------------------------------------------- */

.edit-comment {
    margin-bottom:18px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Use !important to override PageNavi CSS */
.wp-pagenavi {
    margin:0 0 0 0;
    line-height:36px;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	color: blue !important;
	background:transparent !important;
	border:none !important;
}
.wp-pagenavi a:hover {	
}
.wp-pagenavi span.pages {
	background:transparent !important;
	border:none !important;
}
.wp-pagenavi span.current {
	background:transparent !important;
	border:none !important;
}
.wp-pagenavi span.extend {
	background:transparent !important;
	border:none !important;
}

/* =WordPress Stats
-------------------------------------------------------------- */

img#wpstats {   /* hide WordPress Stats smiley */
    width:0px;
    height:0px;
    overflow:hidden
}

/* @group Slideshow Textwidget */

.page-template-slideshow-php .main-aside .widget_text {
	font-size: 11px;
}

/* @end */

/* @group Google 404 */

/* Widget content container */
   #goog-wm {}
   #goog-wm ul {
	list-style-type: none;
}
   #goog-wm form {
	padding-top: 9px;
}
   #goog-wm #goog-wm-sb {
	margin-left: 18px;
}
    /* Heading for "Closest match" */
   #goog-wm h3.closest-match { }

    /* "Closest match" link */
   #goog-wm h3.closest-match a {	padding-bottom: 18px;
 }

    /* Heading for "Other things" */
   #goog-wm h3.other-things {
 }

    /* "Other things" list item */
   #goog-wm ul li {	padding-bottom: 18px;
 }

    /* Site search box */
   #goog-wm li.search-goog { display: list-item; }

/* @end */

/* @group Dynamic Content Gallery */
#dfcg_images .nav-next {
    width: 22px;
}
.panel-overlay {
	display: none;
}
/*Following styles must be copied over plugin css */
/*

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #FFF ;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('http://sloweye.net/wp-content/themes/slowmatic/images/slide-icons/loading.gif') ;
}
.jdGallery .loadingElement {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('http://sloweye.net/wp-content/themes/slowmatic/images/slide-icons/loading.gif');
}
.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 99%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=.1);
	-moz-opacity:0.01;
	-khtml-opacity: 0.01;
	opacity: 0.01;
}
.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('http://sloweye.net/wp-content/themes/slowmatic/images/slide-icons/prevlabel.gif') no-repeat center left ;
}
.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('http://sloweye.net/wp-content/themes/slowmatic/images/slide-icons/nextlabel.gif') no-repeat center right ;
}
*/
/* @end */



/* @end */



