/* Plugin styles */

@import url('jcarousel_skins/pmta/skin.css');
@import url('jcarousel_skins/p25clients/skin.css');

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font:15px /* DEV CHG Georgia,serif; */
    line-height:22px;
    font-family: Helvetica, Arial, san-serif;
    color:#666;
    background:url("/wp-content/themes/port25/images/body_top_shading.png") repeat-x scroll 0 0 #D8D9DA;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
    font:14px Monaco, monospace;
    line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
    background-color:#ebebec; /* DEV CHG */
    background-image:url('images/header_bg.png'); /*DEV CHG*/
    height: 100px;
}
#branding {
    padding: 0 0 0; /*DEV CHG 88px 0 44px 0;*/
    width:1000px; /* DEV CHG */
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
    padding-top:10px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}
#contact_port25 {
    float:right;
    margin:32px 10px 0 0;
    font-family:"Trebuchet MS", sans-serif;
    font-size:14px;
    font-weight:100;
    color:#221f20;
}
#port25_quicklinks {
    float:right;
    margin:25px 0 0 0;
}


/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    /* DEV CHG border-bottom:1px solid #ccc; */
    height:35px;
    margin-top:10px;
    font-size:13px;
    overflow:visible;
    z-index:100;
    background:url('/wp-content/themes/port25/images/navbar_bg.png') repeat-x 0 0 transparent;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1.0em;
    width:850px;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    z-index: 99;
}
.sf-menu li.sfHover a { /* DEV CHG THIS KEEPS ACTIVE MENU FONTS DARK */
    color:#fff;
}
.sf-menu li.sfHover ul li a {
    color:#303030;
}
.sf-menu li.sfHover ul li.menu-item-3129 a {
    /*color:#303030;*/
    color:#fff;
}
.sf-menu li.sfHover ul li.menu-item-3129 a:hover {
    /*color:#303030;*/
    color:#efefef;
    background:none no-repeat scroll 0 0 #8f0b0b;
}
.sf-menu li ul li.menu-item-3129 {
    background:none no-repeat scroll 0 0 #760e0f;
}
.sf-menu li.sfHover ul li a:hover {
    color:#808080;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    /* DEV CHG border-right:1px solid #ccc; */
    float:left;
}
.ie6 .sf-menu {
    margin-bottom: -1px;
}
.sf-menu a {
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:9px 15px 11px; /* DEV CHG padding:9px 13px; THIS REMOVES THE EXTRA WHITE PIXEL UNDER THE NAVBAR */
    text-decoration:none;
}
/* .windows .sf-menu a { */
/* This rule was overriding the rule two below this one because of CSS specificity */
.sf-menu a {
    font-size: 12px;
    padding:9px 13px 10px;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color:#fff;
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size:11px;
}
.sf-menu li {
    /* DEV CHG background: #fff; */
    background:url('/wp-content/themes/port25/images/navbar_bg.png') repeat-x;
}
.sf-menu li li {
    background:none no-repeat scroll 0 0 transparent; /* background:#fff; DEV CHG make ddl transparent for shaded background */
}
.sf-menu li li li {
    background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:url('../port25/images/navbar_rollover_bg.png') repeat-x 0 0 transparent;
    outline: 0;
    border-bottom-color:#ccc;
    color:#fff; /* DEV CHG color: #808080; */
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    background:url('../port25/images/navbar_ddl_bg.png') no-repeat 0 0 #fff;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    top:34px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
    border-bottom:1px solid #ccc;
}
.sf-menu ul a {
    background: none no-repeat scroll 0 0 transparent; /* DEV CHG background:#fafafa; to view shaded ddl */
    border-bottom:none;
}
.sf-menu ul a:hover {
    color:#808080; /* DEV CHG color: #FF4B33; */
    background:#fafafa;
}
.sf-menu ul.subnav a, .sf-menu ul a:visited { /* DEV CHG ADDED */
    color:#303030;
}

#menu-top > li:last-child {
    background: url("/wp-content/gallery/freds-gallery/navbar_eval_bg_red.png") repeat-x scroll 0 0 transparent;
}

#menu-top > li:last-child :hover {
    background: url("/wp-content/gallery/freds-gallery/navbar_eval_rollover_bg_red.png") repeat-x 0 0;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:45px 0 22px 0; /* DEV CHG padding:66px 0 22px 0; Adjusts the space between the navbar and content */
    background:url("/wp-content/themes/port25/images/main_bg.png") no-repeat scroll 0 0
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry { /* DEV CHG additions for rounded corners to content area, background */
    padding:0 0 22px 0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border:1px solid #d8d8d8;
    background:url("/wp-content/themes/port25/images/hentry_bg.png") repeat-x scroll 0 0 #FFFFFF;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family: Helvetica, Arial, san-serif;
    font-size:26px;
    /* DEV CHG font-weight:bold; */
    line-height:26px;
    color:#5d7d8b;
    padding:40px 50px 7px; /* DEV CHG padding:0 0 7px 0; Padding for content area titles */
}
.entry-title a {
    color:#5D7D8B;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #8C1620;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
    margin-left:50px /* DEV CHG added to correct post left margin */
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 50px 0; /* DEV CHG padding:22px 0 0 0; Increases content area padding */
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3, .entry-content h3 a {
    font-size:17px;
    font-style:normal;
    padding:28px 0 14px 0;
    color:#5d7d8b;
    font-family: Helvetica, Arial, san-serif;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-content li { /* DEV CHG creates bullets consistant with the existing PowerMTA site */
    list-style-image: url("/wp-content/themes/port25/images/isa_bullet-on.png");
    padding:5px 0;
}
.entry-utility {
    clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 50px; /* DEV CHG margin:0 0 44px 0; Post margin correction */
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.edit-link {
    clear:both;
    display:block;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    padding:0 0 22px 0;
    }
.gallery .gallery-row {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
    }
.gallery .gallery-item {
    overflow: hidden;
    float: left;
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    }
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
    max-width: 89%;
    height: auto;
    padding: 1%;
    margin: 0 auto;
    border: none !important;
    }
.gallery-caption {
    margin-left: 0;
    }
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FF4B33;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
    float: left;
    width:50%;
}
.nav-next {
    float: right;
    width: 50%;
    text-align: right;
}
#nav-above,#nav-below {
    width: 100%;
}
#nav-above {
    display: none;
}
.paged #nav-above {
    display: block;
    padding: 0px;
    margin-bottom: 5px;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color:#8c1620;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    /*list-style:disc; DEV CHG: design changed - no bullets*/
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
    display: none;    
}
/*
    Main Asides
*/
.main-aside ul {
    padding: 0 0; /* DEV CHG padding:0 20px; To accomodate wider layout */
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    margin-bottom:22px;
}
#secondary {
    background:url("/wp-content/themes/port25/images/hentry_bg.png") repeat-x scroll 0 0 #FFFFFF;
    border:1px solid #fff;
    border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    -khtml-border-radius:5px 5px 5px 5px;
}

/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:25px 0 0 0;
    width: 1000px; /* DEV CHG */    
}


