/*
Theme Name: Synetic Theater Responsive Theme
Author: Top Shelf Design
Contributors: Veraxus
Author URI: http://nouveauframework.com/
Version: 0.9.9
Requires at least: 3.9
Tested up to: 3.9
Stable tag: 0.9.9
License: GNU General Public License
License URI: LICENSE
*/


/*
===================================
READ ME!!!
===================================
This is a required file for all WordPress themes, so you can't just delete it.

USE OLD FASIONED CSS:
If you don't want to use SASS (or don't know what SASS is) - then you can go ahead
and just work in good, old-fashioned CSS within this very file.

TO USE SASS/COMPASS:
The _compass folder is a pre-configured Zurb Foundation Compass project.

Keep in mind that if you DO want to use SASS/Compass, you will still need to install 
the gems for Compass *and* the Zurb Foundation framework (even if you want to use 
a compiler like CodeKit). More info here: http://foundation.zurb.com/docs/gem-install.php
*/

#syt_jump_links {
    font-size: 0.8235em;
    margin: 0;
    position: relative;
    text-align: right;
    top: 19px;
}


#syt_jump_links li {
    display: inline;
}

#syt_jump_links a {
    color: #464646;
    text-decoration: none;
}

#syt_jump_links li:last-child .syt_jump_link_seperator {
    display: none;
}

body.page-id-58 h1#page_title {
    float: left;
    padding-bottom: 0.5em;
}