/*
Theme Name: Workz Child
Description: A customized theme for The Old Post Office bakery based on the Workz theme
Author: David Flindall
Template: workz
*/

@import url("../workz/style.css");

/*-----------------------------------------------------------------------------------*
/* Fonts
/*-----------------------------------------------------------------------------------*/

/* Arial */
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

/* Georgia */
h1, h2, h3, h4, h5, h6, #menu-primary-navigation a, #home-tagline, #home-highlights a, .footer-widget .title-contribution, .footer-widget .more-link, .textwidget a, #copyright, #back-to-top a {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	color: #000;
	}

h2, h3, h4 {
	margin-top: 0;
	}

/* Lists */
.post ul, .post ol {
	margin: 0 0 1em;
	}

/* Titles */
#page-heading h1, #page-heading h2 {
	font-size: 26px;
	}

#page-heading {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	}

/*-----------------------------------------------------------------------------------*
/* Header
/*-----------------------------------------------------------------------------------*/

#header {
	margin: 40px auto 0 auto;
	padding-bottom: 0;
	border-bottom: 0;
	}

/* Logo */
#logo {
	float: left;
	}

/* Primary Nav */
#navigation {
	top: 0;
	}

	#navigation a:link, #navigation a:visited {
		color: #706e71;
		}
		
	#navigation a:hover, #navigation a:focus, #navigation .current-menu-item > a:first-child {
		color: #444;
		}

/*Subs*/
.sf-menu ul{
	border: 0;
	}
	
.sf-menu ul .current-menu-item a{
	color: #444;
	}

.sf-menu ul li{
	border-bottom: 0;
	}

.sf-menu a {
	height: 20px;
	line-height: 20px;
	}

.sf-menu {
	margin-bottom: 0;
	}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  top: 20px; /* match top ul list item height */
  }


/*-----------------------------------------------------------------------------------*
/* Primary content
/*-----------------------------------------------------------------------------------*/

#wrap {
	padding: 30px 0px 100px;
	}

/* Home */
#home-tagline {
	color: #000;
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	position: relative;
	top: -35px;
	}

.home #wrap {
	padding: 0;
	}

.home-wrap {
	margin: -30px -30px 30px;
	}

#single-portfolio-left img {
	padding: 0;
	border: 0;
	}

.page-template-template-press-php .portfolio-item {
	border: 1px solid #444;
	width: 173px;
	height: 80px;
	text-align: center;
	padding: 20px;
	}

/*-----------------------------------------------------------------------------------*
/* Sidebar
/*-----------------------------------------------------------------------------------*/

.sidebar-box h4 {
	text-transform: none;
	background: none;
	border-bottom: 1px solid #444;
	font-size: 14px;
	padding-bottom: 10px;
	}

.sidebar-box h4 span {
	padding: 0;
	margin-left: 0;
	}

.sidebar-box a:link, .sidebar-box a:visited {
	color: #000;
	}


/*-----------------------------------------------------------------------------------*
/* Footer
/*-----------------------------------------------------------------------------------*/

#footer-wrap {
	background: #231f20;	
	}
	
	.footer-widget {
		color: #fff;
		}

		.footer-widget h4 {
			border-bottom: 1px solid #fff;
			padding-bottom: 10px;
			}
			
		.footer-widget .post {
			width: 280px;
			}
		
		.footer-widget .title-contribution {
			font-size: 16px;
			display: block;
			margin-bottom: 5px;		
			}
			
		.footer-widget .byline {
			font-size: 11px;
			font-style: italic;
			margin-bottom: 10px;
			}
		
	#footer .workz-flickr-widget a {
		border: 2px solid #fff;
		}
		
	#footer-bottom {
		background: #fff;
		border: none;
		}	
		
	#copyright, #back-to-top a {
		font-size: 12px;
		font-weight: normal;
		}