/*
Theme Name: ERA
Theme URI: http://wordpress.org/extend/themes/toolbox
Author: The YGS Group
Author URI: http://www.theygsgroup.com
Description: A semantic, HTML5, canvas for CSS artists and an ultra-minimal set of super-clean templates for your own WordPress theme development.
Version: 1.4
License: GNU General Public License
License URI: license.txt
Tags: custom-menu, sticky-post, microformats, rtl-language-support, translation-ready, full-width-template, post-formats

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

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

#page {
    display: block;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    width: 970px;
}

#primary {
    float: left;
}
#content {
    margin: 0px 0px 0px 0px;
}
#main .widget-area {
    float: right;
    overflow: hidden;
    width: 320px;
}
#colophon {
    clear: both;
    display: block;
    width: 100%;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
    margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


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

#site-title {
    color: #231f20;
    font-size: 2em;
    font-weight: bold;
    margin: 10px 0 0 10px;
}

#site-description {
    -webkit-margin: 0px;
    color: #231f20;
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 10px 10px;
    text-decoration: none;
}

#site-description a,
#site-description a:hover{
    text-decoration: none;
}


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

#access {
    background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/dots.png') #0093bf;
    display: block;
    float: left;
    height: 37px;
    margin: 0px;
    text-transform: uppercase;
    width: 100%;
}
#access ul {
    list-style: none;
    margin: 0;
    padding-left: 10px;
}
#access li {
    float: left;
    margin: 0px 5px;
    position: relative;
}
#access a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 3.0em;
    padding: 0 7px;
    text-decoration: none;
}
#access ul ul {
    background: #003e50;
    box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
    display: none;
    float: left;
    position: absolute;
    top: 3em;
    left: 0;
    padding: 0 0 .5em;
    z-index: 99999;
}
#access ul ul ul {
    left: 100%;
    top: 0;
}
#access ul ul a {
    background: #003e50;
    line-height: 1em;
    padding: .5em;
    width: 10em;
    height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
    color: #fff;
    background: #003e50;
}
#access ul ul a:hover {
    color: #0096c2;
    background: #003e50;
}
#access ul li:hover > ul {
    display: block;
}


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

.sticky {
}
.entry-meta {
    clear: both;
    display: block;
}

.single-author .entry-meta .byline {
    display: none;
}
#content nav {
    display: block;
    overflow: hidden;
}
#content nav .nav-previous {
    float: left;
    width: 50%;
}
#content nav .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#content #nav-above {
    display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
    display: block;
}
#nav-below {
    margin: 10px 20px 0px 0px;
    width: 100%;
}

#nav-below a,
#nav-below a:hover {
    color: #999;
    font-size: 13px;
}

.page-link {
    clear: both;
    margin: 0 0 1em;
    text-align: right;
}

.page-link a {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.00);
    box-shadow: 0 1px 0 rgba(0,0,0,.00);
    color: #9f9f9f;
    padding: 5px 5px;   
}

.page-link a:hover {
    text-decoration: underline;
}

.page .edit-link {
    clear: both;
    display: block;
}

.page #digarch {
    float: right;
    font-size: 10px;
}

/* 404 page */
.error404 .widget {
    float: left;
    width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
    margin-right: 1em;
}
.error404 .widget_tag_cloud {
    clear: both;
    float: none;
    width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
    background: #eee;
    display: block;
    padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
    float: left;
}
.image-attachment nav {
    float: right;
    margin: 0 0 1em 0;
}
.image-attachment .entry-content {
    clear: both;
}
.image-attachment .entry-content .entry-attachment {
    background: #eee;
    margin: 0 0 1em;
    padding: 1em;
    text-align: center;
}
.image-attachment .entry-content .attachment {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
    display: none;
}
.single .format-aside .entry-header {
    display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
    padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
    padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
    float: left;
    margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
    display: none;
}
.single .format-image .entry-header {
    display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
    padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
    padding-top: 0;
}


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

a img {
    border: none;
}
p img {
    margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
    margin-right: 1em;
}
img.alignright {
    margin-left: 1em;
}
.wp-caption {
    padding: .5em;
    text-align: center;
}
.wp-caption img {
    margin: .25em;
}
.wp-caption .wp-caption-text {
    margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
    margin: 0;
}


/* =Forms
-------------------------------------------------------------- */

#searchform label {
    display: none;
}
#searchform input#s {
    width: 60%;
}
input[type=text],
input#s {
    margin: 0 1em 0 0;
    width: 60%;
}
textarea {
    width: 80%;
}

