/*
Theme Name: UE
Theme URI: 
Description: UE is a designed for Unashamedly Ethical specifically.
Version: 1.3
Author: computecsa
Author URI:  
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, dark, orange, two-columns, fixed-width, custom-background, custom-header, custom-menu, microformats, rtl-language-support, sticky-post, translation-ready
*/




.searchwidget div {
	padding: 0px !important;
	margin-bottom:0px !important;
}

.searchwidget input {
	margin-top: 10px !important;
		
}

body {
	/*background: #202228 url( images/diagonal-stripes-010.png );*/
	color: #333333;
	font-size: 12px;
	margin: 0;
	padding: 0 0 30px;
	background-color: #333333;
}
#page-wrap {
	margin: 0 auto;
	width: 1000px;
}
#container {
	margin: 0 auto;
	width: 970px;
}
#main {
	display: inline;/* fix double margin */
	float: left;
	margin: 0 25px 30px 10px;
	width: 660px;
}

#main.extended {
	width: 100%;
}

/* Image Template. */
#main.image-template {
	width: 950px;
}
.image-template #comments {
	margin: 0 auto;
	width: 660px;
}
.image-template .hentry img {
	height: auto;
	max-width: 917px;
}


/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea {
	font-family: Trebuchet, arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
#site-title,
.comment-author,
.nav-paged a {
	font-family: Trebuchet, arial, sans-serif;
}
code,
kbd,
pre,
samp,
tt,
var {
	font-family: Consolas, "Courier New", Courier, monospace;
}


/* =Inline Elements
-------------------------------------------------------------- */

a {
	color: #989eae;
	text-decoration: none;
}
a img {
	border-width: 0;
}
a.edit-term img {
	border-width: 0;
}
a:hover,
a:active,
a:focus {
	outline: 0;
	text-decoration: underline;
}
abbr,
acronym {
	border-bottom: 1px dashed #989eae;
	cursor: help;
}
big {
	font-size: 2em;
	position: relative;
	top: .1em;
}
code,
var {
	background: #202228;
	border: .1em solid #444855;
	color: #989eae;
	font-style: normal;
	padding: 0 .3em;
}
code abbr,
code acronym {
	border-width: 0;
}
code var {
	border-width: 0;
	padding: 0;
}
b code,
b var,
strong code,
strong var {
	border-width: .2em;
}
pre code {
	background: transparent;
	border-width: 0;
	padding: 0;
}
del,
s,
strike {
	text-decoration: line-through;
}
ins {
	background-color: #989eae;
	color: #202228;
	padding-right: 3px;
	padding-left: 4px;
	text-decoration: none;
}
small {
	font-size: 0.9em;
	line-height: 1.5em;
}


/* =Block Level Elements
-------------------------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
address,
article,
aside,
blockquote,
dl,
fieldset,
footer,
form,
header,
nav,
ol,
p,
pre,
table,
ul,
.embed,
.entry-content div {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
	padding: 0;
}
.entry-content div div {
	margin: 0;
	padding: 0;
}
blockquote,
fieldset,
pre {
	border: .1em solid #444855;
	padding: .75em;
	text-align: left;
}
blockquote,
pre {
	background: #202228;
}
pre {
	white-space: pre-wrap;
}
blockquote {
	font-style: italic;
	line-height: 1.3;
	padding: 1em 2em;
}
blockquote blockquote {
	background: #111;
	margin-right: 0;
	margin-left: 0;
}
blockquote blockquote blockquote {
	background: #202228;
}
blockquote cite {
	color: #cccfd7;
	font-size: .85em;
	font-weight: bold;
}
blockquote p {
	line-height: 1.3;
}
blockquote p:first-child,
blockquote p:only-child,
blockquote blockquote:first-child {
	margin-top: 0;
}
blockquote p:last-child,
blockquote p:only-child,
blockquote blockquote:last-child {
	margin-bottom: 0;
}
hr {
	border: 1px solid #444855;
}


/* =Headings
-------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #cccfd7;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	margin: .83em 0;
}
h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 1.05em 0;
}
h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 1.23em 0;
}
h4 {
	font-size: 15px;
	margin: 1.35em 0;
}
h5,
h6 {
	font-size: 12px;
	margin: 1.5em 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #cccfd7;
	text-decoration: none;
}


/* =Lists
-------------------------------------------------------------- */

ol,
ul {
	padding-left: 30px;
}
ol ol,
ol ul,
ul ol,
ul ul {
	list-style-position: inside;
	margin: 0;
}
ul {
	list-style-type: square;
}
dt {
	color: #cccfd7;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
dd {
	margin: 0 0 1.5em;
	padding-bottom: .3em;
}


/* =Tables
-------------------------------------------------------------- */

table {
	border-collapse: collapse;
}

caption {
	font-size: 14px;
	padding-bottom: 7px;
}


/* =Float Clearing
-------------------------------------------------------------- */

.contain:before,
.contain:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}
.contain:after {
	clear: both;
}
.contain {
	zoom: 1;
}


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

#branding {
	font-size: 12px;
	margin: 0 auto 15px;
	min-height: 100px;
	text-shadow: #000 1px 1px 2px;
	width: 950px;
	z-index: 15;
}
h1#site-title {
	font-size: 40px;
	font-weight: normal;
	line-height: 47px;
	margin: 20px 0 0 15px;
}
h2#site-description {
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px 15px;
}
h1#site-title a,
h2#site-description a {
	color: #cccfd7;
	display: block;
	text-decoration: none;
}


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

