/*
Theme Name: Turning Point Fitness
Theme URI: http://www.bigevilbrain.com/
Description: Theme for Turning Point Fitness website.
Version: 2.0
Author: Alexander Palmo
Author URI: http://www.bigevilbrain.com/
Tags: widgets, sidebar
This theme was designed by Greg Vennerholm and developed by Alexander Palmo. All rights reserved.
*/


/* ---------- Reset ---------- */

html, body, div,
ul, ol, li,
dl, dt, dd,
form, fieldset, legend, input, textarea, select {
	border: 0;
	margin: 0;
	padding: 0;
	}
	
/* ---------- Body / HTML ---------- */

html {}
	
body {
	font-size: .80em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* ---------- Links ---------- */

a {	text-decoration: underline; }
	a:hover { text-decoration: none; }
	a, a:active, a:focus { outline: none; }
	a img { border: 0 none; }

/* ---------- Headlines ---------- */

h1, h2, h3 {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0;
	margin: 0 0 .8em 0;
	font-weight: normal;
	line-height: 1.4em;
	}
	h1 { font-size: 1.6em; }
	h2 { font-size: 1.4em; }
	h3 { font-size: 1.2em; }
h4, h5, h6 {
	font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
	font-style: normal;
	padding: 0;
	margin: 1.2em 0 .6em 0;
	font-weight: bold;
	line-height: 1.2em;
	}
	h4 { font-size: 1.4em; }
	h5 { font-size: 1.2em; }
	h6 { font-size: 1.0em; }

/* ---------- Type ---------- */

.big				{ font-size: 1.2em; line-height: 1.4em; }
.small				{ font-size: 0.9em; line-height: 1.1em; }
.text-left			{ text-align: left; }
.text-right			{ text-align: right; }
.text-center		{ text-align: center; }
.text-justify		{ text-align: justify; }

/* ---------- Block Text ---------- */

p {	margin: 0 0 .8em 0; }
	
blockquote {
	border-left:2px solid #D9D9D9;
	font-size:1em;
	font-style:normal;
	margin:1.2em 0;
	padding:0 1.6em;
	quotes:none;
	}
	q {
		font-style: italic;
		}

hr {
	margin: 20px 0;
	padding: 0;
	border: 0 none;
	border-top: 1px dotted #000000;
	height: 1px;
	clear: both;
	}

/* ---------- Lists ---------- */

ul, ol, dl, li {}
	ul li, ol li {
		margin-bottom: .8em;
		margin-left: 2em;
		padding: 0;
		}
	ul ul, ol ol, ul ol, ol ul {
		margin-bottom: 0; /* So nested lists don't have extra spacing */
		}
	dt {
		font-weight: bold;
		margin-bottom: 0.2em;
		}
		dd {
			font-weight: normal;
			margin-bottom: 0.4em;
			}

/* ---------- Tables ---------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: .8em 0;
	margin-left: 1px; /* Avoid hiding border */
	}
	caption {
		padding: .6em .8em;
		text-align: left;
		vertical-align: top;
		/* border: 1px solid #cccccc; */
		}
	td {
		padding: 10px;
		text-align: left;
		vertical-align: top;
		/* border: 1px solid #cccccc; */
		}
	th {
		padding: 10px;
		text-align: left;
		vertical-align: top;
		/* border: 1px solid #cccccc; */
		}


/* ---------- Code / Mono ---------- */

code, kbd, samp, pre, tt, var {
	font-size: 92%;
	font-family: monaco, "Lucida Console", courier, mono-space;
	}

/* ---------- Forms ---------- */

form {}		
	fieldset {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 5px 15px;
		border: 1px solid #cccccc;
		}	
	legend {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 1.1em;
		}
		input, select { cursor: pointer; }
		
		/* IE doesn't like psuedo selectors */
		input,
		textarea {
			cursor: text;
			background: #ffffff;
			color: #000000;
			border: 1px solid #cccccc;
			padding: 4px 4px;
			}
			input:focus,
			textarea:focus {
				background: #ffffff;
				}
			select {
				vertical-align: middle;
				}
		
		 /* Non-IE */
		input[type='text'],
		input[type='password'] {
			}
			input[type='text']:focus,
			input[type='password']:focus {
				}
			input[type='button'],
			input[type='submit'] {
				vertical-align: middle;
				}
			input[type='checkbox'] {
				vertical-align: bottom;
				}

/* ---------- Images / Captions ---------- */
	
.wp-caption {
		margin: 5px 0 10px;
		padding: 10px 10px 0;
		text-align: center;
		}
		.wp-caption img { /* images with captions */
			margin: 0;
			padding: 0;
			}
		.wp-caption p.wp-caption-text {
			padding: 5px 10px;
			margin: 0;
			}

.left, .alignleft {	float: left; position: relative; } /* Position is for IE peek-a-boo bug. */
.right, .alignright { float: right; position: relative; } /* Position is for IE peek-a-boo bug. */
.center, .aligncenter { display: block; margin-left: auto; margin-right: auto; }

img.alignleft { display: inline; margin: 0 15px 5px 0; }
img.alignright { display: inline; margin: 0 0 5px 15px; }
img.aligncenter { margin-bottom: 5px; }
	
.wp-caption.alignleft { display: inline; margin: 0 15px 5px 0; }
.wp-caption.alignright { display: inline; margin: 0 0 5px 15px; }
.wp-caption.aligncenter { margin-bottom: 10px; }

/* ---------- Floats ---------- */

.end, .clear		{ clear:both; }

/* Utility for IE clearing. */
.clearfix {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* ---------- Rarely Used ---------- */	

del 				{ text-decoration: line-through; }
ins, dfn 			{ text-decoration: none; border-bottom: 1px solid #ccc; }
abbr, acronym 		{ text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym 	{ border: none; }
abbr[title], acronym[title], dfn[title]		{ cursor: help; border-bottom: 1px solid #ccc; }
address 			{ font-style: normal; display: inline; margin: 0; padding: 0; }
abbr 				{ border: none; }

/* ---------- Utility ---------- */

.hidden				{ visibility: hidden; }
.nopadding			{ padding: 0; }
.noindent			{ margin-left: 0; padding-left: 0; }
.nobullet			{ list-style:none; list-style-image:none; }

/* ---------- Tweaks ---------- */

font { /* disables some nasty font attributes in standard browsers */
	color: inherit !important;
	font: inherit !important;
	}
