/* ! The Reset

The Infinity Reset. If you want to use another one add this to your
Child Theme config/infinity.ini

infinity-reset-style = off

/*
================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; /* add your base font-size and line-height here */ }
button, input, select, textarea { font-family: sans-serif; }

a { text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
a:active, input.button:active { outline: 0; position: relative; top: 1px; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 0px; list-style: disc inside none; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
select {
    background-color: #FFFFFF;
    border: 1px solid #C4C1C1;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.17);
    color: #777777;
    font-size: 90%;
    font-weight: bold;
    padding: 4px 2px 2px;
}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.post dl { margin-bottom: 18px }
.post dl dt { font-weight: bold }
.muted { color: #bfbfbf }
blockquote {
    margin-bottom: 18px;
    border-left: 5px solid #eee;
    padding-left: 15px;
}
blockquote small {
    display: block;
    font-size: 85.7%;
    font-weight: 300;
    line-height: 18px;
    color: #bfbfbf;
}
blockquote p {
    font-size: 100%;
    font-weight: 300;
    margin-bottom: 0;
}
address {
    display: block;
    line-height: 18px;
    margin-bottom: 18px;
}
code, pre {
    padding: 0 3px 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
code {
    background-color: #fee9cc;
    color: rgba(0, 0, 0, 0.75);
    padding: 1px 3px;
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 18px;
    line-height: 18px;
    font-size: 85.7%;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
}

.image-grid {
    display: block;
    list-style: none outside none !important;
    margin: 0 !important;
    width: 100%;
}
.image-grid:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.image-grid li {
    height: 320px;
    list-style: none outside none;
    margin-left: 0 !important;
    overflow: hidden;
}
.image-grid li img {
    max-width: 93%;
}

/* ============================================= */
/* ! Typography and Tags (ul, li,a, input etc)   */
/* ============================================= */
body {
    /* Fix for webkit rendering */
    font: 13px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #444;
    -webkit-text-size-adjust: 100%;
  	-ms-text-size-adjust: 100%;
  	text-rendering: optimizeLegibility;
  	-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2em;
    line-height: 1.15em;
    margin: .5em 0 1em 0;
}
h2 {
    font-size: 1.75em;
    line-height: 1.15em;
    margin: .5em 0 1em 0;
}
h3 {
    font-size: 1.5em;
    line-height: 1.15em;
    margin: .5em 0 1em 0;
}
h4 {
    font-size: 1.25em;
    line-height: 1.15em;
    margin: .5em 0 1em 0;
}
h5 {
    font-size: 1em;
    line-height: 1.6em;
    margin: 0 0 .5em 0;
}
h6 {
    font-size: .75em;
    line-height: 1.6em;
    margin: 0 0 .5em 0;
}
h1#category-title,
h1#tag-title {
    font-style: normal;
    color: #999;
    font-size: 114.3%;
    line-height: 18px;
    margin: 0;
}
h1#category-title span,
h1#tag-title span { color: #555 }

h2.pagetitle a, h2.posttitle a, h1.pagetitle a, h1.posttitle a {
    margin-bottom: 0;
    margin-top: 0;
}
h2.pagetitle a:hover, h2.posttitle a:hover, h1.pagetitle a:hover, h1.posttitle a:hover { color: #999 }

.posttitle,.pagetitle { 
    margin-bottom: 20px;
    margin-top: 0;
}

h1 .post-edit-link, h2 .post-edit-link {
    font-size: 27px !important;
    line-height: 0;
}

.moretag { margin-left: 10px }
/*
----------------------------------------------------------------
//LAYOUT
	+ Global & Wraps
	+ Header
	+ Navigation Menus
	+ Content
	+ Sidebar
	+ Footer
	+ Tables
	+ Forms
	
You can disable the css in this file by adding the following code to your child theme config/infinity.ini file

infinity-layout-style = off
--------------------------------------------------------------*/
/* ================== */
/* ! Global & Wraps   */
/* ================== */
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
#wrapper {
    margin: 30px auto;
    max-width: 1150px;
}
.top-wrap { position: relative }
.main-wrap {
    padding-top: 40px;
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
}
.footer-wrap {
    padding-: 20px;
    position: relative;
}

/* ========== */
/* ! Header   */
/* ========== */

#header {
    min-height: 150px;
    position: relative;
}

#site-description {
    font-style: italic;
    color: #999999;
    position: relative;
    font-size: 14px;
    line-height: 180%;
}
h1#site-title,div#site-title {
position: absolute;
    font-size: 26px;
    line-height: 180%;
    font-weight: bold;
    margin: 0;
}
#site-title a {
    margin-bottom: -29px;
    display: block;
}

#logo-menu-wrap {
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 100%;
}

/* ========================== */
/* ! /* Navigation Menus */   */
/* ========================== */
/* Menu Wraps */

/* Top Menu */
#top-menu-wrap, #sub-menu-wrap {
    position: relative;        
    min-height: 30px;
}

#top-menu-wrap {
    /* setting z-index for dropdowns. do not mess with this */
    z-index: 12 !important; 
}

#main-menu-wrap {
    padding: 0;
    padding-top: 0.5%;
    position: absolute;
    right: 10px;
    /* setting z-index for dropdowns. do not mess with this */
    z-index: 11 !important; 
}
#main-menu-wrap ul.sub-menu { z-index: 99 !important }

#sub-menu-wrap {
/* setting z-index for dropdowns. do not mess with this */
z-index: 10 !important;
}

/* Set a min-height so we can apply texture overlays */
.main-menu,.top-menu, .top-wrap .sub-menu {
min-height: 37px;
}

/* ===================== */
/* ! Base Menu Styling   */
/* ===================== */
.base-menu ul li {
    float: left;
    position: relative;
}
.base-menu ul li.right {
float: right;	
}
.base-menu ul li li:hover ul,
.base-menu ul li li.sfHover ul,
.base-menu ul li li li:hover ul,
.base-menu ul li li li.sfHover ul,
.base-menu ul li li li li:hover ul,
.base-menu ul li li li li.sfHover ul {
    /* match .nav ul width */
    top: -1px;
    left: 180px;
}
.base-menu ul li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.base-menu ul li:hover li ul,
.base-menu ul li.sfHover li ul,
.base-menu ul li li:hover li ul,
.base-menu ul li li.sfHover li ul,
.base-menu ul li li li:hover li ul,
.base-menu ul li li li.sfHover li ul { top: -9999em }
.base-menu ul li:hover ul,
.base-menu ul li.sfHover ul {
    top: 27px;
    /* match top ul list item height */
    left: 0px;
    z-index: 95;
}
.base-menu ul ul {
    top: -9999em;
    width: 210px;
    /* left offset of submenus need to match (see below) */
    margin: 3px 0 0 0;
    padding: 15px 5px 15px 5px;
    z-index: 50;
    position: absolute;
}
.base-menu ul ul li {
    float: left;
    width: 150px;
    padding: 0 5px 0 5px;
}
.base-menu ul ul li { width: 85% }
.base-menu ul ul li:first-child { border-top: none }
.base-menu ul ul li:last-child { border-bottom: none }
.base-menu ul ul li a {
    width: 180px;
}
.base-menu ul a {
    float: left;
    padding: 8px 10px;
}
 /* Page Currently being viewed */
.base-menu ul a:hover,
.base-menu ul li.sfHover a,
.base-menu ul li.current-cat a,
.base-menu ul li.current_page_item a,
.base-menu ul li.current-menu-item a {
    background-color: #000;
    color: #DDD;
}
.base-menu li li a:hover,
.base-menu li.sfHover li a { background: none }
.base-menu li li a span.sf-sub-indicator,
.base-menu li.sfHover li a span.sf-sub-indicator {
    float: right;
    margin: 5px 0 0 0;
}
.base-menu li li a span { padding: 0; color: #BBB; }
.base-menu ul li.sfHover li a,
.base-menu ul li.sfHover li a:hover,
.base-menu ul li.sfHover li a span:hover {
color: #DDD;
}
/*  Make sub menus appear */
.base-menu ul li:hover ul,
.base-menu ul li.sfHover ul {
    top: 34px; /* match top ul list item height */
    z-index: 99;
}
/* Hide all subs subs (4 levels deep) */
.base-menu ul li:hover li ul,
.base-menu ul li.sfHover li ul,
.base-menu ul li li:hover li ul,
.base-menu ul li li.sfHover li ul,
.base-menu ul li li li:hover li ul,
.base-menu ul li li li.sfHover li ul { top: -9999em }
/* Displays all subs subs (4 levels deep) */
.base-menu ul li li:hover ul,
.base-menu ul li li.sfHover ul,
.base-menu ul li li li:hover ul,
.base-menu ul li li li.sfHover ul,
.base-menu ul li li li li:hover ul,
.base-menu ul li li li li.sfHover ul {
    left: 180px; /* match .nav ul width */
    top: -1px;
}
/* 2nd level skin */
.base-menu ul ul {
    position: absolute;
    top: -9999em;
    width: 180px; /* left offset of submenus need to match (see below) */
    padding: 15px 5px 15px 5px;
    margin: 3px 0 0 0;
    background: #FFF;
}
.base-menu ul ul li {
    float: left;
    width: 150px;
    background: none;
    padding: 0 5px 0 5px;
}
.base-menu li a:hover {
    color: #DDD;
}
.base-menu ul ul li:first-child { border-top: none }
.base-menu ul ul li:last-child { border-bottom: none }
.base-menu ul ul li a {
    width: 150px;
}
.base-menu ul ul li a:hover {
    padding-left: 12px;
}

.base-menu:first-child ul li:after{
content: "";
}

.base-menu ul ul li:after {
 content: none !important;
}

/* Don't remove this */
#footer .sub-menu, #footer .sub-menu:before {
background: none;
border: 0px;
}
  
