/*
	Theme Name: Gold Star Teachers
	Theme URI: http://www.goldstarteachers.com
	Description: A theme for the Gold Star Teachers site, based on the Gensis Theme Framework
	Author: Nathan Briggs
	Author URI: http://www.nathanbriggs.com/

	Version: 1.0

	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white

	Template: genesis
	Template Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Welcome
* Featured
* Portfolio
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #555;
  font-family: 'Calibri', 'Droid Serif', arial, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #fff;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #3f9291;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	border-top: 3px solid #fff;
	margin: 0 auto;
	overflow: visible !important;
}


/* Header
------------------------------------------------------------ */

#header {
	border-bottom: 7px double #ffe933;
	min-height: 100px;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

#header .wrap {
	background: -175px 0px url("/wp-content/uploads/2016/08/Gold-Star-Logo-900.jpg");
	width: 490px;
	margin: 0 auto;
	height: 100px;
}

.page-template-pagelanding-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 25px 0 0 0;
	width: 400px;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #444;
	text-align: center;
	text-decoration: none;
}

#description {
	display: none;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 920px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
	padding: 30px 0 0 0;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #444;
	display: block;
  font-family: 'Calibri', 'Droid Serif', arial, serif;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #3f9291;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #3f9291;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	border-bottom: 7px double #ffe933;
	clear: both;
	color: #444;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #444;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #3f9291;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #3f9291;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
	text-transform: uppercase;
}

#nav li.right a {
	background: none;
	border: none;
	color: #444;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #3f9291;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	border-bottom: 7px double #ffe933;
	clear: both;
	color: #444;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #444;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #3f9291;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #3f9291;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 1140px;		position: relative;
}


/* Welcome
------------------------------------------------------------ */

.welcome {
	border-bottom: 3px double #ffe933;
	margin: 0 auto;
	padding: 0 0 25px;
	width: 960px;
}

.welcome,
.welcome p {
	color: #444;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	font-style: italic;
}


/* Featured
------------------------------------------------------------ */

.featured {
	border-bottom: 3px double #ffe933;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 960px;
}

.featured p {
	padding: 0 0 15px;
}


/* Portfolio
------------------------------------------------------------ */

.portfolio {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0;
	width: 960px;
}

.portfolio p {
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: #fff;
	color: #444;
	font-size: 12px;
	margin: 0 auto 30px;
	padding: 5px 10px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 850px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;	position: relative;
	width: 705px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page-template-pagelanding-php #content  {
	padding: 20px 100px 0;
	width: 760px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.post {
	/*border-bottom: 3px double #e5e5e5;*/
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content .archive-page a,
.entry-content .archive-page a:visited {
	text-decoration: none;
}

.entry-content .archive-page a:hover {
	text-decoration: underline;
}

.entry-content p,
.page .entry-content p {
	padding: 0 0 20px;
	clear:left;
}

.entry-content h2 {
	float:left;
	clear:left;
}

p.subscribe-to-comments {
   padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 3px double #ffe933;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Oswald', arial, serif;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 30px;
	line-height: 36px;
}

.featured h2,
.featured h2 a,
.featured h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}

.portfolio h2,
.portfolio h2 a,
.portfolio h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #3f9291;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 20px;
	text-decoration: none;
}

.widget-area h4 {
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #fff;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #fff;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}

.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img.portfolio {
	border: 1px solid #ddd;
	padding: 14px;
	width: 930px;
}

.featured a img,
.portfolio a img {
	border: 1px solid #ddd;
	padding: 4px;
}

.featured a:hover img,
.portfolio a:hover img {
	border: 1px solid #999;
}

.featuredpage img,
.featuredpost img {
	margin: 0 10px 0 0;
}

.portfolio .featuredpage img,
.portfolio .featuredpost img {
	margin: 0;
}

.avatar,
.post-image {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}

img.alignright {
	float:right;
	margin: 0 0 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #fff;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: #fff;
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 15px 0px 5px;
	width: 190px;
}

#sidebar-alt {
	background: #fff;
	float: left;
	padding: 15px 15px 5px;
	width: 250px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}

.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	/*border-bottom: 3px double #e5e5e5;*/
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #3f9291;
	display: inline;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
}

