/*
Theme Name: phoenix
Theme URI: http://www.phoenixgymnastics.com
Description: new theme for website redesign, bringing visual consistency across the brand 
Version: 1.0
Author: tyler mcgowan
Author URI: http://www.tylermcgowan.com
*/


body {
	margin: 0px; /* resets browser defaults */
	padding: 0px; /* resets browser defaults */
	background-color: #FFF;
	background: url(images/phoenix_background.png);
	font-size: 62.5%; /* resets default to 1em=10px */
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", Georgia, serif;
	text-rendering: optimizeLegibility; 
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
}

#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	/*overflow:hidden;*/
}

#container {
	background:#FFF;
	width: 960px;
	min-height: 500px;
	/*margin: 10px 0 10px 0;*/
	padding: 0 0 30px 0;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	overflow: hidden;
	/*-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;*/
}

#header {
	height: 95px;
	width: 960px;
	margin: 30px 0 0 0;
	/*position:absolute;*/
	/*z-index: 20;*/
	background: #FFF;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-khtml-border-radius-topleft: 3px;
	-khtml-border-radius-topright: 3px;
	-webkit-backface-visibility:hidden;

}

#main_nav {
	height: 10px;
	width: 460px;
	margin: 65px 0 0 98px;
	position:absolute;
	z-index: 20;
}

#nav2_left {
	width: 76px;
	height: 50px;
	margin: 29px 0 0 589px;
	z-index: 20;
	position: absolute;
}

#nav2_middle {
	width: 76px;
	height: 50px;
	margin: 29px 0 0 651px;
	z-index: 20;
	position: absolute;
}

#nav2_right {
	width: 76px;
	height: 50px;
	margin: 29px 0 0 740px;
	z-index: 20;
	position: absolute;
}

#nav2_phone {
	width: 115px;
	height: 50px;
	margin: 29px 0 0 819px;
	z-index: 20;
	position: absolute;
}

#header_line {
	height: 2px;
	width: 884px;
	margin: 92px 0 0 86px;
	position: absolute;
	background: url('images/header_line.png');
	border: 0;
}

#home_photo {
	height: 370px;
	width: 556px;
	/*margin: 30px 0 0 96px;*/
	float: left;
	font-size:1.2em;
	line-height:1.4em;
}

#home_info {
	float: right;
	/*height: 370px;*/
	width: 268px;
	margin: 0px 20px 0 0;
}

#home_info p {
	margin-bottom: 1.2em;
}

#home_info h2 {
	margin: 0 0 2px 0;
	padding: 0px;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	/*color: #c1371e;*/
}

#home_news {
	width: 172px;
	margin: 20px 0 0 96px;
	font-size: 1.2em;
	line-height: 1.4em;
	color:#4d4d4d;
	float:left;
	clear:left;
}

.content {
	width: 556px;
	margin: 30px 0 10px 96px;
	/*padding-bottom:40px;*/
	/*border-left: 1px solid #e5e5e5;*/
	float: left;
}

.content_wide {
	width: 864px;
	margin: 30px 0 10px 96px;
	/*padding-bottom:40px;*/
	/*border-left: 1px solid #e5e5e5;*/
	float: left;
}

.image {
	width: 556px;
	margin: 0 20px 10px 0;
	float: left;
	font-size: 1.4em;
	color: #4d4d4d;
	line-height: 1.5em;
}

#sidebar {
	float: right;
	width: 172px;
	margin: 35px 43px 0 0;
	clear: right;
}

#program_list {
	float: right;
	width: 172px;
	margin: 5px 42px 0 0;
	padding: 0 0 0 20px;
	border-left: 1px solid #A8A8A8;
}

#program_list li {
	list-style-type: none; /*IE hack fix so bullets don't show up—instead of list-style:none;*/
	list-style-image: none; /*IE hack fix so bullets don't show up—instead of list-style:none;*/
}

.program_list {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #666;
	margin: 0 0 5px 0;
	/*text-transform: lowercase;*/
}

.more_info {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #666;
	list-style: none;
	margin: 0 0 5px 0;
	/*text-transform: lowercase;*/
}

.content_wide p {
	margin-bottom: 1.2em;
}

#contact_list {
	float: right;
	width: 268px;
	margin: 30px 30px 0 0;
}