#menu {
	/*)
	background: #070707;
	background: -moz-linear-gradient( top, #272727 1%, #070707 100% );
	background: -webkit-gradient( linear, left top, left bottom, color-stop( 1%, #272727 ), color-stop( 100%, #070707 ) );
	background: -webkit-linear-gradient( top, #272727 1%, #070707 100% );
	background: -o-linear-gradient( top, #272727 1%, #070707 100% );
	background: -ms-linear-gradient( top, #272727 1%, #070707 100% );
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#070707', GradientType=0 );
	background: linear-gradient( top, #272727 1%, #070707 100% );
	border: 1px solid #444855;
	border-radius: 7px;
	*/
	clear: both;
	float: left;
	margin: 0;
	padding: 7px 0 0;
	width: 1000px;
}
#menu:empty {
	display: none;
}
#menu ul {
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#menu li {
	float: left;
	margin: 0 0 7px 7px;
	position: relative;
}
#menu li li {
	margin: 0;
}
#menu a {
	color: #989eae;
	display: block;
	line-height: 40px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul ul {
	border-top: 1px solid #444855;
	-moz-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
	-webkit-box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
	box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 37px; /* offset 3px to hide bottom border-radius. */
	left: 0;
	width: 213px;
	z-index: 99999;
}
#menu ul ul ul {
	border-top-width: 0;
	left: 100%;
	top: 0;
}
#menu ul ul a {
	background: #202228;
	border-bottom: 1px dotted #444855;
	color: #989eae;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	padding: 6px 15px;
	text-transform: none;
	width: 183px;
	height: auto;
}
#menu li:hover > a,
#menu a:focus {
	background: #272a31;
}
#menu a:focus,
#menu a:active,
#menu li:hover > a {
	color: #fff;
}
#menu li.current-menu-item > a,
#menu li.current-menu-ancestor > a,
#menu li.current_page_item > a,
#menu li.current_page_ancestor > a {
	background-color: #33353d;
	color: #fff;
	font-weight: bold;
}
#menu li li.current-menu-item > a,
#menu li li.current-menu-ancestor > a,
#menu li li.current_page_item > a
#menu li li.current_page_ancestor > a {
	border-radius: 0;
}
#menu ul li:hover > ul {
	display: block;
}
/* First selector is for wp_nav_menu(), second is for wp_list_pages(). */
#menu .menu > li > a,
#menu div.menu > ul > li > a {
	border-radius: 3px;
}


/* =Intro (For archive views)
-------------------------------------------------------------- */

#introduction {
	background: #202228;
	border: 1px solid #444855;
	border-top-width: 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	clear: both;
	color: #989eae;
	margin: 0;
	padding: 10px 20px 10px;
	position: relative;
}
#introduction hgroup {
	float: left;
}
#page-title {
	color: #cccfd7;
	font-weight: normal;
	line-height: 1.3;
	margin: 0;
}
#page-tagline {
	color: #666c7f;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
	padding-top: 7px;
}
.search-results #page-title,
.search-results #page-tagline {
	float: left;
	width: 55%;
}
#introduction #searchform {
	position: absolute;
	top: 0;
	right: 15px;
}


/* =Entry
-------------------------------------------------------------- */