/* Class for labelling required form items */
.required {
    color: #cc0033;
}


/* =Comments
-------------------------------------------------------------- */

article.comment {
    display: block;
}
#respond input[type=text] {
    display: block;
    width: 60%;
}
#respond textarea {
    display: block;
    margin: 0 0 1em;
    width: 80%;
}
#respond .form-allowed-tags {
    clear: both;
    width: 80%;
}
#respond .form-allowed-tags code {
    display: block;
}


/* =Widgets
-------------------------------------------------------------- */

.widget {
    display: block;
}
.widget-area .widget_search {
    overflow: hidden;
}
.widget-area .widget_search input {
    float: left;
}


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

#colophon {
    border-top: 2px solid #999;
    margin: 25px 0px 20px 0px;
    padding: 0px;
}


/*Added by The Ygs Group */

/* =Corner Navigation
-------------------------------------------------------------- */
a {
    color: #0096c2;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#arch {
    border-top: 1px solid #999;
    margin: 10px 5px;
    width: 300px;
}

#arch select {
    display: block;
    float: right;
    margin-top: 3px;
}

#archives {
    float: left;
    padding: 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 130px;
}

#archives p,
#archives img{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#archives_title {
    float: right;
    width: 318px;
}

.author #digarch{
    float: right;
    font-size: 10px;
}

.author .page-title {
    font-size: 14px;
}

.brackets {
    color: #cc0000;
}

body {
    background: #dbdbdb;
    font-family: Arial;
    font-size: 12px;
    height: 100%;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

#cat_list_left img,
#cat_list_right img{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    left: -10px;
    position: relative;
}

#cat_list_left {
    list-style: none;
    border: 0px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    width: 297px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

#cat_list_right {
    list-style: none;
    border: 0px;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 297px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

#cat_list_left li,
#cat_list_right li {
    border: 1px solid #999;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 5px 5px;
    width: 297px;
}

#cat_list_left .cat_holder,
#cat_list_right .cat_holder{
    margin: 0px 10px 0px 10px;
    cursor: pointer;
}

#cat_list_left .cat_title,
#cat_list_right .cat_title
{
    color: #4c4d4f;
    font-size: 30px;
    margin-bottom: 5px;
}

#cat_list_left .cat_title a,
#cat_list_left .cat_title a:hover,
#cat_list_right .cat_title a,
#cat_list_right .cat_title a:hover
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#cat_list_left .cat_deck a,
#cat_list_left .cat_deck a:hover,
#cat_list_right .cat_deck a,
#cat_list_right .cat_deck a:hover {
    color: #4c4d4f;
    text-decoration: none;
}

#cat_list_left .cat_deck,
#cat_list_right .cat_deck {
    font-size: 12px;
    text-decoration: none;
}

#cat_list_left .cat_author,
#cat_list_right .cat_author {
    color: #4c4d4f;
    font-size: 12px;
    margin: 5px 0px 10px 0px;
    text-decoration: none;
}

#cat_list_left .cat_date,
#cat_list_right .cat_date {
    color: #4c4d4f;
    float: right;
    font-size: 12px;
    margin: 5px 0px 10px 0px;
    text-decoration: none;
}

#cat_list_left .cat_author a,
#cat_list_left .cat_author a:hover,
#cat_list_right .cat_author a,
#cat_list_right .cat_author a:hover
{
    color: #4c4d4f;
    font-weight: bold;
    text-decoration: none;
}

.search #archives,
.category #archives {
    padding: 0px 0px 0px 0px;
}

.search #digarch, 
.category #digarch{
    float: right;
    font-size: 10px;
    margin-right: 10px;
}

.search .instructions, 
.category .instructions {
    float: right;
    margin: -25px 10px 0px 0px;
}

#category_main {
    border-right: 1px solid #999;
    float: left;
    margin: 10px 0px 0px 0px;
    width: 625px;
}

.search .meta-nav,
.category .meta-nav {
    display: none;
}

.search .nav-next,
.category .nav-next{
    float: right;
    margin: -15px 10px 0px 10px;
}

.search .nav-next a,
.category .nav-next a{
    text-decoration: none;
}

.search .nav-next a:hover,
.category .nav-next a:hover {
    text-decoration: none;
}

.search .nav-previous a,
.category .nav-previous a{
    text-decoration: none;
}

.search .nav-previous a:hover,
.category .nav-previous a:hover {
    text-decoration: none;
}

.search .page-title,
.category .page-title {
    font-size: 14px;
}