.contact_list {
	font-size: 1.2em;
	line-height: 1.6em;
	border-top: 1px solid #cccccc;
	padding: 6px 0 8px 7px;
	color: #4d4d4d;
}

#post_date {
	background-image: url('images/date_background.png');
	height: 12px;
	width: 86px;
	margin: 121px 0 0 -10px;
	position: absolute;
}

/* Footer
--------------------------------------------------*/

#footer {
	height: 100px;
	width: 960px;
    margin: 10px 0 10px 0;
	padding: 15px 0 35px 0;
    background: #FFF;
	border: 1px solid #e5e5e5;
	/*z-index: 10;*/
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-khtml-border-radius-bottomleft: 3px;
	-khtml-border-radius-bottomright: 3px;
	/*-moz-box-shadow:0px 1px 2px #4d4d4d;
	-webkit-box-shadow:0px 1px 2px #4d4d4d;*/
}

#footer ul {margin: 12px 0px 0px 0px; padding: 0; overflow: hidden;}
#footer ul li {display: inline; float: left;}
#footer ul a {background-image: url(images/footer-logo-sprite-2.png);}
#footer ul li a {display: block; height: 82px; -webkit-transition: none; -moz-transition: none;}

.footer-logo-gymcan {width: 124px;}
.footer-logo-gymbc {width: 168px; background-position: -124px 0px;}
.footer-logo-tutordoc {width: 161px; background-position: -292px 0px;}
.footer-logo-enwave {width: 169px; background-position: -453px 0px;}
.footer-logo-hsbc {width: 170px; background-position: -622px 0px;}
.footer-logo-janiking {width: 168px; background-position: -792px 0px;}

.footer-logo-gymcan:hover {background-position: 0px -82px;}
.footer-logo-gymbc:hover {background-position: -124px -83px;}
.footer-logo-tutordoc:hover {background-position: -292px -83px;}
.footer-logo-enwave:hover {background-position: -453px -83px;}
.footer-logo-hsbc:hover {background-position: -622px -84px;}
.footer-logo-janiking:hover {background-position: -792px -83px;}

.footer_column1 {
	margin: 0px 0px 0px 17px;
}

.footer_logo {
	height:80px;
	margin: 10px 0 0 30px;
	padding-right: 30px;
	border-right: 1px solid #cccccc;
	float: left;
	vertical-align: bottom;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2";
	font-size: 1.1em;
	color:#4d4d4d;
}

#footer_colophon {
	height: 20px;
	width: 947px;
	background: #fff;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 4px 13px;
	float: left;
	border: 1px solid #e5e5e5;
	font-size: 1.1em;
	color: #4d4d4d;
}

.footer_logo a {
	color: #4d4d4d;
}

.footer_logo a:hover {
	color: #C1371E;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	opacity: 0.8;
}

#footer_colophon a, .colophon a {
	color: #4d4d4d;
}

#footer_colophon a:hover, .colophon a:hover {
	color: #C1371E;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.colophon {
	height:80px;
	margin: 0 75px 0 0;
	float: left;
}


.logo {
	height: 110px;
    width: 512px;
    margin: -20px 0 0 -20px;
	padding: 0px;
	position: absolute;
	z-index: 10;
    background: url('images/logo_header.png') no-repeat;
}

.logo a {
	height: 75px;
	width: 512px;
	display:block;
}

.logo:hover {
	opacity: 0.8; 
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-out; }

.main_nav {
	color: #666;
	font-size: 1.3em;
}

.h2_red_block {
	height: 12px;
	width: 5px;
	background: url(images/sidebar_head.png);
	margin: 1px 0 0 -10px;
	padding: 0px;
	position: absolute;
	/*margin:0 0 0 -10px;
	border-right: 2px solid #c1371e;*/
}

.list {
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-size: 1.3em;
	line-height: 1.5em;
	color: #666;
	list-style:none;
	margin: 0 0 30px 0;
	text-transform: lowercase;
}

.nav2 {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5em;
	font-weight: normal;
	color: #4d4d4d;
}

.red_header {
	height: 19px;
	width: 81px;
	background: url(images/date_background.png) repeat;
	margin: 0 0 0 -106px;
	padding: 0px 5px 0 0;
	position: absolute;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*font-size: 1.0em;*/
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	text-align: right;
	color: #FFF;
	/*-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;*/
}