.hentry {
	background: #111;
	border: 1px solid #444855;
	border-radius: 7px;
	margin: 40px 0 30px;
	position: relative;
}
.hentry p:first-child,
.hentry p:only-child {
	margin-top: 0;
}
.hentry p:last-child,
.hentry p:only-child {
	margin-bottom: 0;
}
.hentry img {
	max-width: 627px;
	width: auto;
	height: auto;
}
.title {
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-bottom: 1px dotted #444855;
	background: #202228;
	color: #fff;
	padding: 17px 15px 15px;
}
.has-byline .title {
	padding-top: 25px;
}
h2.entry-title {
	color: #bfc3cf;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: .025em;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
h2.entry-title > span.light {
	font-weight: normal;
}
h2.entry-title a {
	color: #bfc3cf;
}
h2.entry-title a:hover {
	color: #bfc3cf;
	text-decoration: none;
}
.entry-byline {
	background: #d24d04;
	border: 1px solid #e56020;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: -10px;
	left: -10px;
	text-shadow: #000 1px 1px 2px;
}
.entry-byline a {
	color: #fff;
	font-style: italic;
}
.entry-byline span,
.entry-byline .post-edit-link {
	display:block;
	float: left;
	padding: 4px 6px;
}
.entry-byline .post-edit-link {
	background: #e56020;
	font-style: normal;
}
.entry-content {
	overflow: hidden;
	padding: 15px;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:active,
.entry-content a:focus {
	color: #d24d04;
}
.entry-meta {
	color: #666c7f;
	font-size: 12px;
}
.entry-meta a {
	color: #666c7f;
	text-decoration: none;
}
.entry-meta a:hover {
	border-bottom: 1px solid #e56020;
	color: #e56020;
	text-decoration: none;
}
div.entry-navigation {
	clear: both;
	float: left;
	margin: 15px 0 0;
	width: 100%;
}
.entry-navigation span {
	background: #2f323c;
	border: 1px solid #33353d;
	border-radius: 3px;
	color: #bfc3cf;
	float: left;
	font-size: 13px;
	line-height: 25px;
	margin: 0 5px 5px 0;
	min-width: 27px;
	padding: 0;
	text-align: center;
}
.entry-navigation a:link,
.entry-navigation a:visited {
	color: #fff;
	text-decoration: none;
}
.entry-navigation a:active,
.entry-navigation a:focus,
.entry-navigation a:hover {
	color: #5588bb;
	text-decoration: underline;
}
.sticky .title {
	background-color: #e56020;
	border-bottom: 1px solid #d24d04;
	padding: 8px 15px;
}
.sticky .entry-byline {
	border-width: 0;
	top: -14px;
}
.sticky .entry-byline span {
	display: none;
}
.sticky h2.entry-title {
	text-shadow: #000 1px 1px 2px;
}
.sticky h2.entry-title,
.sticky h2.entry-title a {
	color: #fff;
}
.sticky .entry-meta {
	display:none;
}
.sticky .entry-meta,
.sticky .entry-meta a {
	color: #fff;
}
.post-password-required form {
	margin: 0;
}
.post-password-required form p:first-child {
	margin-top: 0;
}
.more-link {
	color: #d24d04;
}
#attachment-image {
	text-align: center;
}

.mejs-container {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
	padding: 0;
}

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

.format-aside .title {
	padding: 0;
}
.format-aside .entry-title {
	display: none;
}
.format-aside .entry-meta {
	display: none;
}


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

.format-image .wp-caption {
	margin: 0 0 5px;
	max-width: 600px;
}
.format-image .wp-caption img {
	max-width: 590px;
}


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

#main .gallery img {
	border: 10px solid #33353d;
}
#main .gallery img:hover {
	border-color: #444855;
}
#main .gallery .gallery-caption {
	color: #666c7f;
	font-size: 13px;
	line-height: 1.35;
	margin: 0 20px;
}


/* =Shadows
-------------------------------------------------------------- */

#branding.has-image,
#menu,
#introduction,
#respond,
.bypostauthor .comment-meta img,
.commentlist article,
.commentlist .pingback,
.entry-byline,
.hentry,
.widget {
	-webkit-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	-moz-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
}


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

.paged-navigation {
	display: block;
	font-weight: bold;
	padding: 0 15px;
}
.paged-navigation a {
	color: #989eae;
}
.paged-navigation a:hover,
.paged-navigation a:active,
.paged-navigation a:focus {
	color: #cccfd7
}
.nav-older,
.nav-newer {
	width: 48%;
}
.nav-older {
	float: left;
	text-align: left;
}
.nav-newer {
	float: right;
	text-align: right;
}
/* Single Post Template. */
#post-nav {
	border-top: 1px dotted #444855;
	color: #666c7f;
	font-size: 12px;
	margin-bottom: 0;
}
#post-nav a {
	color: #666c7f;
}
#post-nav a:hover,
#post-nav a:active,
#post-nav a:focus {
	color: #989eae;
}
#post-nav .nav-older,
#post-nav .nav-newer {
	padding: 7px 10px;
	width: 250px;
}


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

#colophon {
	clear: both;
	color: #777d92;
	font-size: 13px;
	padding: 26px 0 0;
	text-align: center;
	width: 100%;
}
#colophon a {
	color: #777d92;
}


