﻿/*   
Theme Name: Custom
Theme URI: 
Description: A custom theme for clients.
Author: Tamara Lance
Author URI: http://tamaralance.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 {
font-family:arial;
font-size:13px;
line-height:18px;
}
h2, h1 {
margin-bottom:-5px;
}
#header {
background-image:url(http://kyleolson.org/wp-content/uploads/2009/11/Header3.jpg);
background-position:center center;
background-repeat:no-repeat;
height:137px;
margin:0 auto;
width:950px;
}
#blog-title {
margin-left:-1000px;
position:absolute;
}
#access {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#e7e7e7 none repeat scroll 0 0;
border-bottom:4px double #607789;
border-top:1px dotted #607789;
margin:5px auto 0;
width:950px;
}
.sf-menu a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#e7e7e7 none repeat scroll 0 0;
border:medium none;
color:#2A4862;
font-weight:bold;
}
.menu {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent none repeat scroll 0 0;
}
.sf-menu {
border:medium none;
float:right;
padding-right:43px;
}
#footer {
background-color:#2A4862;
border-top:5px solid #AA5F1C;
margin:0 auto;
width:950px;
}
#siteinfo {
color:#CCCCCC;
text-align:center;
}
#main {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:white none repeat scroll 0 0;
width:950px;
}
body {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#294861 url(http://kyleolson.org/wp-content/uploads/2009/11/shadowback1.jpg) repeat scroll center center;
margin:0 auto;
width:950px;
}
#content {
padding-left:35px;
}
#primary {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#607789 none repeat scroll 0 0;
border-color:#2A4862 -moz-use-text-color;
border-style:solid none;
border-width:25px medium;
color:#CCCCCC;
margin-right:-10px;
margin-top:-61px;
padding-top:28px;
}
.entry-title {
color:#566F83;
font-family:Georgia;
font-weight:normal;
}
.aside a {
color:white;
text-decoration:none;
}
.aside li li {
color:#2A4862;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
}
.widgettitle, .widgettitle a {
color:#2A4862;
font-family:georgia;
font-size:18px;
font-style:normal;
font-weight:bold;
}
#content2 {
margin-top:-50px;
padding-left:46px;
}
#content {
margin-top:-32px;
}
h2 {
color:#B06C2D;
}
.entry-content li {
color:#2A4862;
font-family:arial;
font-size:12px;
line-height:20px;
list-style-image:none;
list-style-position:inside;
list-style-type:square;
}
.entry-content a {
font-weight:bold;
}
#primary a:hover {
color:#2A4862;
text-decoration:underline;
}
#content2 a, #content a {
color:#2A4862;
}
.formcontainer {
color:#2A4862;
font-family:arial;
font-size:12px;
}
#access a:hover {
color:#2A4862;
}
#access a {
color:#566F83;
font-family:Verdana;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
}