/*
  Theme Name: Intel 2015
  Theme URI: http://www.herodigital.com
  Description: Intel 2015 WordPress Theme
  Author: Hero Digital
  Author URI: http://www.herodigital.com
  Version: 1.0
  Tags:

  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
  Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/*! normalize.css v1.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/* IWS-21 */
#recode50footer
{ float: left; }

/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 80%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    /* INTELC-1552 font-family: "neo-sans-intel","tahoma","helvetica",sans-serif;*/
    font-family: intel-clear,"tahoma","helvetica",sans-serif;
    font-weight: normal;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
  font-size: 1.2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.2em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.2em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

em {
   /* INTELC-1552 font-family: "neo-sans-intel-italic","tahoma","helvetica",sans-serif;*/
   font-family: intel-clear,"tahoma","helvetica",sans-serif;
   font-weight:normal;
   font-style:italic;
}

strong {
   /* INTELC-1552 font-family: "neo-sans-intel-bold","tahoma","helvetica",sans-serif;*/
   font-family: intel-clear,"tahoma","helvetica",sans-serif;
   font-weight:normal;
   font-style:bold;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: intel-clear,monospace, serif;
    _font-family: intel-clear,'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

/*
 * Addresses margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 0;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

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

/*
 * Corrects margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*! main.css  */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* #wpadminbar { display:none; } */ /* hide wordpress top of page navigation, restored by popular request */

body {
  font: "tahoma","helvetica",sans-serif;
  color:#808080;
  background: white;
  /*background: #e7eaef url("images/background.png") repeat-x 0 65px;
  background: -moz-linear-gradient(top,  #e7eaef 0%, #ffffff 73%); /* FF3.6+ */
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7eaef), color-stop(73%,#ffffff)); /* Chrome,Safari4+ */
/*   background: -webkit-linear-gradient(top,  #e7eaef 0%,#ffffff 73%); /* Chrome10+,Safari5.1+ */
/*   background: -o-linear-gradient(top,  #e7eaef 0%,#ffffff 73%); /* Opera 11.10+ */
/*   background: -ms-linear-gradient(top,  #e7eaef 0%,#ffffff 73%); /* IE10+ */
  /* background: linear-gradient(to bottom,  #e7eaef 0%,#ffffff 73%); /* W3C */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eaef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  */
}

#page a:link,
#page a:visited {
  text-decoration: none;
  color: #3089c5;
}

#page a:hover {
  color:#3b60af;
}

#page {
  width: 960px;
  margin: 10px auto 37px;
}

.banner {
  position: relative;
  margin-top: 20px;
}

.blog-title {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #f2f2f2;
}

#page .blog-title a:link,
#page .blog-title a:visited {
  color: #f2f2f2;
}

#content {
  background: #fff;
}

#container {
  overflow: hidden;
  clear: both;
}

/* Colors Scheme */
.blue {
  color:#3089c5;
}

.gray-medium {
  color:#808080;
}

/* Typography */
.section-title {
  color: #808080;
  font-size:1.2em;
  margin:0;
  padding:0 0 20px;
}

.avatar-container {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.entry-title {
  color: #3089c5;
  font-size:1.2em;
  margin: 0;
}

.entry-meta {
}

.entry-content {
  float: left;
  width: 100%;
}

.entry-summary {
  margin-top: 20px;
}

.entry-content ul,
.comments-container ul {
  padding-left: 1.25em;
}

.entry-content ol,
.comments-container ol {
  padding-left: 1.5em;
}

.entry-utility {
  display: block;
  clear:both;
}

/* Post and Comment Typography */

blockquote {
  padding: 5px 30px;
  border-left: 5px solid #E9E9E9;
  margin: 15px 0;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eeeeee',GradientType=0 );
}

blockquote blockquote {
  border-left:5px solid #E9E9E9;
}

.pingback {
    padding: 1em 40px;
  border:1px solid #E9E9E9;
  margin:0 0 20px;
  background: #EFEFEF;
}

#content .form-allowed-tags code {
  background: none;
  border: none;
  color: #808080;
  padding: 0;
}

/***** Archive Page ********************/

#content .archive-page {
  float: left;
  width: 50%; /* all browsers */
        width: 48%\9; /* IE8 and below */
        *width: 48%; /* IE7 and below */
  padding: 20px 0 20px 0;
  }

/* Image Gallery */

dl.gallery-item {
  display: inline-block;
  vertical-align: top;
  width:150px;
  margin-right:20px;
}