/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
	float: right;
	font-size: 12px;
	margin: 40px 0 30px;
	padding: 0;
	position: relative;
	right: 10px;
	width: 260px;
}
#sidebar img {
	height: auto;
	max-width: 228px;
}
#sidebar li {
	list-style-type: none;
}
#sidebar .widget li {
	list-style-type: square;
}
.widget {
	background-color: white;
	border: 1px solid #444855;
	border-radius: 7px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 0 15px 15px;
}
.widget a {
	color: #202020;
}
.widget a:hover,
.widget a:active,
.widget a:focus {
	color: #d24d04;
}
.widget ol {
	list-style: decimal inside;
}
.widget-title {
	background:  #e56020;
	border-bottom: 1px dotted #444855;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 5px 10px;
	position: relative;
	left: -15px;
	width: 238px;
}
.widget-title,
.widget .widget-title a {
	color: #cccfd7;
}
.widget div,
.widget iframe,
.widget table,
.widget ul,
.widget ol {
	padding: 15px 0 0;
}
.widget div div {
	padding: 0;
}
.widget ul ul,
.widget ul ol,
.widget ol ul,
.widget ol ol {
	padding: 0 0 0 15px;
}
/* Calendar Widget. */
.widget_calendar table {
	margin: 0;
	width: 100%;
}
.widget_calendar td a {
	color: #cccfd7;
	font-weight: bold;
}
#prev {
	padding-top: 5px;
	text-align: left;
}
#next {
	padding-top: 5px;
	text-align: right;
}
#prev,
#next,
.widget_calendar th,
.widget_calendar .pad {
	background-color: transparent;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
#today {
	background-color: #666c7f;
	color: #fff;
}
/* RSS Widget. */
#sidebar .widget_rss ul {
	padding-bottom: 0;
}
#sidebar .widget_rss li {
	list-style-type: none;
	padding-bottom: 15px;
}
#sidebar .widget_rss li .rsswidget {
	color: #cccfd7;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0;
}
.widget_rss cite,
.rss-date {
	color: #666c7f;
	font-size: 12px;
	font-style: italic;
	white-space: nowrap;
}
.widget .rssSummary {
	padding: 0;
}
/* Search Widget */
.widget_search form {
	margin: 15px 0 0;
}


/* =Comment List
-------------------------------------------------------------- */

.commentlist {
	padding: 0;
}
#comments-title,
.comments-closed,
.nocomments,
.nopassword {
	color: #cccfd7;
	font-weight: normal;
	text-align: center;
	text-shadow: #000 1px 1px 2px;
}
#comments-title {
	margin: 60px 0 0 15px;
}
.commentlist .pingback {
	padding: 7px 15px;
}
.commentlist .pingback p {
	margin: 0;
}
.commentlist .comment,
.commentlist .pingback {
	list-style-type: none;
}
.commentlist .pingback,
.commentlist .depth-1 article {
	background: #111;
	border: 1px solid #444855;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	margin: 0;
}
.commentlist .comment {
	margin: 15px 0;
}
/* Individual Comments. */
.comment footer {
	background: #202228;
	border-top-left-radius: 6px;
	border-bottom: 1px solid #444855;
	margin: 0;
	padding: 10px;
}
.comment-meta {
	display: block;
	font-size: 14px;
}
.comment-meta,
.comment-meta a {
	color: #666c7f;
}
.comment-meta .avatar {
	border: 5px solid #444855;
	float: left;
}
.comment-author {
	padding-top: 5px;
}
.comment-author,
.comment-awaiting-moderation {
	margin-left: 60px;
}
.comment-author .fn,
.comment-author .fn a {
	color: #cccfd7;
}
.comment-author .fn {
	display: block;
	font-size: 24px;
	padding-bottom: 4px;
}
.comment-content {
	padding: 0 15px;
}
.comment-content p {
	margin: 15px 0;
}
.bypostauthor > article .comment-meta {
	background: #444855;
	border-top-left-radius: 5px;
}
.bypostauthor > article .comment-meta,
.bypostauthor > article .comment-meta a {
	color: #989eae;
}
.bypostauthor > article .comment-meta img {
	border-color: #666c7f;
}
.comment-awaiting-moderation {
	color: #666c7f;
}
.comment .reply {
	display: block;
	margin: 0;
}
.comment .reply a {
	background: #1c1c1c;
	border-top: 1px solid #33353d;
	border-left: 1px solid #33353d;
	border-top-left-radius: 7px;
	color: #989eae;
	display: block;
	float: right;
	font-size: 14px;
	padding: 5px 10px;
}
.comment .reply a:hover,
.comment .reply a:focus,
.comment .reply a:active {
	background-color: #202228;
	border-color: #444855;
	color: #cccfd7;
}


/* =Comment Form
-------------------------------------------------------------- */