.search #sidebar-1 ul,
.category #sidebar-1 ul {
    list-style: square url("http://www.electronicretailermag.com/wp-content/themes/ERA/images/bullet.png");
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

.search #sidebar_arch,
.category #sidebar_arch {
    border-top: 1px solid #999;
    margin: 10px 5px;
    width: 300px;
}

.search .widget-area,
.category .widget-area {
    margin: -10px 0px 0px 0px;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

#colophon #footer_div .widget-title {
    display: block;
}

#colophon #footer_div {
    border-left: 1px dashed #999;
    float: left;
    /*height: 140px;*/
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
    width: 200px;
}

#colophon #footer_div:first-child
{
    border: 0px;
    padding: 0px;
}

#colophon #footer_div:first-child + div {
    border: 0px;
    padding: 0px 0px 0px 30px;
    width: 110px;
}

#colophon #footer_div:first-child + div + div + div {
    padding: 0px 0px 0px 20px;
    width: 140px;
}

#colophon #footer_div .widget-title {
    color: #4c4d4f;
    font-size: 14px;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    text-transform:uppercase;
}

#colophon #footer_div .widget-title a,
#colophon #footer_div .widget-title a:hover {
    color: #4c4d4f;
    text-decoration: none;
}

#colophon #footer_div li {
    color: #322f31;
    font-size: 12px;
    line-height: 17px;
    margin-left: 15px;
}

#colophon #footer_div li a
{
    color: #322f31;
    text-decoration: none;
}

#colophon #footer_div li a:hover {
    color: #c0264b;
}

#colophon #footer_div #foot2 ul,
#colophon #footer_div #foot3 ul,
#colophon #footer_div #foot4 ul,
#colophon #footer_div #foot5 ul
{
    border: 0px;
    list-style: square url("http://www.electronicretailermag.com/wp-content/themes/ERA/images/bullet.png");
    margin: 10px;
    padding: 0px;
}

#colophon #simple-social-icons-5 {
    margin: 0px auto;
    width: 140px;
}

#footer-1 {
    margin: 0px auto;
    width: 190px;
}

#footer-1 .textwidget {
    margin: 10px 0px;
    text-align: center;
}

#cornernav {
    color: #000;
    float: right;
    margin: 5px 10px 10px;
    text-align: right;
}

#cornernav #contact a {
    color: #000;
    padding: 3px 0 3px 10px;
    text-decoration: none;
}

#cornernav #loginregister a {
    color: #000;
    padding: 0px 0 0 10px;
    text-decoration: none;
}

#cornernav div {
    padding-top: 5px;
    font-size: 12px;
    font-weight: bold;
}


.divide {
    border-left: 1px solid #999;
    float: left;
    height: 275px;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    width: 1px;
}

.divide2 {
    border-left: 1px solid #999;
    float: left;
    height: 53px;
    margin-left: -1px;
    width: 1px;
}

#feature_container {
    margin: -16px 0px 0px -10px;
}

#features {
    height: 240px;
    margin: 10px 0px 10px 0px;
    width: 630px;
}

#features span {
    left: -10px;
    position: relative;
    top: -10px;
}

#first {
    border-top: 1px solid #999;
    margin: 10px 10px 20px 20px;
}

#first .widget-area {
    float: right;
    overflow: hidden;
    width: 310px;
}

#footerad {
    border-top: 1px solid #999;
    display: none;
    float: left;
    height: 100px;
    margin: 10px 0px 0px 10px;
    width: 810px;
    z-index: 10;
}

#footerad2 {
    border-top: 1px solid #999;
    display: none;
    margin: 10px 0px 0px 0px;
    float: left;
    width: 750px;
}

#footer-ad {
    /*background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/needleBanner.gif');*/
    height: 90px;
    margin: 10px 0px;
    width: 728px;
}

#happ .widget-title {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#happ {
    margin: 5px 0px 0px 0px;
}

#happenings {
    border-top: 1px solid #999;
    float: left;
    margin: 0px 10px 0px 10px;
    width: 305px;
}

#happenings .shortdesc p{
    display: block;
    margin-top: 20px;
}

#happenings .my-calendar-nav ul {
    float: right;
    margin: -20px 0px 0px 0px;
}

#happenings .my-calendar-prev,
#happenings .my-calendar-next {
}

#happenings .my-calendar-prev a {
    background: #4c4d4f !important;
    font-size: 10px;
}

#happenings .my-calendar-next a {
    background: #4c4d4f !important;
    font-size: 10px;
}

#happenings .my-calendar-month {
    background: #4c4d4f;
    border: 0px;
    color: #fff;
    padding: 0px !important;
}