.portfolio .featuredpage .page,
.portfolio .featuredpost .post {
	float: left;
	margin: 5px 20px 0 0;
	width: 170px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #444;
	border: 1px solid #444;
	color: #fff !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #3f9291;
	border: 1px solid #3f9291;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #3f9291;
	font-size: 12px;
	margin: 5px 1px 0 0;
	padding: 4px 0 5px 7px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #3f9291;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #fff;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #fff;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	border-top: double #ffe933 7px;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 960px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	padding: 0 0 15px;
}

#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 15px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	border-top: double #ffe933 7px;
	clear: both;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}

#footer .wrap {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #3f9291;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author {
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta {
	background: #fff;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #fff;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #555 !important;
	font-size: 13px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
#content ul.stars,#content ul.star {
	float:left;
	clear:left;
}
#content ul.star li, #content ul.stars li {
	list-style: url("images/star.png");
}

.blue {
	color: #00629e;
}

.blue_yellowunderline {
	font-size: 120%;
	color: #00629e;
	border-bottom: 2px #ffe933 solid;
}

h1, h2, h3, h4, h5, h6 {
color: #00629e;
border-bottom: 2px #ffe933 solid;
display: inline-block;
clear:left;
}

.menu-item {
	list-style: none !important;
}

.menu-item  a {
	background-repeat: no-repeat !important;
	height: 40px;
	display: block;
	padding-left: 50px;
	line-height: 45px;
}

.menu-item-75 a, .menu-item-191 a {
	background: url("images/menu/purpose_off.jpg");
}

.menu-item-72 a, .menu-item-195 a {
	background: url("images/menu/teachers_off.jpg");
}

.menu-item-73 a, .menu-item-193 a {
	background: url("images/menu/recruitment-process_off.jpg");
}

.menu-item-74 a, .menu-item-192 a {
	background: url("images/menu/pricing_off.jpg");
}

.menu-item-70 a, .menu-item-66 a, .menu-item-194 a {
	background: url("images/menu/testimonials_off.jpg");
}

.menu-item-71 a, .menu-item-292 a {
	background: url("images/menu/recruitment-tips_off.jpg");
}

.menu-item-68 a, .menu-item-55 a, .menu-item-189 a {
	background: url("images/menu/goldstar_off.jpg");
}

.menu-item-69 a, .menu-item-58 a, .menu-item-190 a  {
	background: url("images/menu/questions_off.jpg");
}

.menu-item-64 a {
	background: url("images/menu/students_off.jpg");
}

.menu-item-57 a {
	background: url("images/menu/courses_off.jpg");
}

.menu-item-63 a {
	background: url("images/menu/photos_off.jpg");
}

.menu-item-59 a {
	background: url("images/menu/housing_off.jpg");
}

.menu-item-62 a, .menu-item-273 a {
	background: url("images/menu/salary_off.jpg") no-repeat;
}

.menu-item-56 a {
	background: url("images/menu/cost-of-living_off.jpg");
}

.menu-item-67 a {
	background: url("images/menu/visa_off.jpg");
}

.menu-item-65 a {
	background: url("images/menu/mortarboard_off.jpg");
}

.menu-item-61 a {
	background: url("images/menu/links_off.jpg");
}

.menu-item-270 a {
	background: url("images/menu/wall-street-english_off.jpg");
}

.menu-item-272 a {
	background: url("images/menu/locations_off.jpg");
}
.menu-item-271 a {
	background: url("images/menu/apply-now_off.jpg") no-repeat;
}
.menu-item-269 a {
	background: url("images/menu/jobs_off.jpg");
}
.menu-item-265 a {
	background: url("images/menu/jobs_off.jpg");
}
.menu-item-267 a {
	background: url("images/menu/salary_off.jpg");
}
.menu-item-266 a {
	background: url("images/menu/locations_off.jpg");
}
.menu-item-264 a {
	background: url("images/menu/faq_off.jpg");
}
.menu-item-268 a {
	background: url("images/menu/testimonials_off.jpg");
}
.menu-item-264 a {
	background: url("images/menu/apply-now_off.jpg");
}
.menu-item-261 a {
	background: url("images/menu/jobs_off.jpg");
}
.menu-item-262 a {
	background: url("images/menu/disney-english_off.jpg");
}
.menu-item-263 a {
	background: url("images/menu/apply-now_off.jpg");
}

div.menu-disney-english-container {
	background: url("images/disney-english-logo.jpg") no-repeat;
	padding-top: 60px;
}

