/*   
Theme Name: ThisWomansJourney
Theme URI:
Description: Theme being built especially for This Woman's Journey
Author: Elizabeth A Burr
Author URI: http://www.LizBurrWebDesign.com
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import 'http://www.thiswomansjourney.net/wordpress/wp-content/themes/thematic/library/styles/reset.css';

/* Apply basic typography styles */
@import 'http://www.thiswomansjourney.net/wordpress/wp-content/themes/thematic/library/styles/typography.css';

/* Apply a basic layout */
@import 'http://www.thiswomansjourney.net/wordpress/wp-content/themes/thematic/library/layouts/2c-r-fixed.css';

/* Apply basic image styles */
@import 'http://www.thiswomansjourney.net/wordpress/wp-content/themes/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 'http://www.thiswomansjourney.net/wordpress/wp-content/themes/thematic/library/styles/default.css';

/* Prepare theme for plugins */
@import 'http://www.thiswomansjourney.net/wordpress/wp-content/themes/thematic/library/styles/plugins.css';


/* making changes for custom site */
body {
background:#bcbc9a;
}

/* link colors */

a:link {
color:#333333;
}

a:visited {
color:#996633;
}

a:active,
a:hover {
color:#660000;
}

/* formatting text and hr attributes */
/* did not work
hr {
color:#cc9966;
}
*/

/* title and header issues */

#blog-title a {
background:url(http://www.thiswomansjourney.net/wordpress/wp-content/themes/ThisWomansJourney/images/title.jpg)   no-repeat top center;
display:block;
text-indent:-9000px;
width: 950px;
height: 200px;
}

#branding {
padding:0 0 0 0;
}

#blog-description {
text-align:right;
color:#000000;
}

/* to format navigation bar */

.sf-menu {
border-right:1px solid #666633;
}

.sf-menu li {
background:#cc9966;
}

.sf-menu a, .sf-menu a:visited {
color:#000000;
}

.sf-menu ul a:hover {
color:#bcbc9a;
}

/* to affect line running horizontally across screen between menu and main content */
#access {
border-bottom:1px solid #666666;
}

/* to delete duplicate titles including from blog entries */
.entry-title {
display:none;
}


/* formatting and sizing content and sidebars */

#content {
width:840px;
margin: 0 200px 0 0;
border-right:5px outset #bcbc9a;
border-radius:15px;
border-left:2px solid #bcbc9a;
background:#ffffff;
padding:10px 10px 0 20px;
}

#primary {
width:198px;
background:#ffffff;
border-right:5px outset #bcbc9a;
border-left:2px solid #bcbc9a;
border-radius:15px;
}

/* changing color and alignment and style of date widget   style change did not work */
#current-date-time {
color:#000000;
text-align:center;
font-style:bold;
}

#main {
padding:10px 0 0 0;
background:#bcbc9a;
width:1100px;
}

.main-aside {
width:198px;
background:#ffffff;
border-right:5px outset #bcbc9a;
border-left:2px solid #bcbc9a;
}

#secondary {
display:none;
}

/* formatting blog entries */

/*.entry-meta {
display:none;
}
*/

.entry-content {
padding:0 0 0 0;
}

.entry-content h3 {
padding:10px 0 10px 0;
}

/* formatting footer not dealt with in thematic options */

#footer {
background:#ffffff;
}
