﻿/*   

Theme Name: Tennis Pro
Theme URI: http://tennispro.us
Description: A Thematic child theme.
Author: John MacDonald, PTR/USPTA
Author URI: http://teachingtennis101.com/
Template: thematic
Version: 1.0
Tags: PTR, USPTA, USTA, certification, tennis, tennis pro, tennis pro certification, Florida
.
Thematic is Â© Ian Stewart http://themeshaper.com/
.
*/

/*
function my_footer($thm_footertext) {
    $thm_footertext = 'Powered by <a href="http://www.themeshaper.com/thematic">Thematic Theme framework</a> and the Catmatic child theme.';
    return $thm_footertext;

add_filter('thematic_footertext', 'my_footer');
/*



/*
function childtheme_favicon() { ?>
  <link rel="shortcut icon" href="<?php echo bloginfo('stylesheet_directory') ?>/images/favicon.png" >
<?php }
add_action('wp_head', 'childtheme_favicon');

/*


/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/************************************************ Style for drop-down menu */
#header{
    z-index:99; /* IE7 z-index bug */
}
#access{
    overflow:visible;
    position:static;
    float:none;
    height:37px;
}
#menu{
    position:static;
    width: 1030px;
    margin-top: 0pt;
    margin-right: auto;
    margin-bottom: 0pt;
    margin-left: auto;
 
    padding-top: 5px;
    padding-right: 0pt;
    padding-bottom: 5px;
    padding-left: 0pt;
    overflow-x: visible;
    overflow-y: visible;
    overflow:visible;
}
#menu ul{
    padding:0;
    margin:0;
}
#menu ul li ul{
 
}
#menu li{
    margin:0;
    padding:0;
}
#menu li a{
    text-align:center;
    margin:0 0px 0 0;
    width:11em;
    padding:5px;
    border-left:1px solid #65c4c4;
}
#menu li li li a{
    background:#B5D1EA;
}
#main{
    clear:both;
}

table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 0px 0;
    text-align:left;
}

hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:0px;
}

#branding {
    padding:4px 0 40px 0;


/* -------------------------------------------------------------- 
   
   Default styles for Images
   
   I've duplicated these styles here from images.css in
   order to get Thematic through the auto-checker at the
   official WordPress Themes directory.
   
   When the directory can hunt though css files linked
   through @import the styles below will no longer be
   neccesary and will be removed.
   
   Cheers. --Ian Stewart
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: center;
    margin-right:0px;
}
.alignright,
img.alignright {
	display: block;
	float: center;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

