/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.2
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	/*quotes: none;*/
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	/*float: left;
	margin: 0 -305px 0 0;
	width: 100%;*/
}
#content {
/*	margin: 0 305px 0 20px;*/
}
#primary,
#secondary {
	/*float: right;
	overflow: hidden;
	width: 295px;*/
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	/*width: 640px;*/
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	/*font-family: Georgia, "Bitstream Charter", serif;*/
        font-family:verdana, "trebuchet MS", helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
/*font-family:"Georgia";
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
font-family:verdana, "trebuchet MS", helvetica, sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;

}
#wrapper {
	background: #fff;
	margin-top: 1px; /*20px*/
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	/*background: #f1f1f1;*/
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;

}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	/*font-style: italic;
        background:#FFFD87; */
	padding: 5px 1.5em;
        margin:5px 3em;
        border-left: 4px #ededed solid;
        font-size:1.1em;
        font-family:courier;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea, input[type="password"] {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	/*color: #0066cc;*/
        color: #00009c;
}
a:visited {
	/*color: #743399;*/
	color: #00009c;
}
a:active,
a:hover {
	color: #ff4b33;
}

h3 a:hover {
color:#000;
/*background:#CCFF66;*/
}

#content h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
color:#CCFF66;
/*background:#000;*/
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 5px 0 0 0; /* 30px 0 0 0 */
	
    background: white;
}
#site-title {
        /*float: left;*/
	font-size: 40px;
	/*line-height: 36px;*/
	margin: 5px 0 0px 0;
	/*width: 700px;*/
	clear:left;
	margin-top: 40px;

	font-family:verdana, "trebuchet MS", helvetica, sans-serif;
        font-weight:bold;
        padding:3px 1px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	/*clear: right;*/
	float: left;
	font-weight: normal;
	margin: 2px 0 5px 0;
	/*width: 650px;*/
        font-size:17px;
}

/* This is the custom header image */
#branding img {
/*	border-top: 4px solid #000;
	border-bottom: 1px solid #000;*/
	float: left;

	display: block;

}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: white;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
    border-bottom:1px solid #ededed;
	
	position: fixed; top: 0; z-index:1;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	/*margin-left: 12px;*/
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #8B0000;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: 	#8B2323;
        background-color:#FFEC8B;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	/*overflow: hidden; */
	padding: 40px 0 0 0;

}
#content {
	/*margin-bottom: 36px;
	border-right:1px solid #dfecfb;
	padding-right:10px;*/
}
#content,
#content input,
#content textarea,
#content-marketperformance {
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

.dataTables_wrapper {
	font-size: 12px;
}


/*#content p,*/
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}

#content-marketperformance h1,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}


#content table {
	/*border: 1px solid #e7e7e7;*/
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 28px 0; /*margin: 0 0 48px 0;*/
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	/*color: #888;*/
        color:#00009c;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

.entry-title a:link,
.entry-title a:visited {
	color: #3300FF;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}

h2.entry-title a:link,
h2.entry-title a:visited {
	color: #000000;
	text-decoration: none;
}

h2.entry-title a:active,
h2.entry-title a:hover {
	color: #000000;
	text-decoration: underline;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #CC3333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	border-bottom:1px solid #ededed;
	padding-bottom:8px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1px; /*margin-bottom: 12px;*/
}
.wp-caption {
	/*background: #FFCC33;*/
	line-height: 18px;
	margin-bottom: 1px; /*20px default*/
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px 0; /*padding: 4px;*/
	text-align: center;
	clear:left;
}
.wp-caption img {
	margin: 0px 5px 0px;
}
.wp-caption p.wp-caption-text, #content .wp-caption {
	color: #737071;
	font-size: 11px;
	margin: 0px; /*margin: 5px;*/
	font-family:verdana, "trebuchet MS", helvetica, sans-serif;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail, .attachment-70x150 {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #990066;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	/*max-width: 100%;*/
	max-width: 70%;
    margin: 10px 0;
    font-size: 1.2em;

}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 30px;/*1.4em;*/
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}	
	.wp-caption p{
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;

	}
	.home .sticky {
		border: none;
	}
}