dl.gallery-item dd {
  margin: 1em 0 0 0;
  font-style: italic;
}

/* Header */
#utilities-container {
  overflow:hidden;
  padding-top:21px;
  margin-bottom:-13px;
}

ul#nav-minor {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
  font-size:.9em;
}

ul#nav-minor li {
  display:inline-block;
  *display: inline;
  *zoom: 1;
  margin-right:20px;
}

ul#nav-tags {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size:.9em;
  float: left;
  max-width: 490px;
}

ul#nav-tags li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ul#social {
  list-style-type:none;
  padding:0;
  margin:0;
  float:right;

}

ul#social li {
  display:inline-block;
  *display: inline;
  *zoom: 1;
  margin-left:3px;
  width:13px;
  height:13px;
}

ul#social li a {
  display:inline-block;
  *display: inline;
  *zoom: 1;
  width:13px;
  height:13px;
  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

ul#social li.print {
  background: url("images/icons.png") -50px 0;
}

ul#social li.facebook {
  background: url("images/icons.png") -113px 0;
}

ul#social li.linkedin {
  background: url("images/icons.png") -176px 0;
}

ul#social li.twitter {
  background: url("images/icons.png") -239px 0;
}

ul#social li.add {
  background: url("images/icons.png") -302px 0;
}

.wpfblike { /* removing the "Like" button from blogs.intel.com/about/ pages */
  display: none;
}

/* Main Nav */
#nav {
  height: 55px;
  padding: 0px 5px 2px 30px;
  background: url("images/nav-background.png") repeat-x bottom #fff;
}

#nav #tabs {
  position: relative;
  display: block;
  border-left: 1px solid #f0f0f0;
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}

#nav #tabs li {
  display: block;
  width: auto;
  height: 42px;
  position: relative;
  float: left;
  white-space: nowrap;
}
#nav #tabs li a, #nav #tabs li a:link {
  color: #9a9a9a;
  font-size: 1.2em;
  font-weight: bold\9;
  display: block;
  padding: 0 20px;
}
#nav #tabs li a:visited {
  color:#9a9a9a;
}
#nav #tabs li a:hover {
  color:#747679;
}

#nav #tabs li.current_page_item {
background: url("images/nav-active.png") no-repeat center bottom;
}
#nav #tabs li.current_page_item a {
  color: #3089c5;
}

/* Bottom Nav */
#nav#nav-below {
  background: none;
  padding: 0 0 0 0;
}

/* Main Nav Dropdown */
#globalnavform {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-top:15px;
  float:left;
}

form#globalnavform option {
  margin:2px 0;
}

form#globalnavform {
  font-size:.75em;
  color:#808080;
}

form#globalnavform select {
  width:225px;
  padding:2px 0;
}

/* Assistive text */
.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
a.assistive-text:active,
a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}

/* Header Breadcrumbs */
#nav#nav-above {
  height: 30px;
  padding: 0 0 0 0;
  margin: 20px 0 0;
  background: none;
  overflow: hidden;
}

.previous-post {
  float: left;
}

.next-post {
  float: right;
}

/* Content Container */
.section-title {
  margin: 0 30px 0;
}

/* Content Container */
.content-container {
  overflow: hidden;
  margin: 0 30px 20px;
}

/* Featured Content */
.featured {
  clear: both;
  margin-bottom: 25px;
}

.featured article {
  margin-top:25px;
  padding-bottom:20px;
}

.featured article:first-child {
  margin-top: 0;
}

.blog-thumbnail img {
  float:left;
  margin:0 20px 20px 0;
  border:0;
}

/* Recent Content */
.recent {
  clear: both;
}

.section-title.recent {
  border-bottom:1px solid #e9e9e9;
}

.recent article {
  padding-top: 20px;
  padding-bottom: 20px;
}

.recent article + article {
  border-top: 1px solid #e9e9e9;
}

/* Main Content (Loop) */
#main {
  width: 715px;
  float: left;
  margin: 20px 0;
}

#main article {
  clear: both;
}

form#sort {
  float:right;
  font-size:.75em;
  color:#808080;
  margin-right:35px;
}

form#sort select {
  padding:2px 0;
}

form#sort option {
  margin:2px 0;
}

/* Sidebar Top */
#sidebar-top .sidebar-widgets {
  border: 0;
}
#sidebar-top .sidebar-widgets > li {
  background: transparent;
  border: 0;
  padding: 0 20px;
}