/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px solid #ccc;
    margin-top:22px;
    height:201px;
    background:url("/wp-content/themes/port25/images/footer_bg.png") repeat-X scroll 0 0 transparent /* DEV CHG */
}
#siteinfo {
    color:#b3b3b3; /* DEV CHG #ccc; */
    width:1000px; /* DEV CHG */
    margin-top:-5px; /* DEV CHG */
    font-size:11px;
    line-height:18px;
    /* DEV CHG padding:22px 0 44px 0; */
}
#siteinfo a {
    color:#b3b3b3; /* DEV CHG #666; */
    text-decoration:none;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #ccc;
}


/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}
/* DEV CHG 2c-l-fixed overrides */
body {
    min-width:1000px;
}
#main {
    width:1000px;
}
#container {
    width:1000px;
}
#content {  /* Accomodates increased content area in 1000px layout */
    width:820px;
    margin:0 0 0 180px;
}
.menu {
    width:1000px;
}
.hentry {
    width: auto; /* Increases the content area width for the 1000px layout */
    margin-bottom: 5px;
}
.main-aside {
    width:173px; /* Accomodates increased content area in 1000px layout */
}


/* DEV CHG Homepage specific styles */
body.home #container {
    float: none;
    margin: 0;
    width: 1000px;
}
body.home #content {
    width: 1000px;
    /* height:260px; */
    overflow: hidden;
    margin: 0;
    /* padding: 20px 0px; */
    padding-top: 10px;
    background:#f2f2f2; /* switch to transparent after the overall home page template background is defined (two tone). */
    font-family:“Trebuchet MS”, Helvetica, sans-serif;
    font-size:11px;
}
body.home .hentry {
    width: inherit;
}
body.home .entry-title {
    font-family:Arial,sans-serif;
    font-size:100%;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}

/* DEV CHG FOOTER MODULE STYLES */

#footer #subsidiary li {
    list-style-type:none;
    padding:0;
}
#footer #subsidiary ul ul {
    margin:0 0 22px 0;
    border-left:1px solid #7a7c7d;
}
#footer #subsidiary ul ul li {
    margin:0 0 0 5px;
    font-size:1.1em;
}
#footer #subsidiary #first {
    color:#b3b3b3;
    width:850px;
    margin:0;
    font-family: Arial,Helvetica,sans-serif;
    font-size:0.8em;
}
#footer #subsidiary #second {
    color:#b3b3b3;
    width:125px;
    margin:35px 0 0; /* to align top of footer widgets */
    font-family: Arial,Helvetica,sans-serif;
    font-size:0.8em;}
#footer #subsidiary #third {
    color:#b3b3b3;
    width:140px;
    margin:10px 0 0; /* to align top of footer widgets */
    font-family: Arial,Helvetica,sans-serif;
    font-size:0.8em;
}
#p25_footer_social_icons {
    float:left;
}
#p25_footer_address {
    color:#fff;
}
.p25_footer_links {
    float:left;
    margin:10px 0 0;
    width:130px;
}
.p25_footer_links a {
    color:#B3B3B3;
    text-decoration:none;
}
.p25_footer_links a:hover {
    color:#ccc;
}

/* DEV CHG Widget Styles */

#text-3 { /* Styles left side text decoration, "Intelligent Infrastructure for Customer Email" */
    /*border-top:1px solid #b9c2c6;*/ /* DEV CHG border:1px solid #ccc; Primary aside (sidebar) padding needs to accomodate a wider layout */
    /*border-bottom:1px solid #b9c2c6;*/ /* DEV CHG original border padding:18px 0 0 0; */
    margin:22px 0;
    color:#5d7d8b;
    font-family: Helvetica, Arial, san-serif;
    font-size:22px;
    line-height:32px;
    padding:15px 0;
}
#text-12 { /* alternate text widget for text-3, displayed in the blog */
    margin:22px 0;
    color:#5d7d8b;
    font-family: Helvetica, Arial, san-serif;
    font-size:22px;
    line-height:32px;
}
/* DEV CHG Disabling this custom menu to evaluate another option - nav_menu-3 is in "Inactive Widgets" if needed */
/*
#nav_menu-3 {
    font-family:“Trebuchet MS”, Helvetica, sans-serif;
    border-top:1px solid #e2e3e3;
    padding:15px 0 0;
}
*/
#wenderhostsubpages-3 {
    font-family:“Trebuchet MS”, Helvetica, sans-serif;
    /*border-top:1px solid #e2e3e3; DEV CHG: design change - sidenav*/
    /*border-bottom:1px solid #e2e3e3; DEV CHG: design change - sidenav*/
    border:1px solid #fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    /*padding:15px 0 0; DEV CHG: design change - sidenav*/
}
#wenderhostsubpages-3 ul {
    margin:0px;
    background:url("/wp-content/themes/port25/images/hentry_bg.png") repeat-x scroll 0 0 #fff;
}
#wenderhostsubpages-3 ul li {
    font-family:“Trebuchet MS”, Helvetica, sans-serif;
    font-size: 0.8em;
    border-top:1px solid #5D7D8B; /* burgandy #990000; /* gray #666; /* #e2e3e3; DEV CHG: design chg - no bullets*/
    min-height:20px; /*DEV CHG: design chg - no bullets*/
    padding:10px 0 5px 10px; /*DEV CHG: design chg - no bullets*/
    /*margin:0 0 0 10px; DEV CHG: design chg - no bullets*/
    /*list-style-image:url('../port25/images/sidenav_arrow_gray.png'); DEV CHG: design chg - no bullets*/
}
#wenderhostsubpages-3 ul li:first-child {
    border-top:none;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    -khtml-border-radius:5px 5px 0 0;
}
#wenderhostsubpages-3 ul li:last-child {
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    -khtml-border-radius:0 0 5px 5px;
}
#wenderhostsubpages-3 ul li.current_page_item, #wenderhostsubpages-3 ul li.current_page_parent {
    background:url("/wp-content/themes/port25/images/sidenav_active_bg.png") repeat-x scroll 0 0 #7ca4b7;
    /*list-style-image:url('../port25/images/sidenav_arrow_red.png') DEV CHG: design chg - no bullets;*/
}
#wenderhostsubpages-3 ul li.current_page_item a, #wenderhostsubpages-3 ul li.current_page_parent a {
    color:#fff;/*color:#8c1620; DEV CHG - new design*/
    /*line-height:25px;*/ /*aligns submenu*/
}
#wenderhostsubpages-3 ul li a {
    text-decoration:none;
    z-index:3;
}
#wenderhostsubpages-3 ul li.current_page_parent li.current_page_item a {
    color:#8c1620;
}
#wenderhostsubpages-3 ul li.current_page_parent li a {
    color:fff; /*color:#666666;DEV CHG: new design*/
}
#wenderhostsubpages-3 ul li.page_item ul.children li.page_item a {
    color:#fff; /*#e3e3e3; DEV CHG: SUBNAV VER 3 /*color:#666666;DEV CHG: new design*/
    font-size:0.9em;
}
#wenderhostsubpages-3 ul li.page_item ul.children li.page_item a:hover {
    color:#fff; /* #8c1620; DEV CHG: SUBNAV VER 3 */
}
#wenderhostsubpages-3 ul li.page_item ul.children li.current_page_item a {
    color:#fff; /*color:#8c1620;DEV CHG: new design*/
}
#wenderhostsubpages-3 ul li ul li, #wenderhostsubpages-3 ul li.current_page_parent ul li.current_page_item { /* COMMENT OUT FOR ARROWS IN LEVEL TWO NAV */
    font-size: 1em;
    /* DEV CHG: Moving bullet into background for x-broswer alignment list-style-image: url("../port25/images/sidenav_bullet_wht.png");*/
    /*background-image: url("../port25/images/sidenav_bullet_wht.png");*/
    background-repeat: no-repeat;
    background-position: 0 .7em;
    padding-left: 1em;
    list-style-image: none;
}
#wenderhostsubpages-3 ul li.current_page_parent ul li.current_page_item { /* DEV CHG: OVERRIDES ABOVE CURRENT_ITEM FOR NEW SIDENAV DESIGN */
    font-size: 1em;
    /* DEV CHG: Moving bullet into background for x-broswer alignment list-style-image: url("../port25/images/sidenav_bullet_wht.png");*/
    /*background-image: url("../port25/images/sidenav_bullet_wht.png");*/
    /*background-repeat: no-repeat; DEV CHG: design change left nav */
    /*background-position: 0 .7em; DEV CHG: design change left nav */
    background:none repeat scroll 0 0 transparent;/*; DEV CHG: design change left nav */
    padding-left: 1em;
    list-style-image: none;
}

