/*   
Theme Name: Tomdorkin 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');

p, ul, ol, dd, pre {
margin-bottom:10px;
}

p {
margin-bottom:10px;
}

#branding {
	padding:20px;
}

#header {
    display:none;
	position:absolute;
	
	}

#main {
clear:both;
padding:18px 0px 0px 10px;
position:absolute;

}

#access {
border-bottom:1px solid #000000;
font-size:10px;
height:0px;
z-index:100;
}

#siteinfo {
color:#000000;
font-size:10px;
line-height:18px;
}

#blog-title a:active, #blog-title a:hover {
color:#808080;
background-color: #FFFFFF;
}

.aside a:active, .aside a:hover {
color:#808080;
}

#blog-title a {
color:#000000;
text-decoration:none;
}

#blog-title {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
}


.entry-title {
font-size:18px;
font-weight:bold;
}

.entry-title a:active, .entry-title a:hover {
color:#808080;
}

.entry-meta a:active, .entry-meta a:hover {
color:#808080;
background-color: #FFFFFF;
}

.entry-utility a:active, .entry-utility a:hover {
color:#808080;
}


a:link {
	color:#000000;
	}

a:visited {
color:#000000;
}

a:active, a:hover {
color:#808080;
background-color: #FFFFFF;
}

.entry-utility {
color:#000000;
font-size:10px;
font-style:normal;
}

.entry-meta {
color:#000000;
font-size:10px;
font-style:normal;
}

.entry-title a {
color:#000000;
text-decoration:none;
}

.entry-meta a {
color:#000000;
font-style:normal;
text-decoration:none;
}

.entry-utility a {
color:#000000;
font-style:normal;
text-decoration:none;
}

.entry-meta abbr {
border:medium none;
cursor:text;
font-size:10px;
font-style:bold;
text-transform:uppercase;
}

.entry-meta .n {
font-size:10px;
font-style:bold;
text-transform:uppercase;
}

body, input, textarea {
color:#000000;
font-family:Helvetica, Arial, Verdana, sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
text-decoration:none;
line-height:18px;
}

input
{
border: 1px solid #000000
}

.submit input
{
color: #000;
background: #FFFFFF;
border: 2px solid #000000
} 

#primary {
border:none;
padding:0px 0 0;
}

.aside {
color:#000000;
font-size:12px;
font-style:normal;
}

.aside h3 {
font-size:12px;
font-style:normal;
font-weight:bold;
}

.aside a {
color:#000000;
text-decoration:none;
}

#footer {
	display:none;
}