/**** Inputed by me*/

.FA_featured_articles h2, .FA_featured_articles h2 a, .image_container h2 a, .image_container h2 {
color:#000;
text-decoration:none;
line-height:22px;
font-size:22px;
font-weight:bold;
}


.jambiz_category a {
	color: #330317;
	font-weight: bold;
}

#jambiz_image{
	color: #330317;
	border:0px solid #006600;
	float:right;
	max-width:324px;
	margin:0 10px 10px 10px;
}

#jambiz_imageleft{
	color: #330317;
	border:0px solid #006600;
	float:left;
	max-width:324px;
	margin:0 10px 10px 10px;
}

#jambiz_image_single{
	max-width:600px;
	display: block;
	border:0px solid #080;
	float:left;
	margin-right:10px;
}

#jambiz_image img.alignright {
	margin-left: 0px;
	border:0px solid #000;
}

.jambiz_imagecaption{
	/*float:right;*/
	text-align:left;
}


h3.widget-title
{
	background-color: #FFD966;
        padding:3px;
	display:block;
        font-size:20px;
        font-weight:bold;
        font-family: Georgia, "Bitstream Charter", serif;
}

.attachment-thumbnail {
height:100px;
width:100px;
padding:0 5px;
background:#fff;
/*margin:5px 5px 0 0; */
float:left;
}


.attachment-70x150 {
padding:0 5px;
background:#fff;
/*margin:2px 2px 2px 0;*/
float:left;
}

.widget-area-featured {
border-bottom:2px dotted #707070;
display:block;
height:110px;
padding:5px 0;

}

.home-featured {
/*border-bottom:1px dotted #707070; */
display:block;
/*height:110px;*/
padding:5px 0;
clear:both;

}

#content h3.entry-title  {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 5px;
        margin-top:10px;
}

#content h3.entry-title a  {
	color:#000;
 background-color:#FFEC8B;
}

#content h3.entry-title a:hover {
 background-color:#FFF68F;
	color:#B0171F
}

.format-link p {
margin-bottom: 5px;
}

/*
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.1em;
	margin: 0 0 0px 0;
        font-size:0.8em;
}*/

.news {
font-size:0.95em;
line-height: 1.2em;
}

.status-publish p {
	text-align:justify;
}

.input {
    /*border: 1px solid #006;
    background: #CAFF70;*/
    padding:3px;
    margin:2px 0 0 0;
    font-size:1.5em;

    border-radius: 3px !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    box-shadow: inset 0 -1px 4px #eee !important;
    color: #aaa !important;
	width: 60% !important;
}
.button {
    border: 1px solid #006;
    background: #ededed;
    padding:5px;
    margin:2px 0 0 0;
    font-size:1.1em;
	
	border-radius: 3px !important;
    border: 1px solid #333 !important;
    background: #444 !important;
    color: #fff !important;
    text-shadow: none !important;	
}
.input:hover {
    /*border: 1px solid #006;
    background: #FFFF00;
    padding:3px;
    margin:2px 0 0 0;
    font-size:1.5em;*/
}
.button:hover {
    /*border: 1px solid #006;
    background: #FFFF00;
    padding:3px;
    margin:2px 0 0 0;
    font-size:1.5em;*/
}


.button2 {
	text-decoration:none;
	border-radius:4px;
	padding:10px;
	width:200px;
	font-family:Helvetica;
	color:#ffffff;
	font-size:16px;
	background: #ffdd82;
    text-decoration: none;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.button2:hover {
	color:#000;
	background: #ffbd0f;
}

.button2:visited {
	color:#000;
	background: #ffbd0f;
}

#content h4.entry-title  {
	color: #B0171F;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1em;
	margin-bottom: 5px;
        margin-top:10px;
        font-family: georgia,"times new roman",times,serif;
}

#content h4.entry-title a  {
	color: #000; /*color: #00009c;*/
        /*background-color:#FFEC8B;*/
        font-family: georgia,"times new roman",times,serif;
}

