body {
	background: #fff;
	color: #333;
	font-size: 14px;
	margin: 10px auto;
	text-align: center;
}
body, p, input, textarea, select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
br.clear {
	clear: both;
}
a {
	color: #039aaf;
	text-decoration: none;
}
a:hover {
	color:#e31e56;
}
a:focus {
	outline: 0;
}
img a {
	border: 0;
}
p {
	line-height: 160%;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
hr {
	background: #e5e5e5;
	color: #e5e5e5;
	border: 0;
	height: 1px;
	margin: 20px 0;
	width: 100%;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Header */
#header {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#header h1 {
	color: #ff9401;
	font-size: 46px;
	float: left;
	font-weight: bold;
	letter-spacing: 0.06em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	text-transform: uppercase;
}
#header h1 span {
	color: #039aaf;
	display: block;
	font-size: 13px;
	letter-spacing: 0;
	margin-left: 4px;
	text-shadow: none;
	text-transform: none;
}
#header #social-search {
	float: right;
	margin-right: 10px;
	text-align: right;
	width: 390px;
}

#header #social-search p {
	float: left;
	padding-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
#header #social-search li {
	display: inline;
}
#header #social-search li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	float: right;
	font-size: 11px;
	height: 24px;
	margin: 3px 6px 0 6px;
	padding: 4px 0 0 27px;
	text-align: left;
	width: 50px;
}
#header #social-search li a.social-twitter {
	background-image: url(../images/icon-twitter.png);
}
#header #social-search li a.social-twitter:hover {
	color: #028fa3;
}
#header #social-search li a.social-fb {
	background-image: url(../images/icon-facebook.png);
}
#header #social-search li a.social-fb:hover {
	color: #0b6aa1;
}
#header #social-search li a.social-rss {
	background-image: url(../images/icon-rss.png);
}
#header #social-search li a.social-rss:hover {
	color: #df7106;
}

#header #social-search form {
	margin-top: 15px;
	margin-right: 8px;
}
#header #social-search form input {
	background: url(../images/icon-search.png) right center no-repeat;
	color: #666;
	font-size: 12px;
	padding: 5px;
	width: 270px;
}


#flags {
	margin: 15px auto 0 auto;
	text-align: center;
	width: 980px;
}
#flags p {
	float: left;
	width: 250px;
	padding-top: 0 !important;
	margin-top: 0 !important;
	text-transform: uppercase;
	font-size: 12px;
}
#flags #translation_bar {
	float: left !important;
	padding-top: 3px;
	width: 760px;
}
#flags table td {
	padding: 5px 5px 0 5px;
}
#flags table td img {
	width: 20px !important;
}

/* Banner */
#banner {
	height: 370px;
	margin-bottom: 0;
	width: 100%;
}

/* Main Nav */
#nav {
	background: #000;
	padding: 5px;
	margin: 0 8px;
	width: 974px;
}
div.nav-shad {
	background: url(../images/nav-shadow.png) bottom center repeat-x;
	margin: 0 8px;
	height: 6px;
}

#menu-navigation {
	border: 1px #404040 solid;
	padding: 12px 8px;
	text-align: center;
}
#menu-navigation li {
	display: inline;
}
#menu-navigation li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.06em;
	margin: 0 12px;
	text-transform: uppercase;
}
#menu-navigation li a:hover {
	color: #fdbe65;
}