#wenderhostsubpages-3 ul li ul {
    background:url("/wp-content/themes/port25/images/sidenav_active_bg.png") repeat-x scroll 0 0 #7ca4b7;
    list-style-type: none;
    margin: 6px 0 0 -10px;
    padding: 0;
    display:none; /* DEV CHG Collapsible menu - over ride this style for the active page parent ul */
}
#wenderhostsubpages-3 ul li ul li {
    border-top:none;
}    
#wenderhostsubpages-3 ul li.current_page_ancestor ul, #wenderhostsubpages-3 ul li.current_page_item ul { /* DEV CHG Expands the block above the active page */
    display:block;
}
/* Force first child of the active parent link to be red */
#wenderhostsubpages-3 ul li.current_page_item ul.children li.page-item:first-child {
    color:#8c1620;
}

/* Header Widget Styles - Search and Drop Down Menu */

/* Set the origin for the widget area container */

#p25-header-widget-aside {
    width:1000px;
    height:30px;
    margin:0 auto;
}

/* Position the Quick Links menu */
#nav_menu-4 {
    position:relative;
    top:-120px;
    left:880px;
    width:120px;
    z-index:120;
}
#menu-quick-link, #menu-quick-link li {
    width:120px;
}
/* Position the Search Box */
#search-2 {
    position:relative;
    top:-30px;
    left:860px;
    z-index:110;
    width:140px;
}
#search-2 form div {
    width:140px;
    height:21px;
    background:url('/wp-content/themes/port25/images/header_search_bg.png') no-repeat scroll 0 0 transparent;
}
#search-2 input {
    font-size:1em;
    height:18px;
    width:108px;
    margin-left:10px;
    border:medium none;
    background:none repeat scroll 0 0 transparent;
}
/* DEV CHG Home Page styles for the frontpage_top div, including the image carousel and the featured boxes */
#frontpage_top {
    width:1000px;
}
#image_carousel {
    position:relative;
    top:-20px;
    width:998px;
    height:400px;
    background:#D8D9DA; /*DEV CHG Temp for layout work */
}
#featured_boxes {
    position:relative;
    top:-15px;
    overflow:hidden;
    margin: 22px 0 12px 0;
}
.featured_box {
    float:left;
    width:242px;
    height:187px;
}
#featured_box_1 {
    margin-right:10px;
}
#featured_box_2 {
    margin-right:10px;
}
#featured_box_3 {
    margin-right:10px;
}
#featured_box_4 {
    /* not required now */
}
#featured_boxes .aside {
}
#p25-featured-box-1-aside {
    background:url('../port25/images/featured_box_bg.png') no-repeat scroll 0 0 transparent;
    width:242px;
    height:187px;
}
#featured_boxes div.aside:hover {
    background:url('../port25/images/featured_box_bg_hover.png') no-repeat scroll 0 0 transparent;
}
#p25-featured-box-1-aside ul {
    margin:0;
}
#p25-featured-box-1-aside ul li {
    padding:40px 20px 20px;
    font-family:"Trebuchet MS",Arial,san-serif;
    font-size:12px;
}
#p25-featured-box-1-aside ul li a {
    text-decoration:none;
    color:#658797;
}
#p25-featured-box-1-aside ul li h3 {
    margin-bottom:10px;
    font-family:Helvetica,Arial,san-serif; 
    font-style:normal;
    font-size:16px;
    color:#658797;
}
#featured_boxes div.aside:hover ul li h3, #featured_boxes div.aside:hover ul li div {
    color:#fff;
}
#p25-featured-box-2-aside {
    background:url('../port25/images/featured_box_bg.png') no-repeat scroll 0 0 transparent;
    width:242px;
    height:187px;
}
#p25-featured-box-2-aside ul {
    margin:0;
}
#p25-featured-box-2-aside ul li {
    padding:40px 20px 20px;
    font-family:"Trebuchet MS",Arial,san-serif;
    font-size:12px;
}
#p25-featured-box-2-aside ul li a {
    text-decoration:none;
    color:#7ead8e;
}
#p25-featured-box-2-aside ul li h3 {
    margin-bottom:10px;
    font-family:Helvetica,Arial,san-serif; 
    font-style:normal;
    font-size:16px;
    color:#658797;
}
#p25-featured-box-3-aside {
    background:url('../port25/images/featured_box_bg.png') no-repeat scroll 0 0 transparent;
    width:242px;
    height:187px;
}
#p25-featured-box-3-aside ul {
    margin:0;
}
#p25-featured-box-3-aside ul li {
    padding:40px 20px 20px;
    font-family:"Trebuchet MS",Arial,san-serif;
    font-size:12px;
}
#p25-featured-box-3-aside ul li a {
    text-decoration:none;
    color:#e4aa44;
}
#p25-featured-box-3-aside ul li h3 {
    margin-bottom:10px;
    font-family:Helvetica,Arial,san-serif; 
    font-style:normal;
    font-size:16px;
    color:#658797;
}
#p25-featured-box-4-aside {
    background:url('../port25/images/featured_box_bg.png') no-repeat scroll 0 0 transparent;
    width:242px;
    height:187px;
}
#p25-featured-box-4-aside ul {
    margin:0;
}
#p25-featured-box-4-aside ul li {
    padding:40px 20px 20px;
    font-family:"Trebuchet MS",Arial,san-serif;
    font-size:12px;
}
#p25-featured-box-4-aside ul li a {
    text-decoration:none;
    color:#658797;
}
#p25-featured-box-4-aside ul li h3 {
    margin-bottom:10px;
    font-family:Helvetica,Arial,san-serif; 
    font-style:normal;
    font-size:16px;
    color:#658797;
}
body.home {
    background:url("/wp-content/themes/port25/images/home_body_bg.png") repeat-x scroll 0 0 #D8D9DA;
}
body.home #main {
    padding-bottom:0px;
}
body.home #wrapper.hfeed #footer {
    margin-top:0px;
}

