/*
Theme Name: 	UniQ Sites
Theme URI: 		http://uniq.net.au
Author: 		KathyW
Author URI: 	http://www.kathyw.org
Description: 	Extends and customises Twenty Thirteen
Template:       twentythirteen
Version: 		1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */

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

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 
13, 2013 */

@font-face {
    font-family: 'creationitalic';
    src: url('creationitalic-webfont.eot');
    src: url('creationitalic-webfont.eot?#iefix') 
format('embedded-opentype'),
         url('creationitalic-webfont.woff') format('woff'),
         url('creationitalic-webfont.ttf') format('truetype'),
         url('creationitalic-webfont.svg#creationitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'moonhouseregular';
    src: url('moonhouse-webfont.eot');
    src: url('moonhouse-webfont.eot?#iefix') format('embedded-opentype'),
         url('moonhouse-webfont.woff') format('woff'),
         url('moonhouse-webfont.ttf') format('truetype'),
         url('moonhouse-webfont.svg#moonhouseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#masthead h1 {
	font-family: 'moonhouseregular';
	font-weight: normal;
	padding: 58px 0 0;
	color: #FFF;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); 
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'moonhouseregular';
        font-weight: normal;
}

.entry-header {
    margin-bottom: 5px;
}

.home .entry-header, .home .entry-content, .home .entry-summary, 
.home .entry-meta {
    max-width: 904px;
}

.entry-content {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.woocommerce-page ul.products li.product a img {
	width: inherit !important;
}

h1.product_title {
	line-height: 1 !important;
}

#SkypeButton img {
	margin: 0 !important;
	vertical-align: top !important;
}

/* Column Classes
------------------------------------------------------------ */

.one-half,
.one-third,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding: 0 3%;
	border-left: 1px solid #000;
}

.one-half {
	width: 48%;
}

.one-third {
	width: 31%;
}

.two-thirds {
	width: 65%;
}

.first {
	clear: both;
	padding-left: 0;
	border-left: none;
}

#contact-container .simplemodal-wrap {
	overflow: visible !important;
}