/* Sidebar */
#sidebar {
  width: 210px;
  float: right;
  background: #F7F7F7;
  margin: 20px 35px 20px 0px;

}

.sidebar-header,
.sidebar-footer {
  color: #515151;
  font-size:1.2em;
  border-top:1px solid #d9d9d9;
  border-left:1px solid #d9d9d9;
  border-right:1px solid #d9d9d9;
  margin:0;
  padding:10px 20px;
  background: #d9d9d9; /* Old browsers */
  background: -moz-linear-gradient(top,  #d9d9d9 0%, #e5e5e5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #d9d9d9 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #d9d9d9 0%,#e5e5e5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #d9d9d9 0%,#e5e5e5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #d9d9d9 0%,#e5e5e5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

ul.sidebar-widgets {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

ul.sidebar-widgets>li {
  margin: 0;
  padding: 20px;

  border-top: 1px solid #d9d9d9;

  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;

  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(top,  #f3f3f3 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3f3f3 0%,#eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

ul.sidebar-widgets li h3 {
  color: #808080;
  margin: 0px 0 10px;
  text-transform: uppercase;
}


ul.sidebar-widgets ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.sidebar-widgets>li li { /* formatting for lists in widgets */
  margin-bottom: 5px;
}

ul.sidebar-widgets>li div,
ul.sidebar-widgets>li ul li { /* should help with widgets with content wider than the sidebar */
   overflow: hidden;
}

ul.sidebar-widgets img { /* should help with sizing of existing widget images */
  max-width: 100%;
}

/* Blog roll */
ul.sidebar-widgets.blogroll>li {
  padding: 0;
}

ul.sidebar-widgets.blogroll>li>a {
  display: block;
  padding: 5px 10px;
}

/* Popular Posts Widget */
ul.sidebar-widgets>li.popular-posts li {
  margin-bottom:15px;
}

ul.sidebar-widgets>li.popular-posts img {
  float: left;
  margin: 0 10px 0px 0;
}

ul.sidebar-widgets>li.popular-posts .post-stats {
  display: block;
}

/* Authors Widget for Scoop */
ul.sidebar-widgets>li.widget_authors .content-item {
  margin-bottom: 15px;
  display: inline-block;
  width: 48%;
  height: 100px;
  vertical-align: top;
}

ul.sidebar-widgets>li.widget_authors .authors-links a {
  display: block;
}

/* Comments */
.comments-container {
  border-top: 1px solid #d9d9d9;
  margin: 0 30px 20px;
}

.comments {
  margin: 0 0 20px;
}

.comments ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments ol li article {
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom: 1px solid #e9e9e9;
}

.comments ul.children {
  list-style-type:none;
}

#commentform input,
#commentform textarea {
  display: block;
}

#commentform input[type="checkbox"] {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 5px;
  vertical-align: middle;
}

#commentform .subscribe-label {
  vertical-align: middle;
}

.comment-form-comment textarea {
  width: 100%;
}

.comment-author img {
  float:left;
  margin-right:10px;
}

/* Pages */
.page-title,
.archive .content-container h1,
.search .content-container h1,
.search .content-container h2 {
  font-size: 1.2em;
  border-bottom: 1px solid #E9E9E9;
  padding: 0 0 20px;
  margin:0 0 25px;
}

.archive .content-container article,
.search .content-container article {
    border-bottom: 1px solid #E9E9E9;
    margin-top: 25px;
    padding-bottom: 20px;
}

.page .content-container ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
  .page .content-container li {
    margin: 0 0 0 0;
    padding: 0;
  }
  .page .content-container li li {
    margin: 0 0 0 20px;
    padding: 0;
  }


/* Archive Page */

.section-title.archive {
  margin:30px 0 20px;
  border-bottom:1px solid #e9e9e9;
}

ul.monthly-post-list {
  margin-bottom:20px;
}

.page .content-container ul.monthly-post-list li {
  margin-bottom:10px;
}

.calendar {
  width: 30px;
  height: 30px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
  border: 1px solid #d9d9d9;

  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;

  background: #f3f3f3; /* Old browsers */
  background: -moz-linear-gradient(top,  #f3f3f3 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f3f3f3 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f3f3f3 0%,#eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.calendar-month {
  font-size: .75em;
  padding-top: 2px;
}

.calendar-date {
  font-size: .9em;
  line-height: 1em;
}

.post-title {
  vertical-align: middle;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width:600px;
}


/* Search Widget */
#searchform {
  overflow: hidden;
}

#searchform label {
  font-size: 1.2em;
  margin: 0 0 5px;
  clear: both;
  display: block;

}

#searchform input#s {
  -moz-box-sizing: content-box;
  background:url("images/bg-search-bar.png") no-repeat scroll left top transparent;
  border: medium none;
  color: #a8a8a8;
  float: left;
  font-size: 13px;
  height: 19px;
  padding: 5px 0 5px 5px;
  width: 115px;
}