/* =========== 
 ! Content  
 =========== */
 
#inner-sidebar {
	margin-right: -2.94%;
}

#content.sidebar-left {
	float: right !important;
}

.sidebar-left #inner-sidebar {
    margin-left: -40px;
    margin-right: 20px;
}
      
/* =========== 
 ! Sidebar   
 =========== */
 
#sidebar h4 a.widgettitle { color: #F4F4F4!important }
#sidebar .widget_search { margin-top: 20px }
#sidebar .widget_search input[type=text] {
    width: 110px;
    padding: 2px;
}
/* Widgets */
.widget { margin-bottom: 30px }

/* ========== 
 ! Footer   
 ========== */
#footer p:last-child { margin-bottom: 0 }
.footer-widget h3 {
    margin-bottom: 10px;
    color: #FEDA71;
    font-size: 16px;
}
#footer-widget-right { border-right: none; margin-right: 0px; }
#footer-widget-left { border-left: none;  margin-left: 0px; }
#footer-menu  ul li a:hover { color: #777 }
#footer-menu ul li { display: inline }
#footer-menu ul li a {
    padding-right: 8px;
}
.footer-menu ul li:last-child a { border-right: 0px }
#footer-info {
    overflow: auto;
}
#powered-by {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* use a pseudo element to put some empty hidden content into the div.
this is needed for when a footer menu is not being used.
 */
#footer-info:before {
    content: "";
    display: block;
    height: 1px;
    overflow: auto;
}
/* ================== */
/* ! Page Templates   */
/* ================== */
/*page templare sidebar left*/
.page-template-sidebar-left-template-php #content,
.page-template-sidebar-left-template-php #sidebar.sidebar-right #inner-sidebar { 
	float: right !important 
}
.page-template-sidebar-left-template-php #inner-sidebar {
    margin-left: -25px !important;
    margin-right: 10px !important;
    padding-right: 25px !important;
}

/*page templare sidebar right*/
.page-template-sidebar-right-template-php #sidebar.sidebar-left #inner-sidebar {
    margin-left: 15px !important;
    margin-right: -25px !important;
    margin-top: -40px !important;
    padding-right: 25px !important;
}

.page-template-sidebar-left-template-php #sidebar.sidebar-left #inner-sidebar,
.page-template-sidebar-left-template-php #sidebar.sidebar-right #inner-sidebar { 
	float: left !important;
}
/* ! WordPress Styling

This CSS file contains all the default WordPress Styling.
//Posts & Pages	
	+ Display
	+ Meta & Breadcrumbs
	+ Author/Category/Tag Boxes
	+ Comments

You can disable the css in this file by adding the following code to your child theme config/infinity.ini file

infinity-wordpress-style = off

/*
================================================== */
/* Post Meta */
span.edit-link {
    margin-left: 1px;
    margin-right: 9px;
    float: right;
}
span.edit-link a { color: #999 }
/* The actual Posts*/
.author-avatar {
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 0;
}
.entry {
    margin-bottom: 30px;
    margin-top: 30px;
}
.post dd.wp-caption p.wp-caption-text,
.wp-caption-text {
    font-style: italic;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 4px 5px 0;
    font-size: 12px;
}
.post-meta-data span {
    border-right: 1px solid #DDD;
    margin-right: 5px;
    padding-right: 5px;
}
.post .author-box img,
.comment-avatar-box img {
    float: none;
    margin: 0;
    border: 4px solid #fff;
}
.post img.alignright {
    margin: 0 0 2px 7px;
    display: inline;
    padding: 4px;
}
.post img.wp-smiley {
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}
.post-content {
margin-bottom: 70px;
}
.post img.alignleft {
    margin: 0 7px 2px 0;
    display: inline;
    padding: 4px;
}
.post .aligncenter,
.post .aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.post img.centered,
img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.post img {
    max-width: 100%;
    height: auto;
}
.post .wp-caption {
    background-color: #F9F9F9;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    font-size: 90%;
    font-style: italic;
    padding-bottom: 7px;
    padding-top: 4px;
    text-align: center;
}
.post .wp-caption img {
    margin: 0;
    border: 0 none;
    padding: 0;
}
.postthumb {
	margin-bottom: 20px;
}
.postthumb img {
    max-width: 100%;
    height: auto;
}
.post .gallery-caption { }
#single-attachment img {
margin-top: 25px;
margin-bottom: 25px;
}
/* Post Titles */
/* Captions */
/* Block Quotes */
/* page links */
.page-link {
    font-weight: bold;
    word-spacing: 0.5em;
    margin: 0 0 22px;
}
.page-link a:active,
.page-link a:hover { color: #FF4B33 }
.page-link a:link,
.page-link a:visited {
    font-weight: normal;
    border: 1px solid #DDD;
    padding: 5px 8px;
}
.home .sticky .page-link a {}
/* code in posts */
.post .alignright {
    margin-left: 15px;
    float: right;
    margin-bottom: 15px;
}
.post .alignleft {
    margin-right: 15px;
    float: left;
}
/* per post navigation and pagination */
ul.page-numbers li a,
ul.page-numbers li span,
.paged-navigation,
.comment-navigation {
    background: none repeat scroll 0 0 #FFFFFF;
    color: inherit;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    font-weight: bold;
    height: 38px;
    margin: 0 2px 10px 0;
    padding: 5px 8px;
    text-align: center;
    word-spacing: 10px;
}
ul.page-numbers li a:hover,
.paged-navigation:hover,
.comment-navigation:hover {
background: #444;
color: #FFF;
}
ul.page-numbers {
    text-align: center;
    margin-bottom: 20px;
}
ul.page-numbers li span {
background: #444;
color: #FFF;
}
ul.page-numbers li { display: inline }
.pagination {
    border-bottom: 1px solid #EAEAEA;
    height: 16px;
    padding-left: 0px;
    padding-bottom: 10px;
    color: #888888;
    font-size: 90%;
}
.pagination#user-pag,
.friends .pagination,
.mygroups .pagination,
.myblogs .pagination {
    background: #F9F9F9;
    border: none;
    padding: 8px 15px;
}
/*Post Meta */
.post-meta-data,
.comment-meta,
.comment-options,
p#breadcrumbs {
    border-bottom: 1px solid #EFEFEF;
    border-top: 1px solid #EFEFEF;
    color: #AAAAAA;
    font-size: 11.5px;
    margin-top: 10px;
    min-height: 20px;
    padding: 3px 0;
    margin-bottom: 10px;
}
p#breadcrumbs { margin-top: 0px }
/* Intro Boxes for authors, categories and tags */
.post-author-box {
    float: right;
    padding: 3px;
    display: none;
}
.post-author-box img {
    width: 50px;
    height: 50px;
}
.author-box,
.category-box,
.tag-box,
.info-box {
    margin-bottom: 20px;
    border: 1px solid #DDDDDD;
    background: #F9F9F9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px;
}

#category-description p,
#tag-description p {
font-style: italic;
margin-top: 10px;
margin-bottom: 0px;
}

.authorbox h3 {
    font-style: normal;
    margin-bottom: 10px;
    color: #555555;
    font-size: 16px;
}
#author-description {
    padding: 0 10px 10px;
}
#author-description img {
    margin-top: 2px;
    margin-right: 10px;
    float: left;
}
#category-description,
#tag-description {
    padding: 10px;
}
#author-social {
    float: right;
    width: 25%;
}

/*Search Page*/

.search-title {
    font-size: 18px;
    color: #999;
}

.search-title span {
color: #444;
}