#respond {
	background: #111;
	border: 1px solid #444855;
	border-radius: 7px;
	margin: 15px 0;
	padding: 15px;
}
#respond form {
	margin: 0;
}
#respond p {
	margin: 0 0 15px;
}
#respond p.form-submit {
	margin-bottom: 0;
}
#reply-title {
	font-size: 22px;
	font-weight: normal;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 7px;
}
.comment-notes,
.comment-notes a,
.logged-in-as,
.logged-in-as a {
	color: #666c7f;
	font-size: 14px;
	font-style: italic;
}
#respond .form-allowed-tags {
	background: #202228;
	border: 1px solid #444855;
	font-size: 12px;
	margin: 15px 0;
	padding: 7px;
}
.form-allowed-tags code {
	background: transparent;
	border-width: 0;
}
.required {
	color: #d24d04;
}
#respond input,
#respond textarea {
	background: #cccfd7;
	border: 1px solid #444855;
	font-size:14px;
	padding: 3px 7px;
}
#respond input:focus,
#respond textarea:focus {
	background: #eaecef;
}
#respond #submit {
	background: #d24d04;
	border: 1px solid #e56020;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 3px 5px;
	text-shadow: #000 1px 1px 2px;
}
.comment-form-author,
.comment-form-url,
.comment-form-email {
	clear: both;
	padding-bottom: 3px;
}
.comment-form-author label,
.comment-form-url label,
.comment-form-email label {
	float: left;
	min-width: 6em;
}
.comment-form-author .required,
.comment-form-url .required,
.comment-form-email .required {
	float: left;
	width: 15px;
}
.comment-form-url input {
	position: relative;
	left: 15px;
}
.comment-form-comment label {
	display: none;
}
.comment-form-comment textarea {
	width: 97.5%;
	height: 16em;
}
#cancel-comment-reply-link {
	background: #d24d04;
	border: 1px solid #e56020;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: #000 1px 1px 2px;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 5px;
}


/* =General
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft,
div.alignleft {
	float: left;
	margin: 5px 15px 15px 0;
}
.alignright,
div.alignright {
	float: right;
	margin: 5px 0 15px 15px;
}
/* Captions */
#main div.wp-caption {
	background-color: #202228;
	border: 1px solid #444855;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 15px 10px 10px;
	max-width: 96.5%;
	text-align: center;
}
#main div.wp-caption img {
	max-width: 100%;
}
#main .wp-caption-text {
	color: #989eae;
	display: block;
	font-size: 12px;
	line-height: 1.4;
}
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* Search form */
#s {
	background: #fff url( images/search.gif ) 100% -3px no-repeat;
	border-width: 0;
	color: #666c7f;
	font-size: 14px;
	padding: 3px 22px 3px 3px;
	width: 200px;
}
#searchsubmit {
	display: none;
}
.clear {
	clear: both;
}


/* =IE 7 and IE 8
-------------------------------------------------------------- */

#ie7 #menu {
	padding-bottom: 7px;
}
#ie7 #menu li:hover,
#ie8 #menu li:hover {
	display: block;
	z-index: 10;
}
#ie7 #menu ul ul a,
#ie8 #menu ul ul a {
	background: #202228;
	border-bottom-style: solid;
}


/* =WordPress.com
-------------------------------------------------------------- */

#flickr table,
#flickr th,
#flickr td {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
#flickr #flickr_badge_uber_wrapper {
	margin-top: 15px;
}
#flickr #flickr_badge_wrapper a {
	color: #d24d04;
}
#flickr #flickr_badge_wrapper img {
	max-width: 223px;
}
#vodpod_recent_videos {
	margin: 15px auto 0;
}
.widget_authors img {
	vertical-align: middle;
}
#sidebar #authors li {
	list-style: none;
}
#socialvibe_badge img {
	background: #ccc;
	border-radius: 5px;
	padding: 0 0 7px;
}
#sidebar #authors li li {
	list-style: square;
}
#authors .avatar {
	margin-right: 5px;
}
#subscribe-blog input[type="submit"] {
	background: #d24d04;
	border: 1px solid #e56020;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	text-shadow: #000 1px 1px 2px;
	font-size: 14px;
	font-weight: normal;
	padding: 2px 5px;
}
/* Comment Form. */
.highlander-comment {
	background-color: transparent !important;
}
#respond.js {
	background-color: #202228;
	border: 1px solid #444855;
}
#respond.js h3#reply-title {
	padding-left: 15px;
	margin-top: 0;
}
#respond.js #cancel-comment-reply-link {
	position: relative;
	right: 15px;
	bottom: 5px;
}
.commentlist #respond.js {
	margin-top: 15px;
}
#main .sharedaddy .sd-block {
	border-color: #444855;
}
#sidebar #recent-comments td {
	background: transparent;
}
.geo-map {
	margin-top: 15px;
}