#happenings .mc-main table {
    line-height: 2.2;
    border-collapse: collapse;
}

#happenings .mc-main .mc-date {
    display: block;
    margin: 0px !important;
    padding: 2px 4px;
}

#happenings .mc-main th {
    color: #000!important;
}

#happenings .my-calendar-table{
    font-weight: bold;
}
#happenings .mini-event:not(:first-child) {
    margin-top: 20px;
}
#happenings .mc-main.mini .day-with-date a {
    background: #0093bf;
    color: #fff;
    display: block;
    text-decoration: none;
}

#happenings .vevent h3.event-title {
    background: #0093bf;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    margin: -10px -10px 0 -10px;
    padding: 30px 10px 10px 10px;
}

#happenings .vevent h3.event-title a {
    margin-top: -15px;
    text-align: left !important;
}

#happenings .vevent .event-title {
    font-size: 12px !important;
}
#happenings .vevent .event-author,
#happenings .vevent .event-time{
    display: none;
}

#happenings .vevent .sub-details {
    border: 0;
    margin-top: -20px;
}

#happenings .vevent .vcard{
    float: none;
    width: 295px !important;
}

#happenings .vevent .mc_edit_links,
#happenings .vevent .vcard .map{
    display: none;
}

#happenings .vevent .mc-close {
    background: none !important;
    margin: 0;

}

#happenings .mc-main .current-day .mc-date {
    color: #fff;
    background: #4c4d4f;
}

#happenings .mc-main .current-day {
    background: #4c4d4f;
}

#headerboard {
    float: left;
    border: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#headerboard a {
    text-decoration: none;
}

.hidden {
    display: none;
}

#issuelabel {
    background-color: #C0264B;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 5px;
    text-transform: uppercase;
    z-index: 10;
}

#loginregister {
    text-align: right;
}

#main {
    clear: both;
    padding-top: 5px;
}

#page {
    background: #fff;
}

.page #disqus_thread {
    display: none;
}

.page #content {
    margin: 0px 20px;
}


.pagetitle {
    color: #0093bf;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.pagetitle a,
.pagetitle a:hover {
    color: #0093bf;
    text-decoration: none;
}

#primary {
    padding: 0px 0px 0px 0px;
    width: 620px;
}

#quaternary .simple-social-icons ul li 
{
    margin: 0px 0 0px 10px !important;
}
#colophon .simple-social-icons ul li {
    margin: 0px 0 0px 4px !important;	
}
#quaternary ul.alignright 
{
    margin: 0px 0px 0px 0px !important;
}

#quinary {
    /*display: none;*/
    height: 90px;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

#quinary2 {
    display: none;
    border-bottom: 1px solid #999;
    height: 90px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
}

#related {
    border-left: 1px solid #999;
    float: right;
    margin-left: 10px;
    width: 179px;
}

#related_holder {
    margin: -10px auto;
    width: 160px;
}

#searchform {
    background-image:url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/glass.png');
    background-repeat:no-repeat;
    font-size: 16px;
    height: 23px;
    vertical-align: middle;
    width: 238px;
}

#searchform input#s,
#searchform input[type=text]{
    border: 0px;
    height: 15px;
    width: 200px;
}

#category_main #searchform input#s,
#category_main #searchform input[type=text]{
    border: 0px;
    height: 14px;
    margin-left: 30px;
    width: 200px;
}
#category_main #searchform div:first-child {
    width: 500px;
}

.middivider {
    border-left: 1px #999 solid;
    float: right;
    height: 5px;
    padding: 0px 0px 0px;
    width: 320px;
}

.midsplitter {
    border-bottom: 1px solid #999;
    margin: -5px auto 0px auto;
    width: 300px;
}

.widget-area .midsplitter {
    border-bottom: 1px solid #999;
    margin: -5px auto 10px auto;
    width: 290px;
}

#secondary {

}

#section-1 {
    float: left;
    width: 150px;
}

#section-2 {
}

#sidead-1 {
    border-left: 1px solid #999;
    float: right;
    margin-top: 10px;
    padding: 0px 0px 0px 0px;
    width: 310px;
}

.sidebar {
    background: #EEE;
    border: 1px solid #E1E1E1;
    float: left;
    margin-right: 10px;
    padding: 5px;
}

#sidebar_arch {
    border-top: 1px solid #999;
    margin: 10px 15px;
    padding-bottom: 10px;
    width: 300px;
}

#sidebar_arch select {
    display: block;
    float: right;
    margin: 3px 5px 0px 0px;
}

