/*
Theme Name: Tulliallan Golf Club
Theme URI: http://www.tulliallangolf.co.uk
Description: WordPress Theme
Author: Total Brand
Author URI: http://www.totalbrand.co.uk
Version: 10/2013
Tags: Tulliallan Golf Club, Total Brand
*/

body {
	background: #254c9a;
	background-image:url(images/bg_noise.png);
	color: #555;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

hr {
	border:0;
	background-color:#EEE;
	clear:both;
	display:block;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
	padding: 0;
}

img {
    max-width:100%;
    height:auto;
}

/* LINKS */

a:focus { outline:none; }

a:link {
	color: #254c9a;
	text-decoration:none;
}

a:visited {
	color: #254c9a;
	text-decoration:none;
}

a:hover {
	color: #06C;
	text-decoration:none;
}

a:hover img { opacity:0.8; }

a:active {
	color: #254c9a;
	text-decoration:none;
}

/* HEADINGS */

h1 {
	color:#254c9a;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 2.75em;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding: 0px;
}

h2 {
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding: 0px;
}

h3 {
	font-size: 1.6em;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

h4 {
	font-size: 1.3em;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

h5 {
	font-size: 1.2em;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

h6 {
	font-size: 1.1em;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}

/* BUTTONS */

button,
input[type="submit"],
input[type="button"] {
	background: #ffea00;
	border: 1px solid #fbaf5d;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #039;
	display: inline-block;
	font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight:800;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	cursor: pointer;
	line-height: normal;
	padding: 10px 12px;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background: #ffcc00; 
	border: 1px solid #ff9966;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active {
	border: 1px solid #ff9966;
	background: #ffcc00;
}

/* FORMS */

form { margin-bottom: 20px; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 8px 10px;
	outline: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #777;
	font-family: 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight:400;
	margin: 0;
	width: 250px;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	background: #fff; 
}

select {
	padding: 0; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
 	color: #444;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); 
}		



#header-right {
	color:#CCC;
	font-size: 1.25em;
}

#header-right a {
	color:#FFF;
}

#header-right a:hover {
	color:#FC0;
}

#nav {
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}

#banner-overlay,
#banner-overlay h1,
#banner-overlay h2,
#banner-overlay a:link,
#banner-overlay a:active,
#banner-overlay a:visited {
	color:#FFF;
	text-shadow:2px 2px 5px rgba(0,0,0,0.7);
}

#banner-overlay a:hover {
	color:#FC0;
}

#banner-right {
	color:#FFF;
}

#banner-right a {
	color:#FFF;
}

#banner-right a:hover {
	color:#CCC;
}

#banner-overlay h1 {
	font-size: 1.8em;
}

#banner-overlay h2 {
	font-size: 1em;
}

@media only screen and (min-width: 641px) {

#banner-overlay h1 {
	font-size: 2.5em;
}

#banner-overlay h2 {
	font-size: 1.5em;
}

}

@media only screen and (min-width: 769px) {

#banner-overlay h1 {
	font-size: 3em;
}

#banner-overlay h2 {
	font-size: 2.25em;
}

}

#home-1 {
	color: #FFF;
}

#home-1 h2 {
	margin-bottom:8px;
}

a:link #home-1,
a:active #home-1,
a:visited #home-1 {
	color: #FFF;
}

a:hover #home-1 {
	background-color: #777;
}

#home-2 {
	color: #FFF;
}

#home-2 h2 {
	margin-bottom:8px;
}

a:link #home-2,
a:active #home-2,
a:visited #home-2 {
	color: #FFF;
}

a:hover #home-2 {
	background-color: #777;
}

#home-3 {
	color: #FFF;
}

#home-3 h2 {
	margin-bottom:8px;
}

a:link #home-3,
a:active #home-3,
a:visited #home-3 {
	color: #FFF;
}

a:hover #home-3 {
	background-color: #777;
}

#home-4 {
	color: #FFF;
}

#home-4 h2 {
	margin-bottom:8px;
}

a:link #home-4,
a:active #home-4,
a:visited #home-4 {
	color: #FFF;
}

a:hover #home-4 {
	background-color: #777;
}

#offer h2 {
	color:#254c9a;
}

#offer p {
	font-size:80%;
}

#footer-content {
	color:#FFF;
	font-size:0.8em;
}

#footer-content a:link,
#footer-content a:visited,
#footer-content a:active {
	color:#FFF;
}

#footer-content a:hover {
	color:#CCC;
}

#footer-content li a:link,
#footer-content li a:visited,
#footer-content li a:active {
	color:#ffea00;
}

#footer-content li a:hover {
	color:#FC0;
}

#footer-content ul {
	display:inline-block;
	float:none;
	margin: 0px;
	margin-bottom:30px;
	padding: 0px;
	text-align:center;
}

#footer-content li {
	display:inline-block;
	float:none;
	font-family: 'Yanone Kaffeesatz', Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	list-style-type: none;
	margin: 0px;
	padding: 0.5em;
	width:auto;
}

/* COLOURS */

.bkg-grey {
	background-color:#EEE;
}

.white {
	color: #FFFFFF;
}

/* STYLES */

.padding {
	padding: 15px;
}

.padding-2 {
	padding: 30px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignright {
	float:right;
	margin-bottom:15px;
	margin-left:15px;
}

.alignleft {
	float:left;
	margin-bottom:15px;
	margin-right:15px;
}

.clear {
	clear: both;
}

.rounded {
border-radius: 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
overflow:hidden;
}

img .rounded {
border-radius: 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
}

.postmetadata {
	background-color:#F5F5F5;
	padding:10px;
}

.col-left {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-right {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-third {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-twothirds {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-quarter {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.col-eighths {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 12.5%;
}

.col-eighth {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.row {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

.row-inner {
	clear: both;
	display: block;
	float: left;
	margin-left: 0;
	width: 100%;
}

@media only screen and (min-width: 767px) {

.col-left {
	clear: left;
	display: block;
	float: left;
	margin-left: 0;
	width: 50%;
}

.col-right {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 50%;
}

.col-third {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 33.3%;
}

.col-twothirds {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 66.6%;
}

.col-quarter {
	clear: none;
	float: left;
	margin-left: 0;
	width: 25%;
}

.col-eighth {
	clear: none;
	display: block;
	float: left;
	margin-left: 0;
	width: 12.5%;
}

.row {
	clear: none;
	display: table;
}

.row-inner {
	clear: none;
	display: table-row;
}

}