/* =Jetpack: Infinite Scroll
-------------------------------------------------------------- */
.infinite-scroll .infinite-wrap {
	border-top: none;
	padding: 0;
}
/**
* Elements to hide:
* (footer widgets, post navigation, regular footer)
*/
.infinite-scroll #posts-nav,
.infinite-scroll.neverending #colophon {
	display: none;
}
/* Adjust the footer container and handle for the dark color scheme */
.infinite-scroll .infinite-loader {
	color: #fff;
}
.infinite-scroll #infinite-footer .container {
	background: rgba(32,34,40, 0.9);
	border-color: #444855;
}
.infinite-scroll #infinite-footer .blog-credits {
	color: #989eae;
}
.infinite-scroll #infinite-footer .container a {
	color:  #cccfd7;
}
.infinite-scroll #infinite-footer .container a:hover {
	color:  #fff;
}
.infinite-scroll #infinite-handle span {
	-webkit-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	-moz-box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	background: #111;
	border: 1px solid #444855;
	border-radius: 7px;
	box-shadow: .2em .2em .3em rgba( 0, 0, 0, 0.45 );
	display: inline-block;
	padding: 1em 1.5em;
}
.infinite-scroll #infinite-handle span,
.infinite-scroll #infinite-handle span:before {
	color: #989eae;
}
.infinite-scroll #infinite-handle span:hover,
.infinite-scroll #infinite-handle span:hover:before {
	color: #fff;
}
/**
* Hooks to infinity-end body class to restore footer
*/
.infinity-end.neverending #colophon {
	display: block;
}

/**
* Custom CSS section
*/
.title {
	background: #e56020;
}

h1#site-title a {
	color: #CCCFD7;
	display: block;
	padding-left: 158px;
	padding-top: 35px;
	text-decoration: none;
}

.title {
	padding: 0 19px 2px !important;
}

#header-image {
	top: -10px;
}

#branding {
	height: 175px;
}

*,:before,:after {
	box-sizing: border-box;
}

*,:before,:after {
	box-sizing: border-box;
}

#menu {
	width: 710px;
	margin-left: 10px;
	z-index: 3;
}

#menu .menu>li>a,#menu div.menu>ul>li>a {
	border-radius: 3px;
}

#menu a {
	padding: 0 4px;
}

#main {
	margin-top: 0;
}

#sidebar {
	margin-top: 10px;
}

.entry-content {
	/*min-height: 500px;*/
}

.widget div,.widget iframe,.widget table,.widget ul,.widget ol {
	padding: 5px 0 0;
}

.widget-title {
	width: 260px;
}

#menu li.current-menu-item>a,#menu li.current-menu-ancestor>a,#menu li.current_page_item>a,#menu li.current_page_ancestor>a {
	background-color: #e56020;
}

div.header-banner {
	background: url( images/header.png ) center center no-repeat;
	height: 100px;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

div.slideshow {
	background: url( images/slider.png ) center center no-repeat;
	height: 350px;
	width: 100%;
	position: absolute;
	margin-top: 30px;
	overflow: none;
	text-align: center;
	overflow: hidden;
	left: 0;
}

div.slideshow-bottom {
	background: url( images/slider2.png ) center center no-repeat;
	height: 56px;
	width: 100%;
	position: absolute;
	margin-top: 30px;
	overflow: none;
	text-align: center;
	overflow: hidden;
	left: 0;
	top: 295px;
}

.title {
	background: url( images/title-bar.png ) center center no-repeat;
	background-color: transparent;
	border: none;
}

h2.entry-title {
	padding-left: 0;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #FFF;
	
}

.hentry {
	background-color: transparent;
	border: none;
	box-shadow: none;
}

#colophon {
	background-color: #161616;
}

#container {
	padding-top: 100px;
}

#container.extended {
	width: 800px;
	padding-top: 0;
}

#container .hentry {
	margin-top: 0;
}

#container.extended .hentry {
	margin-top: 40px;
}

#container.extended .hentry {
	margin-top: 40px;
}

#container .title {
	background-position: -115px center;
}

#container.extended .title {
	background-position: center center;
	padding-bottom: 0 !important;
}

div.entry-content {
	background-color: #FFF;
}

body {
	padding: 0;
}

#colophon {
	margin-bottom: 0;
	padding-bottom: 50px;	
}

#menu {
	padding-top: 25px;
	position: absolute;
	z-index: 15;
	background: none !important;
	box-shadow: none;
	border: none;
}

#menu a {
	color: #FFF !important;
	font-weight: bold;
}

#menu li.current-menu-item > a {
	background: none;
	color: #e56020;
}

#menu li.current-menu-item > a, #menu li.current-menu-ancestor > a, #menu li.current_page_item > a, #menu li.current_page_ancestor > a {
	background: none;
}

#menu li:hover > a {
	background: none;
	color: #e56020 !important;
}

#menu li.current-menu-item > a {
	color: #e56020 !important;
}

