/*
Theme Name:		Thesis
Theme URI:		http://diythemes.com/thesis/
Description:	A website framework so flexible and extensible that you will never have to change your theme again. Seriously. Check out the <a href="admin.php?page=thesis-options">Site Options</a> and the <a href="admin.php?page=thesis-design-options">Design Options</a> to begin your Thesis experience! [ver. 1.8.6]
Version:		1.8.6
Author:			Chris Pearson
Author URI:		http://www.pearsonified.com/
Distributor:	http://diythemes.com/

WARNING: DO NOT EDIT THIS FILE. If you wish to make custom stylistic changes to your theme, use the
custom.css template to define custom styles. This way, you will still be able to take advantage of
future upgrades to the theme without worrying about overwriting your style changes. Also, be sure
you've selected the "enable custom stylesheet" option in the Thesis options panel if you wish to use a
custom stylesheet.

----:[ copyright notice ]:-----------------------------------------------------

The CSS, JavaScript, and images contained in Thesis are all released under the
Thesis Proprietary Use License and cannot be redistributed. Doing so will
result in termination of membership with DIYthemes.

The custom.css file and any images in the custom images folder do NOT fall
under the Thesis Proprietary Use License. The end user determines the license
that should be applied here (if applicable).

The jscolor color picker script and associated images do NOT fall under the
Thesis Proprietary Use License and are free for use as determined by the GNU
Lesser GPL.

For more information on Thesis licensing and the Terms of Service, please see
the terms_of_service.txt file included in this package.

-----------------------------------------------------------------------------*/

body {
    font-size: 10px;
}

* {
    padding: 0;
    margin: 0;
}

/*---:[ core layout elements ]:---*/

#header {
    border-style: double;
    border-color: #ddd;
    clear: both;
}

#column_wrap {
    float: left;
}

.post_box,
.teasers_box {
    border-style: dotted;
    border-color: #bbb;
    clear: both;
}

.teaser {
    float: left;
}

.teaser_right {
    float: right;
}

.top {
    border: none;
}

#sidebars {
    border-color: #ddd;
}

#sidebar_1 {
    border-color: #ddd;
}

#footer {
    border-style: double;
    border-color: #ddd;
    text-align: right;
    clear: both;
}


/*---:[ global elements ]:---*/

a,
a:hover {
    text-decoration: none;
}

a.post_image_link {
    outline: none;
}

a img {
    border: none;
}

blockquote {
    border-left: 1px solid #ddd;
    color: #666;
}

abbr,
acronym {
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: none;
    cursor: help;
}

code {
    line-height: 1em;
    background: #eee;
}

pre {
    background: #eee;
    border: 1px solid #ddd;
    overflow: auto;
    clear: both;
}

p.center {
    text-align: center !important;
}

p.bottom {
    margin: 0 !important;
}

.remove_bottom_margin {
    margin-bottom: 0 !important;
}


/*---:[ form inputs ]:---*/

input,
textarea {
    font-size: 1em;
    color: #444;
    background: #eee;
    border: 1px solid #aaa;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
}

input:focus,
textarea:focus {
    background: #fff;
    border-color: #777;
    border-right-color: #ccc;
    border-bottom-color: #ccc;
}

.sidebar .text_input {
    width: 95%;
}

input.form_submit {
    font-weight: bold;
    color: #111;
    background: url('../lib/images/submit-bg.gif');
    border: 3px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    cursor: pointer;
    width: auto !important;
    overflow: visible;
}

#agreement #point li {
    font-weight: bold;
    margin-bottom: 15px;
}

#agreement #point li .desc {
    font-weight: normal;
    display: block
}

#commentform input.form_submit {
    border-width: 3px;
}

input.form_submit:hover {
    color: #090;
}


/*---:[ universal image classes ]:---*/

img.alignleft,
img.left {
    float: left;
}

img.alignright,
img.right {
    float: right;
}

img.aligncenter,
img.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
}

img.alignnone,
img.block {
    display: block;
    clear: both;
}

img.frame {
    background: #eee;
    border-style: solid;
    border-color: #ddd;
}

img.stack {
    clear: none !important;
}

img[align="left"] {
    float: left;
    clear: left;
}

img[align="right"] {
    float: right;
    clear: right;
}

img[align="middle"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
}


/*---:[ image captioning ]:---*/

.wp-caption {
    border-style: solid;
    border-color: #ddd;
    background-color: #eee;
    text-align: center;
    font-style: italic;
}

.wp-caption.alignleft {
    float: left;
}

.wp-caption.alignright {
    float: right;
}

.wp-caption.aligncenter {
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: both;
}

.wp-caption.alignnone {
    clear: both;
}


/*---:[ headlines and bylines ]:---*/

h1,
h2,
h3,
h6 {
    font-weight: normal;
}

h4,
h5 {
    font-weight: bold;
}

h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.format_text h2 {
    font-weight: bold;
}

.format_text h2.top,
.format_text h3.top {
    margin-top: 0 !important;
}

.sidebar h3 {
    font-variant: small-caps;
    letter-spacing: 2px;
}


/*---:[ headline meta data (includes bylines) ]:---*/

.headline_meta {
    font-style: italic;
}

.headline_meta span,
.headline_meta abbr {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.headline_meta a {
    border-bottom: 1px solid #eee;
}


/*---:[ horizontal dropdown nav menu structure ]:---*/

.menu {
    position: relative;
    list-style: none;
    z-index: 50;
}

.menu li {
    position: relative;
    float: left;
}

.menu ul {
    position: absolute;
    visibility: hidden;
    list-style: none;
    z-index: 110;
}

.menu ul li {
    clear: both;
}

.menu a {
    display: block;
}

.menu table {
    position: absolute;
    left: 0;
    border-collapse: collapse;
}

.menu table table {
    top: 0 !important;
}

.menu ul ul {
    position: absolute;
    top: 0;
}

.menu li:hover ul,
.menu a:hover ul,
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul {
    visibility: visible;
}

.menu :hover ul ul,
.menu :hover ul :hover ul ul {
    visibility: hidden;
}


/*---:[ nav menu styles ]:---*/

.menu,
.menu a,
.menu li ul {
    border-style: solid;
}

.menu a {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.menu .current>a,
.menu .current-cat>a,
.menu .current-menu-item>a {
    cursor: text;
}

.menu .rss {
    float: right;
}

.menu .rss a,
.menu .rss a:hover {
    padding-right: 16px;
    background: url('../lib/images/icon-rss.gif') 100% 50% no-repeat;
    border: none;
}

.menu .rss a:hover {
    text-decoration: underline;
}


/*---:[ #header styles ]:---*/

#logo {
    font-weight: bold;
}

#tagline {
    font-weight: normal;
}


/*---:[ content styles ]:---*/

.format_text a {
    text-decoration: underline;
}

.format_text a:hover {
    text-decoration: none;
}

.format_text p.note {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.format_text p.alert {
    background: #ffffa0;
    border: 1px solid #e5e597;
}

.format_text .drop_cap {
    color: #888;
    float: left;
}

.format_text ul {
    list-style: square;
}

.format_text dt {
    font-weight: bold;
}


/*---:[ pullquotes ]:---*/

.format_text blockquote.right,
.format_text blockquote.left {
    border: none;
}

.format_text blockquote.right {
    float: right;
}

.format_text blockquote.left {
    float: left;
}

.format_text blockquote.right p,
.format_text blockquote.left p {
    margin: 0;
}


/*---:[ end pullquotes ]:---*/

.format_text .ad {
    float: right;
    clear: right;
}

.format_text .ad_left {
    float: left;
    clear: left;
}


/*---:[ after-post elements ]:---*/

.format_text .to_comments {
    color: #666;
    clear: both;
}

.format_text .to_comments span {
    color: #111;
    line-height: 1em;
}

.format_text .to_comments span.bracket {
    color: #ccc;
}

.format_text .to_comments a {
    color: #666;
    text-decoration: none;
}

.format_text .to_comments a:hover {
    color: #111;
    text-decoration: underline;
}


/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/

.post_tags {
    color: #666;
}

.post_tags a {
    text-decoration: none;
}

.post_tags a:hover {
    text-decoration: underline;
}


/*---:[ feature box ]:---*/

#feature_box {
    background: #eee;
    border-style: solid;
    border-color: #ddd;
}


/*---:[ home page teasers ]:---*/

.teaser a.teaser_link:hover {
    text-decoration: underline;
}

.teaser .teaser_author {
    font-style: italic;
}

.teaser .teaser_author .author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.teaser .edit_post {
    letter-spacing: 1px;
}

.teaser .teaser_author a,
.teaser a.teaser_comments,
.teaser a.teaser_category,
.teaser .edit_post a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    border-bottom: 1px solid #eee;
}

.teaser .teaser_author a {
    font-style: normal;
}

