/* begin Page */
@import url(http://fonts.googleapis.com/css?family=Reenie+Beanie|Tangerine|IM+Fell+English);
body, p
{
  margin: 0.5em 0;
  font-family: 'IM Fell English', arial, serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-shadow: 4px 4px 4px #aaa;
}

body
{
  margin: 0 auto;
  padding: 0;
  color: #1B3365;
  background-color: #EBECEF;
  background-image: url('http://theme.danelliott.me/page_t.jpg');
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: top left;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover,
.blockheader .t, .vmenublockheader .t, .logo-text, .logo-text a,
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-style: normal;
  text-decoration: none;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
}

a, 
.post li a
{
  text-decoration: underline;
  color: #343842;
}

a:link,
.post li a:link
{
  text-decoration: underline;
  color: #343842;
}

a:visited, a.visited,
.post li a:visited, .post li a.visited
{

  color: #677083;
}

a:hover, a.hover,
.post li a:hover, .post li a.hover
{

  text-decoration: none;
  color: #2244CE;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  color: #4F5564;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 30px;
  color: #677083;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  margin: 0px;
  font-size: 26px;
  color: #315FB9;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 24px;
  color: #234485;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 22px;
  color: #234485;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 22px;
  color: #234485;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover,
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
    margin:0;
}

#main
{
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
}



#page-background-gradient
{
  background-position: top left;
}


.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1px;
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.sheet
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 1000px;
  min-width: 101px;
  min-height: 101px;
}

.sheet-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc,.sheet-cr, .sheet-cl
{
  position: absolute;
  z-index: -1;
}

.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl
{
  width: 120px;
  height: 120px;
  background-image: url('http://theme.danelliott.me/sheet_s.png');
}

.sheet-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 60px, 60px, auto);
}

.sheet-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 60px, 60px);
}

.sheet-bl
{
  bottom: 0;
  left: 0;
  clip: rect(60px, 60px, auto, auto);
}

.sheet-br
{
  bottom: 0;
  right: 0;
  clip: rect(60px, auto, auto, 60px);
}

.sheet-tc, .sheet-bc
{
  left: 60px;
  right: 60px;
  height: 120px;
  background-image: url('http://theme.danelliott.me/sheet_h.png');
}

.sheet-tc
{
  top: 0;
  clip: rect(auto, auto, 60px, auto);
}

.sheet-bc
{
  bottom: 0;
  clip: rect(60px, auto, auto, auto);
}

.sheet-cr, .sheet-cl
{
  top: 60px;
  bottom: 60px;
  width: 120px;
  background-image: url('http://theme.danelliott.me/sheet_v.png');
}

.sheet-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 60px);
}

.sheet-cl
{
  left: 0;
  clip: rect(auto, 60px, auto, auto);
}

.sheet-cc
{
  position: absolute;
  z-index: -1;
  top: 60px;
  left: 60px;
  right: 60px;
  bottom: 60px;
  background-color: #FFFFFF;
}

.sheet
{
  margin-top: 10px !important;
  cursor:auto;
}

#page-background-simple-gradient, #page-background-gradient, #page-background-glare
{
  min-width: 1000px;
}

/* end Box, Sheet */

/* begin Header */
div.header
{
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 990px;
  height: 100px;
  overflow: hidden;
}

div.header-png
{
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 990px;
  height: 100px;
  background-image: url('http://theme.danelliott.me/header.png');
  background-repeat: no-repeat;
  background-position: left top;
}


/* end Header */

/* begin Logo */
.logo
{
  display: block;
  position: absolute;
  left: 11px;
  top: 28px;
  width: 969px;
}

h1.logo-name
{
  display: block;
  text-align: center;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
  font-family: 'IM Fell English', arial, serif;
  font-size: 46px;
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #F0F0F0 !important;
}

.logo-text
{
  display: block;
  text-align: center;
}