/* DEV CHG Resource download page styles */
ul.dlm_download_list {
    position:relative;
    overflow:hidden;
    width:750px;
    height:100%;
    list-style:none;
    margin:0;
}
ul.dlm_download_list li {
    float:left;
    width:335px;
    height:182px;
    margin:5px 40px 5px 0px;
    position:relative;
    list-style-image:none;
}
.download-item {
    background:url('../port25/images/dl_page_item_bg.png') no-repeat scroll 0 0 #fff;
    width:335px;
    overflow:hidden;
    margin:10px 0;
}
.download-thumb {
    float:left;
    width:75px;
    margin:13px 0 10px 15px;
}
.download-description {
    float:left;
    width:220px;
    margin:10px;
}
.download-count {
    position:absolute;
    top:110px;
    left:0;
    width:75px;
    margin:0 0 0 15px;
    text-align:center;
    font-size:1em;
    line-height:1em;
    color:#5D7D8B;
}
.download-count img {
    margin:0;
}
div.download-description h4 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:.9em;
    color:#5d7d8b;
}
div.download-description p {
    margin-top:5px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:.9em;
    color:#707070;
    line-height:16px;
}
div.download-description p img {
    position:absolute;
    top:135px;
}
/* Resource download form individual page styles */
div.wpcf7 form.wpcf7-form div#p25_request_form input {
    background:none scroll no-repeat 0 0 #fff;
    border:2px solid #e6e6e6;
    height:20px;
    margin:0;
    vertical-align:middle;
}
div.wpcf7 form.wpcf7-form div#p25_request_form textarea {
    background:none scroll no-repeat 0 0 #fff;
    border:2px solid #e6e6e6;
    margin:0;
    vertical-align:middle;
}
div.wpcf7 form.wpcf7-form div#p25_request_form span.wpcf7_submit_btn input {
    background:#ddd;
    border:2px solid #999;
}
#p25_request_form {
    width:450px;
}
#p25_request_form_options {
    position:relative;
    float:left;
    width:450px;
    top:-10px;
}
#p25_request_form_options h3 {
    padding-top:0;
}
#p25_request_form_options input {
    float:left;
    clear:left;
    margin:2px 10px 0 0;
}
div.wpcf7 form.wpcf7-form div#p25_request_form span.wpcf7_submit_btn input.dl-submit {
    background:url('/wp-content/themes/port25/images/dl_page_download_now_btn.png') no-repeat scroll 0 0 transparent;
    border:none;
    width:138px;
    height:30px;
    color:transparent;
}

/* DEV CHG JCarousel overrides - check skin.css */
#test_dd_container.jcarousel_dd_container {
    margin:20px 0 0 0;
}
/* Contact Form Styles */

/* Port25 Forms */
#wpcf7-f2-p47-o1, #wpcf7-f3-p1547-o1, #wpcf7-f4-p1549-o1, #wpcf7-f5-p1557-o1, #wpcf7-f6-p93-o1, #wpcf7-f3-p83-o1, #wpcf7-f9-p1923-o1 {
    background:none no-repeat scroll 0 0 #f2f2f2;
    padding: 30px 30px 15px 30px;
    margin-bottom:20px;
}
#wpcf7-f2-p47-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f2-p47-o1 span.wpcf7-form-control-wrap input, #wpcf7-f3-p1547-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f3-p1547-o1 span.wpcf7-form-control-wrap input, #wpcf7-f4-p1549-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f4-p1549-o1 span.wpcf7-form-control-wrap input, #wpcf7-f5-p1557-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f5-p1557-o1 span.wpcf7-form-control-wrap input, #wpcf7-f6-p93-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f6-p93-o1 span.wpcf7-form-control-wrap input, #wpcf7-f3-p83-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f3-p83-o1 span.wpcf7-form-control-wrap input, #wpcf7-f9-p1923-o1 span.wpcf7-form-control-wrap input, #wpcf7-f9-p1923-o1 span.wpcf7-form-control-wrap textarea {
    background:none no-repeat scroll 0 0 #fff;
}
#wpcf7-f2-p47-o1 span.wpcf7-form-control-wrap input, #wpcf7-f3-p1547-o1 span.wpcf7-form-control-wrap input, #wpcf7-f4-p1549-o1 span.wpcf7-form-control-wrap input, #wpcf7-f5-p1557-o1 span.wpcf7-form-control-wrap input, #wpcf7-f6-p93-o1 span.wpcf7-form-control-wrap input, #wpcf7-f3-p83-o1 span.wpcf7-form-control-wrap input, #wpcf7-f9-p1923-o1 span.wpcf7-form-control-wrap input  {
/*    float:left; */
    border:2px solid #e6e6e6;
    height:20px;
    margin:0;
    vertical-align:middle;
}
#wpcf7-f6-p93-o1 #p25-eval-form-os span.wpcf7-form-control-wrap input.wpcf7-file {
    height:20px;
    vertical-align:bottom;
    margin-top:15px;
    border:none;
    background:none;
}
#wpcf7-f2-p47-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f3-p1547-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f4-p1549-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f5-p1557-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f6-p93-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f3-p83-o1 span.wpcf7-form-control-wrap textarea, #wpcf7-f9-p1923-o1 span.wpcf7-form-control-wrap textarea {
/*    float:left; */
    border:2px solid #e6e6e6;
    height:50px;
    width:100%;
    margin-top:10px;
}
#wpcf7-f2-p47-o1 form.wpcf7-form p, #wpcf7-f3-p1547-o1 form.wpcf7-form p, #wpcf7-f4-p1549-o1 form.wpcf7-form p, #wpcf7-f5-p1557-o1 form.wpcf7-form p, #wpcf7-f6-p93-o1 form.wpcf7-form p, #wpcf7-f3-p83-o1 form.wpcf7-form p, #wpcf7-f9-p1923-o1 form.wpcf7-form p {
/*    position:relative; */
/*    clear:left; */
}
#wpcf7-f2-p47-o1 span.wpcf7-list-item, #wpcf7-f3-p1547-o1 span.wpcf7-list-item, #wpcf7-f4-p1549-o1 span.wpcf7-list-item, #wpcf7-f5-p1557-o1 span.wpcf7-list-item, #wpcf7-f6-p93-o1 span.wpcf7-list-item, #wpcf7-f3-p83-o1 span.wpcf7-list-item, #wpcf7-f9-p1923-o1 span.wpcf7-list-item {
/*    position:relative; */
/*    float:left; */
/*    clear:left; */
}