#content h4.entry-title a:hover {
 /*background-color:#FFF68F;*/
	color:#000099;
}

#markets {
	font-size: 0.3em;
    	text-align: right;
    	/*float:right;*/
	margin: 0;
	}

#markets a {
	font-weight:normal;
	color:blue;
	text-decoration:underline;
	}


#markets p {
	font-weight: normal;
 	line-height: 0.4 em;
	margin-bottom: 1px;
}

.inlinesparklineJSE, inlinesparklineTTSE, inlinesparklineBSE, inlinesparklineECSE {
	color:#990000;
}

.company_close {
	font-weight: bold;
	font-size: 2.5em;
	}

.company_change {
	color: green;
	font-size: 2em;
	}

.entry-content .stockinfo {
	color: #585858;
	/*font-family:Verdana, Geneva, sans-serif;*/
	/*font-family:'Lato',Helvetica,sans-serif;*/
	font-family: "freight-sans-pro","Myriad Pro","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Geneva,Verdana,sans-serif;
	/*font-size: 2em;*/
	}

.stockinfo .stockimageup {
	color:green;
	background: url(images/upgreenarrow.gif) center left no-repeat;
}

.stockinfo .stockchangeup, .buy, .up {
	color:green;
}
.sell, .down {

	color:red;

}

.hold {

	color:blue;

}

.bullish{
	text-transform: uppercase;
	border-right: 0;
	border-bottom: 0;
	/* -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3); */
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding: 3px;
	-webkit-background-size: 200% 200%;
	background-size: 200%;
	background-position: 50%;
	color: #fff;
	background-color: #4caf50;
	border-color: transparent;
}

.bearish{
	text-transform: uppercase;
	border-right: 0;
	border-bottom: 0;
	/* -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.3); */
	box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	padding: 3px;
	-webkit-background-size: 200% 200%;
	background-size: 200%;
	background-position: 50%;
	color: #fff;
	background-color: #8B0000;
	border-color: transparent;
}

table.top5sidebar {
width: 98%;
}

.top5sidebar table, .top5sidebar th, .top5sidebar td
{
border: 0px solid #ffe2bc;
padding:2px;
font-size:11px;
}

.top5sidebar td
{
text-align:right;
}


 .top5sidebar th
{
background-color:#ededed;
}

#content table #marketdaily, #content #marketdaily table, .marketdaily th, .marketdaily td,  .marketdaily tr, #content #marketdaily tr td
{
border: 0px solid #ffe2bc;
padding:3px 2px;
margin:0;
}

table #marketdaily, #marketdaily table, .marketdaily th, .marketdaily td,  .marketdaily tr, #marketdaily tr td

{

border: 0px solid #ffe2bc;

padding:3px 2px;

margin:2;
font-size:13px;

text-align:right;


}


table#marketdaily
{

width: 100%;

}



#page-summary {
	font-size:13px;
	font-family: Georgia, "Bitstream Charter", serif;
    /*font-family:verdana, "trebuchet MS", helvetica, sans-serif;*/
	line-height: 14px;
	}

#page-summary .alignleft,
img.alignleft #page-summary {
	display: inline;
	/*float: left;*/
	margin-right: 4px;
	margin-top: 4px;
        padding:5px;
}

h1.page-summary, h2.page-summary, h3.page-summary, h4.page-summary, h5.page-summary, h6.page-summary {
	clear: both;
	font-weight: bold;
}

#page-summary li{
	margin: 0;
	height:60px;
	list-style-type:bullet;
	display:block;
	clear:left;
	/*border-bottom:1px solid #ededed;*/
}

#page-summary li a{
	text-decoration:none;
	float:left;
	/*margin-left:100px;*/
}

.image_summary {
	width:80px;
	padding:3px;
	border-right: 1px solid #ededed;
}


.stockinfo p {
	margin-bottom:5px;

	}

/*************/

#company_table_left {


	}

#company_table li {
	list-style-type:none;
	display:block;
	padding:1px 0px;
	}

#company_table ol {
	margin:0 0 4px 4px;	}


/*************/

