/*
Theme Name: Portrait Patch Photography
Theme URI: http://garybritland.com.au/
Author: Gary Britland
Author URI: http://garybritland.com.au/
Description: Custom template for Portrait Patch Photography
Version: 1.1
*/

html, body {
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}

a {
	color: #71C9F6;
}

.wrapper {
	width: 1000px;
	min-height: 95%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.footer_wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}


.header {
	overflow: hidden;
}

.logo {
	float: left;
}

.navigation {
	margin: 52px 0 ;
	float: right;
	list-style: none;
	padding: 0;
}

.navigation li {
	float: left;
}

.navigation li a {
	font-size: 16px;
	line-height: 16px;
	float: left;
	text-decoration: none;
	color: #71C9F6;
	margin: 0 0 0 30px;
}

.navigation .sub-menu {
	padding-left: 0px;
	list-style: none;
}

.content {
	padding: 0 0 20px 0;
}

.content h1 {
	color: #71C9F6;
	font-weight: normal;
}

.footer_clear {
	clear: both;
	height: 25px;
}

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 1px solid #fff;
	padding: 5px 0;
	line-height: 14px;
}

body .tabsy.wptabsy-tabbed ul.tabsy-nav li a {
    font-size: 19px;
    padding-right: 30px;
}

.woocommerce {
	background: #fff;
    padding: 20px;
    color: #000;
}

.products.columns-4 {
	display: block;
	list-style: none;
	padding: 0;
	maregin: 0;
	overflow: hidden;
}

.products.columns-4 li {
	width: 25%;
	float: left;
}

.photography-products {
	margin: 0 0 50px 0;
	overflow: hidden;
}

.photography-products .global-quantity {
	display: none !important;
}

.photography-products .tools {
	margin: 20px 0;
	text-align: right;
}

.photography-products-list {
	overflow: hidden;
}