#p25-eval-form-info span.wpcf7-form-control-wrap input {
    float:right;
    margin-right:290px;
    background:#fff; /* bg fix for eval form, and others 20111010 */
    border:2px solid #e6e6e6; /*  bg fix for eval form, and others 20111010 */
}
#p25-eval-form-info span.wpcf7-form-control-wrap select {
    float:right;
    margin-right:400px;
}
#p25-eval-form-os {
    float:left;
}
#p25-eval-form-os span.wpcf7-list-item {
    float:left;
    clear:left;
    margin:5px 0;
}
#p25-eval-form-os span.wpcf7-list-item span {
    margin-left:5px;
}
#p25-eval-form-os span.other_os, #p25-eval-form-os span.other_area_of_interest, #p25-eval-form-os span.other_referral_source {
    position:relative;
    float:left;
    margin:0 0 0 10px;
}
input.wpcf7-text {
    background:none no-repeat scroll 0 0 #fff;
    border:2px solid #e6e6e6;
}
span.wpcf7-form-control-wrap textarea {
    background:none no-repeat scroll 0 0 #fff;
    border:2px solid #e6e6e6;
}
#p25-eval-form-capacity {
    float:left;
    position:relative;
    width:260px;
}
#p25-eval-form-number {
    float:left;
    position:relative;
    width:100%;
    margin:5px 0;
}
span.number-of-servers span.wpcf7-list-item {
    float:left;
    clear:left;
    margin:2px 0;
}
span.number-of-servers span.wpcf7-list-item span {
    margin:0 0 0 5px;
}
#p25-eval-form-maximum {
    float:left;
    position:relative;
    width:100%;
    margin:5px 0;
}
span.maximum-per-hour span.wpcf7-list-item {
    float:left;
    clear:left;
    margin:2px 0;
}
span.maximum-per-hour span.wpcf7-list-item span {
    margin:0 0 0 5px;
}
#p25-eval-form-avg {
    float:right;
    position:relative;
    width:260px;
    margin:5px 0;
}
span.average-per-week span.wpcf7-list-item {
    float:left;
    clear:left;
    margin:2px 0;
}
span.average-per-week span.wpcf7-list-item span {
    margin:0 0 0 5px;
}
#p25-need-help {
    float:left;
    clear:left;
    margin:5px 0;
}
#p25-need-help span.wpcf7-list-item {
    position:relative;
    float:left;
    margin:5px 0;
}
#p25-add-me {
    float:left;
    clear:left;
    margin:5px;
}
#p25-add-me span.wpcf7-list-item {
    position:relative;
    float:left;
    margin:5px 0;
}
#p25-eval-form-add h3 {
    padding:0;
}
span.wpcf7-form-control-wrap input.wpcf7-file {
    background:none no-repeat scroll 0 0 #fff;
}

/* DEV CHG jcarousel style overrides in the skins subdirectory */
#p25-pmta-carousel {
    margin-bottom:15px;
}

/* Partner Page layout style */
#p25-partner-page-wrapper {
    position:relative;
    overflow:hidden;
    margin:0 0 15px 0;
}
#p25-partner-page-wrapper div img {
    width:125px;
}
#p25-partner-page-wrapper div {
    border:1px solid #transparent;
    margin:12px;
    height:100px;
    box-shadow:0 0 5px 3px #ccc;
    -moz-box-shadow:0 0 5px 3px #ccc;
    -webkit-box-shadow:0 0 5px 3px #ccc;
    -khtml-box-shadow:0 0 5px 3px #ccc;
}
#p25-partner-returnpath {
    position:relative;
    float:left;
}
#p25-partner-returnpath img {
    padding:20px 5px 0 5px;
}
#p25-partner-unica {
    position:relative;
    float:left;
    padding:0 4px;
}
#p25-partner-unica img {
    padding:20px 0 0 0;
}
#p25-partner-whatcounts {
    position:relative;
    float:left;
}
#p25-partner-whatcounts img {
    padding:10px 0 0 0;
}
#p25-partner-activecampaign {
    position:relative;
    float:left;
}
#p25-partner-activecampaign img {
    padding:30px 0 0 0;
}
#p25-partner-stormpost {
    position:relative;
    float:left;
    clear:left;
}
#p25-partner-stormpost img {
    padding:35px 5px 0 5px;
}
#p25-partner-infacta {
    position:relative;
    float:left;
}
#p25-partner-infacta img {
    padding:30px 5px 0 5px;
}
#p25-partner-suretymail {
    position:relative;
    float:left;
}
#p25-partner-suretymail img {
    padding:20px 0 0 0;
}
#p25-partner-postmastery {
    position:relative;
    float:left;
}
#p25-partner-postmastery img {
    padding:35px 0 0 0;
}
#p25-partner-dma {
    position:relative;
    float:left;
}
#p25-partner-dma img {
    padding:20px 5px 0 5px;
}
#p25-partner-eec {
    position:relative;
    float:left;
    padding:0 4px;
}
#p25-partner-eec img {
    padding:15px 0 0 0;
}
#p25-partner-espc {
    position:relative;
    float:left;
}
#p25-partner-espc img {
    padding:25px 0 0 0;
}
#p25-partner-maawg {
    position:relative;
    float:left;
}
#p25-partner-maawg img {
    padding:30px 0 0 0;
}

/* Client Testimonial Page */
#p25-testimonial-page-wrapper {
    position:relative;
    overflow:hidden;
    margin:0 0 15px 0;
}
#p25-testimonial-page-row {
    float:left;
}
#p25-testimonial-page-logo {
    float:left;
    width:145px;
    margin:15px 10px 0 0;
}
#p25-testimonial-page-text {
    float:left;
    width:550px;
    border-left:1px solid #999;
    margin-bottom:30px;
    padding-left:10px;
}
#p25-testimonial-page-row p {
    margin-bottom:10px;
}

/* SEO element styles */
#p25-breadcrumbs {
    margin-left:180px;
    height:10px;
    margin:0 auto;
    width:1000px;
}
#p25-breadcrumbs-line {
    left:180px;
    height:10px;
}
#p25-breadcrumbs-wrap {
    position:relative;
    top:-30px;/*top:-20px; DEV CHG: FOR NEW BREADCRUMB*/
    margin-left:180px;
    margin-top:16px;
    
    /* DEV CHG: NEW BREADCRUMB DESIGN STYLES START HERE */
    background:url("/wp-content/themes/port25/images/brc_bg_new.png") repeat-x scroll 0 0 #fff;
    border-left:2px solid #fff;
    border-right:2px solid #fff;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    height:20px;
}
p#breadcrumbs {
    padding:0 0 2px 0;
}

/* DEV CHG: NEW BREADCRUMB div p#breadcrumbs a, p#breadcrumbs img*/ #breadcrumbs a, #breadcrumbs img {
    color:#666;
    text-decoration:none;
    padding:0;
    vertical-align:top; /*DEV CHG: align new breadcrumb design*/
}
img#p25-eval-brc {
    position:relative;
    margin-bottom:-6px;
    margin-left:6px;
}

/* Social Media Icon Line */

#social_media_icons {
    margin: 5px 50px 20px;
}

div.page #social_media_icons {
    margin:5px 0;
    padding:5px 0;
}

/* DEV CHG Blog post style overrides */
.post {
}

.category-blog {
}

/* Page Specific Styles */

/* What Is PowerMTA? */
#imageswapperarea {
    background: url("images/imgswaphead.jpg") no-repeat scroll center top #919396;
    height: auto;
    padding-bottom: 15px;
    width: 495px;
    margin: 0 auto;
}

#imageswapperarea img {
    margin: 0;
}

.isa_title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 26px;
    padding-left: 15px;
}