div.menu-wall-street-english-container {
	background: url("images/wall-street-logo.jpg") no-repeat;
	padding-top: 140px;
}

table.tefl-list td {
	border-bottom: 1px dotted #000;
}

table.schools_table td:first-child {
	border-right: 0px solid #ffe933;
}

table.schools_table td {
	border-bottom: 0px solid #ffe933;
}

body.page-id-19 .menu-english-first-container,
body.page-id-1042 .menu-english-first-container {
	padding-top: 0px;
}

.apply_now {
	display: block;
	text-indent: -999em;
	width: 180px;
	height: 60px;
	padding: 4px 0;
	background: url("images/apply-now-off.jpg") no-repeat;
}

.apply_now:hover {
	background: url("images/apply-now-over.jpg") no-repeat;
}

.apply_absolute {
	position: absolute;	top: 0;	right: 16px;
}

.apply_absolute_1 {
	position: absolute;	top: 0;	right: 16px;
}

.apply_absolute_2 {
	/*position: absolute;	top: 110px;	left: 100px;*/
	position: absolute;	top: 0;	right: 16px;
}

.register_now {
	display: block;
	text-indent: -999em;
	width: 143px;
	height: 44px;
	padding: 4px 0;
	background: url("images/register-en.jpg") no-repeat;
}

.register_now:hover {
	display: block;
	text-indent: -999em;
	width: 143px;
	height: 44px;
	padding: 4px 0;
	background: url("images/register-en_over.jpg") no-repeat;
}

.register_now_zh {
	display: block;
	text-indent: -999em;
	width: 130px;
	height: 44px;
	padding: 4px 0;
	background: url("images/register-zh.jpg") no-repeat;
}

.register_now_zh:hover {
	display: block;
	text-indent: -999em;
	width: 130px;
	height: 44px;
	padding: 4px 0;
	background: url("images/register-zh_over.jpg") no-repeat;
}

body.page-id-37 img.wp-post-image, body.page-id-34 img.wp-post-image, body.page-id-40 img.wp-post-image {
	border-right: 2px solid #ffe933;
	border-bottom: 2px solid #ffe933;
}

/*
	Theme Name: Gold Star Teachers
	Theme URI: http://www.goldstarteachers.com
	Description: A theme for the Gold Star Teachers site, based on the Gensis Theme Framework
	Author: Nathan Briggs
	Author URI: http://www.nathanbriggs.com/

	Version: 1.0

	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white

	Template: genesis
	Template Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Welcome
* Featured
* Portfolio
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=Oswald);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #555;
  font-family: 'Calibri', 'Droid Serif', arial, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #fff;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #3f9291;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #fff;
	border-top: 3px solid #fff;
	margin: 0 auto;
	overflow: hidden;
}


/* Header
------------------------------------------------------------ */

#header {
	border-bottom: 7px double #ffe933;
	min-height: 100px;
	margin: 0;
	overflow: hidden;
	width: 100%;
}

#header .wrap {
	background: -175px 0px url("/wp-content/uploads/2016/08/Gold-Star-Logo-900.jpg");
	width: 490px;
	margin: 0 auto;
	height: 100px;
  position: relative;
}

.page-template-pagelanding-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 25px 0 0 0;
	width: 400px;
}

#title {
	font-family: 'Oswald', arial, serif;
	font-size: 48px;
	line-height: 48px;
	text-transform: uppercase;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #444;
	text-align: center;
	text-decoration: none;
}

#description {
	display: none;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 920px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
	padding: 30px 0 0 0;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #444;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #3f9291;
}

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #3f9291;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	border-bottom: 7px double #ffe933;
	clear: both;
	color: #444;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #444;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #3f9291;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #3f9291;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 10px 10px 8px;
	text-transform: uppercase;
}

#nav li.right a {
	background: none;
	border: none;
	color: #444;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #3f9291;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	border-bottom: 7px double #ffe933;
	clear: both;
	color: #444;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #444;
	display: block;
	padding: 10px 10px 9px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #3f9291;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 0;
	color: #444;
	font-size: 11px;
	padding: 6px 10px 4px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #3f9291;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 1140px;
}


/* Welcome
------------------------------------------------------------ */

.welcome {
	border-bottom: 3px double #ffe933;
	margin: 0 auto;
	padding: 0 0 25px;
	width: 960px;
}

.welcome,
.welcome p {
	color: #444;
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	font-style: italic;
}


/* Featured
------------------------------------------------------------ */