.teaser .format_teaser a {
    text-decoration: underline;
}

.teaser .format_teaser a:hover {
    text-decoration: none;
}


/*---:[ archive information block ]:---*/

#archive_intro {
    border-style: solid;
    border-color: #ddd;
}


/*---:[ navigation links ]:---*/

.prev_next {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #666;
    border-style: solid;
    border-color: #ddd;
    clear: both;
}

.prev_next .next {
    text-align: right;
}

.prev_next .floated {
    float: left;
}

.prev_next a {
    text-decoration: none;
}

.prev_next a:hover {
    text-decoration: underline;
}

.post_nav a {
    text-transform: none;
    letter-spacing: normal;
}

#comment_nav_2 {
    border-style: solid;
    border-color: #ddd;
}


/*---:[ multimedia box ]:---*/

.image_box,
.custom_box {
    border-style: solid;
    border-color: #ddd;
}

#image_box img {
    background: #fff;
    border-style: solid;
    border-color: #bbb;
}


/*---:[ post image ]:---*/

.post_image {
    max-width: 100%;
    height: auto;
}


/*---:[ sidebar styles ]:---*/

.sidebar a:hover {
    text-decoration: underline;
}

.sidebar .menu {
    border: none;
}

.sidebar .menu li {
    float: none;
}

.sidebar .menu li a {
    text-transform: none;
    letter-spacing: normal;
    padding: 0;
    background: transparent;
    border: none;
}

ul.sidebar_list {
    list-style: none;
}

li.widget {
    width: 100%;
}

li.centered {
    text-align: center;
}

li.widget p a {
    text-decoration: underline;
}

li.widget p a:hover {
    text-decoration: none;
}

li.widget ul {
    list-style: none;
}

li.widget ul li .num_comments {
    color: #111;
}


/*---:[ widget box styles ]:---*/

li.widget .widget_box {
    background: #e3f0f2;
    border-style: solid;
    border-color: #addde6;
}


/*---:[ subscriptions widget ]:---*/

.thesis_widget_subscriptions .sub_rss a {
    padding-left: 20px;
    background: url('../lib/images/icon-rss.gif') 0 50% no-repeat;
}


/* being served from layout.css now */

.thesis_widget_subscriptions .sub_email a {
    padding-left: 20px;
    background: url('../lib/images/icon-email.gif') 0 50% no-repeat;
}


/*---:[ google custom search ]:---*/

li.thesis_widget_google_cse form input[type="text"] {
    width: 95%;
}

li.thesis_widget_google_cse form input[type="submit"] {
    font-weight: bold;
    color: #111;
    background: url('../lib/images/submit-bg.gif');
    border: 3px double #999;
    border-top-color: #ccc;
    border-left-color: #ccc;
    cursor: pointer;
}

li.thesis_widget_google_cse form input[type="submit"]:hover {
    color: #090;
}


/*---:[ calendar widget ]:---*/

#calendar_wrap {
    width: 98%;
    padding: 0 1%;
}

#calendar_wrap a {
    font-weight: bold;
}

#calendar_wrap a:hover {
    background: #ddd;
    text-decoration: none;
}

table#wp-calendar {
    width: 98%;
    border-collapse: collapse;
}

table#wp-calendar caption {
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #e5e5e5;
}

table#wp-calendar th {
    width: 14%;
    background: #f2f2f2;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

table#wp-calendar td {
    width: 14%;
    color: #888;
    text-align: center;
}

table#wp-calendar td#next,
table#wp-calendar td#prev {
    width: 45%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

table#wp-calendar td#next {
    text-align: right;
}

table#wp-calendar td#prev {
    text-align: left;
}


/*---:[ comment styles ]:---*/

.comments_intro p {
    color: #666;
}

.comments_intro a {
    text-decoration: underline;
}

.comments_intro a:hover {
    text-decoration: none;
}

.comments_intro span {
    color: #111;
    line-height: 1em;
}

.comments_intro span.bracket {
    color: #ccc;
}

dl#comment_list {
    border-top: 1px dotted #bbb;
}

dl#comment_list dt a:hover {
    text-decoration: underline;
}

dl#comment_list dt .comment_author {
    font-weight: bold;
}

.avatar img {
    float: right;
}

.comment_time,
.edit_comment {
    color: #888;
}

.comment_time {
    white-space: nowrap;
}

.comment_time a,
.edit_comment a {
    color: #888;
}

.comment_time a:hover,
.edit_comment a:hover {
    color: #888;
}

.comment_num {
    float: right;
}

dl#comment_list .comment_num a {
    font-weight: bold;
    color: #aaa;
}

dl#comment_list .comment_num a:hover {
    color: #fff;
    background: #aaa;
    text-decoration: none;
}

dl#comment_list .bypostauthor {
    background: #e7f8fb;
}

dl#comment_list dd {
    border-bottom: 1px dotted #bbb;
}

dl#comment_list dd p.reply a {
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

dl#comment_list dd p.reply a:hover {
    text-decoration: underline;
}

dl#comment_list dl {
    border-top: 0;
}

dl#comment_list dl dt,
dl#comment_list dl dd {
    background: none;
}

dl#comment_list dl dd {
    border-bottom: 0;
}

dl#comment_list dl .bypostauthor {
    background: none;
}

dl#comment_list dl dt,
dl#comment_list dl dd .format_text {
    border-style: solid;
    border-color: #ddd;
}

dl#comment_list dl dt.bypostauthor,
dl#comment_list dl dd.bypostauthor>.format_text {
    border-color: #bde0e6;
}

a.comment_link {
    color: #111;
    text-decoration: none;
    font-variant: small-caps;
    border-bottom: 1px solid #bbb;
}

a.comment_link:hover {
    color: #111;
    border-bottom-color: #111;
}


/*---:[ author comment and alternating comment colors ]:---*/


/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */

#trackback_list {
    border-top: 1px dotted #bbb;
}

#trackback_list a {
    color: #111;
}

#trackback_list a:hover {
    color: #111;
    text-decoration: underline;
}

#trackback_list span {
    color: #888;
}

.comments_closed p {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
}


/*---:[ comment form styles ]:---*/

#respond_intro p {
    color: #555;
}

#respond_intro p a {
    font-weight: bold;
}

#respond_intro p a:hover {
    text-decoration: underline;
}

#cancel-comment-reply-link {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #d00;
    border-style: solid;
    border-color: #ac0000;
    border-top-color: #fa5a5a;
    border-left-color: #fa5a5a;
    float: right;
}

.login_alert {
    background: #f5f5f5;
    border: 1px solid #ddd;
}

.login_alert p {
    font-weight: bold;
}

.login_alert p a:hover {
    text-decoration: underline;
}

.comment_moderated {
    font-weight: bold;
}

#commentform {
    border-top: 1px dotted #bbb;
}

#commentform p {
    margin-bottom: 1em;
}

#commentform p a {
    text-decoration: underline;
}

#commentform p a:hover {
    text-decoration: none;
}

#commentform p .required {
    color: #d00;
}

#commentform span.allowed {
    display: block;
    color: #807e70;
    background: #f9f7e4;
    border-style: dotted;
    border-color: #bbb;
}

#commentform span.allowed span {
    display: block;
}


/* Support for the highly-recommended Subscribe to Comments Plugin */

#commentform p.subscribe-to-comments label {
    font-size: 1em;
}


/*---:[ footer styles ]:---*/

#footer a {
    border-bottom: 1px solid #ccc;
}


/*---:[ self-clearing floats from Dan Cederholm ]:---*/

.menu:after,
#content_box:after,
#sidebars:after,
.format_text:after,
.teasers_box:after,
.prev_next:after,
ul.sidebar_list:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*---:[ core layout elements ]:---*/

.full_width {
    width: 100%;
    clear: both;
}

.full_width .page {
    width: 95.6em;
    margin: 0 auto;
    padding-right: 0em;
    padding-left: 0em;
}

#header_area .page {
    padding-top: 0em;
}

#footer_area .page {
    padding-bottom: 0em;
}

#header,
#footer {
    padding-right: 1.1em;
    padding-left: 1.1em;
}

#content_box {
    width: 100%;
}

#content {
    width: 100%;
}

.post_box,
.teasers_box {
    margin: 0 1.1em;
}

.teasers_box {
    width: 93.4em;
}

.teaser {
    width: 45.6em;
}

#archive_intro,
.prev_next {
    padding-right: 1.1em;
    padding-left: 1.1em;
}

#sidebars {
    width: 100%;
    border-style: solid;
    border-width: 0.3em 0 0 0;
    clear: both;
}

#sidebar_1 {
    width: 47.7em;
    border-style: dotted;
    border-width: 0 0.1em 0 0;
    float: left;
}

#sidebar_2 {
    width: 47.7em;
    float: right;
}

