@charset "utf-8";

/*
Title: Comcast DNS
Author: Tome Wilson - tome_wilson@cable.comcast.com
Last Updated: March 10, 2014 by Tome

Gradients by: http://www.colorzilla.com/gradient-editor/
Content Area: 715px wide with 13px padding on right and left.
*/

/* ---[ Resets the default browser styles ]--------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin: 0;padding: 0;border: 0 !important;font-size: 100%;font: inherit;vertical-align: baseline; text-decoration: none}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}
body {line-height: 1}
ol, ul {list-style: none}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
blockquote, q {quotes: none}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none}
td {vertical-align: top;}
nav ul, nav li {margin: 0; list-style:none; list-style-image: none;}
small {font-size: 85%;}
body, select, input, textarea {color:#666;}

iframe.wrapper,
#wrapper {border: none;}

/* ---[ Page Structure ]--------------------- */
html,
body {
  background: #f1f1f1;
  color: #000;
  font: normal 13px/1em Arial, Helvetica, sans-serif;
  text-align: center;
  min-width: 980px;
}


/* ---[ Header ]--------------------- */
#xfinity-header {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden
}

header #logobar {
  border-bottom: 1px solid #ccc;
  height: 55px;
  padding: 20px 0 16px 0;
  display: block;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d9d9d9));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#d9d9d9 100%);
  background: linear-gradient(top,  #ffffff 0%,#d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
}

/* Logo */
header #logobar-background {
  width: 960px;
  padding: 0 10px;
  text-align: left;
  margin: 0 auto;
  display: block;
}

header #logobar #logo {
  font-family: Arial, Helvetica, sans-serif;
  color: #5a5a5c;
  font-size: 38px;
  line-height: 38px;
  margin: 8px 0 0 0;
  padding: 0;
  white-space: nowrap;
  float: left;
}


/* Search Form */
header form {
  float: right;
  text-align: right;
  margin: 14px 0 0 0;
}

header form input {
  font: normal 12px/100% Arial, Helvetica, sans-serif;
}

header form #mod-search-searchword {
  background: #fff;
  padding: 6px 6px 6px 8px;
  width: 202px;
  height: 14px;
  border: 1px solid #ccc;
  outline: none;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

header form .button {
  color: #fff;
  font-size: 11px;
  height: 28px;
  width: 28px;
  border: 1px solid #ccc;
  border-left: 0;
  line-height: 12px;
  background: #5f5f5f;
  background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
  background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
  -ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}

.form_header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  color: #666;
}

/* ---[ Navigation Bar ]--------------------- */
header nav {
  height: 46px;
  width: 100%;
  display: block;
  background: #616161;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTNlM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #616161 0%, #3e3e3e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#3e3e3e));
  background: -webkit-linear-gradient(top,  #616161 0%,#3e3e3e 100%);
  background: -o-linear-gradient(top,  #616161 0%,#3e3e3e 100%);
  background: -ms-linear-gradient(top,  #616161 0%,#3e3e3e 100%);
  background: linear-gradient(top,  #616161 0%,#3e3e3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#3e3e3e',GradientType=0 );
}

  header #nav {
    width: 979px;
    height: 46px;
    text-align: left;
    margin: 0 auto;
    padding: 0 1px;
    list-style-type: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
  }

    #nav a {
      color: #fff;
    }

    #nav a:hover {
      color: #42413f;
      background: #fecb00;
    }

    #nav li {
      float: left;
      position: relative;
      padding: 0;
      line-height: 46px;
      background: #616161;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYxNjE2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZTNlM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top,  #616161 0%, #3e3e3e 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#616161), color-stop(100%,#3e3e3e));
      background: -webkit-linear-gradient(top,  #616161 0%,#3e3e3e 100%);
      background: -o-linear-gradient(top,  #616161 0%,#3e3e3e 100%);
      background: -ms-linear-gradient(top,  #616161 0%,#3e3e3e 100%);
      background: linear-gradient(top,  #616161 0%,#3e3e3e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#3e3e3e',GradientType=0 );
    }

    #nav li:hover {
      color: #42413f !important;
      background: #fecb00;
      position: static;
    }

    #nav li a {
      display: block;
      padding: 0 12px;
      color: #fff;
      border-right: 1px solid #666;
    }

    #nav li a:hover {
      color: #3e3e3e;
    }

    #nav li a:first-child {
      border-right: 1px solid #666;
    }

    #nav li ul {
      opacity: 0;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* For IE8 */
      position: absolute;
      left: 0;
      text-align: left;
      font-size: 13px;
      width: 100%;
      background: #3e3e3e;
      list-style-type: none;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #666;
    }

    #nav li:hover ul {
      opacity: 1;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE8 */
    }

    #nav li ul li {
      float: none;
      position: static;
      height: 0;
      line-height: 0;
      border: 1px solid #666;
      border-bottom: 0;
      background: none;
    }

    #nav li:hover ul li {
      height: 28px;
      line-height: 28px;
    }

    #nav li ul li a {
      background: #3e3e3e;
    }

    #nav li ul li a:hover {
      background: #fecb00;
    }

    #nav li {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear;
    }

    #nav li ul li {
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear;
    }