ul.wicked-drop-block,
ul.sub-menu {
	background-image: url(../images/nav-drop-bg.png);
	display: none;
	margin: 15px 0 0 -10px;
	padding: 5px;
	width: 140px;
	z-index: 99;
}
ul.wicked-drop-block li,
ul.sub-menu li {
	display: inline;
}
ul.wicked-drop-block li a, 
ul.sub-menu li a {
	border-bottom: 1px #444 solid;
	color: #ff9401;
	display: block;
	font-size: 11px;
	padding: 5px 3px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
ul.wicked-drop-block li a:hover,
ul.sub-menu li a:hover {
	color: #4997a1;
}

/* Sub Nav */
ul.subnav {
	border-bottom: 1px #e5e5e5 solid;
	font-size: 12px;
	margin: 0 20px 30px 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

ul.subnav li a {
	border-right: 1px #e5e5e5 solid;
	display: block;
	height: 28px;
	float: left;
	color: #333;
	font-size: 11px;
	letter-spacing: 0.02em;
	padding: 5px 6px;
	margin: 0;
	width: 95px;
}
ul.subnav li a:hover {
	/*background: url(../images/arrow-up.png) bottom no-repeat;*/
	color: #e31e56;
}




/* content */
#content-outer {
	background: transparent url(../images/content-top.png) no-repeat;
	float: left;
	padding-top: 16px;
	width: 999px;
}
#content-inner {
	background: transparent url(../images/content-bottom.png) left bottom no-repeat;
	padding-bottom: 22px;
	width: 999px;
}
#content {
	background: transparent url(../images/content-mid.png) repeat-y;
	float: left;
	padding: 20px 15px;
	width: 969px;
}
#content-home {
	background: transparent url(../images/content-mid.png) repeat-y;
	float: left;
	padding: 20px 15px 20px 14px;
	width: 969px;
}



/* 3-column layout */
#col3-extras,
#col3-side-blog,
#col3-main,
#col3-main-sub,
#col3-book {
	float: left;
	overflow: hidden;
}

#col3-extras {
	width: 285px;
}
#content-home #col3-extras {
	padding-left: 15px;
}
#col3-side-blog {
	margin-left: 20px;
	margin-right: 10px;
	width: 160px;
}
#col3-main {
	margin-left: 20px;
	width: 450px;
}
#col3-main-sub {
	margin-left: 25px;
	width: 555px;
}
#col3-book {
	margin-left: 20px;
	width: 200px;
}
#content-home #col3-book {
	padding-right: 5px;
}

/* Pages  > General */
#col3-main-wide {
	float: left;
	padding: 0 20px;
	margin-bottom: 25px;
	width: 700px;
}
#col3-main-wide p {
	margin: 20px 0;
	line-height: 180%;
}
#content #col3-main-sub ul, 
#content #col3-main-wide ul {
	margin: 15px 10px;
}
#content #col3-main-sub ul li, 
#content #col3-main-wide ul li {
	background: transparent url(../images/book-extras-bullet.png) 0 10px no-repeat;
	padding-left: 10px;
	line-height: 200%;
	margin: 13px 0;
}
#content #col3-main-wide ul li {
	font-size: 14px;
}
#content #col3-main-wide ul.list-2col li {
	background: transparent url(../images/book-extras-bullet.png) 0 8px no-repeat;
	float: left;
	line-height: 160%;
	margin: 6px 10px;
	width: 330px;
}
#col3-main-wide h1 {
	color: #039aaf;
	line-height: 130%;
	font-size: 26px;
}

#col3-main-sub h2, 
#col3-main-wide h2 {
	color: #e72b60;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 15px 0;
}
#col3-main-sub div.post p.date {
	margin: 0;
	padding: 0 0 5px 0;
}
#col3-main-sub div.post h2.posttitle {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
}

#col3-main-wide h3#questions-writing,
#col3-main-wide h3#questions-hela,
#col3-main-wide h3#questions-more,
#col3-main-wide h3#questions-speaking,
#col3-main-wide h3#questions-students,
#col3-main-wide h3#questions-science,
#col3-main-wide h3#questions-writingimmortal,
#col3-main-wide h3#questions-lacks,
#col3-main-wide h3#questions-immortallife {
	color: #e78a0c;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0 10px 0;
	margin-top: 25px;
}
#content #col3-main-wide h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 30px 0 10px 0;
	padding: 10px 0;
}
div.booktrailer h3 {
	color: #e78a0c;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 140px !important;
	text-transform: uppercase;
	text-align: left;
}
div.booktrailer {
	margin-bottom: 40px;
}

/* HP Left Col */
#col3-extras h2 {
	color: #039aaf;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}
#col3-extras a {
	color: #ce1833;
	font-weight: bold;
}



div.question {
	color: #e78a0c;
	border-bottom: 1px #e5e5e5 solid;
	cursor: pointer;
	font-weight: bold;
	padding: 12px 8px;
}
div.alt {
	background: #fafafa;
}
div.question strong {
	color: #e72b60;
}
div.question:hover {
	color: #e72b60;
}