.logo-text, .logo-text a
{
  font-family: 'IM Fell English', arial, serif;
  font-weight: normal;
  font-size: 27px;
  padding: 0;
  margin: 0;
  color: #F0F0F0 !important;
}
/* end Logo */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover
{
  text-align: left;
  text-decoration: none;
  outline: none;
  letter-spacing: normal;
  word-spacing: normal;
}

.menu, .menu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.menu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background: none;
}

.menu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.menu li li
{
  float: none;
}

.menu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background: none;
}

.menu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.menu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.menu:after, .menu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul
{
  min-height: 0;
}

.menu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.menu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}




/* menu structure */

.menu
{
  padding: 3px 3px 3px 3px;
}

.nav
{
  position: relative;
  height: 29px;
  z-index: 100;
}


/* end Menu */

/* begin MenuItem */
.menu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 23px;
  cursor: pointer;
  text-decoration: none;
}

.menu li
{
  margin-right: 4px;
  margin-left: 4px;
}

.menu ul li
{
    margin:0;
    clear: both;
}


.menu a .r, .menu a .l
{
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  height: 69px;
  background-image: url('http://theme.danelliott.me/menuitem.png');
}

.menu a .l
{
  left: 0;
  right: 5px;
}

.menu a .r
{
  width: 410px;
  right: 0;
  clip: rect(auto, auto, auto, 405px);
}

.menu a .t
{

  color: #383D47;
  padding: 0 7px;
  margin: 0 5px;
  line-height: 23px;
  text-align: center;
}

.menu a:hover .l, .menu a:hover .r
{
  top: -23px;
}

.menu li:hover>a .l, .menu li:hover>a .r
{
  top: -23px;
}

.menu li:hover a .l, .menu li:hover a .r
{
  top: -23px;
}
.menu a:hover .t
{
  color: #EEEFF2;
}

.menu li:hover a .t
{
  color: #EEEFF2;
}

.menu li:hover>a .t
{
  color: #EEEFF2;
}


.menu a.current .l, .menu a.current .r
{
  top: -46px;
}

.menu a.current .t
{
  color: #FFFFFF;
}
/* end MenuItem */

/* begin MenuSubItem */
.menu ul a
{
  display: block;
  text-align: center;
  white-space: nowrap;
  height: 24px;
  width: 180px;
  overflow: hidden;
  line-height: 24px;
  background-image: url('http://theme.danelliott.me/subitem.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0;
  border-style: solid;
}

.nav ul.menu ul span, .nav ul.menu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

.menu ul a, .menu ul a:link, .menu ul a:visited, .menu ul a:hover, .menu ul a:active, .nav ul.menu ul span, .nav ul.menu ul span span
{
  text-align: left;
  text-indent: 12px;
  text-decoration: none;
  line-height: 20px;
  color: #EEEFF2;

  margin:0;
  padding:0;
}

.menu ul li a:hover
{
  color: #CCCFD7;
  background-position: 0 -20px;
}

.menu ul li:hover>a
{
  color: #CCCFD7;
  background-position: 0 -20px;
}

.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span
{
  color: #CCCFD7;
}

.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span
{
  color: #CCCFD7;
}


/* end MenuSubItem */

/* begin Layout */
.content-layout
{
  display: table;
  padding: 0;
  border: none;
  width: 990px;
}

.content-layout .content-layout
{
  width: auto;
  margin:0;
}

div.content-layout div.layout-cell, div.content-layout div.layout-cell div.content-layout div.layout-cell
{
   display: table-cell;
}

div.layout-cell div.layout-cell
{
   display: block;
}

div.content-layout-row
{
  display: table-row; 
}

.content-layout
{
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
}

.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}
/* end Layout */