/*** company data ***/
#company_data {
	font-size: 1.1em;
	clear: left;
}

/*#company_data h3, h3.company {
	margin:2px 0;
	display:block;
	background-color: #ededed;
	padding:2px;
	font-weight:bold;
}*/

.widget-area h3 {
	margin:0;
	display:block;
	background-color: #ededed;
	padding:2px;
	font-weight:bold;
	color:#000;
	margin:15px 0 5px 0;
}

.company_profile h3 {
	margin:0;
	display:block;
	background-color: #ecd635;
	padding:2px;
	font-weight:bold;
	color:#000;
	margin:15px 0 5px 0;
}

.company_profile img {
	width:100px;
	height:100px;

}

img.membersonly  {
	width:29px;
	height:29px;
	float:left;
	padding:2px 4px;
	margin:2px 4px;
}

img.membersonly16  {
	width:16px;
}

img.membersonly_portfolio  {
	width:20px;
	height:20px;
	float:none;
	padding:1px;
	margin:1px;
}

.company_profile tr:nth-child(even) {background: #fff}

.company_profile tr:nth-child(odd) {background: #FFF}


#company_data h2 {
	margin:0;
	display:block;
	background-color: #ecd635;
	padding:2px;
	font-weight:normal;
}

#company_data h3, h3.company {
	display:block;
	background-color: #ededed; /*#C2C2A3*/
	padding:2px;
	font-weight:bold;
	margin:5px 0 0 0;
    font-size: 1.3em;
}

#company_data h4 {
	margin-bottom:2px;
	font-size: 1.3em;
    color: darkgoldenrod;
    font-weight: bold;    
}



#company_data small{
	color:gray;
	line-height: 1.2em;
}

#content #company_data tr td, #primary #company_data tr td {

	padding: 6px 4px;
}

#company_data tr td a{

    text-decoration: none;

}

#content #company_data ol {
	margin:0 0 5px 1.8em;
}

#content #company_data ol li {
	line-height: 1.5em;
}

#content #company_data table {

	font-size:1em;
	color: #000;
}

#primary #company_data table {

	font-size:1.3em;
	color:black;
	text-align: left;
	width:100%;
}


#primary #company_data tr td, #primary #company_data th {
	padding: 2px 2px;
}

/*** company data ***/



/******** portfolio table on profile page *************/

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 14px;
	background: #fff;
	margin: 45px;
	width: 480px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #009;
}
/******** portfolio table on profile page *************/


tr:nth-child(even), .container .row:nth-child(even) {background: #ededed}
tr:nth-child(odd) {background: #FFF}
table#smalltable, table#smalltable td {

	border: 1px solid #e7e7e7;
	margin: 0;
	text-align: right;
	width: 100%;
        font-size:11px;
        padding:0;
}




/********* table sorter options ***************************/


th.header, table.tablesorter thead  {
    background-image: url(images/tablesorter/bg.gif);
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 20px;
    border-bottom: 2px solid #3399ff;
    /*margin-left: -1px;*/
}


table.tablesorter thead tr .headerSortUp, table.tablesorter thead tr .sorting_asc{
	background-image: url(images/tablesorter/asc.gif);
        background-repeat: no-repeat;
        background-position: center left;

}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .sorting_desc{
	background-image: url(images/tablesorter/desc.gif);
        background-repeat: no-repeat;
        background-position: center left;

}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp, table.tablesorter thead tr .sorting_desc, table.tablesorter thead tr .sorting_asc {
background-color: #8dbdd8;
}


/********* table sorter options ************/


/*code from link below to highlight row on hover
//http://code.tutsplus.com/tutorials/using-jquery-to-manipulate-and-filter-data--net-5351
*/
td.hovered {
  background-color: lightblue;
  color: #666;
}


/*code from link below to highlight row on hover*/




ul#breadcrumbs
{
margin: 0;
padding: 5px 0;
list-style-type: none;
}

ul#breadcrumbs li { display: inline; }





#user-profile-menu {
    border-bottom:1px solid #ededed; margin:0 0 3px 0px; text-decoration: none; display: block; padding:3px; float:right;
}