.featured {
	border-bottom: 3px double #ffe933;
	margin: 0 auto;
	overflow: hidden;
	padding: 25px 0;
	width: 960px;
}

.featured p {
	padding: 0 0 15px;
}


/* Portfolio
------------------------------------------------------------ */

.portfolio {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0;
	width: 960px;
}

.portfolio p {
	font-size: 13px;
	line-height: 20px;
	padding: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: #fff;
	color: #444;
	font-size: 12px;
	margin: 0 auto 30px;
	padding: 5px 10px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 860px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 960px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 640px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 960px;
}

.page-template-pagelanding-php #content  {
	padding: 20px 100px 0;
	width: 760px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat top left;
	margin: 0 0 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.post {
	/*border-bottom: 3px double #e5e5e5;*/
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

.entry-content a:hover {
	text-decoration: none;
}

.entry-content .archive-page a,
.entry-content .archive-page a:visited {
	text-decoration: none;
}

.entry-content .archive-page a:hover {
	text-decoration: underline;
}

.entry-content p,
.page .entry-content p {
	padding: 0 0 20px;
}

p.subscribe-to-comments {
   padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 3px double #ffe933;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Oswald', arial, serif;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 30px;
	line-height: 36px;
}

.featured h2,
.featured h2 a,
.featured h2 a:visited {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 15px;
}

.portfolio h2,
.portfolio h2 a,
.portfolio h2 a:visited {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #3f9291;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 20px;
	text-decoration: none;
}

.widget-area h4 {
	font-size: 14px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #fff;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background-color: #fff;
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 48%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}

.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img.portfolio {
	border: 1px solid #ddd;
	padding: 14px;
	width: 930px;
}

.featured a img,
.portfolio a img {
	border: 1px solid #ddd;
	padding: 4px;
}

.featured a:hover img,
.portfolio a:hover img {
	border: 1px solid #999;
}

.featuredpage img,
.featuredpost img {
	margin: 0 10px 0 0;
}

.portfolio .featuredpage img,
.portfolio .featuredpost img {
	margin: 0;
}

.avatar,
.post-image {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}

img.alignright {
	float:right;
	margin: 0 10px 10px 20px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #fff;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	background: #fff;
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px;
	padding: 15px 0px 5px;
	width: 220px;
}

#sidebar-alt {
	background: #fff;
	float: left;
	padding: 15px 15px 5px;
	width: 250px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}

.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	/*border-bottom: 3px double #e5e5e5;*/
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.widget-area ol,
.widget-area ul {
	margin: 0 0 0 20px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #3f9291;
	display: inline;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border: none;
	margin: 0 ;
	overflow: hidden;
	padding: 0;
}

.portfolio .featuredpage .page,
.portfolio .featuredpost .post {
	float: left;
	margin: 5px 20px 0 0;
	width: 170px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.searchsubmit,
#submit {
	background-color: #444;
	border: 1px solid #444;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #3f9291;
	border: 1px solid #3f9291;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #3f9291;
	font-size: 12px;
	margin: 5px 1px 0 0;
	padding: 4px 0 5px 7px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #3f9291;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #fff;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #fff;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	border-top: double #ffe933 7px;
	clear: both;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 960px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	padding: 0 0 15px;
}

#footer-widgets ul {
	list-style-type: none;
	margin: 0 0 15px;
}

#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	border-top: double #ffe933 7px;
	clear: both;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	width: 100%;
}

#footer .wrap {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	color: #444;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #3f9291;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
}