#searchform input#searchsubmit {
  background:url("images/homepage-sprites.png") no-repeat scroll -336px 0 transparent;
  border: medium none;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0;
  height: 29px;
  line-height: 0;
  overflow: hidden;
  text-indent: -500em;
  width: 33px;
}

#searchform input:hover {
  color:#333333;
    outline: none;
}

#searchform input#searchsubmit:hover {
  background:url("images/homepage-sprites.png") no-repeat scroll -336px -29px transparent;
}

/* Entry Author Info */
#entry-author-info {
  background: #F4FAFF;
  border: 1px solid #D9ECFC;
  padding: 20px;
  margin:2em 0;
  overflow: hidden;
}

#entry-author-info #author-avatar {
  float:left;
}
  #entry-author-info #author-avatar img {
    border:5px solid #fff;
  }

#entry-author-info h2 {
  color: #808080;
  font-size:1.2em;
  margin:0;
  padding:0 0 10px;
}

#entry-author-info #description-container {
    float: left;
    margin-left:15px;
    width: 525px;
}

#entry-author-info #author-link {
  display:block;
  margin-top:10px;
}



/**********************************
** INTEL HEADER CODE... to be removed after implementing GIGYA
*/
ul.share-page-top {
  float: right;
  padding: 0;
  margin: 0;
}

ul.share-page-top li {
  float: left;
  margin-right: 7px;
  overflow: hidden;
}
ul.share-page-top li.function {
  margin-bottom: 5px;
}
ul.share-page li a.print, ul.share-page-top li a.print, a.print {
  background-position: 0 -16px;
}
ul.share-page li a, ul.share-page-top li a, ul.share-page li input, ul.share-page-top li input, a.print {
  background: url("http://www.intel.com/etc/designs/intel/us/en/images/share-icons.png") no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  text-indent: -500em;
  width: 17px;
}
ul.share-page li a.download, ul.share-page-top li a.download {
  background-position: 1px 1px;
}
ul.share-page li a.print, ul.share-page-top li a.print {
  background-position: 0 -17px;
}
ul.share-page li a.save, ul.share-page-top li a.save {
  background-position: 2px -37px;
}
ul.share-page li a.facebook, ul.share-page-top li a.facebook {
  background-position: 0 -76px;
}
ul.share-page li a.linkedin, ul.share-page-top li a.linkedin {
  background-position: 0 -99px;
}
ul.share-page li a.twitter, ul.share-page-top li a.twitter {
  background-position: 0 -122px;
}
ul.share-page li a.digg, ul.share-page-top li a.digg {
  background-position: 0 -145px;
}
ul.share-page li a.delicious, ul.share-page-top li a.delicious {
  background-position: 0 -168px;
}
ul.share-page li a.email, ul.share-page-top li a.email {
  background-position: 0 -191px;
}
ul.share-page li a.reddit, ul.share-page-top li a.reddit {
  background-position: 0 -209px;
}
ul.share-page li a.slashdot, ul.share-page-top li a.slashdot {
  background-position: 0 -232px;
}
ul.share-page li a.stumbleupon, ul.share-page-top li a.stumbleupon {
  background-position: 0 -255px;
}
ul.share-page li a.netvibes, ul.share-page-top li a.netvibes {
  background-position: 0 -278px;
}
ul.share-page li a.orkut, ul.share-page-top li a.orkut {
  background-position: 0 -301px;
}
ul.share-page li a.google, ul.share-page-top li a.google {
  background-position: 0 -324px;
}
ul.share-page li a.youtube, ul.share-page-top li a.youtube {
  background-position: 0 -347px;
}
ul.share-page li.toggle a, ul.share-page-top li.toggle a {
  background-position: -1px -367px;
}
ul.share-page li.less a, ul.share-page-top li.less a {
  background-position: -1px -387px;
}
ul.share-page li.extra, ul.share-page-top li.extra {
  display: none;
}
ul.share-page li.extra.visible, ul.share-page-top li.extra.visible, #share-popup.visible {
  display: block;
}