#sidebar_sidead-1 {
    float: right;
    margin-top: 10px;
    width: 310px;
}

#sidead-2 {
    float: right;
}

#sidebar-1 li {
    color: #322f31;
    font-size: 12px;
    line-height: 17px;
    margin-left: 25px;
}

#sidebar-1 li a{
    text-decoration: none;
    color: #322f31
}

#sidebar-1 li a:hover {
    text-decoration: underline;
}

#sidebar-1 ul {
    list-style: square url("http://www.electronicretailermag.com/wp-content/themes/ERA/images/bullet.png");
    margin: 0px 10px 0px 0px;
    padding: 0px 0px;
}

#sidebar-1 .widget-title {
    color: #4c4d4f;
    display: block;
    font-size: 14px;
    margin: 10px 0px 0px 10px;
    padding: 0px;
}

#sidebar-2 {
    /*background-color: #999;*/
    float: right;
    height: 250px;
    width: 300px;
}

#sidebar-6 {
    border-left: 1px solid #999;
    float: right;
    width: 140px;
}

#sidebar-7 {
    /*background-color: #999;*/
    height: 60px;
    margin: 10px 0px 0px 10px;
    width: 120px;
}

#sidebar-7 .centertxt {
    margin: 0px auto;
    width: 85px;
    font-size: 20px;
    font-weight: bold;
    padding: 19px 0px 0px 0px;
    color: #fff;
    display: none;
}

.single-post #archives img{
    border: 0px;
    margin: -10px 0px 0px 5px;
    padding: 0px;
}

.single #main { 
    padding-top: 10px; 
}

.single-post .author {
    color: #322f31;
    font-size: 11px;
    margin: 0 0 10px;
}

.single-post .author-info {
    border-top: 3px solid #999;
    font-style: italic;
    padding-top: 5px;
}

.single-post .author a,
.single-post .author a:hover {
    color: #322f31;
    text-decoration: none;
}

.single-post #digarch{
    float: right;
    font-size: 10px;
    margin-left: 10px;  
}

.single-post .entry-content {
    margin: 0px 0px 0px 150px;
}

.single-post .entry-content blockquote {
    background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/quote.png') top left no-repeat;
    color: #000;
    font: bold italic 27px "Times New Roman", Times, serif;
    float: left;
    left: -150px;
    margin: 10px -15px 30px 20px;
    position: relative;
    text-align: left;
    width: 40%;
}

.single-post .entry-content blockquote p.from {
    color: #77787B;
    font-size: 16px;
    text-align: right;
}

.single-post .entry-content blockquote img{
    display: none;
}

.single-post .entry-header {
    margin: 0px 0px 0px 150px;
}

.single-post .deck {
    color: #77787b;
    margin: 0 0 10px;
    font-size: 14px;
}

.single-post #dsq-sort-by,
.single-post #dsq-pagination,
.single-post #dsq-content div:first-child + div + div + div + h3{
    display: none;
}

.single-post #disqus_thread {
    margin: 0px 0px 0px 150px;
}

.single-post #febchart table {
    font-size: 90%;
}

.single-post #febchart table tr.rowhead,
.single-post #febchart table tr.rowheader {
    background: #f9b726;
    color: #000;
    text-align: left;
}

.single-post #febchart table td,
.single-post #febchart table th{
    padding: 2px 5px;
}

.single-post #febchart table td:first-child {
    text-align: center;
}

.single-post #febchart th {
    text-align: left;
    text-transform: uppercase;
}


.single-post #febchart table tr.odd {
    background: #feefd1;
    color: #000;
}

.single-post footer {
    margin: 0px 0px 0px 150px;
}

.single-post #disqus_thread #dsq-account-dropdown {
    display: block;
}

.single-post .entry-content strong {
    color: #0093bf;
}

.single-post .entry-meta .date{
    color: #322f31;
    font-size: 11px;
    font-weight: bold;
    margin: 0px 10px 0px 0px;
}

.single-post .entry-title {
    color: #322f31;
    font-size: 26px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    margin: 5px 0px;
}

.single-post h2 {
    margin: 20px 0px 0px 0px;
    color: #0096c2;
    font-size: 16px;
}

.single-post h2.pagetitle {
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    color: #0096c2;
}

.single-post .single {
    float: left;
    margin: 0px 0px 5px 0px
}

.single-post #sidebar-1 ul {
    list-style: square url("http://www.electronicretailermag.com/wp-content/themes/ERA/images/bullet.png");
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
}

.singlepostfirstletter {
    color: #0093bf;
    float: left;
    font-size: 72px;
    font-weight: bold;
    line-height: 60px;
    margin: 0 5px 0 0;
}