.comment-author {
	background: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta {
	background: #fff;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #fff;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #555 !important;
	font-size: 13px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

#content ul.star li, #content ul.stars li {
	list-style: url("images/star.png");
}

.blue {
	color: #00629e;
}

.blue_yellowunderline {
	font-size: 120%;
	color: #00629e;
	border-bottom: 2px #ffe933 solid;
}

h1, h2, h3, h4, h5, h6 {
color: #00629e;
border-bottom: 2px #ffe933 solid;
display: inline-block;
}

.menu-item {
	list-style: none !important;
}

.menu-item  a {
	background-repeat: no-repeat !important;
	height: 40px;
	display: block;
	padding-left: 50px;
	line-height: 45px;
}

/*.menu-item-75 a, .menu-item-191 a {*/
	/*background: url("images/menu/purpose_off.jpg");*/
/*}*/

/*.menu-item-72 a, .menu-item-195 a {*/
	/*background: url("images/menu/teachers_off.jpg");*/
/*}*/

/*.menu-item-73 a, .menu-item-193 a {*/
	/*background: url("images/menu/recruitment-process_off.jpg");*/
/*}*/

/*.menu-item-74 a, .menu-item-192 a {*/
	/*background: url("images/menu/pricing_off.jpg");*/
/*}*/

/*.menu-item-70 a, .menu-item-66 a, .menu-item-194 a {*/
	/*background: url("images/menu/testimonials_off.jpg");*/
/*}*/

/*.menu-item-71 a, .menu-item-292 a {*/
	/*background: url("images/menu/recruitment-tips_off.jpg");*/
/*}*/

/*.menu-item-68 a, .menu-item-55 a, .menu-item-189 a {*/
	/*background: url("images/menu/goldstar_off.jpg");*/
/*}*/

/*.menu-item-69 a, .menu-item-58 a, .menu-item-190 a  {*/
	/*background: url("images/menu/questions_off.jpg");*/
/*}*/

/*.menu-item-60 a, .menu-item-411 a {*/
	/*background: url("images/menu/jobs_off.jpg");*/
/*}*/

/*.menu-item-64 a {*/
	/*background: url("images/menu/students_off.jpg");*/
/*}*/

/*.menu-item-57 a {*/
	/*background: url("images/menu/courses_off.jpg");*/
/*}*/

/*.menu-item-63 a {*/
	/*background: url("images/menu/photos_off.jpg");*/
/*}*/

/*.menu-item-59 a {*/
	/*background: url("images/menu/housing_off.jpg");*/
/*}*/

/*.menu-item-62 a, .menu-item-273 a {*/
	/*background: url("images/menu/salary_off.jpg") no-repeat;*/
/*}*/

/*.menu-item-56 a {*/
	/*background: url("images/menu/cost-of-living_off.jpg");*/
/*}*/

/*.menu-item-67 a {*/
	/*background: url("images/menu/visa_off.jpg");*/
/*}*/

/*.menu-item-65 a {*/
	/*background: url("images/menu/mortarboard_off.jpg");*/
/*}*/

/*.menu-item-61 a {*/
	/*background: url("images/menu/links_off.jpg");*/
/*}*/

/*.menu-item-270 a {*/
	/*background: url("images/menu/wall-street-english_off.jpg");*/
/*}*/

/*.menu-item-272 a {*/
	/*background: url("images/menu/locations_off.jpg");*/
/*}*/
/*.menu-item-271 a {*/
	/*background: url("images/menu/apply-now_off.jpg") no-repeat;*/
/*}*/
/*.menu-item-269 a {*/
	/*background: url("images/menu/jobs_off.jpg");*/
/*}*/
/*.menu-item-265 a {*/
	/*background: url("images/menu/jobs_off.jpg");*/
/*}*/
/*.menu-item-267 a {*/
	/*background: url("images/menu/salary_off.jpg");*/
/*}*/
/*.menu-item-266 a {*/
	/*background: url("images/menu/locations_off.jpg");*/
/*}*/
/*.menu-item-264 a {*/
	/*background: url("images/menu/faq_off.jpg");*/
/*}*/
/*.menu-item-268 a {*/
	/*background: url("images/menu/testimonials_off.jpg");*/
/*}*/
/*.menu-item-264 a {*/
	/*background: url("images/menu/apply-now_off.jpg");*/
/*}*/
/*.menu-item-261 a {*/
	/*background: url("images/menu/jobs_off.jpg");*/
/*}*/
/*.menu-item-262 a {*/
	/*background: url("images/menu/disney-english_off.jpg");*/
/*}*/
/*.menu-item-263 a {*/
	/*background: url("images/menu/apply-now_off.jpg");*/
/*}*/

div.menu-disney-english-container {
	background: url("images/disney-english-logo.jpg") no-repeat;
	padding-top: 60px;
}

div.menu-wall-street-english-container {
	background: url("images/wall-street-logo.jpg") no-repeat;
	padding-top: 140px;
}

table.tefl-list td {
	border-bottom: 1px dotted #000;
}

table.schools_table td:first-child {
	border-right: 0px solid #ffe933;
}

table.schools_table td {
	border-bottom: 0px solid #ffe933;
}

body.page-id-19 .menu-teachers-container {
	padding-top: 110px;
	background: 35px 0px url("images/english-first-logo.png") no-repeat;
}

.apply_now {
	display: block;
	text-indent: -999em;
	width: 180px;
	height: 60px;
	padding: 4px 0;
	background: url("images/apply-now-off.jpg") no-repeat;
}

.apply_now:hover {
	background: url("images/apply-now-over.jpg") no-repeat;
}

.register_now {
	display: block;
	text-indent: -999em;
	width: 143px;
	height: 44px;
	padding: 4px 0;
	background: url("images/register-en.jpg") no-repeat;
}

.register_now:hover {
	display: block;
	text-indent: -999em;
	width: 143px;
	height: 44px;
	padding: 4px 0;
	background: url("images/register-en_over.jpg") no-repeat;
}

.register_now_zh {
	display: block;
	text-indent: -999em;
	width: 130px;
	height: 44px;
	padding: 4px 0;
	background: url("images/register-zh.jpg") no-repeat;
}

.register_now_zh:hover {
	display: block;
	text-indent: -999em;
	width: 130px;
	height: 44px;
	padding: 4px 0;
	background: url("images/register-zh_over.jpg") no-repeat;
}

img.wp-post-image {
	margin-bottom: 16px;
}.parent-pageid-20 img.wp-post-image {	margin-right: 40px;}div.wpjb_job_content h3 {	margin-top: 20px;}/* Menu icons */

/*#menu-item-60 a {	background-image: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/menu/jobs_off.jpg) !important;}*/

/*#menu-item-64 a {	background-image: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/menu/students_off.jpg) !important;}.wpjb_job_text .stars {	line-height: 16px;}*/

#cv_text {
		height: 332px;
}