/* ============ */
/* ! Comments   */
/* ============ */
.comment-content {
    margin-bottom: 40px;
    position: relative;
}
#comments {
    margin-top: 20px;
    position: relative;
}
#comments .pingbacks li.pingback { margin: 10px 0 }
#comments .pingbacks li.pingback .reply { display: none }
#comments .cancel-comment-reply { margin: 10px 0 }
#comments .comment-entry p {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 20px 62px;
}
#comments .bypostauthor { background: #F9F9F9 }
#comments .comment-head { margin: 0 0 15px 70px }
#comments .comment-head .name {
    font-weight: bold;
    margin: 0;
}
#comments .comment-head .date,
#comments .comment-head .edit,
#comments .comment-head .perma { font-size: 11px }
#comments .avatar img {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin: 0;
}
#comments ul.children {
    margin: 10px 10px 0 25px;
    padding: 0;
}
#comments .navigation { }
#comments .navigation a {
    text-decoration: none;
    margin: 15px 0 0 0;
    display: block;
}
#comments .navigation a:hover { }
#comments blockquote {
    font-style: italic;
    padding-top: 5px;
    font-weight: bold;
    line-height: 150%;
    padding-left: 0;
    padding-bottom: 5px;
    color: #545454;
}
#comments .comment {
    margin-top: 10px;
    list-style-type: none;
    width: 100%;
}
#comments .comment .comment-container {
    border-bottom: 1px solid #F4F4F4;
    padding-bottom: 15px;
    position: relative;
}
#comments h3#pings { margin-top: 25px }
#comments  .avatar {
    float: left;
    margin: 0 15px 10px 0;
}
#comments .reply { 
    left: 0;
    position: absolute;
    top: 60px;
}
#comments .reply a { 
    font-size: 70%;
    padding: 0 6px;
}
#comments h3 { }
ol.commentlist {
    margin-left: 0px;
    list-style: none;
    padding-left: 0px;
}
#comments .unapproved {
font-style: italic;
color: #999;
}
/* The Comments Forms */
#respond { margin: 40px 0 0 }
#respond #reply-title small {
    margin-top: 5px;
    display: block;
    font-size: 13px;
}
#respond span.required {
    color: #CFCFCF;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 0 0 -12px;
}
#respond .right {
    float: left;
    width: 380px;
}
#respond label {
    color: #777777;
    padding: 4px 0;
    font-size: 11px;
}
#respond .left {
    margin-right: 15px;
    float: left;
    width: 200px;
}
#commentform { margin: 10px 0 0 10px; }
#commentform input.txt,
#commentform textarea {
    border-color: #ccc #efefef #efefef #ccc;
    border-width: 1px;
    border-style: solid;
    font-size: inherit;
}
li.bypostauthor { background: none repeat scroll 0 0 #F8FDFF !important }
#commentform input.txt {
    background: #F9F9F9;
    width: 170px;
    color: #666;
    margin: 0 5px 10px 0;
    padding: 5px 7px;
}
#commentform textarea {
    width: 95%;
    height: auto;
}
#commentform #submit { margin: 15px 0 0 0 }
.form-allowed-tags {
font-size: 90%;
color: #777;
}
/* Pingsbacks */
h3#pings { margin: 25px 0 10px 0 }
.pinglist li {
    list-style-type: decimal;
    margin: 0 0 0 20px;
}
.pinglist li .pingcontent {
    margin: 10px 0;
    display: block;
}
.pinglist li .author {
    font-weight: bold;
    font-size: 15px;
}
.pinglist li .date { font-size: 11px }
p.form-allowed-tags { width: 70% }
/* ! The Grid

The Infinity Base Grid. Do you want to generate your own Fluid or Fixed Grid? Read More about the Grid
and how to Modify it here: http://infinity.presscrew.com/docs/?page=infinity-theme&route=cpanel/ddocs/theme_design

You can disable the css in this file by adding the following code to your child theme config/infinity.ini file

infinity-grid-style = off

/*
================================================== */

.grid_1 {
 width: 3.3333333333333% 
}
.grid_2 {
 width: 7.5%
}
.grid_3 {
 width: 11.666666666667%
}
.grid_4 {
 width: 15.833333333333%
}
.grid_5 {
 width: 20%
}
.grid_6 {
 width: 24.166666666667%
}
.grid_7 {
 width: 28.333333333333%
}
.grid_8 {
 width: 32.5%
}
.grid_9 {
 width: 36.666666666667%
}
.grid_10 {
 width: 40.833333333333%
}
.grid_11 {
 width: 45%
}
.grid_12 {
 width: 49.166666666667%
}
.grid_13 {
 width: 53.333333333333%
}
.grid_14 {
 width: 57.5%
}
.grid_15 {
 width: 61.666666666667%
}
.grid_16 {
 width: 65.833333333333%
}
.grid_17 {
 width: 70%
}
.grid_18 {
 width: 74.166666666667%
}
.grid_19 {
 width: 78.333333333333%
}
.grid_20 {
 width: 82.5%
}
.grid_21 {
 width: 86.666666666667%
}
.grid_22 {
 width: 90.833333333333%
}
.grid_23 {
 width: 95%
}
.grid_24 {
 width: 99.166666666667%
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24 {
 margin-left: 0.41666666666667%; margin-right: 0.41666666666667%; float: left; display: block ;
}
.alpha {
 margin-left: 0px !important; 
}
.omega {
 margin-right: 0px !important;
}

/* =================== */
/* ! Responsive Grid   */
/* =================== */
@media only screen and (max-width: 640px) {
	.grid_1 { width: 100% ; }
	.grid_2 { width: 100% ; }
	.grid_3 { width: 100% ; }
	.grid_4 { width: 100% ; }
	.grid_5 { width: 100% ; }
	.grid_6 { width: 100% ; }
	.grid_7 { width: 100%; }
	.grid_8 { width: 100%; }
	.grid_9 { width: 100%; }
	.grid_10 { width: 100%; }
	.grid_11 { width: 100%; }
	.grid_12 { width: 100%; }
	.grid_13 { width: 100%; }
	.grid_14 { width: 100%; }
	.grid_15 { width: 100%; }
	.grid_16 { width: 100%; }
	.grid_17 { width: 100%; }
	.grid_18 { width: 100%; }
	.grid_19 { width: 100%; }
	.grid_20 { width: 100%; }
	.grid_21 { width: 100%; }
	.grid_22 { width: 100%; }
	.grid_23 { width: 100%; }
	.grid_24 { width: 100%; }
}

a.button, .generic-button, a.more-link, button, input[type="submit"], input[type="reset"], input[type="button"],#review_form #submit {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.2)), color-stop(100%, rgba(0,0,0,.2)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    background: linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%);
    border-left: 1px solid #ccc;
    font-weight: bold;
    float: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    line-height: 21px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    color: #444444;
    border: 1px solid #aaa;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 8px 12px;
}
a.button:active, button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active,#review_form #submit:active {
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,.3)), color-stop(100%, rgba(255,255,255,.3)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(255,255,255,.3) 100%);
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border: 1px solid #888;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover,#review_form #submit:hover {
    border-top: 1px solid #aaa;
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,.3)), color-stop(100%, rgba(0,0,0,.3)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    background: linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%);
    border-left: 1px solid #aaa;
    color: #222;
    border: 1px solid #888;
}
.button.full-width, button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
}
.button, .post-tags a, .widget_tag_cloud a, input, textarea{
    display: inline-block;
    text-decoration: none;
    padding: 8px 11px;
    color: #555;
    border: 1px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 2px;
}
.button.white, .post-tags a, .widget_tag_cloud a, a.button, .generic-button, a.more-link, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #f5f5f5;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0');
    background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
    background: linear-gradient(top, #f9f9f9, #f0f0f0);
    border-color: #dedede #d8d8d8 #d3d3d3;
    color: #555;
    text-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow: 0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}
