html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,  pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family: Helvetica, sans-serif;
    line-height: 1.3;
}

/*ol, ul {
    list-style: none;
}*/

/* ul {
    list-style: none;
} */

#main-content ol, #main-content  ul, #main-content  li{
	/*list-style: disc;*/
	margin: 1em;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

/* start of site styles */
h1 {
    font-size: 22px;
    margin-bottom: 10px;
}
h2 {
    font-size: 17px;;
    padding-bottom: 0.25em;
}

p {
    margin-bottom: 1em;
}

a:link, a:visited {
    color: #007AA4;
    font-weight: bold;
    text-decoration: none;
}

.header {
    color: #4d4d4d;
    font-size: 3em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    margin-left: -2px;
    padding-bottom: 0.25em;
}

.subheader {
    font-size: 1.5em;
    font-weight: bold;
    padding-top: 0.3em;
    padding-bottom: 0.2em;
}

.subheader-blog {
    background: url(/siteimages/horizontal_divider_wide.gif) no-repeat center bottom;
    color: #808080;
    font-size: 1.5em;
    padding-bottom: 2em;
}

.header.small {
    font-size: 2em;
}

.read-more {
    font-size: 0.9em;
}

#content-container a:hover, #content-container a:focus, #footer a:hover, #footer a:focus {
    text-decoration: underline;
}

#masthead, #nav, #content-container {
    width: 980px;
}


#content-container {
    font-size: 0.75em;
    margin-top: 3em;
    overflow: hidden;
}

#masthead {
    background: url(/siteimages/ubiquity_logo.png) no-repeat;
    padding: 37px 0 0 42px;
    width: 940px;
    height: 118px;
}

#masthead #site-search {
    float: right;
    margin-right: 2em;
    margin-top: -1em;
}

#masthead #site-search .text {
    background: url(/siteimages/bg_search_input.png) no-repeat;
    border: 0;
    float: left;
    margin-right: 5px;
    padding: 0 8px;
    width: 171px;
    height: 18px;
}

#masthead #site-search .search-input {
    background: url(/siteimages/search_button.png) no-repeat;
    border: 0;
    display: block;
    float: left;
    text-indent: -999em;
    width: 24px;
    height: 20px;
    /* makes button text transparent for IE */
    color: transparent;
    text-transform: uppercase;
}

#masthead .home {
    display: block;
    width: 91px;
    height: 101px;
}

#nav-wrapper {
    background: #4d4d4d;
    width: 100%;
}

#nav {
    *margin: 0;
}

#nav li, #nav a {
    float: left;
    position: relative;
}

#nav li:hover .dropdown {
    display: block;
    left: 0;
}

#nav a {
    background-image: url(/siteimages/blue_dot.png);
    background-position: center 28px;
    background-repeat: no-repeat;
    color: #fff;
    font: 0.75em Arial, sans-serif;
    padding: 12px 0 20px;
    text-align: center;
    text-decoration: none;
    width: 122px;
}

#nav a.last {
    width: 126px;
}

#nav a:hover, #nav a:focus, #nav a.active {
    background-color: #000;
    background-image: url(/siteimages/orange_dot.png);
}

#nav .dropdown {
    position: absolute;
    left: -100000px;
    padding-top: 2px;
    top: 46px;
    text-align: left;
}

#nav .dropdown img {
    display: inline-block;
    position: relative;
    left: 52px;
}

#nav .dropdown-links {
    background: #e6e6e6;
    border: 3px solid #ccc;
    font-size: 0.85em;
    margin-top: -3px;
    *margin-top: -7px;
    padding: 8px 12px;
    width: 220px;
}

#nav .ubiquity-link:hover .dropdown {
    left: -122px;
}

#nav .ubiquity-link .dropdown img {
    left: 176px;
}

#nav .dropdown-links li, #nav .dropdown-links a {
    background: 0;
    color: #333;
    float: none;
    font-weight: normal;
    text-align: left;
}

#nav .dropdown-links a:hover, #nav .dropdown-links a:focus {
    color: #0d93cf;
    text-decoration: underline;
}

.col1 {
    color: #333;
    float: left;
    padding: 0 10px;
    width: 275px;
}
.col1side {
    color: #333;
    float: left;
    padding: 0 10px;
    /*width: 293px;*/
    width:100%;
}
.col2 {
    background: url(/siteimages/column_divider.png) no-repeat;
    float: left;
    min-height: 700px;
    padding-left: 30px;
    width: 620px;
}

.col1 .horizontal-divider {
    padding: 1em 0 0;
    text-align: center;
}

.col1 .meta, .col2 .meta {
    line-height: 1.5;
}