div.menu-shane-container {
background: url("http://goodgiftsforteachers.com/wp-content/uploads/2011/09/shane-logo.jpg") no-repeat;
padding-top: 60px;
padding-bottom: 10px;
}

/* Menu Icons */

.apply-now {
	background: url("images/menu/apply-now_off.jpg") no-repeat;
}

.apply-now:hover {
	background: url("images/menu/apply-now_over.jpg") no-repeat;
}

.cost-of-living {
	background: url("images/menu/cost-of-living_off.jpg") no-repeat;
}

.cost-of-living:hover {
	background: url("images/menu/cost-of-living_over.jpg") no-repeat;
}

.courses {
	background: url("images/menu/courses_off.jpg") no-repeat;
}

.courses:hover {
	background: url("images/menu/courses_over.jpg") no-repeat;
}

.disney-english {
	background: url("images/menu/disney-english_off.jpg") no-repeat;
}

.disney-english:hover {
	background: url("images/menu/disney-english_over.jpg") no-repeat;
}

.goldstar {
	background: url("images/menu/goldstar_off.jpg") no-repeat;
}

.goldstar:hover {
	background: url("images/menu/goldstar_over.jpg") no-repeat;
}

.housing {
	background: url("images/menu/housing_off.jpg") no-repeat;
}

.housing:hover {
	background: url("images/menu/housing_over.jpg") no-repeat;
}

.jobs {
	background: url("images/menu/jobs_off.jpg") no-repeat;
}

.jobs:hover {
	background: url("images/menu/jobs_over.jpg") no-repeat;
}

.links {
	background: url("images/menu/links_off.jpg") no-repeat;
}

.links:hover {
	background: url("images/menu/links_over.jpg") no-repeat;
}

.locations {
	background: url("images/menu/locations_off.jpg") no-repeat;
}

.locations:hover {
	background: url("images/menu/locations_over.jpg") no-repeat;
}

.mortarboard {
	background: url("images/menu/mortarboard_off.jpg") no-repeat;
}

.mortarboard:hover {
	background: url("images/menu/mortarboard_over.jpg") no-repeat;
}

.photos {
	background: url("images/menu/photos_off.jpg") no-repeat;
}

.photos:hover {
	background: url("images/menu/photos_over".jpg) no-repeat;
}

.pricing {
	background: url("images/menu/pricing_off.jpg") no-repeat;
}

.pricing:hover {
	background: url("images/menu/pricing_over.jpg") no-repeat;
}

.purpose {
	background: url("images/menu/purpose_off.jpg") no-repeat;
}

.purpose:hover {
	background: url("images/menu/purpose_over.jpg") no-repeat;
}

.questions {
	background: url("images/menu/questions_off.jpg") no-repeat;
}