.isa_txt {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    margin-top: 8px;
    padding-left: 12px;
}

.isa_txt a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
}

#swap_img {
    background: url("images/bullet0.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 370px;
    line-height: normal;
    margin-right: 15px;
    width: 230px;
}

#post-1566 #bandwidth_calc tbody {
    font-size:.65em;
}
#post-1566 #bandwidth_calc td {
    padding: .7em .7em;
}

/* Category Archive Styles */
div.cat-list-item {
    border-bottom: 1px solid #ccc;
    min-height:75px;
    margin:20px 0;
}
div.cat-featured-image {
    width:125px;
    display:inline;
    float:left;
}
div.cat-featured-image img {
    margin:0;
    padding:0;
    width:125px;
}
div.cat-list-date {
    margin:0 0 10px 175px;
}
div.cat-list-title {
    margin-left: 50px;
    display:inline;
}
div.cat-list-title a {
    text-decoration:none;
}
div.cat-list-title h3 {
    display:inline;
}
/* Press Releases */
div.pr-cat-list-item { /* for older IE browsers */
    /* min-height:40px; */
    padding:10px 0;
    background:#eee;
}
div.pr-cat-list-item:nth-child(2n+1) { /* CSS3 Compliant */
    /* min-height:40px; */
    padding:10px 0;
    background:#eee;
}
div.pr-cat-list-item:nth-child(2n+2) { /* CSS3 Compliant */
    /* min-height:40px; */
    padding:10px 0;
    background:#fff;
}
div.pr-cat-list-item:nth-child(2n+1):hover { /* CSS3 Compliant */
    /* min-height:40px; */
    padding:10px 0;
    background:#e8e8e8;
}
div.pr-cat-list-item:nth-child(2n+2):hover { /* CSS3 Compliant */
    /* min-height:40px; */
    padding:10px 0;
    background:#e8e8e8;
}
div.pr-cat-list-date {
    margin:0 5px;
    float:left;
    width:125px;
}
div.pr-cat-list-title {
    margin-left: 150px;
    color:#666;
}
div.pr-cat-list-title a {
    text-decoration:none;
    color:#666;
    padding-right:5px;
}
div.pr-cat-list-title a:hover {
    color:#8c1620;
}
/* In The News */
div.in-cat-list-item {
    border-bottom: 1px solid #ccc;
    min-height:40px;
    margin:20px 0;
}
div.in-cat-list-date {
    margin:0;
    float:left;
    width:125px;
}
div.in-cat-list-title {
    margin-left: 150px;
    color:#666;
}
div.in-cat-list-title a {
    text-decoration:none;
    color:#666;
}
div.in-cat-list-title a:hover {
    color:#8c1620;
}
/* Twitter Widget */
.widget_twitter h3 {
    border-bottom:1px solid #5d7d8b;
    font-weight:bold;
    font-style:normal;
}
/* Video Testimonials */
#video_container {
    margin:0 0 10px 180px;
    width:820px;
}
#video_content {
    background:none no-repeat scroll 0 0 #fff;
    border:1px solid #D8D8D8;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
}
#ip_header {
    background: url("/wp-content/themes/port25/images/hentry_bg.png") repeat-x scroll 0 0 #FFFFFF;
    border:1px solid #D8D8D8;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    width:769px;
    margin:0 0 5px 180px;
    color: #5D7D8B;
    font-family: Helvetica, Arial, san-serif;
    font-size: 26px;
    line-height: 80px;
    padding: 10px 0 10px 50px;
}
#ip_title {
    background:url("/wp-content/themes/port25/images/ip_logo.png") no-repeat scroll 350px transparent;
    height:80px;
}
div#ip_header div#ip_title h1.page-title {
    font-size:26px;
    line-height:80px;
}

/* Search Term Highlighting */
.search-excerpt {
    font-weight:bold;
    color:#990000;
}

/* Gallery Lightbox style override */
div#shDisplay div#shWrap img#shTopImg {
    border:none;
}
div#shDisplay div#shCount {
    display:none;
}
body.page-id-73 div#shDisplay, body.page-id-70 div#shDisplay {
    top:320px !important;
    left:93px;
}
body div#shShutter {
    top:100px;
    opacity:0.3;
}
/*Architecture Lightbox*/
body.page-id-17 div#shDisplay div#shWrap img#shTopImg {
    position:relative;
    top:150px;
    left:93px;
}
/*Bandwidth Calc Form*/
form.bw_calc_form {
    height:36px;
}
form.bw_calc_form br { /* fixes WP bug, which adds a phantom <br> before an <input> */
    display:none;
}
#bandwidth_calc_form {
    background:url('/wp-content/themes/port25/images/form_bg.jpg') no-repeat scroll 0 0 transparent;
    height:36px;
}
#bandwidth_calc_form div#text1 {
    position:absolute;
    margin:10px 0 0 3px;
    color:#fff;
    font-size:10px;
}
#bandwidth_calc_form div#bw_calc_size {
    position:absolute;
    margin: 8px 0 0 164px;
}
#bandwidth_calc_form div#bw_calc_size input {
    background:none;
    border:none;
    height:18px;
}
#bandwidth_calc_form div#text2 {
    position:absolute;
    margin:10px 0 0 312px;
    color:#fff;
    font-size:10px;
}
#bandwidth_calc_form div#bw_calc_speed {
    position:absolute;
    margin:8px 0 0 461px;
}
#bandwidth_calc_form div#bw_calc_speed input {
    background:none;
    border:none;
    height:18px;
}
#bandwidth_calc_form div#bw_submit {
    position:absolute;
    margin:6px 0 0 600px;
}
#bandwidth_table {
    width:720px;
    margin:20px 0 0 0;
}
div.bw-row-wh {
    height:30px;
}
div.bw-row-gr {
    height:30px;
    background:#ddd;
}
div.bw-row-head {
    height:44px;
    padding:2px 0 0 1px;
    background:url("/wp-content/themes/port25/images/calc_th_bg.jpg") no-repeat scroll 0 0 transparent;
    color:#fff;
}
div.bw-row-head div {
    float:left;
    width:69px;
    margin:0 1px;
    font-size:10px;
}
div.bw-row-wh div {
    float:left;
    width:70px;
    margin:0 1px;
    font-size:10px;
}
div.bw-row-gr div {
    float:left;
    width:70px;
    margin:0 1px;
    font-size:10px;
}
div.bw-row-wh br, div.bw-row-gr br, div.bw-row-head br {
    display:none;
}
/* DKIM Wizard Form */
#dkim_wizard_form {
    background:url('/wp-content/themes/port25/images/dkim_wiz_bg.png') repeat-x 0 0 transparent;
    height:109px;
    width:720px;
    margin:0 0 20px 0;
    border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    -khtml-border-radius:5px 5px 5px 5px;
}
#dkim_wizard_domain_input {
    float:left;
    width:207px;
    height:40px;
    padding:0 15px 5px 0;
    margin:5px 0 0 15px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