.col2 .meta {
    padding-bottom: 0.5em;
}

.col1 .month, .col2 .month {
    font-size: 0.9em;
}

.editor-quote {
    background: url(/siteimages/horizontal_divider.gif) no-repeat 3em bottom;
    margin-bottom: 1em;
    overflow: hidden;
    padding: 1em 0 2em;
}

.editor-quote .profile-image {
    float: left;
    margin-right: 10px;
}

/*
.editor-quote div {
    float: right;
    width: 150px;
}
*/

.editor-quote q {
    display: block;
    font-size: 1.2em;
    margin-bottom: 0.25em;
}

#interview-list-view .category {
    color: #f6921e;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}


.category {
    color: #f6921e;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    padding-bottom: 0.25em;
    text-transform: uppercase;
}

#editors-list li {
    padding-bottom: 0.25em;
}

#editors-list .title {
    color: #808080;
    font-size: 0.9em;
    text-transform: uppercase;
}

#currentissue {
	width: 520px;
}

/* email alerts module */
.email-alerts {
    background: url(/siteimages/bg_email_alerts2.png);
    border-radius: 10px;
    margin: 5px 0 8px;
    padding: 14px 20px;
    width: 240px;
    /* height: 98px; */
    /*display: none;*/
}

#email-alerts-signup{
    padding: 1em 0;
}

#email-alerts-signup .text {
    background: url(/siteimages/bg_email_field.png) no-repeat;
    border: 0;
    padding: 0 8px;
    width: 230px;
    height: 21px;
}

#blog-search-form .text {
    background: url(/siteimages/bg_blog_search_field.png) no-repeat;
    border: 0;
    margin-top: 6px;
    padding: 0 8px;
    width: 225px;
    height: 24px;
}

#email-alerts-signup .submit, #blog-search-form .submit {
    background: 0;
    border: 0;
    cursor: pointer;
    color: #075faa;
    display: block;
    font-size: 1em;
    font-weight: bold;
    margin: 8px 0 0 2px;
    padding: 0;
    text-align: left;
}

.browse-options {
    margin-bottom: 1.5em;
}

.browse-options a {
    background: url(/siteimages/bg_blue_bar.png) no-repeat;
    color: #fff !important;
    display: block;
    margin-bottom: .75em;
    padding: 6px 0 0 30px;
    width: 248px;
    height: 19px;
}

.browse-options a:hover, .browse-options a:focus {
    background-position: 0 -33px;
    text-decoration: none !important;
}

#user-actions li {
    float: left;
    margin-left: 3px;
}

#user-actions .first {
    margin: 0;
}

#user-actions li a {
    background-image: url(/siteimages/buttons.png);
    background-repeat: no-repeat;
    float: left;
    font-size: 0.8em;
    text-align: center;
    text-indent: -999em;
    width: 66px;
    height: 71px;
}

#user-actions .first {
    margin: 0;
}

#user-actions .add-website {
    background-position: 0 0;
}

#user-actions .rss {
    background-position: -72px 0;
}

#user-actions .feedback {
    background-position: -144px 0;
}

#user-actions .print {
    background-position: -216px 0;
}

#user-actions .add-website:hover, #user-actions .add-website:focus {
    background-position: 0 -77px;
}

#user-actions .rss:hover, #user-actions .rss:focus {
    background-position: -72px -77px;
}

#user-actions .feedback:hover, #user-actions .feedback:focus {
    background-position: -144px -77px;
}

#user-actions .print:hover, #user-actions .print:focus {
    background-position: -216px -77px;
}

#footer {
    border-top: 1px solid #d1d1d1;
    clear: both;
    font-size: 0.65em;
    margin: 1em 0 1em;
    padding: 1.5em 0 0 1em;
    width: 980px;
}

#footer li, #footer a {
    float: left;
}

#footer a {
    border-left: 2px solid #c1c1c1;
    padding: 0.2em 1em 0;
}

#footer .first {
    border: 0;
    padding-left: 0;
}

#footer p {
    color: #c1c1c1;
    padding-top: 1em;
}

/* interviews page */
#interviews-by-year {
    overflow: hidden;
    /* padding: 0 0 2em; */
}

#interviews-by-year li {
    padding-right: 0.5em;
    float: left;
}

#interviews-by-year a {
    background: url(/siteimages/blue_oval.png) no-repeat;
    color: #fff;
    float: left;
    font-size: 0.8em;
    padding-left: 1px;
    padding-top: 7px;
    text-align: center;
    width: 33px;
    height: 26px;
}

#interviews-by-year .view-all {
    background: none;
    color: #0d93cf;
    width: 70px;
}