.questions:hover {
	background: url("images/menu/questions_over.jpg") no-repeat;
}

.recruitment-process {
	background: url("images/menu/recruitment-process_off.jpg") no-repeat;
}

.recruitment-process:hover {
	background: url("images/menu/recruitment-process_over.jpg") no-repeat;
}

.recruitment-tips {
	background: url("images/menu/recruitment-tips_off.jpg") no-repeat;
}

.recruitment-tips:hover {
	background: url("images/menu/recruitment-tips_over.jpg") no-repeat;
}

.salary {
	background: url("images/menu/salary_off.jpg") no-repeat;
}

.salary:hover {
	background: url("images/menu/salary_over.jpg") no-repeat;
}

.students {
	background: url("images/menu/students_off.jpg") no-repeat;
}

.students:hover {
	background: url("images/menu/students_over.jpg") no-repeat;
}

.teachers {
	background: url("images/menu/teachers_off.jpg") no-repeat;
}

.teachers:hover {
	background: url("images/menu/teachers_over.jpg") no-repeat;
}

.testimonials {
	background: url("images/menu/testimonials_off.jpg") no-repeat;
}

.testimonials:hover {
	background: url("images/menu/testimonials_over.jpg") no-repeat;
}

.visa {
	background: url("images/menu/visa_off.jpg") no-repeat;
}

.visa:hover {
	background: url("images/menu/visa_over.jpg") no-repeat;
}

.wall-street-english {
	background: url("images/menu/wall-street-english_off.jpg") no-repeat;
}

.wall-street-english:hover {
	background: url("images/menu/wall-street-english_over.jpg") no-repeat;
}

/*#nav_menu-4,*/
#page-id-19 #nav_menu-9,
#page-id-1042  #nav_menu-9 {
  background: url("images/english-first-logo.png") 60px 0 no-repeat;
  padding-top: 110px;

}

.post-361 {
  position: relative;
}

.page-id-46 .sidebar .widget,
.parent-pageid-46 .sidebar .widget {
  margin: 0 0 15px;
  padding: 0 0 40px;
}

.teaching-jobs {
  background: url("images/teaching-jobs.jpg") 0 0 no-repeat;
  text-indent: -9999px;
  display: block;
  width: 234px;
  height: 60px;
  float: left;
  clear: both;
}

.teaching-jobs:hover {
  background: url("images/teaching-jobs-hover.jpg") 0 0 no-repeat;
}
.summer-jobs {
  background: url("http://goldstarteachers.com/wp-content/uploads/2013/03/234x60-summer.jpg") 0 0 no-repeat;
  text-indent: -9999px;
  display: block;
  width: 234px;
  height: 60px;
  float: right;
  margin-bottom:20px;
  margin-right:10px;
}

.summer-jobs:hover {
  background: url("http://goldstarteachers.com/wp-content/uploads/2013/03/234x60-summer-over-1.jpg") 0 0 no-repeat;
}

.post p,
.post h2,
.post h3,
.post h4,
.post h5 {
  clear: both;
  float: left;
}

.single-post .widget_nav_menu {
  display: none;
}

.single-post #nav_menu-14, 
.single-post #nav_menu-13, 
.single-post #nav_menu-12, 
.single-post #nav_menu-15, 
.single-post #nav_menu-4 {
  display: block !important;
}

.page-template-page_articles-php #nav_menu-15 {
  display: none;
}

#comments,
#respond {
  clear:both;
}


body {
padding-top:20px;
}

.adult-banner {
  left: -282px;
  position: absolute;
  top: 2px;
}

.disney-banner {
  position: absolute;
  right: -341px;
  top: 0px;
}

.shortcode-enroll {
  background: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/ENROLL-NOW-180x60.png);
  position: absolute;
  top: 0;
  right: 12px;
  width: 180px;
  height: 60px;
  text-indent: -9999px;
  display: block;
}

.shortcode-enroll:hover {
  background: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/ENROLL-NOW-180x60-hover.png);
}

.shortcode-enroll-2 {
  background: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/ENROLL-NOW-180x60.png);
  width: 180px;
  height: 60px;
  text-indent: -9999px;
  display: block;
}

.shortcode-enroll-2:hover {
  background: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/ENROLL-NOW-180x60-hover.png);
}

.gp-button,
.fb-button {
  /*position: absolute;*/
}