.single-post .type-post .entry-content p
{
    /*float: left;*/
    font-size: 12px;
    margin: 5px 0px 0px 0px;
    line-height: 18px;
}

.single-post .entry-content blockquote p {
    font-size: 18px !important  ;
}

.single-post .type-post .entry-content p:first-child 
{
    margin-top: 5px;
}


#site-generator {
    color: #322f31;
    font-size: 12px;
    margin: 40px auto 10px auto;
    width: 350px;
}

#site-generator a,
#site-generator a:hover {
    color: #322f31;
    text-decoration: none;
}

.socialicons  {
    float: left;
    width: 150px;
}

.socialicons .printicon {
    border-top: 1px dashed #999;
    border-bottom: 1px dashed #999;
    margin: 0px auto;
    vertical-align: middle; 
    width: 120px;
}

.socialicons .printicon img {
    float: left;
    margin: 5px 13px 5px 2px;
}

.socialicons .printicon .printicon_link {
    font-size: 11px;
    line-height: 40px;
}

.socialicons .printicon .printicon_link,
.socialicons .printicon .printicon_link:hover {
    color: #c0264b;
    margin-left: -2px;
    text-decoration: none;
}

.simple-social-icons ul li a:hover {
    background-color: #C0264B !important;
}

#simple-social-icons-2 .simple-social-icons ul li {
    margin-right: 3px!important;
}
.simple-social-icons ul li a {
    padding: 5px!important;
    font-size: 18px!important;
}

#simple-social-icons-2 ul.alignright {
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;    
}

.socialicons #simple-social-icons-7 {
    margin: 0px auto;
    width: 130px;
}

.socialicons #simple-social-icons-7 ul {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    /*margin: 0px 0px 0px 0px;*/
}

.socialicons .simple-social-icons li {
    border-top: 1px dashed #999 !important;
    margin: 0px 0px 0px 0px !important;
    padding: 5px !important;
    width: 130px;
}

.socialicons .simple-social-icons li span.stButton,
.socialicons .simple-social-icons li span.stButton:hover,
.socialicons .simple-social-icons li span.chicklets,
.socialicons .simple-social-icons li span.chicklets:hover{
    color: #c0264b;
}

.socialicons .simple-social-icons li .st_facebook .stButton {
    background: url("../../../images/facebook_32.png") no-repeat;
    height: 32px;
    line-height: 32px;
}

.socialicons .simple-social-icons li .st_facebook .chicklets {
    background: none;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
}

.socialicons .simple-social-icons li .st_twitter .stButton {
    background: url("../../../images/twitter_32.png") no-repeat;
    height: 32px;
    line-height: 32px;
}

.socialicons .simple-social-icons li .st_twitter .chicklets {
    background: none;    
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
}

.socialicons .simple-social-icons li .st_linkedin .stButton {
    background: url("../../../images/linkedin_32.png") no-repeat;
    height: 32px;
    line-height: 32px;
}

.socialicons .simple-social-icons li .st_linkedin .chicklets {
    background: none;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
}

.socialicons .simple-social-icons li .st_email .stButton {
    background: url("../../../images/email_32.png") no-repeat;
    height: 32px;
    line-height: 32px;
}

.socialicons .simple-social-icons li .st_email .chicklets {
    background: none;
    height: 32px;
    line-height: 32px;
    margin-left: 20px;
}


.socialicons .simple-social-icons li div span:first-child{
    float: left;
}

.socialicons .simple-social-icons li a {
    float: left;
}

.socialicons .sociallink {
    float: left;
    width: 55px;
}
.socialicons .sociallink a,
.socialicons .sociallink a:hover{
    background: none;
    color: #c0264b;
    text-indent: 0px;
    text-decoration: none;
    width: 70px;
}


#split {
    margin: 0px auto;
    width: 300px;
}

.SWBOC_Widget .widget-title {   
    color: #4c4d4f;
    display: block;
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

#archives .SWBOC_Widget .widget-title {
    color: #4c4d4f;
    display: block;
    font-size: 14px;
    margin: -10px 0px 20px 5px;
    padding: 0px;
}

#taxonomy_list_widget-4 {
    text-transform:capitalize;
}

#text-3 {
    /*background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/lwd300x250.png') no-repeat center;*/
    height: 250px;
    margin: 0px auto;
    width: 300px;
}

#text-4 {
    /*background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/yahoo120x600.png');*/
    /*background-color: #999;*/
    height: 600px;
    margin: 0px auto;
    width: 120px;
}