#user-profile-menu a{
    text-decoration: none;
}

#user-profile-menu img{

}


#user-profile-menu .item{

width:50px; padding:2px; margin:2px; float:left; text-align: center; line-height: 12px;
}




.simplefavorite-button {
  color: #000;
  border-color: #2d5b89;
  display: inline-block;
  margin-bottom: 0;
  margin-top:5px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 0.5px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.58;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border-width: 1px;
  border-color: #7caace;
  background-color: #fff;
}

.simplefavorite-button.active {
  color: #fff;
  background-color: #2d5b89;
  border-color: #2d5b89;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  letter-spacing: 0.5px;
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.58;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*background-color: transparent;*/
  border-width: 1px;
  border-color: #7caace;
  opacity: 1;
}




#user-login-welcome {
    border-bottom:0px solid #ededed;
	margin:15px 0 0 0; text-decoration: none; display: block; padding:3px; float:left; clear: left; width:586px;
}

#user-login-welcome a{
    text-decoration: none;
}

#user-login-welcome p{
	/*clear: both;*/
	margin-bottom: 0;
	padding:7px;
	text-align:center;

}

#user-login-welcome h2{
	clear: none;

}


#user-login-welcome .item{
width:80px;
min-height: 110px;
/*height:110px;*/
padding:10px;
margin:5px 5px 0 0; float:left; text-align: center; line-height: 14px; background-color: #ededed;
}

#user-login-welcome .item img {
	width:45px;
	height:45px;
}


#user-page-details, #user-sidebar-profile  {
float:right; background-color: #FFE066; display: block;  min-height:300px;
  font-size: 1.2em;
  text-align: center;
  line-height: normal;
/*width:301px;padding: 10px 15px; margin: 5px; */
}


 #user-sidebar-profile h3 {
font-weight: bold;

}

#user-sidebar-profile {
	font-size: 1em;
}

#user-sidebar-profile table {
	font-size: 0.8em;
}

#user-sidebar-profile tr td, #user-sidebar-profile th  {
padding: 4px;
}

#user-sidebar {
    border-bottom:0px solid #ededed; margin:0px; text-decoration: none; display: block; padding:3px; float:none; clear: left;
}

#user-sidebar a{
    text-decoration: none;
}

#user-sidebar p{
	/*clear: both;*/
	margin-bottom: 0;
	padding:7px;
	text-align:center;

}

#user-sidebar h2{
	clear: none;

}


#user-sidebar .item{
width:85px; /*height:110px;*/ padding:2px; margin:2px 2px 0 0; float:left; text-align: center; line-height: 14px; background-color: #ededed;
}


#content tr th {

	color: #333;
	font-size: 0.90em;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 5px;
	/*background-color: #FFFFCC;*/

}

#content table.portfolio{

	/*border: 1px solid #e7e7e7;*/

	margin: 0 -1px 24px 0;

	width: 100%;
	font-size: 0.75em;
    font-family:verdana, "trebuchet MS", helvetica, sans-serif;
	border-collapse: collapse;
	text-align: right;
	border-spacing: 1px;
}

#content table.portfolio thead th {

	color: #fff;
	font-size: 0.90em;
	font-weight: normal;
	line-height: 1.1em;
	padding: 10px 10px;
	background-color: darkseagreen;
	font-size: 1.3em;
	border-bottom: 1px solid #999;

}

#content table.portfolio tr td {

	border-top: 0px solid #e7e7e7;
	/*padding: 6px 5px;*/
	padding:2px 10px;
	font-size: 1.1em;

}

#content table.portfolio tr.odd, #content table.portfolio tr:nth-child(even) {
	background:  whitesmoke; /* #f2f7fc */
	/*background:  #fff9e6; /* #f2f7fc */

}

#content table.portfolio tr.total {
    font-size: 1.0em;
    font-weight: bold;
}