.gp-button img,
.fb-button img {
  width: 30px;
  height: 30px;
}

.gp-button {
  /*top: 0;*/
  /*right: 0;*/
}

.fb-button {
  /*top: 0;*/
  /*right: 0;*/
}

table.pluginConnectButtonLayoutRoot {
  width: 300px;
}

#wrap {
  /*position: relative;*/
}

.sidebar {
  font-size: 15px;
}

#menu-talking-to-teachers,
#menu-talking-to-teachers a,
#menu-articles,
#menu-articles a,
#wpjb_recentjobs ul ,
#wpjb_recentjobs ul li,
#wpjb_recentjobs ul a {
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style-type: none;
}

#menu-articles li,
#menu-talking-to-teachers li,
#wpjb_recentjobs ul li {
  padding-left: 22px !important;
}

#menu-articles li {
  background: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/star-bullet.png) 0 17px no-repeat;
}

#menu-talking-to-teachers li {
  background: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/star-bullet.png) 0 17px no-repeat;
}

#wpjb_recentjobs ul li {
  background: url(http://goldstarteachers.com/wp-content/themes/goldstarteachers/images/star-bullet.png) 0 3px no-repeat;
}
li#field_2_15 .gfield_required {
 display:none;
}
#input_2_9 input,#input_2_12 input {
 float:left;
}
.ginput_container label {
 display:block;
 float:left;
 padding-top:5px;
 padding-left:3px;
 margin-right:6px;
}
li#field_2_7, li#field_2_12 .gfield_description {
 clear:left;
}
li#field_2_7 {
 padding-top:10px;
}
ul #input_2_15 li {
 list-style:none;
 clear:left;
}
li.gchoice_15_1,li.gchoice_15_1 input {
 float:left;
 list-style:none;
}
li.gchoice_15_1 {
 margin-top:-15px;
}
.gchoice_15_1 label {
 float:left;
}
#field_2_15,.gchoice_15_1 {
 list-style:none;
 margin-top:20px;
}
div.gform_footer input.button,#gform_2.gform_footer.gform_footer input.button,#gform_2.gform_footer.searchsubmit,#gform_2.gform_footer#submit,#gform_2.gform_footer input#gform_submit_button_2 {
 border: 0;
 background: #FAD133;
 color: #0B4D8C !important;
 padding: 5px 10px;
 margin: 10px 0 20px 0;
}
div.gform_footer input.button:hover,#gform_2.gform_footer.gform_footer input.button:hover,#gform_2.gform_footer.searchsubmit:hover,#gform_2.gform_footer#submit:hover,#gform_2.gform_footer input#gform_submit_button_2:hover {
 border: 0;
 background: #FAD133;
 color: #0B4D8C !important;
 padding: 5px 10px;
 margin: 10px 0 20px 0;
}
li#field_4_5, {
 display:none;
}
li#field_4_1 {
 list-style:none;
}
li.gchoice_1_0,li.gchoice_1_1 {
 float:left;
 clear:left;
 list-style:none;
}
#gform_wrapper_4 ul,#gform_wrapper_4 li {
 list-style:none;
}
#gform_wrapper_4 .gfield_html {
 clear:left;
 display:block;
 float:left;
}
input#gform_submit_button_4.gform_image_button {
 display:none;
}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
 float:left;
 clear:both;
}
ul.gfield_checkbox input,ul.gfield_checkbox label {
 float:left;
}
ul.gfield_checkbox label {
 margin-top:-10px;
}
.gfield_description {
 float:left;
 clear:left;
}
ul.gfield_checkbox li {
 list-style:none;
}
.gform_body li {
 float:left;
 clear:left;
}
.gfield_date_dropdown_day,.gfield_date_dropdown_month,.gfield_date_dropdown_year {
 float:left;
 margin-right:10px;
}
.ginput_right {
 float:left;
 clear:left;
}
.ginput_left {
 display:block;
 margin-bottom:10px;
}
.gform_button {
 float:left;
 clear:left;
}
blockquote {
 background:none;
}
.wp-post-image {
 float:right;
 margin-left:20px;
}
.entry-content .wp-post-image {
 float:left;
}
.gfield_date_month,.gfield_date_day,.gfield_date_year {
 float:left;
}
.wpjb_job_text, li.wpjb_featured {
 float:left;
 clear:left;
 width:615px;
}
table.wpjb_job_info {
 width:615px;
}