#twitterfeeds {
    border-top: 1px solid #999;
    float: left;
    margin: 0px 0px 0px 0px;
    width: 300px;
}

#twitterfeeds .widget-title {
    display: block;
}

#twitter_div {
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #4c4d4f;
    font-size: 11px;
    margin: 10px 0px 0px 0px;
    width: 100%;
}

#twitter_div h1 {
    border: 0px;
    color: #0093bf;
    margin: 5px 0px 0px 11px;
    padding: 0px;
}

#twitter_div img {
    vertical-align: middle;
}

#twitter_div ul {
    list-style: none;
    margin: 5px;
}

#twitter_div li {
    margin: 0px 10px 10px -30px;
    border-top: 1px solid #999;
}

.ui-selectmenu-menu-dropdown,
.ui-widget,
.ui-widget-content,
.ui-selectmenu-status {
    font-size: 9px
}

#webexclusives
{
    -moz-border-radius: 5px;
    background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/dots.png') rgb(0, 0, 0) transparent;;
    background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/dots.png') rgba(0, 0, 0, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    border-radius: 5px;
    float: left;
    margin: -15px 0 20px 10px;
    padding: 0 5px 10px;
}

#webexclusives img {

}

#webexclusives_title {
    border-top: 1px solid #999;
    float: left;
    margin: 10px;
    padding: 0;
    width: 630px;
}

#webexclusives ul {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    list-style: none;
    margin: 0px auto;
    padding: 0 5px;
}

#webexclusives li:nth-child(2) {
    padding: 5px 9px;
}

#webexclusives li {
    float: left;
    padding: 5px;
    position: relative;
    width: 190px;
}

#webexclusives ul li a {
    position: relative;
    top: 5px;
}

#webexclusives .entry-content {
    background-color: #26201f;
    border: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    width: 190px;    
}

#webexclusives .entry-title {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    background: rgb(0, 0, 0) transparent;;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    bottom: 3px;
    color: #fff;        
    font-size: 16px;
    margin: 0px auto 0px auto;
    padding: 5px 5px 10px;
    position: absolute;
    text-decoration: none;
    width: 180px;
}


#webexclusives .entry-title a
{
    color: #fff;        
    padding: 0px;
    text-decoration: none;
}


.widget-area {        
    margin: -20px 0px 0px 0px;
    padding: 10px 0px;
}



/* AD BLOCKS */

#adblock1 #text-2{
    /*background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/728x90Static-a2b.jpg') no-repeat center;*/
    float: left;
    height: 90px;
    margin: 0px 0px 0px 10px;
    width: 728px;
}

#adblock1 #text-9 {
    /*background-color: #4c4d4f;*/
    float: left;
    height: 90px;
    margin: 0px 0px 0px 2px;
    width: 220px;
}

#adblock1 #text-9 .centertxt{
    margin: 0px auto;
    width: 85px;
    font-size: 20px;
    font-weight: bold;
    padding: 34px 0px 0px 0px;
    color: #fff;
    display: none;
}


/* ADDED FOR SELECT BOX */

select { height: 20px; width: 130px; }
.wrap ul.ui-selectmenu-menu-popup li a { font-weight: bold; }


/* the container */
.allinone_bannerRotator {
    position:relative;
}
.allinone_bannerRotator img {
    position:absolute;
    top:0px;
    left:0px;
    max-width:none;
    max-height:none;
}
.allinone_bannerRotator_list {
    margin: 0px 10px 0px 0px;
    padding:0;
    list-style:none;
    display:none;
}
.allinone_bannerRotator .stripe {
    position:absolute;
    display:block;	
    height:100%;
    z-index:1;
    overflow:hidden;
}
.allinone_bannerRotator .block {
    position:absolute;
    display:block;	
    z-index:1;
    overflow:hidden;
}
.mycanvas {
    position:absolute;
    top:8px;
    right:10px;
    z-index:10;
}
/***ATTRACTIVE SKIN***/
#allinone_bannerRotator_attractive {
    margin: 0px 0px 0px 10px;
}


.allinone_bannerRotator.attractive .bannerControls {
    position:absolute;
    left:0;
    top:0;
    z-index:5;
    width:100%;
}

.allinone_bannerRotator.attractive .leftNav {
    position:absolute;
    left:-15px;
    top:50%;
    width:53px;
    height:127px;
    background:url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/leftNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}
