﻿/*   
Theme Name: A Custom Theme 
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');

#blog-title {
margin-left:-9999px;
}
#blog-description {
margin-left:-9999px;
}
#header {
background-image:url(http://webdesigntakeout.com/wp-content/uploads/2010/06/wdt_header.jpg);
height:224px;
margin:0 auto 0 -49px;
width:1008px;
}
body {
background-image:url(http://webdesigntakeout.com/wp-content/uploads/2010/06/wdt_background.jpg);
background-repeat:repeat-x;
color:#2C2C2C;
}
#wrapper {
background-image:url(http://webdesigntakeout.com/wp-content/uploads/2010/06/wdt_wrapper2.jpg);
background-repeat:repeat-y;
margin:0 auto;
width:901px;
}
#access {
border-bottom:medium none;
margin-left:208px;
margin-top:-33px;
width:620px;
}
.entry-title {
margin-left:-9999px;
}
.sf-menu a, .sf-menu a:visited {
border:medium none;
font-family:arial;
font-size:14px;
height:14px;
text-transform:uppercase;
}
.sf-menu {
border:medium none;
font-size:16px;
}
#access, .sf-menu a {
background-color:white;
}
#container {
margin-left:82px;
margin-top:-85px;
padding-left:10px;
padding-right:10px;
}
#footer {
background-color:#ef2612;
margin:0 auto;
width:901px;
border:none;
}
#siteinfo {
color:white;
text-align:center;
}
a:link, a:visited {
color:#EF2612;
text-decoration:none;
}
#main a:hover {
border-bottom:1px dashed;
}
h2 {
color:gray;
font-weight:normal;
text-transform:uppercase;
}
h1 {
color:gray;
font-weight:normal;
text-transform:uppercase;
font-size:46px;
}
#content {
width:693px;
}
#highlight {
background-image:url(http://webdesigntakeout.com/wp-content/uploads/2010/05/block.jpg);
height:286px;
padding-left:10px;
padding-right:30px;
padding-top:20px;
width:850px;
}
.sf-menu a:hover {
color:#EF2612;
}
.entry-content h1, .entry-content h2 {
font-weight:normal;
line-height:18px;
padding-bottom:10px;
}
p {
padding-top:5px;
text-align:justify;
}

.entry-content h1, .entry-content h2 {
font-size:30px;
}

.cufon {
margin-top:9px;
}

blockquote {
width:80%;
}

#access {
margin-left:167px;
}

#button {
display:inline-block;
background:white;
height:24px;
padding-right:5px;
padding-left:5px;
border:3px solid #ef2612;
}
.entry-content h3 {
padding-top:0px;
padding-bottom:0px;
}

.entry-content img {
margin-bottom:0px;
}

#prod-div {
border:1px solid #e3e3e3;
padding-left:30px;
padding-right:30px;
padding-bottom:30px;
margin-bottom:15px;
}