﻿/*   
Theme Name: Simple Business
Theme URI: 
Description: This theme is for simple business web sites.
Author: Meg Rosner
Author URI: http://strandwebsites.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');


body{
background: #551951;
}

body, input, textarea {
    font: 15px Georgia,serif;
    line-height:23px;
}

/*
Layout area from separate stylesheet: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:947px;
    margin:0 auto;
}
#main {
    width:947px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:610px;
    float:left;
    padding-left: 10px;
}
#content {
    margin:0 0 0 10px;
    width:620px; /*Increase width of main column*/
    overflow:hidden;
}
.main-aside {
    width:250px; /*Decrease width of sidebar*/
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

/*End layout info from separate style sheet*/

#main {
    clear:both;
    width: 940px; /*Decrease width of content area slightly to align to header area and menu*/
    padding:26px 0 22px 0;
    background-color: #fff;/*Set background color of content area*/
    background-image: url(images/bg_contents2.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    border-left: 9px solid #CBD6C8; /*Border on 3 sides of content area*/
    border-right: 9px solid #CBD6C8;
    border-bottom: 9px solid #CBD6C8;
}



/* =Header
-------------------------------------------------------------- */

/* Set background color of side areas of header*/
#header {
    z-index:2;
    background-color: #551951;
    background-image: url(images/new_header6.jpg);
    background-repeat: no-repeat;
    background-position: top center;

    
}
/* Set background color of middle area of header*/
#branding {
    padding:50px 0 24px 0; /*Decrease height of header. Also adjust where site title falls.*/
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    font-style: italic;
    line-height:40px;
}
#blog-title a {
    color:#fff;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#ECDAF1;
    font-size:13px;
    font-style: normal;
}

/*Hide page titles*/
.page .entry-title {
display:none;
}


/*Default text for site*/

body, input, textarea {
font-family: Calibri,sans-serif;
line-height:22px;
}

/*Replace site title with logo*/
#blog-title a {
background:url(images/logo.gif) no-repeat top left;
display:block;
text-indent:-9000px;
width: 540px;
height: 83px;
text-align: left;
}

/*Hide site description*/
#blog-description {
    color:#ECDAF1;
    font-size:13px;
    font-style: normal;
    display: none;
}


/***Menu section here***/

#access {
    /*border-bottom:1px solid #ccc;*/
    /*border-top:1px solid #ccc;*/
    background-color: #000; /*Set background color of main menu bar extending full width of screen*/
    height:34px;
    font-size:15px;
    overflow:visible;
    z-index:100;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	color: #EDE0F6;
	font-weight: bold; /*Make main menu items bold*/
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#EDE0F6;
}
.sf-menu li {
	background:		#000;
}
.sf-menu li li {
	background:		#000;
}
.sf-menu li li li {
	background:		#000;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    color: #000;
    background:     #eed0f3;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #ff4b33;
}

/***End Menu section***/


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    /*font-family: Verdana, Helvetica, sans-serif;Control font type of post lists, etc. in sidebar*/
    font-size:13px; /*Control font size of post lists, etc. in sidebar*/
    line-height:16px; /*Control spacing between items in list*/
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#541550; /*Control color of posts in sidebar*/
}
.aside a {
    color:#541550; /*Control color of posts in sidebar*/
    text-decoration: none;
}
.aside a:active,
.aside a:hover {
    color: #A7279F; /*Control hover color of posts in sidebar*/

}


/*Control primary sidebar titles*/
.aside h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
    color: #000; 
    font-style:normal; 
    font-weight: bold; 
    background-color: #fff;
    padding: 2px; 
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    /*list-style:disc;*/
    /*margin:0 0 22px 20px;*/
    list-style-type:none;/*Remove bullet from lists in sidebar*/
    margin:0 0 22px 0;/* Remove indent from lists in sidebar*/
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}


/* =Style Posts
-------------------------------------------------------------- */
/* Control post title color on individual post page */
.post .entry-title{
    color:#7624A0;
    margin-top:20px;
}

.hentry {
    padding:0 0 5px 0; /*slightly decrease spacing between posts*/
}
.single .hentry {
    padding:0; 
}

.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title { /*Control post on main posts page*/
    font-family:Arial,sans-serif;
    font-size:17px;
    font-weight:bold;
    line-height:20px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#7624A0; /*Control color of post title on main posts page*/
    text-decoration:none;
}
.entry-title a:active, /*Control post on main posts page*/
.entry-title a:hover {
    color: #2593B0;
}
.entry-meta {
    color:#666; /*Control Published*/
    font-size:12px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author { /*Control Author*/
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}


.emphasize {
	font-size: 120%;
	color: #72166C;
	font-weight: bold;
}

.bordered {
	border: 3px solid #B8B8B8;
	padding: 6px;
	margin-top: 40px;
}

/*Standard WordPress CSS for image alignment*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