.sidebar ul.sidebar_list {
    padding-right: 1.1em;
    padding-left: 1.1em;
}


/*---:[ nav styles ]:---*/

.menu ul,
.menu ul li {
    width: 15em;
}

.menu ul ul,
.menu :hover ul :hover ul {
    left: 14.9em;
}

.menu li:hover ul,
.menu a:hover ul {
    left: -0.1em;
}

.menu {
    border-width: 0 0 0.1em 0.1em;
}


/*---:[ multimedia box elements ]:---*/

#multimedia_box {
    padding: 1.1em;
}

#image_box img {
    display: block;
    padding: 0.1em;
    border-width: 0.1em;
}

#image_box img.square {
    width: 93em;
    height: 93em;
}

#image_box img.four_by_three {
    width: 93em;
    height: 69.8em;
}

#image_box img.three_by_four {
    width: 93em;
    height: 124em;
}

#image_box img.three_by_two {
    width: 93em;
    height: 62em;
}

#image_box img.two_by_three {
    width: 93em;
    height: 139.5em;
}

#image_box img.five_by_four {
    width: 93em;
    height: 74.4em;
}

#image_box img.four_by_five {
    width: 93em;
    height: 116.3em;
}

#image_box img.sixteen_by_nine {
    width: 93em;
    height: 52.3em;
    margin: 0 auto;
}

#image_box img.nine_by_sixteen {
    width: 93em;
    height: 165.3em;
    margin: 0 auto;
}

#image_box img.two_by_one {
    width: 93em;
    height: 46.5em;
}

#image_box img.one_by_two {
    width: 93em;
    height: 186em;
}


/*---:[ comments area ]:---*/

#comments {
    margin-right: 0em;
    margin-left: 0em;
}

.comments_intro,
#respond_intro {
    margin-left: 1.1em;
}

dl#comment_list dt,
#trackback_list {
    padding-right: 1.1em;
    padding-left: 1.1em;
}

dl#comment_list dd {
    padding-left: 1.1em;
}

dl#comment_list dd .format_text,
dl#comment_list dd #respond {
    padding-right: 1.1em;
}

dl#comment_list dl dt {
    padding-left: 2.2em;
    border-width: 0 0 0 0.1em;
}

dl#comment_list dl dt.bypostauthor {
    padding-left: 2.1em;
    border-width: 0 0 0 0.2em;
}

dl#comment_list dl dd {
    padding-left: 0;
}

dl#comment_list dl dd .format_text {
    padding-left: 1.6em;
    border-width: 0 0 0 0.071em;
}

dl#comment_list dl dd.bypostauthor>.format_text {
    padding-left: 1.5em;
    border-width: 0 0 0 0.143em;
}

dl#comment_list dl dd dl {
    padding-left: 2.2em;
}

#commentform {
    padding-right: 1.1em;
    padding-left: 1.1em;
}

.comments_closed,
.login_alert {
    margin-right: 1.1em;
    margin-left: 1.1em;
}


/*---:[ content elements ]:---*/

body {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

#header {
    padding-top: 2.2em;
    padding-bottom: 2.2em;
}

.post_box {
    padding-top: 2.2em;
}

.headline_area {
    margin-bottom: 2.2em;
}

.teasers_box {
    padding-top: 2.2em;
    padding-bottom: 2.2em;
}

#multimedia_box {
    margin-bottom: 2.2em;
}

#footer {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
}


/*---:[ #header styles ]:---*/

#header #logo {
    font-size: 3.6em;
    line-height: 1.167em;
}

#header #tagline {
    font-size: 1.4em;
    line-height: 1.429em;
}


/*---:[ nav menu styles ]:---*/

.menu table {
    bottom: -0.1em;
}

.nav,
.menu li ul {
    border-width: 0 0 0.1em 0;
}

.menu li {
    margin-bottom: -0.1em;
}

.menu li ul {
    margin-top: -0.1em;
}

.menu ul ul {
    margin-top: 0;
}

.menu a {
    font-size: 1.1em;
    line-height: 1.273em;
    padding: 0.636em 0.818em;
    border-width: 0.091em;
    border-left-width: 0;
}

.menu ul a {
    width: 11.818em;
    border-left-width: 0.091em;
}


/*---:[ headlines ]:---*/

.headline_area h1,
.headline_area h2,
#archive_intro h1 {
    font-size: 2.2em;
    line-height: 1.364em;
}

.format_text h2,
.format_text h3 {
    font-size: 1.286em;
    line-height: 1.222em;
    margin: 1.833em 0 0.611em 0;
}

.format_text h4 {
    font-size: 1em;
}

.format_text h5 {
    font-size: 0.786em;
}

.format_text h6 {
    font-size: 0.786em;
}

.teaser h2 {}

.sidebar h3 {
    font-size: 1em;
    line-height: 1.385em;
    margin-bottom: 0.692em;
}

#archive_intro h1 {
    margin-bottom: 1em;
}


/*---:[ bylines ]:---*/

.headline_meta {
    font-size: 1em;
    line-height: 1.8em;
}

.headline_meta .pad_left {
    padding-left: 0.9em;
}


/*---:[ headline area (image thumbnails) ]:---*/

.headline_area img.alignleft {
    margin: 0 2.2em 2.2em 0;
}

.headline_area img.alignright {
    margin: 0 0 2.2em 2.2em;
}

.headline_area img.alignnone {
    margin: 0 auto 2.2em 0;
}

.headline_area img.aligncenter {
    margin: 0 auto 2.2em auto;
}

.headline_area img.frame {
    padding: 1em;
    border-width: 0.1em;
}


/*---:[ post content area ]:---*/

.format_text {
    font-size: 1.4em;
    line-height: 1.571em;
}

.format_text p {
    margin-bottom: 1.571em;
}

.format_text p.note,
.format_text p.alert {
    padding: 0.571em 0.786em;
}

.format_text .drop_cap {
    font-size: 3.571em;
    line-height: 0.76em;
    padding: 0.04em 0.12em 0 0;
}

.ie6 .format_text .drop_cap {
    padding-right: 0.06em;
}

.format_text acronym,
.format_text abbr {
    font-size: 0.786em;
}

.format_text code,
.format_text pre {
    font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif;
}

.format_text code {
    font-size: 0.929em;
}

.format_text pre {
    font-size: 0.857em;
    line-height: 1.5em;
    margin-bottom: 1.833em;
    padding: 0.667em 0.917em;
}

.format_text sub,
.format_text sup {
    line-height: 0.786em
}

.format_text ul {
    margin: 0 0 1.571em 1.571em;
}

.format_text ol {
    margin: 0 0 1.571em 1.571em;
}

.format_text ul ul,
.format_text ul ol,
.format_text ol ul,
.format_text ol ol {
    margin: 0 0 0 1.571em;
}

.format_text dl {
    margin-bottom: 1.571em;
}

.format_text dd {
    margin-bottom: 1.571em;
}

.format_text blockquote {
    margin: 0 0 1.571em 0.786em;
    padding-left: 0.786em;
}


/*---:[ pullquotes ]:---*/

.format_text blockquote.right,
.format_text blockquote.left {
    width: 45%;
    font-size: 1.286em;
    line-height: 1.222em;
}

.format_text blockquote.right {
    margin: 0 0 1.222em 1.222em;
}

.format_text blockquote.left {
    margin: 0 1.222em 1.222em 0;
}


/*---:[ image handling classes ]:---*/

.format_text img.left,
.format_text img.alignleft,
.wp-caption.alignleft {
    margin: 0 1.571em 1.571em 0;
}

.format_text img.right,
.format_text img.alignright,
.wp-caption.alignright {
    margin: 0 0 1.571em 1.571em;
}

.format_text img.center,
.format_text img.aligncenter,
.wp-caption.aligncenter {
    margin: 0 auto 1.571em auto;
}

.format_text img.block,
.format_text img.alignnone,
.wp-caption.alignnone {
    margin: 0 auto 1.571em 0;
}

.format_text img[align="left"] {
    margin-right: 1.571em;
    margin-bottom: 1.571em;
}

.format_text img[align="right"] {
    margin-bottom: 1.571em;
    margin-left: 1.571em;
}

.format_text img[align="middle"] {
    margin-bottom: 1.571em;
}

.format_text img.frame,
.format_text .wp-caption {
    padding: 0.714em;
    border-width: 0.071em;
}

.format_text img.stack {
    margin-left: 1.571em;
}

.format_text .wp-caption p {
    font-size: 0.857em;
    line-height: 1.5em;
    margin-bottom: 0;
}


/*---:[ ad and miscellaneous "block" classes ]:---*/

.format_text .ad {
    margin-left: 1.571em;
}

.format_text .ad_left {
    margin-right: 1.571em;
}


/*---:[ after-post elements ]:---*/

