﻿/*
Theme Name: Southworks Child Theme
Description: This theme should only be used as a child theme in a multisite setup.
Author: Darin Reid
Template: southworks
Version: 1.1
*/

@import url('parent.css');

/*		BASIC LAYOUT
			.................................................. */

body	{	
			color: #222;
			}
			
#header {
			padding: 10px 0;
			}

#logo	{
			float: right;
			background: url(../southworks/assets/img/southworks-blogs.gif);
			}

.wrapper	{
			background-color: #FFF;
			padding-bottom: 67px;
			}
			
/*		BANNER
			.................................................. */

#banner {
			min-height: 250px;
			background: url(../southworks/assets/img/banner-bg-light.jpg);
			}

#banner .container .group {
			display: table-cell;
			vertical-align: middle;
			width: 940px;
			height: 180px;
			}

#banner .container .group .title {
			margin-right: 20px;
			font-size: 34px;
			line-height: 48px;
			}

#banner .container .group .tagline {
			font-size: 16px;
			line-height: 22px;
			font-weight: 500;
			color: #7bb2d6;
			}

/*		FOOTER
			.................................................. */

#footer {
			margin: 0;
			}

/*		NAVIGATION
			.................................................. */

.menu	{
			float: left;
			margin-left: 11px;
			}

/*		LINKS
			.................................................. */
			
a			{
			color: #3e84b2;
			}

a:hover {
			color: #222;
			}

a.rss-icon {
			background: url(../southworks/assets/img/rss-icon.png) no-repeat left;
			}

/*		TITLES
			.................................................. */

.title.extra a:hover {
			color: #7bb2d6;
			}

.title.large {
			font-weight: 400;
			color: #222;
			}

.main-col .title.large a {
			font-weight: 400;
			color: #3e84b2;
			}

.main-col .title.large a:hover,
.main-col .title.small a:hover {
			color: #222;
			}

.title a.feed {
			background: url(../southworks/assets/img/rss-icon-big.png) no-repeat;
			}

/*		ENTRIES
			.................................................. */

.title-area,
ol.comments li {
			border-bottom: 1px solid #bec7cc;
			}

.posts-nav {
			border-top: 1px solid #bec7cc;
			}

.entry p.meta {
			font-weight: 500;
			}

.entry .title a,
.entry p.meta a,
.entry a.comments,
ul.index a.more-link {
			font-weight: 500;
			color: #3e84b2;
			}

.entry .title a:hover,
.entry p.meta a:hover,
.entry a.comments:hover,
ul.index a.more-link:hover {
			color: #222;
			}

.entry a.comments {
			background: url(../southworks/assets/img/comment-bubble.png) no-repeat top left;
			}

/*		WIDGETS
			.................................................. */

.widget ul {
			border-top: 1px solid #bec7cc;
			}
			
.widget ul li {
			padding-left: 0;
			background: #FFF;
			border-bottom: 1px solid #EEE;
			}

.widget ul a {
			color: #3e84b2;
			}

.widget ul li:last-child a {
			border: none;
			}

.widget ul a:hover {
			color: #222;
			}
			






