#menu ul#menu-primary-left-menu > li:first-child:hover, #menu li.current-menu-item:first-child  {
	/*padding-left: 25px;
	background: url( images/home.png ) left center no-repeat;
	background-position: 0px 7px;*/
}

#menu ul.sub-menu {
	background-color: #161616;
}

#menu ul.sub-menu li {
	border: 1px solid #3d3d3d;
	border-top: none;
	float: none;
}

#menu ul.sub-menu > li.menu-item-has-children > span.sub-menu-children {
	padding-left: 12px;
	background-color: #CCC;
	float: right;
	background: url( images/ui-icons_ffffff_256x240.png ) center center no-repeat;
	background-position: -16px -128px;
	margin-top: 6px;
	margin-right: 10px;
	line-height: 1;
}

#menu ul.sub-menu li > a {
	color: #FFF !important;
	background-color: #161616 !important;
	display: inline;
	line-height: 2.5;
	text-decoration: none;
	border-bottom: none !important;
}

#menu ul.sub-menu li:hover {
	background: #e56020;
}

#menu ul.sub-menu li:hover > a {
	color: #FFF;
	background: #e56020 !important;
}

.slideshow-container {
	height: 360px;
}

#menu.left-menu {
	width: 350px;
	margin-left: 63px;
}

#menu.left-menu ul {
	float: right;
}

img.menu-logo {
	position: absolute;
	margin-left: 455px;
	z-index: 15;
	margin-top: 20px;
}

#menu.right-menu {
	width: 390px;
	margin-left: 580px;
}

#menu ul ul {
	border: border: 1px solid #000;
	background:#3B3B3B;
	/*box-shadow: none;*/
}
#menu ul ul a {
	border: none;
	background:#3B3B3B;
}

#menu ul ul a:hover {
	border: none;
	background:#3B3B3B;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

#wpadminbar {
	display: none;
}

html {
	margin-top: 0px !important
}

a {
	color: #606060;
}

div.pillars3 {
	background: url( images/3-pillars.png ) bottom center no-repeat;
	width: 800px;
	hpadding-bottom: 42px;
	background-color: #161616;
	margin: -15px 0 0 -15px !important;
}

div.pillars3 a {
	color: #FFF;
}

div.pillars3 div.pointer {
	margin-left: 10px;
	width: 15px;
	height: 10px;
	background: url( images/pointer.gif ) bottom center no-repeat;
	margin-top: -17px;
}

div.pillars3 table{
	border: none;
}

div.pillars3 table th{
	background-color: #161616;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	border: none;
	padding:7px;
}

div.pillars3 table td {
	background-color: #161616;
	color: #FFF;
	vertical-align: top;
	border: none;
	padding:7px;
}

div.pillars3 table td p {
	margin-top: 0;
	margin-left: 55px;
}

div.pillar-image-1 {
	width: 40px;
	height: 100px;
	background: url( images/pillar-numbers.gif ) no-repeat;
	background-position: 0 0;
	float: left;
	margin-right: 10px !important;
}

div.pillar-image-2 {
	width: 40px;
	height: 100px;
	background: url( images/pillar-numbers.gif ) no-repeat;
	background-position: -40px 0;
	float: left;
	margin-right: 10px !important;
}

div.pillar-image-3 {
	width: 40px;
	height: 100px;
	background: url( images/pillar-numbers.gif ) no-repeat;
	background-position: -80px 0;
	float: left;
	margin-right: 10px !important;
}

#sidebar {
	width: 200px;
	overflow-x: hidden;
}

#main {
	width: 725px;
}

table.news-posts {
	width: 100%;
}

table.news-posts td {
	width: 33%;
	background-color: #FFF;
	vertical-align: top;
}

table.news-posts td ul.recent-posts {
	margin: 0;
	margin-bottom: 10px;
}

a.social-links {
	text-decoration: none;
}

.social-links span {
	background: url( images/social-links.gif ) no-repeat;
	padding-left: 15px;
	padding-top: 10px;
}

.social-links span.facebook-social-link {
	background-position: 0 center;
}

.social-links span.twitter-social-link {
	background-position: -22px center;
}

.social-links span.google-social-link {
	background-position: -48px center;
}

.social-links span.v-social-link {
	background-position: -76px center;
}

.social-links span.o-social-link {
	background-position: -102px center;
}

.social-links span.s-social-link {
	background-position: -130px center;
}

.social-links span.t-social-link {
	background-position: -156px center;
}

.social-links span.linkedin-social-link {
	background-position: -184px center;
}