.button.white:hover, .post-tags a:hover, .widget_tag_cloud a:hover, a.button:hover, .generic-button:hover, a.more-link:hover, button:hover, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #f4f4f4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8');
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #efefef, #f8f8f8);
    background: -moz-linear-gradient(top, #efefef, #f8f8f8);
    background: -o-linear-gradient(top, #efefef, #f8f8f8);
    background: -ms-linear-gradient(top, #efefef, #f8f8f8);
    background: linear-gradient(top, #efefef, #f8f8f8);
    border-color: #c7c7c7 #c3c3c3 #bebebe;
    text-shadow: 0 1px 0 #fdfdfd;
    -webkit-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow: 0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}
.button.grey {
    background: #bdbdbd;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cacaca', endColorstr='#aeaeae');
    background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), to(#aeaeae));
    background: -webkit-linear-gradient(top, #cacaca, #aeaeae);
    background: -moz-linear-gradient(top, #cacaca, #aeaeae);
    background: -o-linear-gradient(top, #cacaca, #aeaeae);
    background: -ms-linear-gradient(top, #cacaca, #aeaeae);
    background: linear-gradient(top, #cacaca, #aeaeae);
    border-color: #b5b5b5 #a1a1a1 #8f8f8f;
    color: #555;
    text-shadow: 0 1px 0 #d4d4d4;
    -webkit-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    -moz-box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
    box-shadow: 0 1px 1px #c9c9c9, inset 0 1px 0 #d7d7d7;
}
.button.grey:hover {
    background: #c2c2c2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bcbcbc', endColorstr='#c2c2c2');
    background: -webkit-gradient(linear, left top, left bottom, from(#bcbcbc), to(#c2c2c2));
    background: -webkit-linear-gradient(top, #bcbcbc, #c2c2c2);
    background: -moz-linear-gradient(top, #bcbcbc, #c2c2c2);
    background: -o-linear-gradient(top, #bcbcbc, #c2c2c2);
    background: -ms-linear-gradient(top, #bcbcbc, #c2c2c2);
    background: linear-gradient(top, #bcbcbc, #c2c2c2);
    border-color: #989898 #8e8e8e #878787;
    text-shadow: 0 1px 0 #dadada;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}
.button.pink {
    background: #f67689;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78297', endColorstr='#f56778');
    background: -webkit-gradient(linear, left top, left bottom, from(#f78297), to(#f56778));
    background: -webkit-linear-gradient(top, #f78297, #f56778);
    background: -moz-linear-gradient(top, #f78297, #f56778);
    background: -o-linear-gradient(top, #f78297, #f56778);
    background: -ms-linear-gradient(top, #f78297, #f56778);
    background: linear-gradient(top, #f78297, #f56778);
    border-color: #df6f8b #da5f75 #d55061;
    color: #913944;
    text-shadow: 0 1px 0 #f89ca9;
    -webkit-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    -moz-box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
    box-shadow: 0 1px 1px #c1c1c1, inset 0 1px 0 #f9a1b1;
}
.button.pink:hover {
    background: #f67c90;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56c7e', endColorstr='#f78297');
    background: -webkit-gradient(linear, left top, left bottom, from(#f56c7e), to(#f78297));
    background: -webkit-linear-gradient(top, #f56c7e, #f78297);
    background: -moz-linear-gradient(top, #f56c7e, #f78297);
    background: -o-linear-gradient(top, #f56c7e, #f78297);
    background: -ms-linear-gradient(top, #f56c7e, #f78297);
    background: linear-gradient(top, #f56c7e, #f78297);
    border-color: #c36079 #c25669 #c14e5c;
    text-shadow: 0 1px 0 #f9a6b4;
    -webkit-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    -moz-box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
    box-shadow: 0 1px 1px #c3c3c3, inset 0 1px 0 #f8909e;
}
.button.orange, .orange a, #bpfb_submit {
    background: #fecc5f;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feda71', endColorstr='#febb4a');
    background: -webkit-gradient(linear, left top, left bottom, from(#feda71), to(#febb4a));
    background: -webkit-linear-gradient(top, #feda71, #febb4a);
    background: -moz-linear-gradient(top, #feda71, #febb4a);
    background: -o-linear-gradient(top, #feda71, #febb4a);
    background: -ms-linear-gradient(top, #feda71, #febb4a);
    background: linear-gradient(top, #feda71, #febb4a);
    border-color: #f5b74e #e5a73e #d6982f;
    color: #996633;
    text-shadow: 0 1px 0 #fedd9b;
}
.button.orange:hover, #bpfb_submit:hover {
    background: #fecb5e;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fec354', endColorstr='#fecd61');
    background: -webkit-gradient(linear, left top, left bottom, from(#fec354), to(#fecd61));
    background: -webkit-linear-gradient(top, #fec354, #fecd61);
    background: -moz-linear-gradient(top, #fec354, #fecd61);
    background: -o-linear-gradient(top, #fec354, #fecd61);
    background: -ms-linear-gradient(top, #fec354, #fecd61);
    background: linear-gradient(top, #fec354, #fecd61);
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}
.button.green, .gform_footer input.button, .qq-upload-button {
    background: #b7d770;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cae285', endColorstr='#9fcb57');
    background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb57));
    background: -webkit-linear-gradient(top, #cae285, #9fcb57);
    background: -moz-linear-gradient(top, #cae285, #9fcb57);
    background: -o-linear-gradient(top, #cae285, #9fcb57);
    background: -ms-linear-gradient(top, #cae285, #9fcb57);
    background: linear-gradient(top, #cae285, #9fcb57);
    border-color: #adc671 #98b65b #87aa4a;
    color: #5d7731;
    text-shadow: 0 1px 0 #cfe5a4!important;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #d7e9a4;
}
.button.green:hover, .gform_footer input.button hover, .qq-upload-button:hover {
    background: #b9d972;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8d872', endColorstr='#b9d972');
    background: -webkit-gradient(linear, left top, left bottom, from(#b8d872), to(#b9d972));
    background: -webkit-linear-gradient(top, #b8d872, #b9d972);
    background: -moz-linear-gradient(top, #b8d872, #b9d972);
    background: -o-linear-gradient(top, #b8d872, #b9d972);
    background: -ms-linear-gradient(top, #b8d872, #b9d972);
    background: linear-gradient(top, #b8d872, #b9d972);
    border-color: #8bb14d #83a648 #7d9e45;
    text-shadow: 0 1px 0 #d5e8aa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #cae295;
}
.button.blue {
    background: #92dbf6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abe4f8', endColorstr='#6fcef3');
    background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcef3));
    background: -webkit-linear-gradient(top, #abe4f8, #6fcef3);
    background: -moz-linear-gradient(top, #abe4f8, #6fcef3);
    background: -o-linear-gradient(top, #abe4f8, #6fcef3);
    background: -ms-linear-gradient(top, #abe4f8, #6fcef3);
    background: linear-gradient(top, #abe4f8, #6fcef3);
    border-color: #8dc5da #76b7cf #63abc7;
    color: #42788e;
    text-shadow: 0 1px 0 #b6e6f9;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #c0ebfa;
}
.button.blue:hover {
    background: #92dbf6;
    border-color: #7caec0 #68a3ba #5a9cb5;
    text-shadow: 0 1px 0 #bee9fa;
    -webkit-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    -moz-box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
    box-shadow: 0 1px 1px #d6d6d6, inset 0 1px 0 #ade4f8;
}
.button.purple {
    background: #dfaeda;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c4e4', endColorstr='#d494ce');
    background: -webkit-gradient(linear, left top, left bottom, from(#e8c4e4), to(#d494ce));
    background: -webkit-linear-gradient(top, #e8c4e4, #d494ce);
    background: -moz-linear-gradient(top, #e8c4e4, #d494ce);
    background: -o-linear-gradient(top, #e8c4e4, #d494ce);
    background: -ms-linear-gradient(top, #e8c4e4, #d494ce);
    background: linear-gradient(top, #e8c4e4, #d494ce);
    border-color: #bc9db9 #ad89aa #a1799d;
    color: #7b5777;
    text-shadow: 0 1px 0 #eacae6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #eed3eb;
}
.button.purple:hover {
    background: #e0b1db;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#deabd9', endColorstr='#e0b1db');
    background: -webkit-gradient(linear, left top, left bottom, from(#deabd9), to(#e0b1db));
    background: -webkit-linear-gradient(top, #deabd9, #e0b1db);
    background: -moz-linear-gradient(top, #deabd9, #e0b1db);
    background: -o-linear-gradient(top, #deabd9, #e0b1db);
    background: -ms-linear-gradient(top, #deabd9, #e0b1db);
    background: linear-gradient(top, #deabd9, #e0b1db);
    border-color: #a482a0 #9b7897 #947090;
    text-shadow: 0 1px 0 #ecd0e9;
    -webkit-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    -moz-box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
    box-shadow: 0 1px 1px #cdcdcd, inset 0 1px 0 #ccc;
}
.button.teal {
    background: #9cedef;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7f2f4', endColorstr='#7ce7ea');
    background: -webkit-gradient(linear, left top, left bottom, from(#b7f2f4), to(#7ce7ea));
    background: -webkit-linear-gradient(top, #b7f2f4, #7ce7ea);
    background: -moz-linear-gradient(top, #b7f2f4, #7ce7ea);
    background: -o-linear-gradient(top, #b7f2f4, #7ce7ea);
    background: -ms-linear-gradient(top, #b7f2f4, #7ce7ea);
    background: linear-gradient(top, #b7f2f4, #7ce7ea);
    border-color: #90c6c8 #78bdc0 #65b6ba;
    color: #437b7d;
    text-shadow: 0 1px 0 #bef3f5;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #c9f5f7;
}
.button.teal:hover {
    background: #9fedf0;
    border-color: #7db9bb #6bb2b5 #5dacaf;
    text-shadow: 0 1px 0 #c5f4f6;
    -webkit-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    -moz-box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
    box-shadow: 0 1px 1px #d5d5d5, inset 0 1px 0 #b7f2f4;
}
.button.darkblue {
    background: #a5b8c6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#becbd6', endColorstr='#88a1b4');
    background: -webkit-gradient(linear, left top, left bottom, from(#becbd6), to(#88a1b4));
    background: -webkit-linear-gradient(top, #becbd6, #88a1b4);
    background: -moz-linear-gradient(top, #becbd6, #88a1b4);
    background: -o-linear-gradient(top, #becbd6, #88a1b4);
    background: -ms-linear-gradient(top, #becbd6, #88a1b4);
    background: linear-gradient(top, #becbd6, #88a1b4);
    border-color: #a2afb8 #8696a1 #6f818f;
    color: #515f6a;
    text-shadow: 0 1px 0 #c4d0d9;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #ced8e0;
}
.button.darkblue:hover {
    background: #adbfcb;
    border-color: #8996a0 #798791 #6c7a85;
    text-shadow: 0 1px 0 #ced9e0;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #c2cfd8;
}
.button.black {
    background: #525252;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e5e5e', endColorstr='#434343');
    background: -webkit-gradient(linear, left top, left bottom, from(#5e5e5e), to(#434343));
    background: -webkit-linear-gradient(top, #5e5e5e, #434343);
    background: -moz-linear-gradient(top, #5e5e5e, #434343);
    background: -o-linear-gradient(top, #5e5e5e, #434343);
    background: -ms-linear-gradient(top, #5e5e5e, #434343);
    background: linear-gradient(top, #5e5e5e, #434343);
    border-color: #4c4c4c #313131 #1f1f1f;
    color: #fff;
    text-shadow: 0 1px 0 #2e2e2e;
    -webkit-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    -moz-box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
    box-shadow: 0 1px 1px #afafaf, inset 0 1px 0 #868686;
}
.button.black:hover {
    background: #5a5a5a;
    border-color: #2c2c2c #1c1c1c #101010;
    text-shadow: 0 1px 0 #363636;
    -webkit-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    -moz-box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
    box-shadow: 0 1px 1px #b1b1b1, inset 0 1px 0 #838383;
}
.small, .post-tags a {
    font-size: 10px;
    padding: 3px 5px;
    margin-left: 1px;
    margin-right: 5px;
}
.big {
    font-size: 16px;
    padding: 14px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.huge {
    font-size: 20px;
    padding: 16px 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.widget_tag_cloud a {
    font-size: 10px !important;
    margin: 1px;
    padding: 5px 8px;
}
#archives-subject li {
    display: inline;
    list-style: disc inside none;
    padding-right: 5px;
}
#archives-subject ul {
    display: inline;
    margin: 0;
}
#content p.bbp-topic-meta img.avatar, #content ul.bbp-reply-revision-log img.avatar, #content ul.bbp-topic-revision-log img.avatar, #content div.bbp-template-notice img.avatar, #content .widget_display_topics img.avatar, #content .widget_display_replies img.avatar, #content p.bbp-topic-meta img.avatar, #main ul.bbp-reply-revision-log img.avatar, #main ul.bbp-topic-revision-log img.avatar, #main div.bbp-template-notice img.avatar, #main .widget_display_topics img.avatar, #main .widget_display_replies img.avatar, #main p.bbp-topic-meta img.avatar, #container ul.bbp-reply-revision-log img.avatar, #container ul.bbp-topic-revision-log img.avatar, #container div.bbp-template-notice img.avatar, #container .widget_display_topics img.avatar, #container .widget_display_replies img.avatar { padding: 0px }
legend {
  display: block;
  width: 100%;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #666;
  border-bottom: 1px solid #eee;
  -webkit-margin-collapse: separate;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: normal;
  font-weight: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-weight: 500;
}
input[type=image], input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
  cursor: pointer;
}
input[type=file] {
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 27px;
}
select[multiple], select[size] {
  height: inherit;
}
input[type=image] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
.radio, .checkbox {
  padding-left: 18px;
}
.radio input[type=radio], .checkbox input[type=checkbox] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
  padding-top: 6px;
}
.radio.inline, .checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
}
.radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 10px;
}
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}
input:-moz-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder {
  color: #999999;
}
.help-block {
  margin-top: 5px;
  margin-bottom: 0;
  color: #999999;
}
.help-inline {
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

  display: inline;
  padding-left: 5px;
}
.input-prepend, .input-append {
  margin-bottom: 5px;
  zoom: 1;
}
.input-prepend:before,
.input-append:before,
.input-prepend:after,
.input-append:after {
  display: table;
  *display: inline;
  content: "";
  zoom: 1;
}
.input-prepend:after, .input-append:after {
  clear: both;
}
.input-prepend input,
.input-append input,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .uneditable-input, .input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on, .input-append .add-on {
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  margin-right: -1px;
  padding: 4px 4px 4px 5px;
  font-weight: normal;
  line-height: 18px;
  color: #999999;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input, .input-append .uneditable-input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
}
.input-append .add-on {
  margin-right: 0;
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input {
  display: inline-block;
  margin-bottom: 0;
}
.form-search label, .form-inline label {
  display: inline-block;
}
.control-group {
  margin-bottom: 18px;
}
.form-horizontal .control-group > label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}
table {
  width: 100%;
  margin-bottom: 18px;
}
th, td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  border-top: 1px solid #ddd;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  vertical-align: middle;
}
thead:first-child tr th, thead:first-child tr td {
  border-top: 0;
}
tbody + tbody {
  border-top: 2px solid #ddd;
}
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th + th,
.table-bordered td + td,
.table-bordered th + td,
.table-bordered td + th {
  border-left: 1px solid #ddd;
}
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
  background-color: #f7f7f9;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*
----------------------------------------------------------------
BuddyPress Default Styling.

You can disable the css in this file by adding the following code to your child theme config/infinity.ini file

infinity-bp-support = off
--------------------------------------------------------------*/
/* ============================== */
/* BuddyPress Infinity Tweaks  */
/* ============================== */
span.highlight, span.activity, div#message p, .generic-button, .activity-list div.activity-meta a {
    display: inline-block;
    text-decoration: none;
    font: bold 11px/12px;
    padding: 3px 6px;
}
.activity-list .activity-header a:first-child { padding: 0px }
.activity-header p { margin-bottom: 0px }
div#message p {
    font-weight: bold;
    padding-left: 22px !important;
}
#sidebar div#message p {
    padding-left: 10px !important;
    line-height: 18px;
}
span.activity {
    background: #F9F9F9;
    font-weight: normal;
    margin-top: 6px;
}
.activity-read-more { margin-left: 5px }

/* > Item Headers (Profiles, Groups)
--------------------------------------------------------------*/
div#item-header {
    margin-bottom: 15px;
    overflow: hidden;
}
div#item-header div#item-header-content { margin-left: 170px }
div#item-header h2 { margin: 0 0 15px 0 }
div#item-header h2 a {
    text-decoration: none;
    color: #777;
}
div#item-header img.avatar {
    float: left;
    margin: 0 15px 25px 0;
}
.achievements div#item-header img.avatar { max-width: 93% }
div#item-header h2 { margin-bottom: 5px }
div#item-header span.activity, div#item-header h2 span.highlight {
    vertical-align: middle;
    font-size: 11px;
    font-weight: normal;
    line-height: 170%;
    margin-bottom: 7px;
}
div#item-header h2 span.highlight {
    font-size: 11.5px;
    font-weight: bold;
}
div#item-header h2 span.highlight span {
    background: #444444;
    color: #FFFFFF;
    cursor: pointer;
    display: none;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 1px 4px;
    position: relative;
    right: 0;
    top: -1px;
    vertical-align: middle;
}
div#item-header div#item-meta {
    font-size: 14px;
    color: #aaa;
    padding-bottom: 10px;
    overflow: hidden;
    margin: 15px 0 5px 0;
}
div#item-header div#item-actions {
    float: right;
    width: 20%;
    margin: 0 0 15px 15px;
    text-align: right;
}
div#item-header div#item-actions h3 {
    font-size: 12px;
    margin: 0 0 5px 0;
}
div#item-header ul {
    overflow: hidden;
    margin-bottom: 15px;
}
div#item-header ul h5, div#item-header ul span, div#item-header ul hr { display: none }
div#item-header ul li { 
	float: right;
	list-style: none outside none; 
}
div#item-header ul img.avatar, div#item-header ul.avatars img.avatar {
    width: 30px;
    height: 30px;
    margin: 2px;
}
div#item-header div.generic-button, div#item-header a.button {
    float: left;
    font-size: 11px;
    margin: 10px 10px 0 0;
}
div#item-header div#message.info { line-height: 80% }
div#item-header div#message.info p { background: #F9F9F9 }
/* > Item Lists (Activity, Friend, Group lists)
--------------------------------------------------------------*/
ul.item-list { width: 100% }
ul.item-list li {
    border-bottom: 1px solid #EAEAEA;
    list-style: none outside none;
    padding: 20px 0 10px;
    position: relative;
}
ul.single-line li { border: none }
ul.item-list li img.avatar {
    float: left;
    margin: 0 10px 10px 0;
}
.widget img.avatar {
     float: left;
}
ul.item-list li div.item-title, ul.item-list li h4 {
    font-weight: normal;
    width: 100%;
    margin: 0;
}
ul.item-list li div.item-title span {
    font-size: 12px;
    color: #999;
}
ul.item-list li div.item-desc {
    font-size: 11px;
    margin: 10px 0 0 64px;
    width: 68%;
}
ul.item-list li div.action {
    position: absolute;
    top: 15px;
    right: 0;
    text-align: right;
}
ul.item-list li div.meta {
    margin-top: 10px;
    color: #888;
    font-size: 11px;
}
#sidebar .item-meta { position: relative }
.item-avatar { float: left }
ul.item-list li h5 span.small {
    font-weight: normal;
    font-size: 11px;
}
/* > Item Tabs
--------------------------------------------------------------*/
div.item-list-tabs {
    min-height: 37px;
    position: relative;
    clear: both;
}
.item-list-tabs { background: none repeat scroll 0 0 #222222 }
div.item-list-tabs ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
div.item-list-tabs ul li { 
	float: left; 
	list-style: none;
}
div.item-list-tabs ul li a:hover {
    color: #DDD;
    background: #000;
}
div.item-list-tabs ul li.last {
    color: #BFBDBD;
    float: right;
    font-size: 90%;
    margin-bottom: -4px;
    text-transform: inherit;
}
div.item-list-tabs ul li.last label { display: inline }
div.item-list-tabs ul li.last select {
    display: inline-block;
    margin-left: 8px;
    margin-top: 4px;
    max-width: 110px;
}
li#activity-filter-select label { display: inline-block }
div.item-list-tabs ul li a, div.item-list-tabs ul li span {
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}
div.item-list-tabs ul li span { color: #aaa }
div.item-list-tabs ul li a span {
    display: inline;
    padding: 0;
    color: inherit;
}
div.item-list-tabs ul li a span {
    background: none repeat scroll 0 0 #333333;
    color: #999999;
    display: inline;
    font-size: 75%;
    margin-left: 2px;
    padding: 2px 5px;
}
div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.selected a, div.item-list-tabs ul li.current a {
    background: none repeat scroll 0 0 #000;
    color: #DDDDDD;
}
div.item-list-tabs ul li.selected a span, div.item-list-tabs ul li.current a span, div.item-list-tabs ul li a:hover span { background-color: #444 }
div.item-list-tabs ul li.selected a span, div.item-list-tabs ul li.current a span { background-color: #555 }
div#item-nav ul li.loading a { background-position: 88% 50% }
/* Subnav */
div#subnav.item-list-tabs { background: transparent }
div.item-list-tabs#subnav ul li { margin-top: 0 }
div#subnav.item-list-tabs ul li a { color: #999 }
div#subnav.item-list-tabs ul li.current a {
    background: transparent;
    color: #444444;
}
div#subnav.item-list-tabs ul li a:hover {
    color: #222;
    background: transparent;
}
div.item-list-tabs#object-nav { margin-top: 0 }
div#subnav.item-list-tabs {
    border-bottom: 1px solid #E8E8E8;
    border-top: 0 solid;
    font-family: inherit;
    margin-bottom: 20px;
    overflow: hidden;
}
/* > Item Body
--------------------------------------------------------------*/
.item-body { margin: 20px 0 }
/* > Directories (Members, Groups, Blogs, Forums)
--------------------------------------------------------------*/
div.dir-search {
    left: 65%;
    margin-top: -60px;
    position: relative;
    width: 51%;
}
.dir-form { margin-bottom: 30px }
div.dir-search input[type=text] {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
}
div.dir-search label { display: inline-block }
#content .item-title a { font-size: 14px }
.dir-form h3 .button {
    margin-bottom: 0;
    margin-top: 0;
    padding: 2px 12px;
}
.dir-form .info-box {
    float: left;
    margin-top: 10px;
}
/* > Pagination
--------------------------------------------------------------*/
div.pagination#user-pag, .friends div.pagination, .mygroups div.pagination, .myblogs div.pagination, noscript div.pagination {
    background: #f8f8f8;
    border: none;
    padding: 8px 15px;
}
div.pagination .pag-count { float: left }
div.pagination .pagination-links { float: right }
div.pagination .pagination-links span, div.pagination .pagination-links a {
    font-size: 12px;
    padding: 0 5px;
}
div.pagination .pagination-links a:hover { font-weight: bold }
div#pag-bottom { margin-top: 0 }
div.item-options {
    color: #73C1E6;
    font-size: 9.8px;
    font-weight: bold;
    text-transform: uppercase;
}
div.item-options a {
    padding-bottom: 2px;
    padding-top: 2px;
}
div.item-avatar img {
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}
.avatar-block { overflow: hidden }
/* > Error / Success Messages
--------------------------------------------------------------*/
div#message { margin: 15px 0 }
div#message.updated { clear: both }
div#message p {
    padding: 10px 15px;
    font-size: 12px;
    display: block;
}
/* Buttons that are disabled */
div.pending a, a.disabled {
    border-color: #eee;
    color: #bbb;
    cursor: default;
}
div.pending a:hover, a.disabled:hover {
    border-color: #eee;
    color: #bbb;
}
div.accept, div.reject {
    float: left;
    margin-left: 10px;
}
ul.button-nav li {
    float: left;
    margin: 0 10px 10px 0;
}
ul.button-nav li.current a { font-weight: bold }
/* > AJAX Loaders
--------------------------------------------------------------*/
.ajax-loader {
    background-image: url('/wp-content/themes/infinity/assets/images/buddypress/ajax-loader.gif') !important;
    background-position: 95% 50% !important;
    background-repeat: no-repeat !important;
    padding-right: 25px !important;
    display: none;
}
a.loading, li.loading a,#object-nav a.loading, #object-nav li.loading {
    background-image: url('/wp-content/themes/infinity/assets/images/buddypress/ajax-loader.gif') !important;
    background-position: 5% 50% !important;
    background-repeat: no-repeat !important;
    padding-left: 25px !important;
}
/* > Input Forms
--------------------------------------------------------------*/
form.standard-form #basic-details-section input[type=password], form.standard-form #blog-details-section input#signup_blog_url { width: 35% }
form.standard-form#signup_form input[type=text], form.standard-form#signup_form textarea { width: 90% }
form.standard-form#signup_form div.submit { float: right }
div#signup-avatar img { margin: 0 15px 10px 0 }
form.standard-form textarea {
    width: 75%;
    height: 120px;
}
form.standard-form textarea#message_content { height: 200px }
form.standard-form#send-reply textarea { width: 97.5% }
form.standard-form p.description {
    color: #888888;
    font-size: 90%;
    font-style: italic;
    margin: -5px 0 15px;
}
form.standard-form div.submit {
    padding: 15px 0;
    clear: both;
}
form.standard-form div.submit input { margin-right: 15px }
form.standard-form div.radio ul {
    margin: 10px 0 15px 38px;
    list-style: disc;
}
form.standard-form div.radio ul li { margin-bottom: 5px }
form.standard-form a.clear-value {
    display: block;
    margin-top: 5px;
    outline: none;
}
form.standard-form #basic-details-section, form.standard-form #blog-details-section, form.standard-form #profile-details-section {
    float: left;
    width: 48%;
}
form.standard-form #profile-details-section { float: right }
form.standard-form #blog-details-section { clear: left }
form.standard-form input:focus, form.standard-form textarea:focus, form.standard-form select:focus {
    background: #fafafa;
    color: #555;
}
form#send-invite-form { margin-top: 20px }
div#invite-list {
    height: 400px;
    overflow: scroll;
    padding: 5px;
    background: #f5f5f5;
    width: 160px;
    border: 1px solid #e4e4e4;
    margin: 10px 0;
}
/* > Data Tables
--------------------------------------------------------------*/
.profile-fields {
    border: 0 none;
    font-size: inherit;
}
table tr td.thread-info p { margin: 0 }
table tr td.thread-info p.thread-excerpt {
    color: #888;
    font-size: 11px;
    margin-top: 3px;
}
div#sidebar table td, table.forum td { text-align: center }
table tr.alt { background: #F9F9F9 }
table.notification-settings {
    margin-bottom: 20px;
    text-align: left;
}
table.notification-settings th.icon, table.notification-settings td:first-child { display: none }
table.notification-settings th.title { width: 80% }
table.notification-settings .yes, table.notification-settings .no {
    width: 40px;
    text-align: center;
}
table tr.alt { background: #FBFBFB }
table.forum tr > td:first-child, table.forum tr > th:first-child { padding-left: 20px }
.forums .pagination { padding: 10px 10px 10px 20px }
table.forum {
    border: 1px solid #FEF8F8;
    margin: 0;
    width: auto;
}
table.forum tr.sticky td {
    background: #FFF9DB;
    border-top: 1px solid #FFE8C4;
    border-bottom: 1px solid #FFE8C4;
}
table.forum tr.closed td.td-title {
    padding-left: 35px;
    background-image: url('/wp-content/themes/infinity/assets/images/buddypress/closed.png');
    background-position: 15px 50%;
    background-repeat: no-repeat;
}
table.forum td p.topic-text {
    color: #888;
    font-size: 11px;
}
table.forum tr > td:first-child, table.forum tr > th:first-child { padding-left: 20px }
table.forum tr > td:last-child, table.forum tr > th:last-child { padding-right: 20px }
table.forum tr th#th-title, table.forum tr th#th-poster, table.forum tr th#th-group, table.forum td.td-poster, table.forum td.td-group, table.forum td.td-title { text-align: left }
table.forum td.td-freshness {
    font-size: 11px;
    color: #888;
}
table.forum td img.avatar {
    margin-right: 5px;
    display: none;
}
table.forum td.td-poster, table.forum td.td-group { min-width: 130px }
table.forum th#th-title { width: 40% }
table.forum th#th-postcount { width: 1% }
table.forum th#th-freshness {
    width: 10%;
    text-align: center;
}
/* > Activity Stream Posting
--------------------------------------------------------------*/
#item-body form#whats-new-form {
    margin-top: 20px;
    border: none;
}
#whats-new-form { margin-bottom: 30px }
.home-page form#whats-new-form {
    border-bottom: none;
    padding-bottom: 0;
}
form#whats-new-form h5 {
    color: #555555;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 25px;
    margin: 0px 0 13px 76px;
    padding: 0 0 0;
}
form#whats-new-form #whats-new-avatar { float: left }
form#whats-new-form #whats-new-content {
    margin-left: 54px;
    padding-left: 22px;
}
form#whats-new-form #whats-new-textarea {
    margin-bottom: 10px;
}
form#whats-new-form textarea {
    font-family: inherit;
    font-size: 14px;
    height: 60px;
    margin: 0;
    width: 98%;
}
form#whats-new-form #whats-new-options select { max-width: 200px }
form#whats-new-form #whats-new-submit {
    float: right;
    margin-top: -10px;
}
#whats-new-options {
    height: 0;
    overflow: hidden;
}
/* > Activity Stream Listing
--------------------------------------------------------------*/
ul.activity-list li {
    padding: 20px 0 0 0;
    overflow: hidden;
}
ul.activity-list > li:first-child { padding-top: 20px }
ul.activity-list li.has-comments { padding-bottom: 20px }
.activity-list li.mini {
    position: relative;
    padding: 12px 0 0 0;
}
.activity-list li.mini div.activity-meta { margin: 0 }
.activity-list li.mini .activity-avatar img.avatar, .activity-list li.mini .activity-avatar img.FB_profile_pic {
    height: 40px;
    margin-bottom: 20px;
    width: 40px;
}
.activity-list li.activity_comment .activity-avatar img.avatar, .activity-list li.activity_comment .activity-avatar img.FB_profile_pic {
    width: 40px;
    height: 40px;
    margin-left: 20px;
}
body.activity-permalink .activity-list li .activity-avatar img.avatar, body.activity-permalink .activity-list li .activity-avatar img.FB_profile_pic {
    width: 100px;
    height: 100px;
    margin-left: 0;
}
.activity-list li.mini .activity-content { margin-right: 175px }
.activity-list li.mini .activity-content p {
    margin: 3px 0 0;
    float: left;
    width: 84%;
}
.activity-list li.mini .activity-meta {
    position: absolute;
    right: 0;
    top: 15px;
}
body.activity-permalink .activity-list li.mini .activity-meta {
    position: absolute;
    right: 15px;
}
.activity-list li.mini .activity-comments {
    clear: left;
    font-size: 12px;
    margin-top: 30px;
}
.activity-list li .activity-inreplyto {
    color: #A6A6A6;
    font-size: 11.5px;
    margin-bottom: 15px;
    margin-top: 20px;
    padding-left: 25px;
    background: url('/wp-content/themes/infinity/assets/images/buddypress/replyto_arrow.gif')7px 0 no-repeat;
}
.activity-list li .activity-inreplyto > p {
    margin: 0;
    display: inline;
}
.activity-list li .activity-inreplyto blockquote, .activity-list li .activity-inreplyto div.activity-inner {
    background: none;
    border: none;
    display: inline;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
body.activity-permalink .activity-list .activity-avatar img {
    width: 100px;
    height: 100px;
}
.activity-list .activity-content {
    margin-left: 70px;
    margin-top: -20px;
}
body.activity-permalink .activity-list li .activity-content {
    font-size: 16px;
    line-height: 150%;
    margin-left: 106px;
    margin-right: 0;
    margin-top: -25px;
    min-height: 35px;
    padding: 15px;
}
body.activity-permalink .activity-list li .activity-header > p {
    background: url('/wp-content/themes/infinity/assets/images/buddypress/activity_arrow.gif')top left no-repeat;
    margin-left: -35px;
    padding: 5px 0 0 38px;
    height: 35px;
    margin-bottom: 0;
}
.activity-list .activity-content .activity-header, .activity-list .activity-content .comment-header {
    font-size: 90%;
    color: #888;
    line-height: 220%;
}
.activity-list .activity-content .activity-header img.avatar {
    float: none !important;
    margin: 0 5px -8px 0 !important;
}
.activity-list .activity-content a:first-child:focus { outline: none }
.activity-list .activity-content span.time-since { color: #bbb }
.activity-list .activity-content span.activity-header-meta a {
    background: none;
    padding: 0;
    font-size: 11px;
    margin: 0;
    border: none;
    color: #aaa;
    text-decoration: underline;
}
a.bp-primary-action span, #reply-title small a span {
    background: none repeat scroll 0 0 #696868;
    border: 1px solid #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    color: #EFEFEF;
    font-size: 85%;
    margin-left: 2px;
    padding: 2px 4px 0;
    text-shadow: 0 1px 0 #222222;
}
.activity-list .activity-content span.activity-header-meta a:hover {
    color: inherit;
    text-decoration: none;
}
.activity-list .activity-content .activity-inner, .activity-list .activity-content blockquote {
    background: #FBFBFB;
    border: 1px solid #F4F4F4;
    margin: 15px 0 15px 5px;
    overflow: hidden;
    padding: 10px;
}
.activity-list .activity-content .activity-inner p { margin: 0 }
.activity-inner img { max-width: 100% !important }
body.activity-permalink .activity-content .activity-inner, body.activity-permalink .activity-content blockquote { margin-top: 5px }
/* Backwards compatibility. */
.activity-inner > .activity-inner { margin: 0 !important }
.activity-inner > blockquote { margin: 0 !important }
.activity-list .activity-content img.thumbnail {
    float: left;
    margin: 0 10px 5px 0;
    border: 2px solid #eee;
}
.activity-list li.load-more {
    margin: 15px 0 !important;
    padding: 10px 15px !important;
    background: #f0f0f0 !important;
    text-align: center;
    font-size: 1.2em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.activity-list li.load-more a { color: #555 }
/* > Activity Stream Comments
--------------------------------------------------------------*/
div.activity { margin-top: 20px }
div.activity-meta {
    margin: 0 0 20px 3px;
    clear: left;
}
.activity-list div.activity-meta a { font-size: 11px }
div.activity-comments {
    position: relative;
    margin: 0 0 0 75px;
    width: auto;
    overflow: hidden; /* IE fix */
}
body.activity-permalink div.activity-comments {
    width: auto;
    margin-left: 135px;
    background: none;
}
div.activity-comments ul, div.activity-comments ul li {
    border: none;
    list-style: none;
}
div.activity-comments ul { clear: left }
div.activity-comments ul li {
    background: #FBFBFB;
    border: 1px solid #F4F4F4;
    padding: 5px;
}
body.activity-permalink div.activity-comments ul li {
    border-width: 1px;
    padding: 10px 0 0;
}
div.activity-comments ul li p:last-child { margin-bottom: 10px }
div.activity-comments > ul > li:first-child { border-top: none }
div.activity-comments ul li:last-child { margin-bottom: 0 }
div.activity-comments ul li > ul {
    margin-top: 0;
    margin-left: 20px;
}
body.activity-permalink div.activity-comments ul li > ul { margin-top: 15px }
div.activity-comments div.acomment-avatar img {
    float: left;
    margin-right: 10px;
    height: 30px;
    width: 30px;
}
div.activity-comments div.acomment-content {
    font-size: 95%;
    margin-left: 49px;
    margin-top: 5px;
}
div.activity-comments li {
    background: #FBFBFB;
    border: 1px solid #F4F4F4 !important;
    padding: 10px 15px;
}
div.acomment-content .time-since { display: none }
div.acomment-content .activity-delete-link { display: none }
div.acomment-content .comment-header { display: none }
body.activity-permalink div.activity-comments div.acomment-content { font-size: 14px }
div.activity-comments div.acomment-meta {
    font-size: 11px;
    color: #888;
}
div.acomment-options a {
    font-size: 10px;
    padding: 0 10px;
}
div.activity-comments form.ac-form {
    background: #FAFAFA;
    border: 1px solid #F1F1F1;
    display: none;
    margin: 10px 0 10px 33px;
    padding: 8px;
}
div.activity-comments li form.ac-form { margin-right: 15px }
div.activity-comments form.root { margin-left: 0 }
div.activity-comments div#message {
    margin-top: 15px;
    margin-bottom: 0;
}
div.activity-comments form.loading {
    background-image: url('/wp-content/themes/infinity/assets/images/buddypress/ajax-loader.gif');
    background-position: 2% 95%;
    background-repeat: no-repeat;
}
div.activity-comments form .ac-textarea {
    padding: 8px;
    border: 1px inset #ccc;
    background: #fff;
    margin-bottom: 10px;
}
div.activity-comments form textarea {
    width: 100%;
    font-family: inherit;
    font-size: 11px;
    color: #555;
    height: 60px;
    border: none;
    padding: 0;
}
div.activity-comments form input { margin-top: 5px }
div.activity-comments form div.ac-reply-avatar {
    float: left;
    height: 25px;
    width: 25px;
}
div.acomment-avatar img {
    height: 40px;
    width: 40px;
}
div.ac-reply-avatar img {
    height: 25px;
    width: 25px;
}
div.activity-comments form div.ac-reply-content {
    margin-left: 25px;
    padding-left: 15px;
    color: #888;
    font-size: 11px;
}
/* > Private Message Threads
--------------------------------------------------------------*/
table#message-threads {
    border: 0 none;
    font-size: 95%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
}
table#message-threads th + th, table#message-threads td + td { border-left: 0px solid #F2F2F2 }
table#message-threads tr.unread td {
    background: #FFF9DB;
    border-top: 1px solid #FFE8C4;
    border-bottom: 1px solid #FFE8C4;
    font-weight: bold;
}
table#message-threads tr.unread td span.activity { background: #fff }
li span.unread-count, tr.unread span.unread-count {
    background: #DD0000;
    color: #FFFFFF;
    font-weight: bold;
    left: 37px;
    padding: 2px 8px;
    position: relative;
}
div.item-list-tabs ul li a span.unread-count {
    padding: 1px 6px;
    color: #fff;
}
.messages th, .messages td {
    border-top: 1px solid #F4F4F4;
    line-height: 18px;
    padding: 15px 10px 15px 0;
    text-align: left;
}
div.messages-options-nav {
    background: transparent;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    font-size: 11px;
    padding: 8px 15px;
    text-align: right;
}
div.messages-options-nav select { float: right }
.thread-options .button {
    font-size: 90%;
    left: 10px;
    line-height: 21px;
    padding: 0 7px;
    position: relative;
}
div#message-thread div.message-box {
    margin: 0 -20px;
    padding: 15px;
}
div#message-thread div.alt { background: #f4f4f4 }
div#message-thread p#message-recipients { margin: 10px 0 20px 0 }
div#message-thread img.avatar {
    float: left;
    margin: 0 10px 0 0;
    vertical-align: middle;
}
div#message-thread strong {
    margin: 0;
    font-size: 110%;
}
div#message-thread strong a { text-decoration: none }
div#message-thread strong span.activity { margin: 4px 0 0 10px }
div#message-thread div.message-metadata { overflow: hidden }
div#message-thread div.message-content { margin-left: 45px }
div#message-thread div.message-options { text-align: right }
/* > Group Forum Topics
--------------------------------------------------------------*/
ul#topic-post-list {
    margin-top: 15px;
    width: auto;
}
ul#topic-post-list li {
    padding: 15px 15px 15px 0;
    position: relative;
}
ul#topic-post-list li.alt { background: #FBFBFB }
ul#topic-post-list li div.poster-meta {
    margin-bottom: 10px;
    color: #888;
}
ul#topic-post-list li div.post-content { margin-left: 54px }
div.admin-links {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #888;
    font-size: 11px;
}
div#topic-meta div.admin-links {
    bottom: 0;
    right: 0;
    top: auto;
    bottom: 4px;
}
div#topic-meta {
    position: relative;
    padding: 5px 0;
}
div#topic-meta h3 { font-size: 20px }
div#new-topic-post {
    margin: 0;
    padding: 1px 0 0 0;
}
/*
----------------------------------------------------------------
//LAYOUT
+ Global & Wraps
+ Header
+ Navigation Menus
+ Content
+ Sidebar
+ Footer
+ Tables
+ Forms

You can disable the css in this file by adding the following code to your child theme config/infinity.ini file

infinity-design-style = off
--------------------------------------------------------------*/
body {
	background: url('/wp-content/themes/infinity/assets/images/design/bg.png') repeat #FFF;
}
h2.pagetitle a,h2.posttitle a,h1.pagetitle a,h1.posttitle a {
	color: #545454;
	margin-bottom: 0;
	margin-top: 0;
}
a {
	color: #628FAA;
	text-decoration: none;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-ms-transition: color 0.1s linear;
	transition: color 0.1s linear;
}
a:hover {
	color: #666;
	text-decoration: none;
}
#wrapper {
	background: #FFF;
	border: 1px solid #F2F2F2;
	margin: 30px auto;
	max-width: 1150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
#header {
	background: url('/wp-content/themes/infinity/assets/images/design/header-background.jpg') no-repeat scroll transparent;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
/* Also add a border radius to our pseudo element for header background */
#header:before {
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
h1#site-title,div#site-title {
	border-bottom: 2px solid #DDDDDD;
	-webkit-border-radius: 0 12px 12px 0;
	-moz-border-radius: 0 12px 12px 0;
	border-radius: 0 12px 12px 0;
	border-right: 1px solid #C1C1C1;
	border-top: 1px solid #D0CECE;
	padding: 10px 30px 6px;
}
.main-wrap {
	padding-left: 30px;
	padding-right: 30px;
}
/* Global CSS3 Stuff */
.main-menu,.top-menu,.top-wrap .sub-menu,.item-list-tabs,.footer-wrap,thead:first-child tr th,thead:first-child tr td,.base-menu ul ul {
	background-color: #222222;
	background-image: -webkit-linear-gradient(center top , #333333, #222222);
	background-image: -moz-linear-gradient(center top , #333333, #222222);
	background-image: -o-linear-gradient(center top , #333333, #222222);
	background-image: -ms-linear-gradient(center top , #333333, #222222);
	background-image: linear-gradient(center top , #333333, #222222);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), 0 -1px 0 rgba(0, 0, 0, 0.1) inset;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid #628FAA;
	border-top: 2px solid #525151;
}
.footer-wrap {
	padding-left: 10px;
	padding-right: 10px;
}
#footer .widget h4 {
	border-bottom: 1px solid #3E3C3C;
	color: #E0E0E0;
}
.author-box,.category-box,.tag-box,.info-box,#inner-sidebar,.activity-inner,div.activity-comments form.ac-form,.postthumb img,span.activity,h1#site-title,div#site-title,#inner-sidebar {
	background-color: #FFF;
	background-image: -webkit-linear-gradient(center top , #FFFFFF 0%, #F4F4F4 100%) ;
	background-image: -moz-linear-gradient(center top , #FFFFFF 0%, #F4F4F4 100%) ;
	background-image: -o-linear-gradient(center top , #FFFFFF 0%, #F4F4F4 100%) ;
	background-image: -ms-linear-gradient(center top , #FFFFFF 0%, #F4F4F4 100%) ;
	background-image: linear-gradient(center top , #FFFFFF 0%, #F4F4F4 100%) ;
	-image -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	text-shadow: 0 1px 0 #FFFFFF;
	border: 0px;
}
div.item-list-tabs {
	margin-left: -30px;
	margin-right: -28px;
}
/* Menus */
.base-menu ul a,div.item-list-tabs ul li a {
	color: #BFBFBF;
	font-weight: 400;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.main-menu {
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	font-size: 14px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
	filter: alpha(opacity=94);
	opacity: 0.94;
	padding: 5px;
}
.main-menu ul a {
	font-weight: 500;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-right: 10px;
}
#main-menu-wrap .sub-menu {
	margin: 8px 0 0;
}
.base-menu .sub-menu {
	padding-left: 0px !important;
}
/* Setup the inner sidebar. This contains some negative margins and padding which can't be applied it the #sidebar class
because of the Flexible Grid class it needs.*/
#inner-sidebar {
	margin-left: 20px;
	margin-right: -40px;
	margin-top: -40px;
	padding: 30px;
}
.widget {
	margin: 0 0 20px;
}
.widget h4 {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 10px;
}
/* Footer */
#footer .widget {
	color: #BFBFBF;
	font-weight: 400;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 20px;
}
#footer-widget-right .widget {
	padding-right: 10px;
}
/* WordPress */
h1#category-title,h1#tag-title {
	background: url('/wp-content/themes/infinity/assets/images/icons/black.png') no-repeat scroll -3px -36px transparent;
	color: #999;
	font-size: 16px;
	padding-left: 22px;
}
h1#category-title span,h1#tag-title span {
	color: #555;
}
.authorbox h3 {
	background: url('/wp-content/themes/infinity/assets/images/icons/black.png') no-repeat scroll -724px -1228px transparent;
	padding-left: 25px;
}
.comment-container {
	padding: 10px;
}
.children .comment-container {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* BuddyPress */
img.avatar,ul.item-list li img.avatar {
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	margin-left: 0;
	padding: 0;
}
.activity-list .activity-content .activity-inner,.activity-list .activity-content blockquote {
	padding: 20px;
}
div.item-options {
	font-size: 8.8px;
	margin-bottom: -16px;
	margin-top: -16px;
}
.activity-list .activity-content .activity-inner p {
	color: #777777;
}
div.item-list-tabs ul li a span {
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	color: #5ABCF8;
}
#subnav ul {
	background: none ;
	border-bottom: 1px solid #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 0px;
}
#subnav.item-list-tabs ul li a {
	color: #787676;
	font-weight: 500;
	text-shadow: none;
}
div#subnav.item-list-tabs {
	border-bottom: 1px solid #E8E8E8;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
a.loading,li.loading a {
	background-image: url('/wp-content/themes/infinity/assets/images/design/ajax-loader.gif') !important;
}
span.activity {
	border: 1px solid #EDEDED;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
	color: #888888;
	font-size: 80%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: -6px;
	padding: 0 5px;
}
#powered-by {
	background: none repeat scroll 0 0 #2F2F2F;
	border-top: 1px solid #454545;
	color: #DDDDDD;
	font-weight: bold;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 30px;
	padding-right: 30px;
}
#copyright-info {
	text-align: right;
}
/* ======== */
/* ! Misc   */
/* ======== */
thead:first-child tr th,thead:first-child tr td {
	padding-left: 10px;
	padding-right: 10px;
	color: #DDD;
}
h1.icext-feature.icext-header-logo,
div.icext-feature.icext-header-logo {
    margin: 0;
}
h1.icext-feature.icext-header-logo a,
div.icext-feature.icext-header-logo a {
	display: block;
	position: absolute;
	margin: 0;
}
/*+++ generating style ***/
div#icext-16f6e2e3 a,h1#icext-16f6e2e3 a {
	width: 224px;
	height: 118px;
	position: absolute;
	left: 90px;
}
/*--- style generation complete! */

/*+++ generating style ***/
body#infinity-base {
	background-repeat: repeat;
}
/*--- style generation complete! */

/*+++ generating style ***/
body:before {
	opacity: 0.2;
}
/*--- style generation complete! */

/*+++ generating style ***/
.icext-feature.icext-header-logo a {
	margin-top: 0px;
}
/*--- style generation complete! */

/*+++ generating style ***/
.icext-feature.icext-header-logo a {
	margin-left: 90px;
}
/*--- style generation complete! */

/*+++ generating style ***/
.icext-feature.icext-header-logo a {
	margin-right: 20px;
}
/*--- style generation complete! */

/*+++ generating style ***/
#header {
	min-height: 120px;
}
/*--- style generation complete! */

/*+++ generating style ***/
#header {
	background-repeat: repeat;
}
/*--- style generation complete! */

/*+++ generating style ***/
#header:before {
	opacity: 0.2;
}
/*--- style generation complete! */

/*+++ generating style ***/
.main-menu:before {
	opacity: 0.2;
}
/*--- style generation complete! */

/*+++ generating style ***/
.top-menu:before {
	opacity: 0.2;
}
/*--- style generation complete! */

/*+++ generating style ***/
.sub-menu:before {
	opacity: 0.2;
}
/*--- style generation complete! */

/*+++ generating style ***/
.main-wrap {
	background-repeat: repeat;
}
/*--- style generation complete! */

/*+++ generating style ***/
.main-wrap:before {
	opacity: 0.2;
}
/*--- style generation complete! */

/*+++ generating style ***/
#inner-sidebar {
	background-repeat: repeat;
}
/*--- style generation complete! */

/*+++ generating style ***/
#inner-sidebar:before {
	opacity: 0.2;
}
/*--- style generation complete! */

/*+++ generating style ***/
#sidebar .widget {
	border-width: 1px;
}
/*--- style generation complete! */

/*+++ generating style ***/
#sidebar .widget:before {
	opacity: 0.2;
}
/*--- style generation complete! */

/*+++ generating style ***/
.footer-wrap {
	border-width: 2px;
}
/*--- style generation complete! */

/*+++ generating style ***/
.footer-wrap {
	background-repeat: repeat;
}
/*--- style generation complete! */

/*+++ generating style ***/
.footer-wrap:before {
	opacity: 0.2;
}
/*--- style generation complete! */