.allinone_bannerRotator.attractive .leftNav:hover {
    background:url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/leftNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.attractive .rightNav {
    position:absolute;
    right:-15px;
    top:50%;
    width:53px;
    height:127px;
    background:url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/rightNavOFF.png) 0 0 no-repeat;
    cursor: pointer;
}
.allinone_bannerRotator.attractive .rightNav:hover {
    background:url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/rightNavON.png) 0 0 no-repeat;
}
.allinone_bannerRotator.attractive .bottomNav {
    position:absolute;
    background:#0093bf;
    height:34px;
    padding-left:9px;
    z-index:4;
}
.allinone_bannerRotator.attractive .bottomNavButtonOFF {
    float:left;
    display:block;
    width: 10px;
    height:11px;
    background:url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/bottomNavOFF.png) 0 0 no-repeat;
    padding-left:9px;
    cursor: pointer;
}

.allinone_bannerRotator.attractive .bottomNavButtonON {
    float:left;
    display:block;
    width:10px;
    height:11px;
    padding-left:9px;
    background:url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/bottomNavON.png) 0 0 no-repeat;
    cursor: pointer;
}

.allinone_bannerRotator.attractive .bottomNavLeft {
    position:absolute;
    width:63px;
    height:35px;
    margin-left:1px;
    background:url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/bottomNavLeft.png) 0 0 no-repeat;
    z-index:4;
}
.allinone_bannerRotator.attractive .bottomNavRight {
    position:absolute;
    width:63px;
    height:35px;
    margin-left:-1px;
    background:url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/bottomNavRight.png) 0 0 no-repeat;
    z-index:4;
}

.allinone_bannerRotator.attractive .bottomOverThumb {
    position:absolute;
    width:88px;
    height:79px;
    background: url(http://www.electronicretailermag.com/wp-content/themes/ERA/skins/attractive/bottomOverThumbBg.png) 23px bottom no-repeat;
    bottom:27px;
    margin-left:-25px;
}
.allinone_bannerRotator.attractive .bottomOverThumb img {
    border:4px solid #4c4d4f;
}

.allinone_bannerRotator_texts {
    position:absolute;
    z-index:3;
    display: none;
    text-align:left;
    top: 120px;
    left: 35px;
}
.allinone_bannerRotator_text_line {
    /*position:absolute;*/
}

.allinonetextholder {
    background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/dots.png') rgb(0, 0, 0) transparent;;
    background: url('http://www.electronicretailermag.com/wp-content/themes/ERA/images/dots.png') rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    /*margin: 160px 0px 0px 35px;*/
    padding: 5px 5px 5px 5px;
    width: 300px;
}

.allinonetextholder div:first-child a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    text-shadow: 1px 1px 1px #000;
}

.allinonetextholder div:first-child + div a{
    color: #fff;
    font-size: 12px;
    margin: 0px 0px 0px 0px;
    text-shadow: 1px 1px 1px #000;
}

.textElement11_attractive {
    background:#512d5d;
    font: bold 24px/34px 'Droid Sans', Verdana, Helvetica, sans-serif;
    text-transform:uppercase;
    padding:0px 4px 0px 4px;
    color:#FFF;
}

/**** SPECIAL BORDER BACKGROUND ****/


.leftquoteborder {
    float: left;
    height: 100%;
    position: absolute;
    width: 32px;
}

.centerquote {
    float: left;
    margin: 20px 20px 0px 20px;
    width: 280px;
}

.centerquote p {
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.rightquoteborder {
    float: left;
    height: 100%;
    left: 280px;
    position: absolute;
    width: 32px;
}

.leftcorner {
    background: url(http://www.electronicretailermag.com/wp-content/themes/ERA/images/leftcorner.png) no-repeat;
    height: 14px;
    width: 32px;
}

.leftcenter {
    background: url(http://www.electronicretailermag.com/wp-content/themes/ERA/images/leftcenter.png) repeat-y;
    min-height: 100%;
}

.leftbottom {
    background: url(http://www.electronicretailermag.com/wp-content/themes/ERA/images/leftbottom.png) no-repeat;
    height: 15px;
    width: 32px;
}

.rightcorner {
    background: url(http://www.electronicretailermag.com/wp-content/themes/ERA/images/rightcorner.png) no-repeat;
    height: 14px;
    width: 32px;
}

.rightcenter {
    background: url(http://www.electronicretailermag.com/wp-content/themes/ERA/images/rightcenter.png) repeat-y;
    margin: 0px 0px 0px 25px;
    min-height: 100%;
}

.rightbottom {
    background: url(http://www.electronicretailermag.com/wp-content/themes/ERA/images/rightbottom.png) no-repeat;
    height: 15px;
    width: 32px;
}