div.answer {
	display: none;
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
	border-bottom: 1px #e5e5e5 solid;
}




/* Extras Block */
div.extras-block {
	margin-bottom: 10px;
	padding: 8px 0 15px 0;
}
div.extras-block h3,
#content-home #col3-main h3 {
	color: #e78a0c;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.06em;
	margin-bottom: 10px;
	text-transform: uppercase;
}
a.title-link {
	background-position: right;
	background-repeat: no-repeat;
	color: #666;
	display: block;
	font-size: 11px;z
	float: right;
	padding-right: 25px;
	text-align: right;
	text-transform: uppercase;
	width: 75px;
}

#latest-news h3,
#content-home #col3-main h3 {
	color: #e78a0c;
}
#content-home #col3-main h3 {
	margin-bottom: 15px;
}
#latest-news-subscribe {
	background-image: url(../images/icon-rss.png);
}
#latest-news p.date,
#col3-main-sub div.post p.date,
div.post p.date,
div.page p.date {
	color: #666;
	font-size: 10px;
}
div.page p.date {
	margin-bottom: 0;
	padding-bottom: 8px;
}
#latest-news a.post-title {
	color: #d75100;
	display: block;
	margin-top: 5px;
}
#latest-news a.post-title:hover {
	color: #e72b60;
}
#latest-news p {
	display: inline;
}



#col3-main h2,
#col3-main-sub h2 {
	color: #ce1833;
	font-size: 20px;
	padding-bottom: 15px;
}
#col3-main p,
#col3-main-sub p,
#col3-main-wide {
	font-size: 14px;
	line-height: 180%;
	padding-bottom: 20px;
}
#col3-main a.learn-more,
#col3-main-sub a.learn-more {
	background: transparent url(../images/learn-more.png) right no-repeat;
	display: block;
	font-size: 12px;
	padding-right: 10px;
	text-align: right;
	text-transform: uppercase;
}

/* Col > Book */

#col3-book h4 {
	color: #e78a0c;
	font-size: 13px;
	font-weight: bold;
	margin: 0 3px 10px 0;
	text-transform: uppercase;
}

#col3-book div.textwidget {
	font-size: 12px;
}


/* news */
p.nocomments {
	display: none;
}
div.tags {
	background: #fafafa url(../images/icon-tags.png) 4px 50% no-repeat;
	border-top: 1px #eee solid;
	color: #666;
	font-size: 10px !important;
	letter-spacing: 0.06em;
	line-height: 100%;
	padding-left: 28px !important;
	padding: 10px 8px 10px 30px !important;
	text-transform: uppercase;
}
div.search-results div.postmetadata a, 
#col3-main-sub div.blog-post div.postmetadata a,
div.tags a {
	color:#e31e56;
	text-transform: none;
	letter-spacing: 0;
}
div.search-results div.postmetadata a:hover,
#col3-main-sub div.blog-post div.postmetadata a:hover,
div.tags a:hover {
	color: #f06b09;
}
#col3-main-sub div.blog-post div.postmetadata p {
	font-size: 10px;
	padding: 0;
}

#col3-main-wide div.post div.postmetadata p {
	margin: 0 !important;
	padding: 0 !important;
}
#col3-main-wide div.post h2,
#col3-main-sub div.post h2 {
	margin-top: 0 !important;
	padding-top: 0;
}
div.blog-post h2 a {
	margin-top: 0;
	padding-top: 0;
}
div.blog-post {
	border-bottom: 1px #eee solid;
	margin-bottom: 50px;
}
div.blog-post p.date {
	margin-bottom: 0 !important;
	padding-bottom: 5px !important;
}
div.blog-post blockquote {
	border-left: 1px #eee solid;
	background: #f6f6f6;
	margin: 20px 30px 20px 20px;
	padding: 15px 15px 0 15px;
}
div.blog-post blockquote p {
	font-size: 12px;
}
div.blog-post blockquote cite {
	color: #e78a0c;
	display: block;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

#col3-main-sub h2.blog-title {
	color: #e72b60;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2.pagetitle {
	color: #e72b60;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px #e5e5e5 solid;
	margin: 0 0 35px 0;
	padding: 0 0 10px 0;
}
#col3-main-sub h3.sub-blog {
	border-bottom: 1px #e5e5e5 solid;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
	margin-top: 0;
	padding: 5px 0 10px 0;
	margin-bottom: 35px;
	text-transform: uppercase;
}