/* begin Button */
.button-wrapper .button
{

  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  text-decoration: none !important;
  color: #4A505E !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 33px;
  height: 33px;
  margin: 0;
  padding: 0 24px !important;
  overflow: visible;
  cursor: default;
  z-index: 0;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 33px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea, select
{
  vertical-align: middle;

}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button:hover
{
  color: #495874 !important;
  text-decoration: none !important;
}

.button-wrapper.current .button
{
  color: #E7EDF9 !important;
}

.button-wrapper .l, .button-wrapper .r
{
  display: block;
  position: absolute;
  z-index: -1;
  height: 99px;
  margin: 0;
  padding: 0;
  background-image: url('http://theme.danelliott.me/button.png');
}

.button-wrapper .l
{
  left: 0;
  right: 16px;
}

.button-wrapper .r
{
  width: 425px;
  right: 0;
  clip: rect(auto, auto, auto, 409px);
}

.button-wrapper.hover .l, .button-wrapper.hover .r
{
  top: -33px;
}

.button-wrapper.current .l, .button-wrapper.current .r
{
  top: -66px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */
.vmenublock
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublock-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}

.vmenublock-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.vmenublock
{
  margin: 7px;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

.vmenublockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 5px;
}

.vmenublockcontent-cc
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}

/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.block
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 27px;
  min-height: 27px;
}

.block-body
{
  position: relative;
  z-index: 1;
  padding: 11px;
}

.block-tr, .block-tl, .block-br, .block-bl, .block-tc, .block-bc,.block-cr, .block-cl
{
  position: absolute;
  z-index: -1;
}

.block-tr, .block-tl, .block-br, .block-bl
{
  width: 38px;
  height: 38px;
  background-image: url('http://theme.danelliott.me/block_s.png');
}

.block-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 19px, 19px, auto);
}

.block-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 19px, 19px);
}

.block-bl
{
  bottom: 0;
  left: 0;
  clip: rect(19px, 19px, auto, auto);
}

.block-br
{
  bottom: 0;
  right: 0;
  clip: rect(19px, auto, auto, 19px);
}

.block-tc, .block-bc
{
  left: 19px;
  right: 19px;
  height: 38px;
  background-image: url('http://theme.danelliott.me/block_h.png');
}

.block-tc
{
  top: 0;
  clip: rect(auto, auto, 19px, auto);
}

.block-bc
{
  bottom: 0;
  clip: rect(19px, auto, auto, auto);
}

.block-cr, .block-cl
{
  top: 19px;
  bottom: 19px;
  width: 38px;
  background-image: url('http://theme.danelliott.me/block_v.png');
}

.block-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 19px);
}

.block-cl
{
  left: 0;
  clip: rect(auto, 19px, auto, auto);
}

.block-cc
{
  position: absolute;
  z-index: -1;
  top: 19px;
  left: 19px;
  right: 19px;
  bottom: 19px;
  background-color: #EBECEF;
}

.block
{
  margin: 7px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  z-index: 1;
  padding: 0;
}


.blockcontent-body, 
.blockcontent-body a, 
.blockcontent-body li a
{
  color: #39455B;

}

.blockcontent-body a,
.blockcontent-body li a
{
  color: #484E5B;
  text-decoration: underline;
}

.blockcontent-body a:link,
.blockcontent-body li a:link
{
  color: #484E5B;
  text-decoration: underline;
}

.blockcontent-body a:visited, .blockcontent-body a.visited,
.blockcontent-body li a:visited, .blockcontent-body li a.visited
{
  color: #798296;

}

.blockcontent-body a:hover, .blockcontent-body a.hover,
.blockcontent-body li a:hover, .blockcontent-body li a.hover
{
  color: #2244CE;

  text-decoration: none;
}

.blockcontent-body ul
{
  list-style-type: none;
  color: #2B3445;
  margin: 15px;
  padding: 0;
}

.blockcontent-body ul li
{
  text-decoration: none;
  line-height: 1.25em;
}




.toggle span
{
  color: #484E5B;
}

.gsc-branding-text {
  color: #39455B !important;
}