.interviews-list {
    float: left;
    width: 560px;
}

.interview {
    margin-bottom: 2em;
    overflow: hidden;
}

.article-page .interview {
    margin: 0;
}

.interview h2 a {
    font-weight: normal;
}

.interview-title {
    font-weight: normal;
    text-transform: uppercase;
}

.interview .interview-profile-pic {
    float: left;
    margin-right: 15px;
}

.interview .meta, #editors-list .meta {
    color: #4d4d4d;
    margin: 0;
}

.interview.blog .month {
    color: #4d4d4d;
    font-size: 1em;
}

.interview .blog-title {
    font-size: 1.6em;
    font-weight: normal;
}

.interview .interview-meta .divider {
    padding: 0 0.2em 0 0.3em;
}

.interview .interview-meta .meta a {
    text-transform: uppercase;
}

.interview .interview-content {
    clear: both;
    padding-top: 2em;
}

.interview .interview-content p {
    line-height: 1.5;
    margin-bottom: 1.75em;
}

.interview .optional-formats {
    float: left;
    padding-top: 0.5em;
    width: 100%;
}

.interview .optional-formats a {
    font-weight: normal;
    padding: 0 0.2em;
}

/* comments section */
.toggle-comments {
    margin: 0;
}

#comments-container {
    margin-top: 1em;
}

#comments {
    border-bottom: 2px solid #b3b3b3;
    border-top: 2px solid #b3b3b3;
    padding: 1.5em 0 1em;
}

#comments .comment {
    padding-top: 2em;
}

#comments .comment.first {
    padding: 0;
}

#comments .comment p {
    margin-bottom: 0.5em;
}

#comments .comment .meta {
    font-style: italic;
    margin: 0;
    padding: 0;
}

#comment-form {
    padding-top: 1.5em;
}

#comment-form label {
    display: block;
    padding: 0 0 0.25em;
}

#comment-form .text, #comment-form .textarea {
    background: url(/siteimages/bg_comment_field.png) repeat-x;
    border: 1px solid #808080;
    padding: 5px;
    width: 300px;
}

#comment-form .textarea {
    overflow: auto;
    width: 607px;
}

#editors-list .meta {
    padding-bottom: 0.2em;
}

.interview .interview-text {
    float: left;
    width: 400px;
}

.share-tools {
    float: left;
    padding: 0.5em 0 0;
}

.share-tools .general-share a {
    background: url(/siteimages/icons/share_icon.gif) no-repeat;
    color: #115bb5;
    padding: 1px 5px 0 20px;
    vertical-align: middle;
}

.share-tools li {
    float: left;
    padding: 0.15em;
}

.article-options {
    float: left;
    padding: 0.75em 0 0 5em;
}

.article-options li {
    float: left;
}

.article-options a {
    float: left;
    font-size: 0.8em;
    height: 16px;
    padding: 3px 20px 0 26px;
}

.article-options .print {
    background: url(/siteimages/icons/icon_print.png) no-repeat;
}

.article-options .comment-option {
    background: url(/siteimages/icons/icon_comment.png) no-repeat;
}

.company-info-links {
    padding-bottom: 2em;
    width: 100%;
}

.company-info-links li, .company-info-links a {
    float: left;
}

.company-info-links a {
    font-size: 0.9em;
    padding: 0 0.25em 0.25em;
}

.company-info-links .nospace {
    padding-left: 0;
}

.grey-box {
    margin: 1em 0;
}

.grey-box .category-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 0.25em;
}

.grey-box ul {
    color: #0d93cf;
    list-style-type: disc;
    margin-left: 1.25em;
}

.grey-box a {
    font-weight: normal;
}
.summary {color: #007AA4}
.box {
    background: url(/siteimages/box_bg.gif) repeat-y;
    padding: 0 15px;
    width: 251px;
}
.content-right{
    color: #333;
    float: left;
    width: 682px;
}
.content-right .savvycontentobjectbuttons{
    clear: both;
}
.item{
    width: 318px;
    padding: 0 10px;
    float: left;
}
.bg-grey{
    overflow-y: hidden;
    border-radius: 10px;
    background: url(/siteimages/bg_email_alerts2.png);
    padding-top: 8px;
    width: 280px;
	margin-bottom: 8px;
}
.bg-grey > .item{
    width: 260px;
}

.outer-container{
	margin: 0 auto; 
	position:relative; 
	width:980px;
}
.st-default-search-input {
    float: right;
    margin-right: 1em;
    margin-top: -2em;
    width: 171px;
    height: 14px;
    webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.st-ui-type-heading { color: #007AA4 !important; }

#user-actions {margin-top: 100px; !important;}