img.main-image {
	height: 300px; 
	margin-top: 60px;
	position: absolute;
	margin-left: -170px;
}
img.main-image-replacement {
	margin-top: 60px;
	height: 300px; 
	opacity: 0;
	margin-left: -702px;
	position: absolute; 
	filter: alpha(opacity=0);
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/js/fancybox-1.3.4/fancy_shadow_nw.png', sizingMethod='scale'); }



.uesearchform {
	
}

.uetable {
	border: 3px solid #ebebeb;
	background-color: #FFF;
}

.uedetails td {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ebebeb;
}

.uedetails tr td:first-child {
	background: #E0E0E0;
	width: 120px;
}

.uetable1 {
	border: 2px solid #a0a0a0;
	background-color: #FFF;
	margin-bottom:0px;
	/* 	-webkit-box-shadow: 0 10px 6px -6px #777; */
	/* 	-moz-box-shadow: 0 10px 6px -6px #777; */
	/* 	box-shadow: 0 10px 6px -6px #777; */
}	
	   
.uetable1 tr:nth-child(even) {background: #F5F5F5}

.uetable1 th {
	font-size: 110%;
	text-transform: uppercase;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #3d3e42;
	color: white;
}

.uetable1 td {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #a0a0a0;
} 

.ue_accordion .panel-title{
	padding: 5px;
}

.ue_accordion .panel-collapse{
	padding: 5px;
}

.ue_accordion .panel-default{
	margin-bottom: 10px;
}

.ue_posts .heading {
	background-color: #F0F0F0;
}

.ue_posts .heading a {
	text-decoration: underline !important;
	color: black !important;
}

.uedashboard .dbwidget {
	width:140px;
	text-align:center;
	border: 0px solid;
	float:left;
	margin:15px;
}

.uedashboard .dbtitle {
	color: #e56020;
	margin: 10px 0px 0px 0px;
	font-size: 110%;
}

.uedashboard .dbicon {
	height: 80px;
/*	display: table-cell;*/
	vertical-align: middle;
	text-align:center;
}

.uedashboard img {
	width:70px;
}

.uedashboard .head {
	/*text-align: center;
	background-color: #D0D0D0;
	font-weight: bold;*/
	text-transform: uppercase;
	font-size:120%;
	padding-bottom:5px;
	border-bottom: 1px solid #C0C0C0;
}

.uedashboard .icons {
	padding-top:10px;
	padding-bottom:20px;
}

.uedashboard .dbdes{
	text-align:left;
	margin-left:20px;
}

.frm_pagination_cont {
	background-color: #e56020;
	height:40px;
	text-align:right;
	margin-top:0px !important;
}

.frm_pagination_cont .frm_pagination {
	margin:10px 10px 0px;
}

.frm_pagination_cont li, .frm_pagination_cont a, .frm_pagination_cont a:hover {
	text-decoration: underline;
	font-size:14px;
	color:white;
	font-weight:normal;
}

.frm_pagination_cont .active {
	font-weight:bold;
	text-decoration: none;
}

.uebutton, .uebutton:hover {
 	-webkit-border-radius: 4px;
   	-moz-border-radius: 4px;
   	border-radius: 4px;
  	text-decoration: none !important;
  	background-color: #e56020;
  	color: white !important;
  	padding: 2px 6px 2px 6px;
  	border: 1px solid #666666;
 	user-select:none;
}

div.event-highlight {
	min-height: 80px;
	background-color: #FF6633;
	margin: -18px 0 0 -15px !important;
    width: 800px;
    padding: 10px !important;
}

.with_frm_style .chosen-container .chosen-results {
	cursor: text;
	margin: 0 4px 4px 0;
	max-height: 170px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 0 0 4px;
	position: relative;
}

div.feed-container {
	border: 1px solid #888888;
	box-shadow: 10px 10px 5px #888888;
	-webkit-border-radius: 15px;
   	-moz-border-radius: 15px;
   	border-radius: 15px;
   	margin: 0 10px;
   	padding: 10px;
   	height: 265px;
}

div.feed-title {
	font-size: 14px;
	text-align: center;
}

.about-heading {
	color: #f96414;
	font-family: Helvetia;
	font-weight: bold;
}
@media screen and (max-width: 360px) {
	.col-footer {		
		margin: 40px auto auto !important;
		width: 100% !important;
		padding: 15px !important;
	}
	.footer-widget{
		width:100% !important;	
	}
	#copyright{
		width: 100% !important;	
		padding: 10px !important;
	}
	#copyright p{
		width:100% !important;	
	}
	#copyright-wrapper{
		height: 220px !important;	
	}
	#footer-menu {
    width: 100% !important;
    float: right;
}
	
	#copyright-wrapper > .col-full{
		width:100% !important;	
	}
}
@media screen and (min-width:768px) and (max-width: 1130px) {
		.footer-widget {
			width: 22% !important;
			float: left;
			margin-right: 20px;
		}
		.col-footer {
			margin: 40px auto auto;
			width: 100% !important;
			padding:15px !important;
		}
}