/* end Box, BlockContent */

/* begin Box, Post */
.post
{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  min-width: 27px;
  min-height: 27px;
}

.post-body
{
  position: relative;
  z-index: 1;
  padding: 11px;
}

.post-tr, .post-tl, .post-br, .post-bl, .post-tc, .post-bc,.post-cr, .post-cl
{
  position: absolute;
  z-index: -1;
}

.post-tr, .post-tl, .post-br, .post-bl
{
  width: 38px;
  height: 38px;
  background-image: url('http://theme.danelliott.me/post_s.png');
}

.post-tl
{
  top: 0;
  left: 0;
  clip: rect(auto, 19px, 19px, auto);
}

.post-tr
{
  top: 0;
  right: 0;
  clip: rect(auto, auto, 19px, 19px);
}

.post-bl
{
  bottom: 0;
  left: 0;
  clip: rect(19px, 19px, auto, auto);
}

.post-br
{
  bottom: 0;
  right: 0;
  clip: rect(19px, auto, auto, 19px);
}

.post-tc, .post-bc
{
  left: 19px;
  right: 19px;
  height: 38px;
  background-image: url('http://theme.danelliott.me/post_h.png');
}

.post-tc
{
  top: 0;
  clip: rect(auto, auto, 19px, auto);
}

.post-bc
{
  bottom: 0;
  clip: rect(19px, auto, auto, auto);
}

.post-cr, .post-cl
{
  top: 19px;
  bottom: 19px;
  width: 38px;
  background-image: url('http://theme.danelliott.me/post_v.png');
}

.post-cr
{
  right: 0;
  clip: rect(auto, auto, auto, 19px);
}

.post-cl
{
  left: 0;
  clip: rect(auto, 19px, auto, auto);
}

.post-cc
{
  position: absolute;
  z-index: -1;
  top: 19px;
  left: 19px;
  right: 19px;
  bottom: 19px;
  background-color: #FFFFFF;
}

.post
{
  margin: 5px;
}

a img
{
  border: 0;
}

.article img, img.article
{
  margin: 10px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
  width: auto;
}

.article table, table.article .article tr, .article th, .article td
{
  background-color: Transparent;
}

.article th, .article td
{
  padding: 2px;
  border: solid 1px #7E9EDD;
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
.post h2.postheader, 
.post h2.postheader a, 
.post h2.postheader a:link, 
.post h2.postheader a:visited, 
.post h2.postheader a.visited, 
.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  margin: 0.2em 0;
  padding: 0;
  font-family: 'IM Fell English', arial, serif;
  font-size: 30px;
  color: #24272E;
}

.post h2.postheader a, 
.post h2.postheader a:link, 
.post h2.postheader a:visited, 
.post h2.postheader a.visited, 
.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{
  margin: 0;
  text-decoration: none;
  color: #2D3139;
}

.post h2.postheader a:visited, 
.post h2.postheader a.visited
{

  color: #203E79;
}


.post h2.postheader a:hover, 
.post h2.postheader a.hovered
{


  color: #2244CE;
}

/* end PostHeaderIcon */

/* begin PostBullets */
.post ol, .post ul
{
  color: #121417;
  margin: 1em 0 1em 2em;
  padding: 0;

}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post li
{
  margin: 0.2em 0;
  padding: 0;
}

.post ul
{
  list-style-type: none;
}

.post ol
{
  list-style-position: inside;

}



/* end PostBullets */

/* begin PostQuote */
blockquote,
blockquote p,
.postcontent blockquote p
{
  color: #0C0E13;
  text-align: left;
}