.format_text .to_comments {
    font-size: 0.857em;
    line-height: 1.833em;
    margin-bottom: 1.833em;
}

.format_text .to_comments span {
    font-size: 1.833em;
}

.format_text .post_tags {
    font-size: 0.857em;
    line-height: 1.833em;
    margin-bottom: 1.833em;
}


/*---:[ multimedia box ]:---*/

#custom_box {
    font-size: 1.3em;
    line-height: 1.538em;
}


/*---:[ archive intro block ]:---*/

#archive_intro {
    padding-top: 2.2em;
}


/*---:[ previous and next links ]:---*/

.prev_next {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
}

.prev_next p {
    font-size: 1em;
    line-height: 2.2em;
}

.post_nav .previous {
    margin-bottom: 0.55em;
}

.post_nav a {
    font-size: 1.4em;
    line-height: 1.571em;
}


/*---:[ comment area ]:---*/

#comments {
    margin-top: 4.4em;
}

.comments_intro {
    margin-bottom: 1.1em;
}

.comments_intro p {
    font-size: 1.2em;
    line-height: 1.833em;
}

.comments_intro span {
    font-size: 1.833em;
}

#comment_list,
#trackback_list {
    margin-bottom: 4.4em;
}

dl#comment_list dt {
    padding-top: 1.8em;
}

dl#comment_list dt span {
    font-size: 1.2em;
    line-height: 1.833em;
}

dl#comment_list dt .comment_author {
    font-size: 1.6em;
    line-height: 1.375em;
    padding-right: 0.688em;
}

.avatar img {
    margin-left: 0.833em;
}

.comment_time {
    padding-right: 0.917em;
}

.comment_num {
    padding-left: 0.833em;
}

.comment_num a {
    font-size: 1em;
    line-height: 1.833em;
    padding: 0.083em 0.25em;
}

dl#comment_list dd {
    padding-top: 1.1em;
}

dl#comment_list dd p.reply a {
    font-size: 0.786em;
    line-height: 1.636em;
}

dl#comment_list dl dd p.reply {
    margin-bottom: 0;
}

dl#comment_list dl dt,
dl#comment_list dl dd {
    padding-top: 0;
}

dl#comment_list dl dd .format_text {
    margin-bottom: 1.571em;
}

#trackback_list {
    padding-top: 1.1em;
    list-style: none;
}

#trackback_list a {
    font-size: 1.4em;
    line-height: 1.571em;
}

#trackback_list span {
    font-size: 1.2em;
    line-height: 1.833em;
}

#comment_nav_2 {
    margin-top: -4.4em;
    margin-bottom: 4.4em;
}

.comments_closed {
    margin-top: 4.4em;
    margin-bottom: 2.2em;
}


/*---:[ comment form styles ]:---*/

#respond {
    margin-bottom: 4.4em;
}

#respond_intro {
    margin-bottom: 1.1em;
}

#respond_intro p {
    font-size: 1.7em;
    line-height: 1.294em;
}

#cancel-comment-reply-link {
    font-size: 1.1em;
    line-height: 1em;
    padding: 0.545em 0.727em;
    border-width: 0.182em;
}

.login_alert {
    margin-top: 4.4em;
    margin-bottom: 2.2em;
    padding: 1.1em;
}

#commentform {
    padding-top: 1.1em;
}

#commentform p,
.login_alert p {
    font-size: 1.4em;
    line-height: 1.571em;
}

#commentform p.comment_box {
    line-height: 0.786em;
}

#commentform label {
    padding-left: 0.786em;
}

#commentform textarea {
    height: 12.571em;
    line-height: 1.571em;
}

#commentform span.allowed {
    width: 97.3%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-width: 0 0.071em 0.071em 0.071em;
}

#commentform span.allowed span {
    font-size: 0.857em;
    line-height: 1.833em;
    padding: 0 0.583em;
}


/* Support for the highly-recommended Subscribe to Comments Plugin */

#commentform p.subscribe-to-comments {
    font-size: 1.4em;
}

#commentform p.subscribe-to-comments label {
    font-size: 1em;
}


/*---:[ sidebar styles ]:---*/

.sidebar {}

#column_wrap .sidebar ul.sidebar_list {
    padding-top: 2.2em;
}

li.widget {
    font-size: 1.3em;
    line-height: 1.385em;
    margin-bottom: 2.769em;
}

li.tag_cloud {
    line-height: 1.692em;
}

li.widget p {
    margin-bottom: 1.385em;
}

li.widget abbr,
li.widget acronym {
    font-size: 0.846em;
}

li.widget code {
    font-size: 0.923em;
}

li.widget ul li {
    margin-bottom: 0.692em;
}

li.widget li ul {
    margin: 0.692em 0 0 1.385em;
}


/*---:[ widget box styles ]:---*/

li.widget .widget_box {
    padding: 0.692em;
    border-width: 0.077em;
}


/*---:[ google custom search ]:---*/

li.thesis_widget_google_cse form input[type="submit"] {
    font-size: 1em;
    margin-top: 0.462em;
    padding: 0.154em 0.231em;
}


/*---:[ calendar widget ]:---*/

#calendar_wrap a {
    padding: 0.077em;
}

#calendar_wrap a:hover {
    padding: 0.077em;
}

table#wp-calendar caption {
    font-size: 0.846em;
    line-height: 2em;
}

table#wp-calendar th {
    font-size: 0.846em;
    line-height: 2em;
    padding-top: 0.091em;
}

table#wp-calendar td {
    line-height: 1.692em;
}

table#wp-calendar td#next,
table#wp-calendar td#prev {
    font-size: 0.846em;
    line-height: 2em;
}

table#wp-calendar td#next {
    padding-right: 0.545em;
}

table#wp-calendar td#prev {
    padding-left: 0.545em;
}


/*---:[ form inputs ]:---*/

input,
textarea {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.format_text input,
#commentform input,
#commentform textarea {
    padding: 0.214em;
    border-width: 0.071em 0.071em 0.071em 0.071em;
}

#commentform textarea {
    width: 96%;
}

.format_text input.form_submit,
#commentform .form_submit {
    font-size: 1.143em;
    padding: 0.313em 0.25em;
}

.sidebar .text_input,
.sidebar .form_submit {
    padding: 0.308em;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.sidebar input[type="text"],
.sidebar input[type="submit"] {
    padding: 0.308em;
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}


/*---:[ footer styles ]:---*/

#footer p {
    font-size: 1.2em;
    line-height: 1.667em;
}

ul.sidebar_list {
    padding-top: 2.2em;
}


/*---:[ teaser styles ]:---*/

.teaser h2 {
    font-size: 1.6em;
    line-height: 1.375em;
}

.teaser .format_teaser {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.teaser .teaser_author,
.teaser .teaser_category,
.teaser .teaser_date,
.teaser .teaser_comments,
.teaser .edit_post {
    font-family: Tahoma, Geneva, Verdana, sans-serif;
}

.teaser .teaser_author {
    font-size: 1em;
    line-height: 1.6em;
}

.teaser .teaser_category {
    font-size: 1em;
    line-height: 1.6em;
}

.teaser .teaser_date {
    font-size: 1em;
    line-height: 1.6em;
}

.teaser .teaser_comments {
    font-size: 1em;
    line-height: 1.6em;
}

.teaser .teaser_link {
    font-size: 1.2em;
    line-height: 1.5em;
}

.teaser .post_tags {
    font-size: 1.1em;
    line-height: 1.636em;
}

.teaser .edit_post {
    padding-left: 0.8em;
}


/*---:[ thumbnails ]:---*/

.teaser .post_image_link img.alignleft {
    margin-right: 1.8em;
    margin-bottom: 1.8em;
}

.teaser .post_image_link img.alignright {
    margin-left: 1.8em;
    margin-bottom: 1.8em;
}

.teaser .post_image_link img.aligncenter {
    margin-bottom: 1.8em;
}

.teaser .post_image_link img.alignnone {
    margin: 0 auto 1.8em 0;
}

.teaser .post_image_link img.frame {
    padding: 0.8em;
    border-width: 0.1em;
}

.teaser .format_teaser .post_image_link img.alignleft {
    margin-right: 0.75em;
    margin-bottom: 0;
}

.teaser .format_teaser .post_image_link img.alignright {
    margin-left: 0.75em;
    margin-bottom: 0;
}

.teaser .format_teaser .post_image_link img.aligncenter {
    margin-bottom: 1.5em;
}

.teaser .format_teaser .post_image_link img.frame {
    padding: 0.333em;
    border-width: 0.083em;
}


/*---:[ layout colors ]:---*/

body {
    color: #111111;
    background: #FFFFFF;
}

.full_width>.page {
    background: #FFFFFF;
}

a,
h2 a:hover,
#logo a:hover {
    color: #2361A1;
}