/* ---[ Content Area ]--------------------- */
body section[role=main] {
  background: #fff url(images/content-background.gif) repeat-y;
  width: 956px;
  padding: 13px;
  display: block;
  margin: 0 auto;
  text-align: left;
  clear: both;
}

.clear:before, .clear:after {content:""; display: table;}
.clear:after {clear: both;}
.clear {zoom:1; /* For IE 6/7 (trigger hasLayout) */}


/* ---[ Left column for articles ]--------------------- */
#left-column {
  width: 715px;
  margin-right: 27px;
  float: left;
}

#left-column header {
  margin-bottom: 13px;
}

#left-column article {
  padding: 13px;
  border: 1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 13px;
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}


/* ---[ Content styles ]--------------------- */
p {margin-bottom: 1.143em; line-height: 1.4em}
* p:last-child {margin-bottom: 0;}
strong, b {font-weight: bold;}
em, i {font-style: italic;}
.center {text-align: center !important}
.hr {height: 1px; background: #ccc; margin: 1em 0;}
.border {border: 1px solid #ccc}
.photo-right {float: right; margin-left: 10px;}
.photo-left {float: left; margin-right: 10px;}


/* ---[ Xfinity branding colors ]--------------------- */
.xfinity_puce {color: #841651}
.xfinity_purple {color: #805dab}
.xfinity_blue {color: #00a3e0}
.xfinity_green {color: #9bcd00}
.xfinity_grey {color: #666}
.xfinity_yellow {color: #fecb00}
.xfinity_terracotta {color: #d66122}
.xfinity_red {color: #c8001d}


/* ---[ Link styles ]--------------------- */
a {color: #00a3e0;}
a:hover {color: #ff770b;}


/* ---[ List styles ]--------------------- */
#left-column ul {
  padding: .35em 0 .35em .35em;
  margin-left: 10px;
  list-style-type: none
}

#left-column ul li {
  padding: .15em 0 .35em 1.35em;
  line-height: 1.35em;
  background: transparent url(../images/graphics/bullet-blue.gif) 0 4px no-repeat
}

#left-column ul li li {
  background: transparent url(../images/graphics/bullet-green.gif) 0 4px no-repeat
}

#left-column dl {
  padding: .35em 0 .35em .35em;
  list-style-type: none
}

#left-column dt {
  font: normal 16px/1.35em Arial, Helvetica, sans-serif;
  margin: .35em 0;
  color: #5a5a5c;
}

#left-column dd {
  padding: .15em 0 .35em 0;
  line-height: 1.35em
}

#left-column ol {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal; /* Keep using default numbering for IE6/7 */
  font: normal 13px/14px arial,'trebuchet MS', 'lucida sans';
  padding: 0;
  margin: .7em 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

#left-column ol ol {
  margin: 0 0 0 2em;
}

#left-column ol span {
  position: relative;
  display: block;
  padding: .4em .4em .4em .8em;
  *padding: .4em;
  margin: .5em 0 .5em 2.5em;
  background: #eee;
  color: #444;
  text-decoration: none;
  transition: all .3s ease-out;
}

#left-column ol span:hover {
  background: #ddd;
}

#left-column ol span:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #87ceeb;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

#left-column ol span:after {
  position: absolute;
  content: '';
  border: .5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -.5em;
  transition: all .3s ease-out;
}

#left-column ol span:hover:after {
  left: -.5em;
  border-left-color: #87ceeb;
}


/* ---[ Headings ]--------------------- */
h1,
h2,
h3,
h4,
.dig_header {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.1em;
  margin: .35em 0;
}
h1 {
  font-size: 26px;
  color: #000;
  margin: 0;
  padding-top: 0
}
h2 {
  font-size: 22px;
  color: #666;
  margin-top: 0;
  padding-top: 0
}
h3 {
  font-size: 18px;
  color: #666;
  background: #eee;
  padding: .15em .3em
}

h4,
.dig_header {
  font-size: 16px;
  color: #00a3e0
}


/* ---[ DNS Cache Check Styles ]--------------------- */
#contact-form table {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}


/* ---[ Article Styles ]--------------------- */
#left-column article header {
  margin-bottom: .35em;
}