blockquote,
.postcontent blockquote
{
  margin: 10px 10px 10px 50px;
  padding: 5px 5px 5px 32px;
  background-color: #D3D9E4;
  background-image: url('http://theme.danelliott.me/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
}

/* end PostQuote */

/* begin PostMetadata, PostMetadataFooter */
.postmetadatafooter
{
  padding: 1px;
  background-color: #D3D9E4;
  border-color: #AAB5CA;
  border-style: dashed;
  border-width: 1px;
}
/* end PostMetadata, PostMetadataFooter */

/* begin PostIcons, PostFooterIcons */
.postfootericons
{
  color: #333E52;
  padding: 1px;
}

.postfootericons, .postfootericons a, .postfootericons a:link, .postfootericons a:visited, .postfootericons a:hover
{
  font-family: 'IM Fell English', arial, serif;
  font-size: 19px;
  text-decoration: none;
}

.postfootericons a, .postfootericons a:link, .postfootericons a:visited, .postfootericons a:hover
{
  margin: 0;
  text-decoration: underline;
  color: #434956;
}

.postfootericons a:visited, .postfootericons a.visited
{

  color: #434956;
}

.postfootericons a:hover, .postfootericons a.hover
{

  text-decoration: none;
  color: #707A8F;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.footer
{
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 990px;
  margin: 0 auto;
}

.footer .footer-inner
{
  height: 1%;
  position: relative;
  z-index: 0;
  padding: 15px;
}

.footer .footer-background
{
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url('http://theme.danelliott.me/footer.png');
  width: 990px;
  height: 150px;
  bottom: 0;
  left: 0;
}


.rss-tag-icon
{
  position: relative;
  display: block;
  float: left;
  background-image: url('http://theme.danelliott.me/rssicon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 30px;
  width: 32px;
  cursor: default;
}


.footer .footer-text p
{
  margin: 0;
}

.footer, .footer-text, .footer-text p
{
  color: #101114;
  text-align: center;
}

.footer .footer-text,
.footer .footer-text a,
.footer .footer-text a:link,
.footer .footer-text a:visited,
.footer .footer-text a:hover
{
  font-size: 11px;
}

.footer .footer-text a,
.footer .footer-text a:link
{
  color: #2D3139;
  text-decoration: underline;
}

.footer .footer-text a:visited
{
  text-decoration: none;
  color: #434956;

}

.footer .footer-text a:hover
{
  color: #DADCE2;

  text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #7698DB;
}

.page-footer
{
  margin: 1em;
  text-align: center;
  text-decoration: none;
  color: #2B52A1;
}
/* end PageFooter */

/* begin LayoutCell, content */
.content-layout .content
{
  width: 70%;
}
.content-layout .content-wide
{
  width: 100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */
.content-layout .sidebar1
{
  width: 30%;
}
/* end LayoutCell, sidebar1 */




.hidden
{
  display: none;
}

/* Profile----------------------------------------------- */
    .profile-datablock, .profile-textblock {
      margin: 0 0 .75em;
      line-height: 1.4em;
    }
    .profile-img {
      float: left;
      margin-top: 0;
      margin-right: 5px;
      margin-bottom: 5px;
      margin-left: 0;
      border: 5px solid #889977;
    }
    .profile-data {
      font-weight: bold;
    }
    #user-portrait{
        width:64px;
        height:64px;
        padding:4px;
        padding-top:3px;
        padding-bottom:9px;
        background: url(http://theme.danelliott.me/background-user-portrait.png) no-repeat top left;
        margin-top:11px;
        margin-right:9px;
        float:left;
    }
    a.profile-link {
        font-weight:bold;
        text-decoration:none;
    }
    #about-text{
        margin-top:11px;
        margin-bottom:4px;
        line-height:16px;
        font-size:11px;
        display:block;
            color: #ddd;
    }
    .left-rail-block {
        margin-bottom:20px;
    }
    .extra_bottom_space { 
        margin-bottom: 10px;
    }
    /* For poorly rendered light-on-dark text on OSX with default text rendering settings */
    .textfix{
        -webkit-text-stroke:1px transparent; /*fixes it for safari*/
        opacity: 0.9999; /*improves it a little bit for FF */
    }