#logo,
#logo a {
    color: #111111;
}

#tagline {
    color: #888888
}

h1,
h2,
h2 a {
    color: #111111;
}

.headline_meta,
.headline_meta a,
.teaser_author,
.teaser_date,
.teaser .edit_post,
.teaser_author a,
.teaser_comments,
.teaser_category,
.teaser .edit_post a {
    color: #888888;
}

.headline_meta a:hover,
.teaser_author a:hover,
.teaser_comments:hover,
.teaser_category:hover,
.teaser .edit_post a:hover {
    color: #111111;
}

.sidebar h3 {
    color: #555555;
}

.image_box {
    background: #EEEEEE;
}

.video_box {
    background: #000000;
}

.custom_box {
    background: #EEEEEE;
}

#footer,
#footer a {
    color: #888888;
}

#footer a:hover {
    color: #111111;
}


/*---:[ nav colors ]:---*/

.menu,
.menu a,
.menu li ul {
    border-color: #DDDDDD;
}

.menu .current a,
.menu .current-cat a,
.menu .current-menu-item a {
    border-bottom-color: #FFFFFF;
}

.menu ul .current a,
.menu ul .current-cat a,
.menu .current ul a,
.menu .current-cat ul a,
.menu ul .current-menu-item a {
    border-bottom-color: #DDDDDD;
}

.menu a,
.menu .current ul a,
.menu .current-cat ul a,
.menu .current-menu-item ul a {
    color: #111111;
    background: #EFEFEF;
}

.menu a:hover,
.menu .current ul a:hover,
.menu .current-cat ul a:hover,
.menu .current-parent a:hover,
.menu .current-menu-item ul a:hover,
.menu .current-menu-ancestor a:hover {
    color: #111111;
    background: #DDDDDD;
}

.menu .current a,
.menu .current a:hover,
.menu .current-cat a,
.menu .current-cat a:hover,
.menu .current-menu-item a,
.menu .current-menu-item a:hover {
    color: #111111;
    background: #FFFFFF;
}

.menu .current-parent>a,
.menu .current-cat-parent>a,
.menu .current-menu-ancestor>a {
    color: #111111;
    background: #F0EEC2;
}


/*---:[ border package ]:---*/

#header {
    border-width: 0 0 0.3em 0;
}

.post_box,
.teasers_box {
    border-width: 0.1em 0 0 0;
}

#footer {
    border-width: 0.3em 0 0 0;
}

#feature_box,
#archive_intro,
#comment_nav_2 {
    border-width: 0 0 0.2em 0;
}

.prev_next {
    border-width: 0.2em 0 0 0;
}

.image_box,
.custom_box {
    border-width: 0 0 0.1em 0;
}


/*---:[ Custom Stylsheet ]:---*/


/* Add by Jiboy */

@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
.float_left {
    float: left;
}

.float_right {
    float: right;
}

#header,
#footer,
#sidebars,
#sidebar_1,
#sidebar_2 {
    border: 0
}

#header {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px
}

h1,
h2,
h3 {
    color: #373737
}

#header_area .page {
    background: transparent;
}

body {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.page {
    width: 900px !important;
}

#content {
    display: block;
}

#search input {
    font-family: inherit;
    border: 1px solid #c8c8c8;
    padding: 2px 4px 4px 30px;
    font-weight: 500;
    color: #878787;
    background: #fff url('/images/search-icon.jpg')no-repeat 5px center;
    font-size: 15px;
    text-shadow: 1px 0 0 #ccc;
    float: right;
    width: 118px;
    position: relative;
    top: -10px;
}

#search input:hover {
    box-shadow: 1px 0px 5px 0px #ccc;
}

.list-none {
    list-style: none !important;
}


/*.page{width:1080px !important;}*/

.cus-text {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.format-isi {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}

#header {
    padding-top: 1.8em;
    position: relative;
}

.logo-nav {
    height: 45px;
    float: left;
    cursor: pointer;
}

.clear {
    clear: both;
}

.h_text {
    color: #fff;
    text-shadow: 1px 1px 1px #5169b3;
    left: 8px;
    position: relative;
    top: 8px;
    line-height: 24px;
}

.learn-more,
#subPageMenu li a,
.dim {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

span#text1 {
    font-size: 23px;
    font-weight: bold;
}

span#text2 {
    font-size: 29px;
    font-weight: bold;
}

span#text3 {
    font-size: 12px;
}

#login {
    color: #fff;
    float: right;
    font-size: 12px;
    position: relative;
    top: -33px;
}

#login form {
    background: none repeat scroll 0 0 #4F669A;
    display: inline;
    font-size: 12px;
    height: 30px;
    margin-left: 14px;
    padding: 15px 5px;
}

#login input {
    color: #777777;
    height: 27px;
    padding: 0 5px;
}

#login img {
    margin-right: 5px;
    position: relative;
    top: 10px;
    cursor: pointer
}

#undercons {
    margin-top: 100px;
    position: relative;
    padding: 10px 200px;
}

.hfeed div {
    margin-left: 0px!important
}

.ui-widget-content {
    width: 530px;
}

#nav-log {
    height: 50px;
    display: block;
}

.logo1 {
    float: left;
    position: relative;
    top: -3px;
}

.logo ul {
    list-style-type: none
}

.logo2 {
    float: left;
    padding: 6px;
    line-height: 15px;
    margin-top: 7px;
    color: #8c8c8c
}

.logo2 li {
    font: 13px/13px 'Arial Narrow', Arial, sans-serif;
    text-shadow: 1px 0 0 #ccc;
    font-stretch: condensed
}

.logo2 h1,
.logo2 h2 {
    color: #3E3E3E;
    font: 25px/22px 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    text-shadow: 1px 0 0 #999999;
    font-stretch: condensed
}

.log-form {
    position: absolute;
    right: 0;
}

.log-button {
    background: #3CB4E8;
    width: 90px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 20px;
}

.reg-button {
    background: #F1A916;
    width: 105px;
    height: 30px;
    display: block;
    float: left;
    margin-right: 20px;
}

.forgot-pass {
    float: left;
    padding: 5px 0 0 15px;
    border-left: 2px solid #bdbdbd;
    height: 28px;
    display: block;
    color: #434343;
    position: relative;
    top: -1px;
}

.forgot-pass a {
    color: #434343;
    position: relative;
    font-size: 12px;
    top: -3px;
}

.log-button span,
.log-button img,
.reg-button span,
.reg-button img {
    float: left;
    color: #fff;
}

.log-button img,
.reg-button img {
    margin: 8px 0 0 10px;
}

.log-button span,
.reg-button span {
    margin: 3px 0 0 8px;
    font-size: 17px;
}


/*NAVIGATION MENU*/

#nav-menu {
    margin-top: 25px;
}

#contain {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

#wrapMen {
    min-height: 100%;
    width: 700px;
    margin: -1px auto 0;
    background: #FFF;
    border-bottom: 0;
}

#megaMen {
    text-align: left;
    font-size: 12px;
    list-style: none;
    height: 25px;
    border-bottom: 0px solid #cccecd;
    padding-bottom: 6px;
    border-top: 4px solid #0483d0;
    position: relative;
}

#megaMen li {
    color: #666;
    float: left;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: block;
    border-right: 1px solid #e7e7e7;
    background-position: 5px center;
    background-repeat: no-repeat;
}

#megaMen li:last-child {
    border-right: none;
}

#megaMen li:hover,
#megaMen li.active {
    background-color: #0483d0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

#megaMen li:hover .hovMen,
#megaMen li.active .hovMen {
    color: #fff;
}

#megaMen li.home,
#megaMen li.homeActive {
    background-image: url('/images/Home-Off.png');
    padding-left: 26px !important;
    padding-right: 26px !important;
}

#megaMen li.home:hover,
#megaMen li.homeActive {
    background-image: url('/images/Home-On.png');
}

#megaMen li.about,
#megaMen li.aboutActive {
    background-image: url('/images/Building-Off.png');
    padding-left: 21px !important;
    padding-right: 21px !important;
}

#megaMen li.about:hover,
#megaMen li.aboutActive {
    background-image: url('/images/Building-On.png');
}

#megaMen li.trading,
#megaMen li.tradingActive {
    background-image: url('/images/Chart-Type-Off.png');
    padding-left: 14px !important;
    padding-right: 14px !important;
}

#megaMen li.trading:hover,
#megaMen li.tradingActive {
    background-image: url('/images/Chart-Type-On.png');
}

#megaMen li.partner,
#megaMen li.partnerActive {
    background-image: url('/images/Link-Off.png');
    padding-left: 15px !important;
    padding-right: 15px !important;
}

#megaMen li.partner:hover,
#megaMen li.partnerActive {
    background-image: url('/images/Link-On.png');
}