#col3-main-wide blockquote cite {
	color: #e78a0c;
	display: block;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
#col3-main-wide blockquote {
	background: url(../images/icon-quote.png) left 30px no-repeat;
	border-top: 1px #e5e5e5 solid;
	margin: 25px 50px 0 25px;
	padding: 10px 10px 0 55px;
}
#col3-main-wide blockquote cite span {
	color: #333;
	font-style: italic;
}
div.col-media {
	float: left;
	margin: 10px;
	width: 350px;
	overflow: hidden;
}
p.audioplayer_container {
	margin: 0 !important;
	padding: 0 !important;
}


#col3-main-wide blockquote.excerpt {
	background: #fafafa;
	border-bottom: 1px #e5e5e5 solid;
	margin: 40px !important;
	padding: 10px 25px;
}









/* Footer */
#footer {
	padding: 10px 10px 25px 10px;
}
#footer-social {
	float: left;
}
#footer-social li {
	display: inline;
}
#footer-social li a {
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-size: 11px;
	height: 26px;
	padding-left: 6px;
	text-transform: uppercase;
	width: 26px;
}
#footer-social li a span {
	display: none;
}
#footer-social li a.blog-rss {
	background-image: url(../images/icon-blog-rss.png);
}
#footer-social li a.news-rss {
	background-image: url(../images/icon-rss.png);
}
#footer-social li a.twitter {
	background-image: url(../images/icon-twitter.png);
}
#footer-social li a.facebook {
	background-image: url(../images/icon-facebook.png);
}

#footer-copyright {
	color: #666;
	float: left;
	font-size: 10px;
}
#footer-copyright a {
	color: #666;
}
#footer-copyright a:hover {
	color: #f06b09;
}

p.subscribe-to-comments {
	font-size: 11px !important;
	font-weight: bold;
}
p.solo-subscribe-to-comments {
	padding-top: 15px;
	border-top: 1px #eee solid;
	font-size: 11px !important;
}
p.solo-subscribe-to-comments label.solo-subscribe-email {
	font-size: 11px !important;
	text-transform: uppercase !important;
	font-weight: normal;
	padding: 8px 0;
}


/* Applicant Form */
h3.gform_title {
	color: #e72b60;
	font-size: 22px !important;
	font-weight: bold;
	margin: 20px 0 15px 0;
}
div.gform_body input {
	border: 1px #c1c1c1 solid;
}
div.gform_page div ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}
div.gform_page div ul li {
	background: none !important;
}
div.gform_page input,
div.gform_page textarea {
	padding: 6px 5px !important;
}
div.gform_page_footer {
	text-align: center;
	clear: both !important;
}
div.gform_page_footer input.button {
	border: 0;
	background: #ff9401;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 13px;
	letter-spacing: 0.07em;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
}
#gform_submit_button_1 {
	border: 0;
	background: #e72b60;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 13px;
	letter-spacing: 0.07em;
	text-shadow: 0 1px 1px rgba(0,0,0,.5);
	text-transform: uppercase;
}
div.gform_page_footer input.button:hover {
	background: #000 !important;
}
div.gform_page h2.gsection_title {
	margin-top: 50px !important;
}
li.gsection,
div.gsection_description {
	border-bottom: none !important;
}
#input_1_30,
#input_1_31,
#input_1_34,
#input_1_35,
#input_1_37 {
	margin-top: 16px !important;
}

#gform_page_1_3 div.gform_page_fields label,
#field_1_70 label {
	float: left !important;
	margin-right: 20px !important;
	width: 300px  !important;
}

#field_1_80 label,
#field_1_81 label,
#field_1_82 label,
#field_1_86 label,
#field_1_87 label,
#field_1_88 label {
	float: left !important;
	margin-right: 20px !important;
	width: 150px  !important;
}

span.gfield_required,
.gfield_error label.gfield_label,
.validation_message,
div.validation_error {
	color: #cc0000 !important;
}
.gfield_error {
	border: 1px #cc0000 solid !important;
}