/*
Theme Name: Ufit Australia
Theme URI: http://www.ufitaustralia.com
Description: A child theme for K2
Author: John Ellway
Author URI: http://www.johnelllway.com
Template: k2
*/

/* Basic Typography */

body {
    font-family: Helvetica, Arial, Sans-Serif;
    /* letter-spacing: 1px; */
	}

h1, #site-title, h2, h3 {
	font-family: Helvetica, Arial, Sans-Serif;
	}

h4, h5, h6 {
	font-family: Helvetica, Arial, Sans-Serif;
	}


	
/* Page Structure */	

body {
	background: #000;
	color: #000;
	}
	
#header {
	height: 250px;
	background: #000;
	}	

#page {
	padding-top: 0px;
	border: none;
	}
		
#footer {
	width: 980px;
	background: #000;
	color: #444;
	padding: 20px 0 20px;
	}	
	
#footer a {
	color: #aaa;
	font-weight: normal;
	}	
		
.columns-two #page,
.columns-two.smartposition #rollingarchivesbg {
	width: 980px;
	}

.wrapper {
	padding: 0 40px 0px;
	}
		
.primary {
	width: 585px;
	padding: 30px 0;
	}
	
.secondary {
	width: 265px;
	padding: 0 0 100px;
	font-size: 1.25em;
}	

body.home.onepageonly.rollingarchives .primary {
	padding-top: 30px;
}

.four04 .entry-title,
body.page .content .entry-title {
	margin-left: 0px;
	text-align: left;
	padding-bottom: 20px;
	}
		
h1 {
	font-size: 2.5em;
	}

.entry-header h1, .entry-header h3 {
	font-size: 26px;
	text-transform: uppercase;
	}
	
.widgets h4 { /* Widget Titles */
	font-weight: bold;
	padding-top: 20px;
	font-size: 1.25em;
	}

.wp-caption-text {
	font-size: 0.9em;
	}
	

/* Main Menu in Header */

.headermenu {
	width: 980px;
	background-repeat: no-repeat;
	}
	
.headermenu > ul > li > a { /* Top Menu */
	color: #fff;
	font-size: 13px;
	margin-left: 5px;
	padding: 10px 13px;
	}
	
.headermenu > ul > li.current_page_ancestor > a,
.headermenu > ul > li.current_page_item > a {
	color: #333;
	background: #fff;
	font-weight: bold;
	}

.headermenu > ul > li:hover > a,
.headermenu > ul > li.sfHover > a { /* Top level hover*/
	color: #eee;
	background-color: #0072BC;
	}
	
body.slug-program #header{
    background-image: url(http://www.ufitaustralia.com/wp-content/themes/k2-ufit/images/ufit_header_program.jpg)
}

body.slug-weekends #header{
    background-image: url(http://www.ufitaustralia.com/wp-content/themes/k2-ufit/images/ufit_header_weekends.jpg)
}	
	

	
/* Text General */
	
.entry-title, .entry-title a, .entry-title a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
	color: #000;
	}
	
.entry-title {
	font-size: 1em;
	font-weight: bold;		
}	
	
.entry-content {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #000;
	}	

.entry-content h1, .entry-content h2 {
	font-size: 1.5em;
	font-weight: normal;
	}	

.entry-content h3 {
	font-size: 1.25em;
	font-weight: normal;
	}	

	
body.slug-program .entry-title {
	display: none;}
		

/* Quotes & Widgets */

blockquote {
	margin: 20px 0;
	padding: 0 100px 0 50px;
	}
	
body.slug-testimonials .entry-content ul, body.slug-testimonials .entry-content ul li {
	padding: 0;
	margin:0;
	list-style-type: none;
	}

body.slug-testimonials .entry-content p {
	display: none;
	}

.widgets blockquote {
	padding: 0 15px 0 40px;
	}

.widgets #stray_widgets-2 {
	height: 200px;
	}
	
.widgets #recent-posts-3 a {
	text-transform: capitalize;
	}