#dkim_wizard_domain_input div {
    background:url('/wp-content/themes/port25/images/dkim_textfield.png') no-repeat 0 0 transparent;
    margin:10px 0 0 0;
}
#dkim_wizard_domain_input input {
    background:none;
    border:none;
    margin:2px 0 0 8px;
    width: 190px;
}
#dkim_wizard_domain_selector {
    float:left;
    clear:left;
    width:207px;
    height:22px;
    background:url('/wp-content/themes/port25/images/dkim_textfield.png') no-repeat 0 5px transparent;
    padding:5px 0 5px 15px;
    margin:0 0 0 15px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
#dkim_wizard_domain_selector input {
    background:none;
    border:none;
    margin:2px 0 0 -5px;
    width: 190px;
}
#dkim_wizard_domain_keysize {
    float:left;
    clear:left;
    padding:5px 20px 0 10px;
    border-right:1px solid #fff;
    width:207px;
    color:#fff;
}
#dkim_wizard_domain_keysize input {
    background:transparent;
}
#dkim_wizard_domain_keysize br {
    display:none;
}
#dkim_wizard_submit {
    margin:0 0 50px 0;
}
/* Press Release subnav */
#dc_jqaccordion_widget-8 {
    margin:0 0 20px 0;
}
/* Press Release Archive */
#wp-category-archive-3 {
    border:solid 1px #fff;
    margin:0 0 20px 0;
    background:url("/wp-content/themes/port25/images/hentry_bg.png") repeat-x scroll 0 0 #FFFFFF;
    border-radius:5px 5px 5px 5px;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    -khtml-border-radius:5px 5px 5px 5px;
}
#wp-category-archive-3 h3 {
    color:#666;
    font-style:normal;
    font-weight:bold;
    font-size:0.8em;
    text-transform:uppercase;
    padding:10px 5px;
    border-bottom:#fff;
}
#wp-category-archive-3 ul {
    margin:0;
}
#wp-category-archive-3 ul li {
    width:171px;
    padding:0;
}
#wp-category-archive-3 a {
    
    background:url("/wp-content/themes/port25/images/bg_clean.png") repeat-x scroll center top #FFFFFF;
    color:#666;
    display:block;
    font-style:normal;
    font-weight:bold;
    font-size:0.8em;
    text-transform:uppercase;
    padding:10px 0 10px 15px;
    text-decoration:none;
}
#wp-category-archive-3 a:hover {
    
    background:none repeat-x scroll center top #eee;
}
#wp-category-archive-3 a:hover {
    color:#8c1620;
}
/* Top Ten Popular Posts Widget */
#widget_tptn_pop {
    margin:0 0 20px 0;
}
#widget_tptn_pop h3 {
    color:#5D7D8B; /* #9fbcca; */
    font-style:normal;
    font-weight:bold;
    font-size:0.85em;
    font-family: Helvetica, Arial, san-serif;
    text-transform:uppercase;
    padding:10px 0;
    border-bottom:1px solid #aaa;
    margin:0 5px;
}
#widget_tptn_pop ul {
    margin: 0 5px 12px 15px;
}
#widget_tptn_pop ul li {
    border-bottom:1px solid #aaa;
}
#widget_tptn_pop ul li:hover {
    background:#ececec;
}
#widget_tptn_pop a {
    color:#666;
    font-style:normal;
    font-weight:normal;
    font-size:0.9em;
    text-decoration:none;
}
#widget_tptn_pop-2 a:hover {
    color:#000; /* #8c1620; */
}
#widget_tptn_pop-2 li:hover a {
    color:#000; /* #8c1620; */
}

#widget_tptn_pop-2 {
    margin:0 0 20px 0;
}
#widget_tptn_pop-2 h3 {
    color:#5D7D8B; /* #9fbcca; */
    font-style:normal;
    font-weight:bold;
    font-size:0.85em;
    font-family:Helvetica,Arial,san-serif;
    text-transform:uppercase;
    padding:10px 0;
    border-bottom:1px solid #aaa;
    margin:0 5px;
}
#widget_tptn_pop-2 ul {
    margin: 0 5px 12px 15px;
}
#widget_tptn_pop-2 ul li {
    border-bottom:1px solid #aaa;
}
#widget_tptn_pop-2 ul li:hover {
    background:#ececec;
}
#widget_tptn_pop-2 a {
    color:#666;
    font-style:normal;
    font-weight:normal;
    font-size:0.9em;
    text-decoration:none;
}
#widget_tptn_pop-2 a:hover {
    color:#000; /* #8c1620; */
}
#widget_tptn_pop-2 li:hover a {
    color:#000; /* #8c1620; */
}
#rapid-twitter-2 a:hover {
    color:#000; /* #8c1620; */
}
#rapid-twitter-2 li:hover a {
    color:#000; /* #8c1620; */
}