#megaMen li.news,
#megaMen li.newsActive {
    background-image: url('/images/Signal-Bars-Off.png');
    padding-left: 17px !important;
    padding-right: 17px !important;
}

#megaMen li.news:hover,
#megaMen li.newsActive {
    background-image: url('/images/Signal-Bars-On.png');
}

#megaMen li.edukasi,
#megaMen li.edukasiActive {
    background-image: url('/images/Graduate-Off.png');
    padding-left: 2px !important;
}

#megaMen li.edukasi:hover,
#megaMen li.edukasiActive {
    background-image: url('/images/Graduate-On.png');
}

#megaMen li.account,
#megaMen li.accountActive {
    background-image: url('/images/News-Off.png');
    padding-left: 17px !important;
    padding-right: 17px !important;
    position: relative;
}

#megaMen li.account:hover,
#megaMen li.accountActive {
    background-image: url('/images/News-On.png');
}

#megaMen li.help,
#megaMen li.helpActive {
    background-image: url('/images/Shield-Help-Off.png');
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: absolute;
    right: 0px;
}

#megaMen li.help:hover,
#megaMen li.helpActive {
    background-image: url('/images/Shield-Help-On.png');
}

.hovMen {
    font-size: 13.07px !important;
    display: block;
}

#megaMen li a {
    color: #666;
    outline: 0;
    text-decoration: none;
    display: block;
    line-height: 20px;
    display: block;
    padding: 5px 12px 6px 28px;
    /* text-shadow:1px 0 0 #ccc;*/
}

#megaMen li.account a {
    padding: 5px 13px 6px 28px;
}

.men2 {
    position: absolute;
    width: 309px;
    z-index: 333;
    padding: 0px;
    border-bottom: 2px solid #0483d0;
    background: #f8f8f8;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    left: 0px;
}

#main:hover .men2 {
    opacity: 1 !important;
    visibility: visible;
    overflow: visible;
}

.men1 {
    position: absolute;
    padding: 0px;
    border-bottom: 2px solid #0483d0;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background: #f8f8f8;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 333;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    left: 0px;
}

#main:hover .men1 {
    opacity: 1 !important;
    visibility: visible;
    overflow: visible;
}

#megaMen li:hover div,
#megaMen li.one:hover div {
    top: auto
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #007AC0;
}

#megaMen li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#megaMen li li {
    background: none;
    border: 0;
    text-align: left
}

#megaMen li li a {
    color: #666;
    font-weight: normal;
    padding-left: 10px;
    margin: 0;
    width: 141px;
    line-height: 22px;
    /*text-shadow:1px 0 0 #ddd;*/
    border-bottom: 1px solid #EEEEEE
}

#megaMen li li a:before {
    content: "• "
}

#megaMen li.help li:first-child a:before,
#megaMen li.helpActive li:first-child a:before,
#megaMen li.trading li:first-child a:before,
#megaMen li.tradingActive li:first-child a:before {
    content: ""
}

#megaMen li.help li:first-child a,
#megaMen li.helpActive li:first-child a,
#megaMen li.trading li:first-child a,
#megaMen li.tradingActive li:first-child a {
    /*text-shadow:1px 0px 0 #777;*/
    font-size: 13px;
}

#megaMen li.help li:first-child a:hover h3,
#megaMen li.helpActive li:first-child a:hover h3,
#megaMen li.trading li:first-child a:hover h3,
#megaMen li.tradingActive li:first-child a:hover h3 {
    color: #fff!important;
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: bold
}

#megaMen li.help li:first-child a h3,
#megaMen li.helpActive li:first-child a h3,
#megaMen li.trading li:first-child a h3,
#megaMen li.tradingActive li:first-child a h3 {
    font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
    font-stretch: condensed;
    font-weight: bold;
    text-shadow: none;
    color: #666
}

#megaMen li li a:hover {
    background: #0483d0;
    color: #fff;
}


/*#megaMen li.help li:first-child a:hover,#megaMen li.trading li:first-child a:hover{color:#666;background:#e8e8e8!important;}*/

#megaMen li div.last li {
    width: 140px
}

#megaMen li div.last li a {
    padding-left: 10px;
    width: 140px;
    left: -7px;
    position: relative;
}

#megaMen li div.first li a {
    width: 126px;
}

.listSub3 {
    float: left;
    width: 45%;
    margin-right: 15px;
}

.men2 .last {
    margin-right: 0px!important;
}


/*home*/

#top-isi {
    display: block;
    float: left;
    height: auto;
    margin-top: 0px;
    width: 100%;
}

.top-isi1 span {
    float: left;
}

.top-isi1 span:last-child {
    padding: 0 0 0 45px
}

.top-isi1 span:last-child ul li h2 {
    font-size: 25px;
}

.top-isi1 span:last-child ul li:first-child h2 {
    font-size: 55px;
    margin: 0;
}

.top-isi1 span:last-child ul li:last-child h2 {
    font-size: 20px;
    float: left;
    margin: 0;
}

a.learn-more {
    background: none repeat scroll 0 0 #0483D0;
    display: block;
    height: 40px;
    margin-top: 10px;
    width: 170px;
    border-radius: 3px;
    overflow: hidden
}

a.learn-more:hover {
    background: #0263CE;
}

a.learn-more img {
    padding: 8px 10px;
    float: left;
    margin: 0;
}

a.learn-more span {
    color: #FFFFFF;
    float: left;
    font-size: 22px;
    margin: 0;
    padding: 4px 0px!important
}

#bot-isi {
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0 5px 0;
}

.bot-isi-kiri {
    width: 31%;
    padding: 10px;
    float: left;
    height: 390px;
    position: relative;
    left: -3px;
    border: 2px solid #EAEAEA!important;
    border-radius: 5px;
    overflow: hidden
}

.bot-isi-tengah {
    float: left;
    padding: 0;
}

.bot-isi-kanan {
    border: 2px solid #EAEAEA!important;
    float: right;
    width: 275px;
    padding: 10px;
    height: 388px;
    border-radius: 5px;
    margin-top: 1px;
}

.isinya-tengah1,
.isinya-tengah2 {
    border: 2px solid #EAEAEA!important;
    padding: 10px 2px 10px 5px;
    float: left;
    height: auto;
    margin-top: 1px;
    border-radius: 5px;
}

.isinya-tengah1 {
    border: 3px solid #EAEAEA!important;
    padding: 10px 0px 10px 5px;
}

.isinya-tengah1 img {
    float: left;
}

.isinya-tengah1 div {
    text-align: center;
    float: left;
    padding-left: 3px;
    width: 192px;
}

.isinya-tengah1 div span {
    font-size: 22px;
    position: relative;
    top: -3px;
}

.isinya-tengah1 div a#login-webtrader {
    background: none repeat scroll 0 0 #2981B3;
    color: #FFFFFF;
    float: left;
    font-size: 15px;
    height: 23px;
    margin: 4px 0 0 20px;
    padding: 7px 13px 4px;
    border-radius: 3px;
}

.isinya-tengah1 div a#login-webtrader:hover {
    background: none repeat scroll 0 0 #3FB3E6;
}

.isinya-tengah2 {
    float: left;
    margin-top: 5px;
    padding: 5px;
    width: 281px;
    font-size: 13px;
    position: relative;
    height: 300px;
    clear: both
}

.isinya-tengah2 p {
    text-align: center;
    width: 280px;
    color: #666;
    letter-spacing: -1px
}

.isinya-tengah2 h2 {
    text-align: center;
}

.isinya-tengah2 span {
    height: auto;
    margin-top: -15px;
    position: relative;
    top: -10px;
}

.bot-content-kiri {
    width: 55%;
    padding: 10px 0px;
    float: left;
    height: auto;
}

.bot-content-kanan {
    float: right;
    padding: 10px 0px;
    width: 34%;
}

.analisa-tek,
.sos-trade,
.hapnow,
.headbox {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 15px;
    width: 100%;
}

.analisa-tek img,
.sos-trade img,
.hapnow img,
.headbox img {
    float: left;
}

.analisa-tek h2,
.sos-trade h2,
.headbox h2 {
    float: left;
    font-size: 22px;
    padding: 0px 10px;
}

.hapnow h2 {
    float: left;
    font-size: 33px;
    padding: 1px 10px;
}

.news-askap-event img {
    float: left;
}

.news-askap-event span a,
.dl-askap-ebook span a {
    background: #F09D11;
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 20px 5px;
}

.news-askap-event span a:hover,
.dl-askap-ebook span a:hover {
    background: #FED120
}

.news-askap-event span p,
.dl-askap-ebook span p {
    margin-bottom: 10px;
    font-size: 11px;
    color: #666;
}

.news-askap-event,
.dl-askap-ebook {
    border: 1px solid #E0E0E0;
    display: block;
    float: left;
    height: auto;
    width: 100%;
}