.contenthover { padding:20px 20px 10px 20px; display:none; }
.contenthover, .contenthover h3, contenthover a { color:#fff; }
.contenthover h3, .contenthover p { margin:0 0 10px 0; line-height:1.4em; padding:0; }
.contenthover a.mybutton { display:block; float:left; padding:5px 10px; background:#3c9632; color:#fff; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.contenthover a.mybutton:hover { background:#34742d }

.ch_element, .ch_wrapper {position: relative;}
.ch_hover {width:190px; height:181px; margin:5px 5px 0px 0px;}
.ch_hover a {color:#FF0;}


.report_tab {
	padding:5px;
	margin: 0 2px 10px 2px;
	text-align: center;
	background-color: #ededed;
	border-bottom: 1px solid #999;
    float:left;
}

.report_tab_admin {
	padding:5px;
	text-align: center;
	background-color: #ffd27f;
	border-bottom: 1px solid #999;
	margin-left:4px;
}

.report_tab_current {
	background-color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
    padding: 4px;    
}

.report_tab a {
	text-decoration: none;
}

input.filter {
	margin: 2px 0;
}

#homepage {
	font-size:1.2em;
    font-family: Optima, Trebuchet MS, sans-serif;
}

#homepage h3 {
	background-color: beige; /*#ecd635;*/
	padding: 3px;
	/*display: -moz-box;
	font-size: 20px; */
	font-weight: bold;
	/*font-family: verdana, "trebuchet MS", helvetica, sans-serif;*/
	margin:0 5px 5px 0;
    color:#000;
}

#homepage a:link {
	text-decoration: none;
}

#homepage table.top5sidebar {
	font-family: verdana,"trebuchet MS",helvetica,sans-serif;

}

select#company_dropdown {
  /*font-family: sans-serif;
  font-size: 1.1em;
  padding: 1em;
  max-width: 150px;  */
}

.post .entrytext {
	clear:left;
}

.newhome li:nth-child(odd) {
	list-style-type: none;
	/*background-color: beige;*/
	padding: 6px;
	margin: 0px 5px 0px -15px;
	border-bottom: 1px solid #ededed;
}

.newhome li:nth-child(even) {
	list-style-type: none;
	background-color: #fff;
	padding: 6px;
	margin: 0px 5px 0px -15px;
	border-bottom: 1px solid #ededed;	
}

h1.feature, h2.feature, h3.feature {
		    font-family: Georgia, "Bitstream Charter", serif;

}


h1.feature {
		font-size: 3.3em;
		line-height: 1.2em;
}

h2.feature {
    font-size: 2em;
    line-height: 1.2em;
}

.feature > strong {
    color: rgba(39,65,90,1);
    font-weight: 600;
}


.fa-social .linkedin {
    background-image: url(images/icons/icon-linkedin.png);
}

.fa-social .icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    margin-left: 5px;
    margin-top: 5px;
}


ul.greentick li {
	background-image: url(images/landing/tickgreen.png);
	background-position: 12px 8px;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	list-style: none;
	margin: 0;
	padding: 12px 0 12px 64px;
	padding: 10px 0 10px 60px;
	text-align: left;
}

ul.greentick {
list-style: none;
margin: 0 0 48px;
padding: 0;
}


p.login-username label, p.login-password label{
	    font-family: Verdana;
	float: left;
    margin-right: 8px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    word-wrap: break-word !important;
    padding: 0!important;
	color: #444 !important;
	padding: 0;
    margin: 0;
    text-decoration: none;
    outline: none;
    border: 0;
    letter-spacing: 0px;
	width: 170px;	
}


#local_news{
	width: 60%;
    float: left;
    font-size: 1.6em;
    margin-right: 5px;
}

.mmx_usertopnav {
	margin: auto; border:0px solid #ededed; float:right; display:inline; background-color: #FFE680; padding:0px; height: 38px; max-height:38px;
}

.mmxcol1big {
	margin: 0 8px 0 0;
	width: 67%;
	float:left;
	border-right: 1px solid #dfecfb;
    padding-right: 7px;
}

.mmxcol2sidebar {
	margin: 0;
	width: 30%;
	float:left;
}	

.mouseover_editblock {
    font-size: 0.6em; padding:15px 0; 
}

.mouseover_editbtns{
    margin:20px auto;
}