/*
** end of INTEL HEADER CODE
**********************************/



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/** END HTML5 Boilerplate CSS **/






/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.wp-caption {
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 10px 5px 10px;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eeeeee',GradientType=0 );
}

.wp-caption img {
  margin-bottom: 10px;
}

.wp-caption p {
  margin: 10px 10px 0;
}

.wp-caption a + p {
  margin-top: 0;
}

.aligncenter { display:block; margin: 1em auto; }
.alignleft { float:left; margin: 1em 20px 1em 0; }
.alignright { float:right; margin: 1em 0 1em 20px; }

.aligncenter:first-child, .alignleft:first-child, .alignright:first-child {
  margin-top: 0;
}

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
*/
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

  The following represents a list of font stacks, as recommended by Nathan Ford in
  http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

  I've added inverted commas around the relevant family names to ensure compatibility.
  p = balanced for paragraphs or body copy
  t = balanced for headlines or titles

  - - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/



/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}

/** END WordPress-Defined CSS Classes **/

/* social bar*/
.date-social-wrap {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    margin: 25px 20px 25px 0;
    padding: 4px 0;
    width: 650px;
    clear:both;
    padding-top:10px;
    padding-bottom:30px
}

.sharing_label
{
	padding: 0px!important;
	float:left;
	font-weight:bold
}
.sharing_label_bottom
{
	float:left;
	font-weight:bold;
	vertical-align:text-top;
	padding-top:0px;
}
#componentDiv{
	padding-left:10px;
	float:left;
	width:550px
}
#componentDiv2{
	float:left;
	width:550px;
	padding-bottom:20px;
}
.gig-button-container-twitter-tweet{
	width:90px!important;
}

#description-container {
     white-space: pre-line;
}

/* search archive specific css */
/***  Edited by Supriya for layout changes **/
/*
 *
 *
 *
 *
 *
 *
 */
#content.no-top select#cat {
  display: none;
}

#content.no-top .screen-reader-text + select#cat {
  display: inline;
  margin-left: 10px;
  background: #F3F3F3;
  color: #333333;
  font-size: 0.9em;
  padding: 3px;
  display: inline;
  border: 1px solid #DDDDDD;
  width: 220px;
}

div #content.no-top {
  width: 670px;
  float: left;
  display:block;
  margin: 20px 0 0 35px;
}

.no-right #searchform {
  overflow: auto;
  /* float: left; */
  width: 100%;
}

#inner .no-right {
  width: 970px;
  margin: 5px 10px 15px;
  clear: both;
  overflow:hidden;
  position: relative;
}

#content-sidebar-wrap.no-right {
  width: 100%;
  float: left;
  background: #fff;
}

.mod-box-220-content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  behavior: url(wp-content/themes/prose/PIE.htc);
}

#content.no-top .mod-box-inner{
  margin: 0;
  padding: 20px;
  border-top: 1px solid #d9d9d9;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  background: #f3f3f3;
  background: -moz-linear-gradient(top, #f3f3f3 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top, #f3f3f3 0%,#eeeeee 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eeeeee',GradientType=0 );
  behavior: url(wp-content/themes/prose/PIE.htc);
}

#archive-result-search {
  background: #fff;
  height: 29px;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
}

#archive-result-search #keyword {
  vertical-align: top;
  line-height: 2.3;
  border: none;
  width: 577px;
  padding: 0 8px;
}

.no-right #searchform input#searchsubmit {
  float: none;
  display: inline;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.filter-container {
  width: 100%;
  margin-top: 10px;
}

#searchform .filter-container .screen-reader-text {
  display: inline;
}

#start {
  margin-left: 10px;
}

#end {
  margin-left: 21px;
}

#clearButton {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  color: #0860A8;
  margin-left: 150px;
  margin-right: 5px;
  cursor: pointer;
}

.no-right #searchform .filter-container #searchsubmit {
  float: none;
  text-indent: 0;
  background: none repeat scroll 0 0 #0860A8;
  border: medium none;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 14px 14px 14px 14px;
  cursor: pointer;
  behavior: url(wp-content/themes/prose/PIE.htc);
  font-size: 1em;
  width: auto;
  height: auto;
  line-height: 1;
}

.no-right #searchform label {
  font-weight: bold;
}