.post_date {
	position: absolute;
	width: 65px;
	/*height: inherit;*/
	margin: 0px 0 0 -85px;
	padding: 5px 7px 3px 0;
	font-size: 1.2em;
	font-style: italic;
	text-align:right;
	text-transform: lowercase;
	/*letter-spacing: 0.1em;*/
	color: #666666;
	/*border-top: 1px solid #A8A8A8;*/
	border-right: 1px solid #A8A8A8;
}

.month {
	font-size: 1.1em;
	position: absolute;
	top: -5px;
	left: 34px;
}

.day {
	font-size: 1.2em;
	position: absolute;
	top: 9px;
	left: 38px;
}

.post {
	width: 556px;
	color: #4d4d4d;
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 10px 0 0px 0;
	padding: 0px 0 20px 0;
	border-bottom: 1px solid #e5e5e5;
}

.post_wide {
	width: 600px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #4d4d4d;
	margin:10px 0 40px 0;
	min-height:110px;
	height:auto !important;
}

.post_wide p {
	margin-bottom: 1.3em;
}

.img_sml {
	float:left;
	width: 268px;
	margin: 0 20px 10px 0;
	font-size: 1.4em;
}

.wp-caption-text {
	font-size: 0.9em;
	margin-top: 10px;}

.post_logo {
	margin: 10px 38px 30px 10px;
	display: inline;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
}

.post_logo:hover {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	opacity: 0.8;
}

.intro_blurb p{
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size: 1.4em;
	line-height: 1.6em;
	padding-right:10px;
	/*font-style:italic;*/
	color: #4d4d4d;
}

.edit_this {
	font-size: 0.8em;
	margin-top: 10px;
}

.column1 {
	width: 263px;
	float: left;
	clear: left;
	margin: 0px 20px 0 0;
	padding-right: 5px;
	min-height:100px;
	height:auto !important;
	height:100px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #4d4d4d;
}

.column2 {
	width: 263px;
	float: left;
	margin: 0px 20px 0 0;
	padding-right: 5px;
	min-height:100px;
	height:auto !important;
	height:100px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #4d4d4d;
}

.column3 {
	width: 203px;
	float: left;
	border-left: 1px solid #A8A8A8;
	margin: 0 60px 0 -41px;
	padding: 0 5px 0 60px;
	height:450px;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #4d4d4d;
}

.halfcolumn1 {
	width: 402px;
	margin: 0 20px 20px 0;
	float: left;
	font-size: 1.4em;
	color: #4d4d4d;
	line-height: 1.5em;
}

.column1 p {
	margin-bottom:1.3em;
}

.column2 p {
	margin-bottom:1.3em;
}

.column3 p {
	margin-bottom:1.3em;
}

.home_news_feed {
	font-size: 1.2em;
	line-height: 1.4em;
	/*margin:0 0 10px 0;*/
	/*padding:5px 0 5px 0;*/
	/*border-top: 1px dotted #666;*/
	color:#4d4d4d;
	width: 172px;
	float: left;
	margin: 20px 0 0 20px;
	min-height: 100px;
	height: auto !important;
	height: 100px
}

.news_feed {
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-size: 1.2em;
	line-height: 1.4em;
	margin:0 0 15px 0;
	color:#4d4d4d;
}

.postnav {
	width: 556px;
	font-family: "ff-dagny-web-pro-1","ff-dagny-web-pro-2",sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	/*font-style: italic;*/
	text-transform: uppercase;
	margin:10px 0 40px 0;
}

.right {
	float:right;
}

.left {
	float:left;	
}

.postpages-nav-left {
	float:left;
	margin: 15px 0 10px 90px;
}

.postpages-nav-right {
	float:right;
	margin: 15px 0 10px 0;
}

.archive_title {
	width: 293px;
	height: 17px;
	margin: 0px 0px 30px -5px;
	padding: 2px 5px 6px 7px;
	background: #DC002B;
	/*font-family: Tahoma, Geneva, sans-serif;*/
	font-size: 1.3em;
	text-transform: uppercase;
	color:#FFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.programs_header {
	width: 293px;
	height: 17px;
	margin: 0px 0px 9px -5px;
	padding: 2px 5px 6px 7px;
	background: #DC002B;
	font-size: 1.3em;
	text-transform: uppercase;
	color:#FFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.sidebar_header {
	width: 293px;
	height: 17px;
	margin: 0px 0px 9px -5px;
	padding: 2px 5px 6px 7px;
	background: #737373;
	font-size: 1.3em;
	text-transform: uppercase;
	color:#FFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

h1 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}