#rapid-twitter-2 {
    margin:0 0 20px 0;
}
#rapid-twitter-2 h3 {
    color:#5D7D8B; /* #9fbcca; */
    font-style:normal;
    font-weight:bold;
    font-size:0.85em;
    font-family:Helvetica,Arial,san-serif;
    text-transform:uppercase;
    padding:10px 0;
    border-bottom:1px solid #aaa;
    margin:0 5px;
}
#rapid-twitter-2 h3 a {
  font-size: 0.9em;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  color: #5d7d88;
  font-family: Helvetica,Arial,san-serif
}
#rapid-twitter-2 ul {
    margin: 0 5px 12px 15px;
}
#rapid-twitter-2 ul li {
    border-bottom:1px solid #aaa;
}
#rapid-twitter-2 ul li:hover {
    background:#ececec;
}
#rapid-twitter-2 a {
    color:#666;
    font-style:normal;
    font-weight:normal;
    font-size:0.9em;
    text-decoration:none;
}
#rapid-twitter-2 a:hover {
    color:#000; /* #8c1620; */
}
#rapid-twitter-2 li:hover a {
    color:#000; /* #8c1620; */
}
.tweet__link, .tweet__mention {
    color: #2ADCF7 !important;
}
#categories-2 h3 {
    color:#5D7D8B; /* #9fbcca; */
    font-style:normal;
    font-weight:bold;
    font-size:0.85em;
    font-family:Helvetica,Arial,san-serif;
    text-transform:uppercase;
    padding:10px 0;
    border-bottom:1px solid #aaa;
    margin:0 5px;
}
#categories-2 select {
    float:right;
    margin:5px 5px 12px 15px;
    width:140px;
}
#wp-category-archive-5 {
    margin:0 0 20px;
}
#wp-category-archive-5 h3 {
    color:#5D7D8B; /* #9fbcca; */
    font-style:normal;
    font-weight:bold;
    font-size:0.85em;
    font-family:Helvetica,Arial,san-serif;
    padding:10px 0;
    text-transform:uppercase;
    padding:10px 0;
    border-bottom:1px solid #aaa;
    margin:0 5px;
}
#wp-category-archive-5 select {
    float:right;
    margin:5px 5px 12px 15px;
}
#twitter-follow-sidebar {
    display:visible;
}
div.twitter-follow-account {
    position:relative;
    margin:9px;
}
#twitter-4 h3 {
    color:#5D7D8B; /* #9fbcca; */
    font-style:normal;
    font-weight:bold;
    font-size:0.85em;
    text-transform:uppercase;
    padding:10px 0;
    border-bottom:1px solid #aaa;
    margin:0 5px;
}
#twitter-4 a {
    color:#666;
    font-size:0.8em;
    font-style:normal;
    font-weight:normal;
    text-decoration:none;
}
#twitter-4 h3 a {
    color:#5D7D8B; /* #9FBCCA; */
    font-size:1em;
    font-weight:bold;
    font-family:Helvetica,Arial,san-serif;
}
#twitter-4 h3 a:hover {
    color:#8c1620;
}
#twitter-4 ul {
    margin: 0 5px 12px 15px;
}
#twitter-4 ul li {
    border-bottom:1px solid #AAAAAA;
    font-size:0.9em;
}
#twitter-4 ul li:hover {
    background:#ececec;
    color:#000;
}
#twitter-4 ul.tweets li a {
    color:#8c1620;
    font-size:0.9em;
}
#social-widget-3 {
    margin:10px 0 20px;
}
#social-widget-3 h3 {
    padding:0 0 0 10px;
    color:#5D7D8B; /* #9fbcca; */
    font-size:0.85em;
    font-style:normal;
    font-weight:bold;
    font-family:Helvetica,Arial,san-serif;
    text-transform:uppercase;
}
/* MAAWG Paris 2011 iPad Giveaway */
#post-2382 {
    background:url("/wp-content/themes/port25/images/maawg_paris_2011_form.jpg") no-repeat scroll 0 0 #ebebeb;
    width:1024px;
    height:768px;
    border:none;
    padding-bottom:0;
    margin-bottom:0;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    -khtml-border-radius:0;
}
#post-2382 h1.entry-title {
    display:none;
}
#post-2382 div#social_media_icons {
    display:none;
}
body.page-id-2382 {
    background:#ccc;
    min-width:1024px;
}
body.page-id-2382 #header {
    display:none;
}
body.page-id-2382 #main {
    background:none;
    padding:0;
    width:1024px;
}
body.page-id-2382 #container {
    width:1024px;
}
body.page-id-2382 #primary {
    display:none;
}
body.page-id-2382 #footer {
    display:none;
}
body.page-id-2382 #content {
    width:1024px;
    margin:0;
}
#post-2382-entry-form {
    position:relative;
    top:361px;
    left:206px;
}
#post-2382-entry-form p br {
    display:none;
}
#post-2382-entry-form span.first-name {
    border:none;
    display:block;
    height:18px;
}
#post-2382-entry-form span.first-name input {
    background:none;
    border:none;
    height:18px;
    width:220px;
    -webkit-appearance:none;
}
#post-2382-entry-form span.last-name {
    top:11px;
    display:block;
    height:18px;
}
#post-2382-entry-form span.last-name input {
    background:none;
    border:none;
    height:18px;
    width:220px;
    -webkit-appearance:none;
}
#post-2382-entry-form span.company-url {
    top:22px;
    display:block;
    height:18px;
}
#post-2382-entry-form span.company-url input {
    background:none;
    border:none;
    height:18px;
    width:220px;
    -webkit-appearance:none;
}
#post-2382-entry-form span.email {
    top:33px;
    display:block;
    height:18px;
}
#post-2382-entry-form span.email input {
    background:none;
    border:none;
    height:18px;
    width:220px;
    -webkit-appearance:none;
}
#post-2382-entry-form span.wpcf7_submit_btn input.dl-submit {
    position:relative;
    top:44px;
    background:none no-repeat scroll 0 0 transparent;
    border:none;
    width:110px;
    height:30px;
    color:transparent;
    padding:0;
}
#post-2382-entry-form div.wpcf7-response-output {
    background:#fff;
    border:1px solid red;
    position:relative;
    top:5px;
    left:305px;
    width:400px;
}
#post-2382-entry-form span.wpcf7-not-valid-tip {
    background:#fff;
    border:1px solid red;
    position:relative;
    top:0;
    left:88px;
    width:400px;
}
div.error404 {
    margin-bottom:5px;
    padding:0 0 22px 0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border:1px solid #d8d8d8;
    background:url("/wp-content/themes/port25/images/hentry_bg.png") repeat-x scroll 0 0 #fff;
    min-height:500px;
}
#error404-searchform {
    padding: 22px 50px 7px;
}

#key-label {
    margin-left: 5px;
    margin-bottom: -5px;
    font-weight: bold;
}

#key-container {
    border: 1px dashed blue;
    margin: 5px;
    padding: 10px;
}

.code {
    display: inline-block;
    font-family: "Courier New", monospace;
}

.wrap {
    width: 100%;
    word-wrap: break-word;
    border-top: 1px dashed blue;
    margin-top: 5px;
    padding-top: 5px;
}

/* For Support resources page www.port25.com/?p=6419 */
#post-6419 h2 {
  padding-top: 10px;
}
#post-6419 ul {
  margin: 0px 0px 22px;
}
#post-6419 li {
  list-style: none;
}
#post-6419 li a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  background-color: #749CAC;
  padding: 10px;
  margin-bottom: 10px;
}
#post-6419 li a:before {
    content: '\25B6';
    margin-right: 10px;
    background-color: #BACED6;
    color: #F1F5F7;
    padding: 2px 0px 0px 2px;
    border-radius: 50%;
    font-size: 12px;
    height: 20px;
    width: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
}
#post-6419 li:last-child {
    padding-bottom: 0;
}
#post-6419 li:last-child a {
    margin-bottom: 0;
}
#post-6419 .twocol {
    width: 48%;
    float: left;
    margin-right: 4%;
}
#post-6419 .twocol + .twocol {
  margin-right: 0;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* Sparkpost Outbound Link */

div#page-bottom.aside {
    background-color: white;
}

#sparkpost {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

#sparkpost a {
    color: black;
    text-decoration: none;
    display: table;
}
      
#sparkpost span {
    vertical-align: middle;
    display: table-cell;
}

#sparkpost span:nth-child(2) {
    position: relative;
    right: 25px;
    bottom: 10px;
}
      
#sparkpost span:nth-child(1), #sparkpost span:nth-child(4) {
    padding-right: 1px;
}

#sparkpost span:nth-child(4) {
    width: 110px;
}
      
#sparkpost span:nth-child(4) span {
    background: -moz-linear-gradient(top, rgba(250,100,35,1) 0%, rgba(250,112,52,0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,100,35,1)), color-stop(100%,rgba(250,112,52,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(250,100,35,1) 0%,rgba(250,112,52,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(250,100,35,1) 0%,rgba(250,112,52,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(250,100,35,1) 0%,rgba(250,112,52,0.5) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(250,100,35,1) 0%,rgba(250,112,52,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa6423', endColorstr='#80fa7034',GradientType=0 ); /* IE6-9 */
    color: white;
    padding: 10px 10px 10px 18px;
    border: 1px solid grey;
}

#sparkpost span.play {
    position: relative;
    height: 25px;
    width: 25px;
    border-radius: 40px;
    border: 1px solid grey;
    background: white;
    display: inline-block;
    top: 8px;
    right: -14px;
}

#sparkpost span.play:after {
    content:"";
    border-style: solid;
    border-width: 5px 0 5px 9px;
    border-color: transparent transparent transparent #fa6423;
    position: absolute;
    top: 7px;
    right: 6px
}