.dl-askap-ebook img {
    float: right;
    margin-left: 0;
}

.news-askap-event h2,
.dl-askap-ebook h2 {
    float: left;
    font-size: 22px;
    padding: 5px 26px 0;
}

.dl-askap-ebook h2 {
    padding: 12px 17px 0 !important;
    width: 130px !important;
    text-align: center
}

.news-askap-event span,
.dl-askap-ebook span {
    float: left;
    font-size: 13px;
    padding: 0 22px;
    text-align: justify;
    width: 125px;
}

.dl-askap-ebook {
    margin-top: 20px;
}

.get-updates {
    margin-top: 20px;
    float: left;
    padding-left: 0px;
    color: #777;
    width: 311px;
}

.get-updates ul li {
    float: left;
    padding: 0 4px;
}

.get-updates ul {
    float: right;
    padding: 5px 0px;
}

.get-updates span {
    float: left;
    font-size: 25px;
    text-align: right;
    line-height: 20px;
}

#get-fb {
    background: url("/images/fb-icon.jpg") no-repeat scroll left bottom transparent;
}

#get-twit {
    background: url("/images/twit.jpg") no-repeat scroll left bottom transparent;
}

#get-gplus {
    background: url("/images/gplus.jpg") no-repeat scroll left bottom transparent;
}

#get-utube {
    background: url("/images/utube.jpg") no-repeat scroll left bottom transparent;
}

#get-pintr {
    background: url("/images/pinterest.png") no-repeat scroll left bottom transparent;
}

#get-fb:hover {
    background: url("/images/fb-icon.jpg") no-repeat scroll left top transparent;
}

#get-twit:hover {
    background: url("/images/twit.jpg") no-repeat scroll left top transparent;
}

#get-gplus:hover {
    background: url("/images/gplus.jpg") no-repeat scroll left top transparent;
}

#get-utube:hover {
    background: url("/images/utube.jpg") no-repeat scroll left top transparent;
}

#get-pintr:hover {
    background: url("/images/pinterest.png") no-repeat scroll left top transparent;
}

.get-update-size {
    display: block;
    width: 32px;
    height: 32px;
}

.new-posts {
    padding: 5px 0;
}

#contener {
    display: block;
    float: left;
    margin-top: 90px;
}

.top-content {
    padding: 0 30px 20px 0;
    display: block;
    float: left;
    height: auto;
    position: relative;
    padding: 0px;
    background: none;
    margin-bottom: 10px
}

.mid-content {
    padding: 0;
    display: block;
    float: left;
    height: auto;
    width: 100%
}

.bottom-content {
    display: block;
    float: left;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}

.top-kiri {
    float: left;
    padding-left: 0px;
    width: 100%;
    position: relative;
    height: auto;
}

.top-kiri ul {
    float: left;
    width: 470px;
}

.top-kanan {
    width: 33%;
    float: right;
    margin-top: 0px;
    position: absolute;
    right: 0px;
}

.top-kiri h2,
.mid-kanan h2,
.bot-atas h2 {
    margin-bottom: 10px;
    font-size: 28px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #373737;
}

.top-kiri li,
.mid-kanan li {
    font-size: 15px;
    text-align: justify;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    line-height: 2em;
}

.mid-kiri {
    float: left;
    margin-top: 40px;
    margin-left: 0px;
}

.mid-kanan {
    float: right;
    width: 580px;
    margin-right: 0px;
}

.bot-atas {
    text-align: center;
    width: 100%;
}

.bot-atas h2 img {
    left: -20px;
    position: relative;
    top: 20px;
}

.bot-kiri,
.bot-tengah,
.bot-kanan {
    width: 31%;
    float: left;
    padding: 0px 10px;
}

.bot-kiri {
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

.bot-kanan {
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
}

.bot-kiri ul li h2,
.bot-tengah ul li h2,
.bot-kanan ul li h2 {
    font-size: 35px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #373737;
}

.bot-kiri ul li span img,
.bot-tengah ul li span img,
.bot-kanan ul li span img {
    float: left;
    padding: 10px 17px 110px 0;
}

.bot-pas {
    margin-top: 10px;
}

.bot-text {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

span.analisa-tek,
span.sos-trade {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

#social-stream,
.bot-isi-kiri .new-posts {
    position: relative;
    top: -10px;
    width: 280px;
    clear: both
}


/*about*/

#about-top {
    width: 100%;
    background: url("/images/bg-header-copy-2.png") no-repeat;
    height: 80px;
    margin: 5px 13px;
}

.about-header {
    float: left;
    margin: 10px 320px !important
}

.about-header img,
.about-header span {
    display: inline-block;
    margin-left: 7px;
}

.about-header span {
    display: inline-block;
    margin-top: 9px;
}

.about-header span h1 a {
    color: #F8BE43;
}

.about-header span h2 {
    color: #FFFFFF;
}


/*footer*/

#footer {
    text-align: left !important;
    background: #F8F8F8 url('/images/footer.gif') repeat-x left top
}

#footer a {
    text-decoration: none;
    border: none;
}

#contener-footer {
    width: 103%;
    height: 240px;
    display: block
}

#footer_area,
#footer_area .page {
    background: #F8F8F8;
}

#footer_area .page {
    width: 900px!important;
}

#footer_area {
    background: #F8F8F8 url('/images/footer.gif') repeat-x left top;
    height: 410px;
}

.more-site {
    float: left;
    width: 175px;
    display: block;
    border-right: 1px solid #EEE;
    height: 215px
}

.nav-footer {
    margin: 0;
    float: right;
}

.more-site ul li {
    margin-bottom: 5px;
}

.more-site ul li a {
    font-size: 12px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #0088CE !important;
    margin-left: 5px;
    position: relative;
    top: -9px;
}

.site-title {
    font-size: 18px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #000;
    margin-left: 10px;
}

.menu-footer {
    float: left;
    margin-left: 0;
    width: 177px;
}

.dailySignalCat figure.wp-block-image {
    display: none;
}

.dailySignalCat p:last-child {
    display: none;
}

.menu-footer:first-child {
    margin: 0;
}

.menu-footer ul li:first-child a {
    font-size: 18px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    color: #000!important;
}

.menu-footer ul li {
    margin-bottom: 3px;
    font-size: 12px;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
}

.menu-footer ul li a {
    color: #0088CE !important;
}

.addres-footer {
    font-size: 11px;
    display: block;
    width: 900px;
    float: left;
    margin: 10px 0 0 30px;
    color: #000!important;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 20px;
}

.addres-footer a {
    color: #000!important;
}

.addres-footer span:first-child {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.addres-footer span:last-child {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: relative;
    top: -7px
}

.addres-footer span div img {
    position: relative;
    top: 6px;
}

.addres-footer span div:last-child {
    float: left;
    font-size: 12px;
    height: 25px;
    padding: 9px 0 0;
    text-align: center;
    width: 70%;
}

.addres-footer span div:first-child {
    float: left;
    height: 25px;
    width: 20%;
}

#member-of {
    background: #eeeeee;
    height: 70px;
    position: relative;
    top: -10px;
    left: -11px;
    width: 104%;
    margin-bottom: 3px;
    text-align: center
}

#memof {
    color: #434343;
    font-size: 21px;
    position: relative;
    top: -14px;
    left: -10px;
}

#memimg {
    position: relative;
    top: 7px;
    left: 10px;
}


/*page aboutus*/

#url-map {
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
    padding: 15px 0 15px 10px;
}

#top-about span h2 {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 45px;
    padding: 30px 0 25px 10px;
}

#top-about span p,
#mid-about span p {
    font-size: 14px;
    text-align: justify;
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    padding: 0px 15px 0px 15px;
}

#top-about span p img {
    float: left;
    padding: 0px 30px 0px 0px;
}

#mid-about span p img {
    float: right;
    padding: 0px 0px 0px 30px;
}

#mid-about {
    padding: 45px 0px 55px;
    border-bottom: 1px solid #EEE;
    height: auto;
}

#bot-about {
    height: 225px;
    padding-bottom: 65px;
}

#top-about {
    height: auto;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-bottom: 60px;
}

.bot-about-kiri,
.bot-about-kanan {
    float: left;
    width: 42%;
    padding: 0px 0px 0px 75px;
}

.bot-about-kiri ul li span img,
.bot-about-kanan ul li img {
    width: 38px;
}

.bot-about-kiri ul li:last-child span img,
.bot-about-kanan ul li:last-child img {
    width: 38px;
    position: relative;
    top: 10px;
}

.bot-about-kiri ul li,
.bot-about-kanan ul li {
    font-family: 'Segoe UI', Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
}

.bot-about-kiri ul li span:first-child,
.bot-about-kanan ul li span:first-child {
    float: left;
    padding-right: 15px;
}

#footer p {
    display: none
}