#content.no-top .post {
  background: #fff;
  border-bottom: 0px;
  margin: 0 0 8px;
  padding: 8px 10px 7px;
}

#content.no-top .archive-page {
  float: none;
  display: inline-block;
  padding: 7px 13px;
  width: 24%;
  vertical-align: top;
}

#content.no-top .archive-page h4 {
  margin: 0;
  text-transform: uppercase;
}

#content.no-top .post ul li {
    padding: 0px;
    background:none repeat scroll 0 0 transparent;
}

#content.no-top .post ul {
    margin: 0;
    padding: 0 0 0px;
    list-style: none;
}

.sidebar-widgets .slickr-flickr-gallery {
  padding: 0;
}

.slickr-flickr-gallery ul {
  width: 168px !important;
}

.slickr-flickr-gallery ul li {
  width: 80px !important;
  height: 80px !important;
}

.slickr-flickr-gallery ul li img {
  box-sizing: border-box;
}

#content.no-top .content-title {
  color: #515151;
  font-size: 1.2em;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  margin: 0;
  padding: 10px 20px;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #d9d9d9 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9d9d9), color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top, #d9d9d9 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top, #d9d9d9 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top, #d9d9d9 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom, #d9d9d9 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#e5e5e5',GradientType=0 );
}

.super {
  font-weight:bold;
}

/* image is missing from theme, uncomment if new image gets added.
#latest-tweets.content-title{
  background: url("images/twitter_icon.gif") no-repeat scroll left center transparent;
}
*/

#content.no-top #latest-tweets.content-title{
  padding-left:20px !important;
}

#content.no-top #tweet.archive-page{
  width:100% !important;
}

.mod-box-517-results{
  float: left;
  position:relative;
  z-index:1;
  behavior: url(wp-content/themes/prose/PIE.htc);
}

#content-sidebar-wrap .pagination {
  float: left;
  width: 100%;
  margin: 5px 0;
}

#content-sidebar-wrap .pagination > * {
  margin-right: 10px;
}

#content.no-top .mod-box-inner-results{
  margin: 0px auto 10px;
}

#content.no-top .mod-box-inner-results .post{
border-bottom: 1px dotted #AAAAAA !important;
}

#content.no-top #cat-list.archive-page{
  width:98% !important;
}

#content.no-top ul.super li{
   float:left !important;
    width:33%;
}

.mod-box-inner-results .post-head h1.entry-title{
  color: #0860A8 !important;
}

.mod-box-inner-results.mod-box-inner-start{
  display:block;
  border: 1px dotted #AAAAAA !important;
  width:100%;
}

.result-body {
  float: left;
  background: transparent;
  border: 1px solid #d9d9d9;
  border-top: 0;
}

#content.no-top .result-body .post {
  float: left;
  width: 97%;
  margin-bottom: 0;
  border-bottom: none !important;
  border-top: 1px dotted #AAAAAA;
}
#content.no-top .result-body div:first-child {
  border-top: none;
}
.authors-intro h2 {
  font-size: 2em;
  border-bottom: 1px dotted #aaa;
  padding-bottom: 10px;
  margin-top: 0;
}
.authors-list .author {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 24px;
  padding: 0 0 24px;
}
.authors-list .author-info {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.authors-list .avatar {
  float: left;
  margin: 0 20px 20px 0;
}
.author-info .author-desc h3 {
  color: #0860a8;
  font-weight: normal;
  font-size: 1.438em;
  padding-bottom: 2px;
  margin-bottom: 2px;
}
.author-info .author-desc .auth-description + div {
  margin-top: 20px;
}
.auth-description {
  white-space: pre-wrap;
}

/* gigya share bar div */
#share-bar {
  float: left;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-left: 0;
  border-right: 0;
  margin-top: 5px;
  padding: 5px 0;
}

.intel-gradient-header {
    width: 100%;
    padding-top: 0px;
    padding-left: 10px;
    height: 90px;
    font-size: 60px;
    font-family: intel-clear-pro, intel-clear, arial;
    color: #fff;
    background: -webkit-radial-gradient(circle at bottom left, #4da9df 0, #00528f 50%); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at bottom left, #4da9df 0, #00528f 50%); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at bottom left, #4da9df 0, #00528f 50%); /* For Firefox 3.6 to 15 */
    background: radial-gradient(circle at bottom left, #4da9df 0, #00528f 50%); /* Standard syntax */
}