#left-column header h1 {
  font-size: 24px;
}

#left-column article h1 {
  color: #666 !important;
  font-size: 22px;
  font-weight: 400;
}

#left-column article header .byline {
  font-weight: bold;
  font-size: 14px;
  color: #666;
}

#eblog-wrapper div.pagination * {
  display: inline-block;
  background: none
}

#ezblog-label,
#ezblog-label > span,
#ezblog-body .blog-meta-bottom,
#ezblog-body .tab_button {
  display: none !important
}

#eblog-wrapper {
  margin: 0 0 20px -5px !important;
  width: 725px !important;
}

.blog-post,
.blog-read {
  border: 1px solid #ccc !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  margin-bottom: 13px;
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

#ezblog-body .blog-brief {
  height: 20px;
}

#ezblog-body .blog-content > h2.blog-title,
#ezblog-body .blog-content > .blog-meta {
  background: transparent;
  border: 0
}

#ezblog-body .blog-read .blog-meta * {
  font-size: 11px;
}

#ezblog-body .blog-post .blog-title,
#ezblog-body .blog-post .blog-title a,
#ezblog-body .blog-title {
  font-size: 22px !important;
  line-height: 1em !important;
  color: #666 !important;
  font-weight: normal !important;
}

#eblog-dialog .mam, #eblog-wrapper .mam {
  margin: 10px !important;
}

.blog-taglist {
  padding: .5em 0 13px 0;
  margin-top: .5em;
  border-top: 1px dotted #ccc;
  font-size: 11px;
}


/* ---[ Forms ]--------------------- */
fieldset {
  padding: .35em 0;
  display: block;
  clear: both;
  font: normal 13px/1em Arial, Helvetica, sans-serif;
}

legend {
  display: none
}

input,
textarea,
select {
  padding: 3px;
  border: solid 1px #ccc;
  outline: 0;
  background: #fff;
  background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
  background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
}

.full-size {
  width: 100%;
  box-sizing: border-box;
}

textarea {
  margin-top: 3px;
  width: 100%;
  height: 60px;
  font: normal 13px/1.25em Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input:hover,
textarea:hover,
input:focus,
textarea:focus {
  border-color: #00a3e0;
}

.form label {
  margin-left: 10px;
  color: #999;
}

#contact-form .form label,
#contact-form .form span {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  margin: .35em 0;
  font-size: 16px;
  color: #666;
}

select {
  color: #999;
  outline:none;
  display: inline-block;
  -webkit-appearance: none;
  cursor:pointer;
}


.submit input {
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-shadow: 1px 1px 1px #d06c57;
  border: 1px solid #d06c57;
  background: #d06c57;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QwNmM1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjODAwMWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #d06c57 0%, #c8001d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d06c57), color-stop(100%,#c8001d));
  background: -webkit-linear-gradient(top,  #d06c57 0%,#c8001d 100%);
  background: -o-linear-gradient(top,  #d06c57 0%,#c8001d 100%);
  background: -ms-linear-gradient(top,  #d06c57 0%,#c8001d 100%);
  background: linear-gradient(top,  #d06c57 0%,#c8001d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d06c57', endColorstr='#c8001d',GradientType=0 );
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
}


/* ---[ Right column for DNS Status and other buttons ]--------------------- */
#right-column {
  margin-left: 16px;
  width: 197px;
  float: left;
}

#social-icons {
  margin-top: 13px;
}

#rss-feed-button {
  margin-right: 4px;
  float: left;
}

.st_sharethis_custom {
  float: left;
}




/* ---[ Footer ]--------------------- */
#xfinity-footer {
  background:#eee;
  width:100%;
  height:350px !important;
  display: block;
  border-top: 1px solid #ccc !important;
  overflow:hidden;
}


/* ---[ Tools page ]--------------------- */
.tools-button {
  padding: 13px;
  width: 183px;
  display: block;
  float: left;
  font-weight: bold;
  text-align: center;
  margin: 0 10px 10px 0 !important;
  border: 1px solid #ccc !important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  background: linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

  .tools-button:nth-child(3n+1) {
    margin-right: 0;
  }

  .tools-button span {
    background: url(images/graphics/icon_tools.png) no-repeat;
    width: 92px;
    height: 74px;
    display: block;
    padding-bottom: 6px;
    margin: 0 auto;
  }

  .tools-button:hover {
    border: 1px solid #ff770b;
    background: #e0e0e0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
    background: linear-gradient(top,  #ffffff 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
  }