.clear {
    clear: both
}

blockquote {
    padding-left: 10px;
}

/* span#memimg {
    display: inline-block;
    height: 58px;
    background: url(/images/member-of.jpg) no-repeat 0px 0px;
    width: 115px;
} */

/* span#memimg:hover {
    background-position: 0px -59px;
} */

.logo2 ul {
    list-style-type: none;
}

#form-desc p {
    text-align: center;
}

dt.comment {
    letter-spacing: 0px
}

.pictnya-panduan1 {
    display: block;
    color: transparent;
    height: 250px;
    width: 520px;
    background: url(/images/to-panduan.jpg) no-repeat;
}

.pictnya-panduan2 {
    display: block;
    margin-top: 5px;
    color: transparent;
    height: 50px;
    width: 520px;
    background: url(/images/to-panduan2.jpg) no-repeat;
}

.to-panduan {
    width: 100%;
    height: 300px;
    margin: 20px 0 20px 0;
}

.to-panduan a {
    color: transparent!important;
}

span#telp {
    float: right;
    background: #2aabe4 url(/images/phone.png) no-repeat 10px center;
    color: #ffffff!important;
    font-size: 14px;
    padding: 7px 10px 10px 40px;
    margin-left: 10px;
    position: relative;
    top: -18px;
    border-radius: 0px 0px 10px 10px;
    letter-spacing: -1px;
}

#search {
    position: absolute;
    right: 0;
    z-index: 999;
    height: 28px;
}

.newBox li {
    list-style: none;
}

.menOff {
    width: auto;
    height: 80px;
    border-top: 5px solid #D2D2D2;
    border-bottom: 3px solid #D2D2D2;
    float: left;
    border-right: 1px solid #D2D2D2;
    border-left: 1px solid #D2D2D2;
}

.menOff:first-child {
    border-left: 0px;
}

.menOff:last-child {
    border-right: 0px;
}

.imPad {
    padding: 10px 14px;
}

.imTrans {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.imProduk {
    background: url('/images/new_askapsocial/sprit_nav.jpg') 8px -20px no-repeat;
    width: 170px;
    height: 60px;
    float: left;
    margin: 0px 0px;
}

.imProduk:hover {
    background: url('/images/new_askapsocial/sprit_nav.jpg') 8px -105px no-repeat
}

.imPromo {
    background: url('/images/new_askapsocial/sprit_nav.jpg') -192px -20px no-repeat;
    width: 147px;
    height: 60px;
    float: left;
    margin: 0px 0px;
}

.imPromo:hover {
    background: url('/images/new_askapsocial/sprit_nav.jpg') -192px -105px no-repeat
}

.imPlatform {
    background: url('/images/new_askapsocial/sprit_nav.jpg') -369px -20px no-repeat;
    width: 169px;
    height: 60px;
    float: left;
    margin: 0px 0px;
}

.imPlatform:hover {
    background: url('/images/new_askapsocial/sprit_nav.jpg') -369px -105px no-repeat;
}

.imDemo {
    background: url('/images/new_askapsocial/sprit_nav.jpg') -569px -20px no-repeat;
    width: 135px;
    height: 60px;
    float: left;
    margin: 0px 0px;
}

.imDemo:hover {
    background: url('/images/new_askapsocial/sprit_nav.jpg') -569px -105px no-repeat;
}

.imReal {
    background: url('/images/new_askapsocial/sprit_nav.jpg') -750px -20px no-repeat;
    width: 131px;
    height: 60px;
    float: left;
    margin: 0px 0px;
}

.imReal:hover {
    background: url('/images/new_askapsocial/sprit_nav.jpg') -750px -105px no-repeat;
}

#btnGl {
    width: 285px;
    height: 64px;
    background: url('/images/button-GL.jpg') top no-repeat;
    display: block;
    color: transparent;
}

#btnGl:hover {
    background: url('/images/button-GL.jpg') bottom no-repeat;
    display: block;
    color: transparent;
}

#btnGl2 {
    width: 285px;
    height: 64px;
    background: url('/images/reg-now.jpg') top no-repeat;
    display: block;
    color: transparent;
}

#btnGl2:hover {
    background: url('/images/reg-now.jpg') bottom no-repeat;
    display: block;
    color: transparent;
}

img.alignright,
img.right {
    margin-left: 15px;
    margin-bottom: 3px;
}

#footer_area {
    background: #F8F8F8;
    height: 540px;
}

#footer_area .page {
    width: 100%!important;
}

#contener-footer {
    width: 100%;
}

#footer {
    padding: 0;
    background: #eee;
    height: 188px;
    padding-top: 10px;
}

#last-footer {
    width: 785px;
    margin: 0 auto;
}

#member-of {
    clear: both;
    border-top: 1px solid #fff;
    left: 0px;
    width: 900px;
    margin: 0 auto;
    top: 0px;
    margin-bottom: 15px;
}

#seen {
    border-bottom: 1px solid #a9a9a9;
    text-align: center;
    display: block;
    background: #eeeeee;
    width: 900px;
    margin: 0 auto;
}

#seenon {
    color: #434343;
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 10px;
    display: block;
}

#as-seen-as-logo {
    height: 30px;
    width: 665px;
    margin: 0 auto;
    padding-bottom: 24px;
    display: block;
}

#as-seen-as-logo a {
    float: left;
    display: inline-block;
    height: 35px;
    background: transparent url(/images/as-seen-logo.png) no-repeat top center;
    margin-left: 35px;
}

#as-seen-as-logo a:first-child {
    margin-left: 0px;
}

a#swa {
    width: 62px;
    background-position: -6px -32px;
}

a#swa:hover {
    background-position: -6px 0px
}

a#bisnis {
    background-position: -343px -34px;
    width: 113px;
}

a#bisnis:hover {
    background-position: -343px -2px;
}

a#kontan {
    background-position: -222px -34px;
    width: 101px;
}

a#kontan:hover {
    background-position: -222px -2px;
    width: 101px;
    height: 32px;
}

a#liputan6 {
    background-position: -84px -34px;
    width: 114px;
}

a#liputan6:hover {
    background-position: -84px -2px;
}

a#kompas {
    background-position: -591px 0px;
    width: 135px;
}

a#kompas:hover {
    background-position: -591px -35px;
}

span.recommended {
    color: #4FAE06;
    float: right;
    padding-left: 40px;
    background: url(//trade.r.worldssl.net/images/icon-recommended.jpg) no-repeat center left;
    height: 32px;
    vertical-align: middle;
    line-height: 30px;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    top: -18px;
    margin-right: 15px;
}

.bawmrp {
    clear: both;
    padding-top: 10px;
}

.bawmrp ul li {
    margin-top: 5px!important;
}

.bawmrp h3 {
    font-weight: bold;
    color: #555;
    margin: 15px 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

img {
    max-width: 100%
}

.daily-outlook img {
    width: 100%;
    margin-bottom: 5px;
}

.daily-outlook .su-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.daily-outlook .su-column {
    padding-left: .4rem;
    padding-right: .4rem;
    margin-bottom: 25px;
}

.daily-outlook .su-column-size-1-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.3%;
    flex: 0 0 30.3%;
    max-width: 30.3%;
}

.daily-outlook .disclaim {
    margin-top: 30px;
    background: #eee none repeat scroll 0 0;
    font-size: 0.8em;
    padding: 1em;
}

.daily-outlook .disclaim p {
    margin-bottom: 0;
}

.daily-outlook .taggin {
    background-color: #ff4133;
    color: white;
    font-size: 0.6em;
    padding: 0.3em 1em;
    position: relative;
    top: -4px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
}

.daily-outlook .taggin.blsh {
    background-color: #5bbf14;
}

.daily-outlook .taggin.sdw {
    background-color: #fcd000;
}

.daily-outlook .taggin.wns {
    background-color: #FFA500;
}

.daily-outlook a.more-link {
    color: #FFF !important;
    margin-top: 4px;
    background-color: #5bbf14;
    border-radius: 3px;
}

.daily-outlook a.more-link:hover {
    background-color: hsl(124, 66%, 40%);
}

.daily-outlook .su-lightbox {
    display: inline-block;
    cursor: pointer;
}

.daily-outlook h4 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.wpcf7-form label{
    display: block;
    margin-bottom: 5px;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select{
    display: block;
    margin-bottom: 2px;
    width: 100%;
    padding: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-form input[readonly] {
    background: #ddd;
    cursor: not-allowed;
}
.wpcf7-form select{
    font-size: 1em;
    color: #444;
    background: #eee;
    border: 1px solid #aaa;
    border-right-color: #ddd;
    border-bottom-color: #ddd;
    padding: 5px;
}
.wpcf7-form input.btn{    
    display: inline-block;
    position: relative;
    padding: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: inherit;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #00800d;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}