h2 {
	font-size: 2.4em;
	font-weight: normal;
	margin: -8px 0 5px 0;
}

h3 {
	margin: 0 0 2px 0;
	padding: 1px 0 0 0;
	font-size: 0.9em;
	text-transform: uppercase;
	color:#4d4d4d;
}

h4 {
	font-size: 1.6em;
	font-weight: normal;
	margin: 20px 0 20px 0;
	line-height: 1.3em;
}

.post h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 26px 0px 5px 0px;
}

h2.pagetitle {
	margin: 25px 0 0 96px;
	}

h3.search_result {
	font-size:1.2em;
	margin: 8px 0 2px 0;
}

h5 {
	font-size: 0.9em;
	text-transform: uppercase;
	color:#4d4d4d;
	margin: 0;
}

p {
	margin:0;
	padding: 0;
}

.post p {
	margin-bottom:1.3em;
}

th, td, li, dd, dt, ol, select, textarea {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

ul {
	margin: -1.3em 0 1.8em 0;
	padding: 0;
	/*list-style: none outside url(images/bullet.gif);*/
}

li {
	padding: 0px;
	list-style: none outside url(images/bullet.gif);
}

.column1 li, .column2 li {
	margin-bottom: 0.4em;
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

a:active {
	color:#C1371E;
}

#header a{
	color:#666666;
}

#header a:hover, a:active {
	color:#C1371E;
}

#home_news a:hover, .news_feed a:hover, .home_news_feed a:hover {
	color: #4D4D4D;
 	border-bottom: 1px dotted #C1371E;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.content h2 a, .postnav a, h3 a, .post h3 a {
	color:#000;
}

.content h2 a:hover, .postnav a:hover, h3 a:hover, #home_news h3 a:hover, .news_feed h3 a:hover, .home_news_feed h3 a:hover, .post h3 a:hover {
	color:#C1371E;
}

.list a, .program_list a {
	color: #666666;
}

.list a:hover, .program_list a:hover {
	color: #C1371E;
	font-style: italic;
}

#home_news a, .intro_blurb a, .news_feed a, .home_news_feed a, .more_info a, .post_wide a, .column2 a, .post a {
	color: #C1371E;
}

.more_info a:hover, .intro_blurb a:hover, .post_wide a:hover, .column2 a:hover, .post a:hover, #home_news h3 a, .news_feed h3 a, .home_news_feed h3 a  {
	color: #4d4d4d;
}

.edit_this a {
	color:#FFF;
	background: #dadada;
	padding: 2px 5px 2px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
}

.edit_this a:hover {
	color:#FFF;
	background: #000;
	width:42px;
	height: 20px;
	padding: 2px 5px 2px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius: 3px;
}

.postmetadata, #content .postmetadata a {
	font-size: 1.0em;
	margin: 10px 0 0 0;
	color:#666666;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	list-style: none;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	list-style:none;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	list-style: none;
}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style:none;
}

.post-meta {
	list-style: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar ul li {
	list-style: none;
	margin-bottom: 15px;
}

#sidebar li {
	list-style: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	list-style: none;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	list-style: none;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0px;
	list-style: none;
}

ol li, #sidebar ul ol li {
	list-style: none;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	text-align: left;
}

#s {
	width: 130px;
	height: 13px;
	margin:2px 5px 0 0;
	padding: 2px;
	border: 1px solid #CCC;
	color:#666;
	float:left;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#searchsubmit {
	margin-top:3px;
}

#s:hover{
	border: 1px solid #FFCC00;
}

.content #s {
	width: 210px;
	height:14px;
	margin-top:10px;
}

.content #searchsubmit {
	margin-top:12px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 5px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 350px;
	height: 80px;
	margin: 5px 0 10px 0;
	padding: 2px;

}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#commentform #submit {
	width: 55px;
	margin: 0;
	float: left;
}
/* End Form Elements */

