/*  
Theme Name: Goodlooking
Theme URI: http://www.goodlooking.org/
Description: Fork of Sam's Pixel Theme for goodlooking.org.
Author: Goodlooking Web Department
Author URI: http://www.goodlooking.org/
Version: 1.0.0
Tags: black, blue, three-columns, two-columns, threaded-comments, fixed-width, theme-options, right-sidebar, sticky-post
.
Released under the <a href="http://www.opensource.org/licenses/gpl-license.php">GPL</a>.
.
*/

/* Defaults */
 /* {{{ */
* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: helvetica, arial, trebuchet ms, sans-serif;
  }

hr {
  color: #333;
  border: 1px solid #121212;
  }

pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }


p {
  font-size: 9pt;
  }

a {
  color: #FBD008;
  text-decoration: none;
  }

a:hover {
  color: #FFF;
  text-decoration: underline;
  }

a img {
  border: none;  
  }

blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #fff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: helvetica, arial, trebuchet ms, sans-serif;
  background-color: #040404;
  color: #CCC;
  }
.todo {
  color:#ff00ff;
  font-weight: bold;
  }
 /* }}} */

/* Header and wrapper */
/* {{{ */
#wrapper0 {
  background: #040404 url(images/bgrepeat.png) top center repeat-y;
  }
#wrapper1 {
  background:transparent url(comingsoon.jpg) no-repeat scroll center top;
  }
#wrapper {
  margin: 0 auto;
  /* width here should be 982px. But bug: it sometime gets a 1px offset which make the div go above yellow borders. So 981px is safer. */
  width: 981px;
  text-align: left;
  padding: 0 1px;
  border-bottom:26px solid #FBD007;
  }

#header {
  padding: 0;
  margin: 0;/*26px;*/
  height: 78px;
  }

#header #topright {
  text-align: right;
  float: right;
  width: 600px;
  margin: 0;
  }
#header #topright #searchform p {
  margin: 25px 0 0;
  font-size: 0;
  padding: 0;
  }
#header #topright #searchform p #searchbox {
  width: 192px;
  height:20px;
  font-family: monospace;
  border-color: #000;
  border-style: none solid;
  border-width: 0 1px;
  }
#header #topright #searchform p .submitbutton {
  width:32px;
  height:20px;
  margin: 0;
  background: transparent;
  color:transparent;
  font-size: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  }
#header #topright #searchform p .submitbutton:hover {
  cursor: pointer;
  }


#logo2 {
  display:none;
  }
#header #logo {
  float: left;
  width: 350px;
  margin: 25px 0 0 0;
  padding: 0;
  display: none;
  }
#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #fff;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }
#welcome-login {
  font-size: 8pt;
  margin: 8px 30px 0 0;
  color: #000;
}
#welcome-login a {
  color:#000;
  font-weight: bold;
}
 /* }}} */

/* Menu */
 /* {{{ */
#catnav {
  border-bottom: 1px solid #323232;
  margin: 0;/*26px;*/
  padding: 0;
  clear: both;
  height: 30px;
  }

#nav {
  list-style: none;
  margin: 0 0 0 80px;
  padding: 0;
  }
	
#nav ul {
  margin: 0;
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 30px;
  margin: 0;
  padding: 0 10px 0 15px;
  font-size: 12pt;
  color: #fbd008;
  letter-spacing: -1px;
  font-weight: bold;
  }

#nav li a:hover {
  color: #FFF;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;
  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 4px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 27px;
  }
 /* }}} */

/* Front Page  */
 /* {{{ */
    /* Top part of the front page (highlight): containing Register + GoodlookingTV */
 /* {{{ */
div#highlight {
  margin: 0;/* 26px;*/
  padding: 11px;
  background-color:#1D1D1D;
  font-size: 9pt;
  border-top:1px solid #070707;
  }
div#highlight p {
  display:block;
  float:left;
  height:252px;
  overflow-x:hidden;
  padding:0;
  width:646px;
  }
div#highlight p img {
  margin: 0;
  border: #FFF 1px solid;
}
div#highlight .video {
  float: right;
  width: 300px;
  margin:0;
  }
div#highlight div.video span.youtube {
  width:300px;
  height:233px;
  overflow: hidden;
  }
div#goodlookingtv {
  width:290px; /* 300px wide - 10px padding */
  background-color: #101010;
  text-align: right;
  line-height: 18px;
  padding: 0 10px 0 0;
  margin: 1px 0 0 0;
  /* cursor: pointer; */
  }
 /* }}} */

    /* News boxes */
 /* {{{ */
#news, #archive {
  float: left;
  margin: 0;
  padding: 0;
  }
#news {
  width: 650px;
  }
#archive {
  width: 641px;
  }
#news .topPost, #archive .topPost {
  border: #3d3d3d 1px solid;
  margin-bottom: 6px;
  background-color: #0d0d0d;
  color: #fff;
  width:636px;
  padding:3px 5px;
}
#archive .topPost {
  margin-bottom: 10px;
  width:626px;
}
/*
#news .topPost {
  cursor: pointer;
}
#news .topPost:hover {
  background-color: #444;
}*/
#news .topPost a img.topThumbnail, #archive .topPost a img.topThumbnail {
  border: 1px solid #000;
  margin: 0 15px 0 0;
  float: left;
  }
#news .topPost h2.topTitle a, #archive .topPost h2.topTitle a {
  color:#FBD008;
  }
#news .topPost .topExcerpt p {
  font-size: 8pt;
  padding:0;
  }
#archive .topPost .topContent p {
  font-size: 10pt;
  margin:0 0 1em 0;
  padding:0;
  }
#archive .topPost .topContent br {
  display:none;
}
#news .topPost span.topTags, #archive .topPost span.topTags {
  background: #FBD008 none;
  padding: 2px 5px;
  font-style: normal;
  margin-right: 5px;
  color: #000;
  border: 1px solid #fff;
  }
#news .topPost span.topTags a, #archive .topPost span.topTags a {
  color:#000;
  }
#news .topPost span.topTags:hover, #archive .topPost span.topTags:hover {
  background-color: #FFE860;
  }
#news .topPost span.topTags a:hover, #archive .topPost span.topTags a:hover {
  color:#000;
  }
#news .topPost h2.topTitle, #archive .topPost h2.topTitle {
  padding:0;
  }
#news .topComments, #news .topContent, #news .topMore, #news .topSchedule, #news .clearTopSchedule {
  display:none;
}
.clearTopSchedule {
  margin: 0;
  padding: 0;
  clear: both;
}
#archive .topExcerpt {
  display:none;
}
#archive .topContent img {
  display:none;
}
#archive .topPost .topSchedule, #archive .topPost a img.topThumbnail {
  margin-bottom: 6px;
}
 /* }}} */

    /* Events box */
 /* {{{ */
#events {
    height:287px; /* 287-25*2*/
    color:#FF00FF;
    background:#272727 url(images/upcomingeventsbox.png) no-repeat scroll 0 0;
    padding: 0;
    float: right;
    width: 301px; /* 301-25*2*/
    }
#events h2 {
  padding: 0 0 4px 39px;
  font-size: 11pt;
  line-height: 30px;
  font-weight: bold;
  }
#events h2 a {
  color: #FBD008;
  }
#events h2 a:hover {
  color: #FBD008;
  }
 /* }}} */

    /* Top Content */
 /* {{{ */
#main {
  margin: 11px 0 0;
  clear: both;
  padding: 30px 10px 5px;
  font-size: 9pt;
  }
.contentwrapper {
  float: left;
  width:641px;
  margin: 0;
  padding:0 5px 5px 5px;
  background: #181818 url(images/yellow-box-header.png) repeat-x;
}
.contentwrapper-more {
  margin-top: 10px;
}
.contentwrapper .pageTitle, .contentwrapper h1 {
  color: #000;
  font-weight: bold;
  padding: 0 0 0 39px;
  font-size: 14pt;
  line-height: 28px;
  background: transparent url(images/yellow-box-goodboy.png) no-repeat;
  background-position: 5px 3px;
  margin-bottom: 15px;
}
.contentwrapper h1 a {
  color: #000;
  font-weight: bold;
  font-size: 14pt;
  line-height: 28px;
}
#contentwrapper2 {
  margin: 0 0 11px 0;
  padding: 0;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 15pt;
  font-weight: normal;
  color: #fff;
  letter-spacing: -1px;
  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #abd1ea;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #cdcdcd;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #fff;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 18pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 18pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 18pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }
 /* }}} */

#left-yellow-boxes, #middle-yellow-boxes, #right-yellow-boxes { /* TODO */
  /* color:#FBD008; */
  color:#FF00FF;
  /* font-weight: bold;  */
  }

#left-yellow-boxes {
  float: right;
  width: 440px;
  margin: 67px 0 0;
  }

#middle-yellow-boxes {
  float: left;
  width: 329px;
  margin: 9px 14px 0 0;
  }

#right-yellow-boxes {
  float: left;
  width: 480px;
  margin: 34px 0 0 0;
  }

div#left-yellow-boxes div.box, div#middle-yellow-boxes div.box, div#right-yellow-boxes div.box {
  margin: 0 0 14px 0;
  background: #181818 url(images/yellow-box-header.png) repeat-x;
  padding:0 5px 5px 5px;
}

div#left-yellow-boxes div.box h2, div#middle-yellow-boxes div.box h2, div#right-yellow-boxes div.box h2 {
  color: #000;
  font-weight: bold;
  padding: 0 0 0 39px;
  font-size: 11pt;
  line-height: 28px;
  background: transparent url(images/yellow-box-goodboy.png) no-repeat;
  background-position: 5px 3px;
  margin-bottom: 5px;
}

 /* }}} */

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #83adc8;
  text-transform: lowercase;
  text-decoration: underline;
  }
#nextprevious a:hover {
  color: #fff;
  }

/* Comments */
 /* {{{ */
#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  background: #040404;
  width: 609px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  border: 1px solid #090909;
  padding: 0px 15px 10px 15px;
  color: #fff;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #fff;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #6598b8;
  }
#comments p a:hover {
  color: #fff;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#888; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}
 /* }}} */

/* Welcome section */
 /* {{{ */
#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
 /* }}} */

/* Sidebars */
 /* {{{ */
#sidebar {
  float: right;
  width: 300px;
  }
#sidebar #right-yellow-boxes {
  margin: 0;
  float: right;
  }
#sidebar #right-yellow-boxes .box {
  margin-bottom: 9px;
  }
#sidebar .box ul.itemize {
  padding: 5px 0 0;
  }
#sidebar .box ul.itemize li {
  display: block;
  }
#sidebar .box ul.itemize li a {
  color:#fff;
  }
#sidebar #events {
  margin-bottom: 9px;
  }
#tag_cloud a {
  display: inline;
  }
#sidebar #please-log-in{
  color: #888;
  text-align: right;
  margin-top: 5px;
  }
 /* }}} */

/* Before Footer */
 /* {{{ */
#morefoot {
  background: #000 url(images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }
 /* }}} */

/* Footer */
 /* {{{ */
#footer {
  clear: both;
  padding:100px 15px 10px;
  background:#000 url(images/footer.png) no-repeat scroll 7px 0;
  }
#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }
 /* }}} */

/* Misc */
 /* {{{ */
.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

ul.itemize, ul#cycnav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size:130%;
  }
ul.itemize li, ul#cycnav li {
  background-image: url(images/puce.png);
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 14px; 
  }
ul.itemize li {
  /*display: inline;*/
}
ul.usermenu li {
    margin-right: 15px;
}
/* }}} */

/* Twitter */

ul.twitter {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0 0;
  }
ul.twitter li {
  display: block;
  margin-top: 6px;
  background-color: #222;
  padding: 0 2px;
  /* cursor: pointer; TODO: make them clickable, but I'm affraid it's gonna require some hack into the twitter plugin */
  }
ul.twitter li:hover {
  background-color: #444;
  }
ul.twitter li a {
  color: #fff;
  font-weight: normal;
  /*line-height: 10px;*/
  }
ul.twitter li a:hover {
  text-decoration: none;
  color: #fff;
  }
span.twitter-timestamp {
  color:#FBD008;
  display: block;
  text-align:right;
  margin-top: -2px;
  font-size: 85%;
  background: transparent none;
  }
a#follow-me-twitter {
  padding-left: 2px;
  }

/* Events */

ul.ec3_events {
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 0;
  }

li.ec3_list {
  color:#CCC;
  margin:0 0 1px 0;
  letter-spacing: 0;
  word-spacing: 0;
  display: block;
  padding: 0 5px;
/*  cursor: pointer; TODO: make them clickable */
  line-height: 21px; /* TOK1 */
  }
li.ec3_list:hover {
  background-color: #666;
  color:#fff;
  }

li.ec3_list ul {
  margin-top: -21px; /* cf TOK1 */
  list-style-type: none;
  display:block;
  text-align:right;
  }
li.ec3_list li {
  display:block;
  }
li.ec3_list li a {
  display:block;
  }

.topSchedule {
padding:0 0 0 103px;
width:193px;
border: 1px solid #000;
margin: 0 15px 0 0;
background:#181818 url(images/eventdatebg.jpg) no-repeat;
height:82px;
float:left;
}
.topSchedule table.ec3_schedule {
border: 0px none #000;
margin: 0 0 0 0;
height:82px;
width:193px;
}
.topSchedule table.ec3_schedule td {
}
.topSchedule table.ec3_schedule td {
font-size:10pt;
color:#cdf;
text-align: center;
}
.topSchedule table.ec3_schedule td.ec3_start {
padding:0 25px;
}
.topSchedule table.ec3_schedule td.ec3_end {
padding:0 25px;
}
.topSchedule table.ec3_schedule td.ec3_to {
color:#aaa;
}
.topContent table.ec3_schedule {
display:none;
}
.topSchedule .topDate {
display:block;
float:left;
margin-left:-81px;
margin-top:33px;
width:59px;
text-align:center;
font-weight:bold;
font-size:14pt;
color:#ddd;
}

/* Flikr photos */

div#middle-yellow-boxes div.photos {
  text-align:center;
  font-size:0pt;
  }

div#middle-yellow-boxes div.photos h2 {
  text-align: left;
  padding-bottom: 5px;
  }
div#middle-yellow-boxes div.photos h2 a {
  color: #000;
  text-decoration: none;
  }
div#middle-yellow-boxes div.photos h2 a:hover {
  text-decoration: underline;
  }

div#middle-yellow-boxes div.photos img {
  padding: 2px;
}
div#middle-yellow-boxes div.photos img:hover {
  padding: 1px;
  border-top: #FBD008 1px solid;
  border-right: #AE9936 1px solid;
  border-bottom: #AE9936 1px solid;
  border-left: #AE9936 1px solid;
}
div#middle-yellow-boxes div.photos div#follow-me-flickr {
  background: #101010 none;
  padding: 0 10px 0 0;
  display: block;
  text-align: right;
  line-height: 18px;
  margin: 0;
  cursor: pointer;
  font-size: 9pt;
  }
div#middle-yellow-boxes div.photos div#follow-me-flickr:hover {
   background-color: #222;
  }

/* Facebook */

div#right-yellow-boxes div.facebook {
  padding-left:0px;
  padding-right:0px;
  }

.contentwrapper p.message {
  background-color:#444400;
  border:1px solid white;
  color:#FFFF00;
  font-weight:bold;
  }
.loginform input {
  margin-top:10px;
  }
.loginform label {
  margin-top:10px;
  }

#chatInput #chatForm #chatbarText{
    width: 400px;
    }
.contentwrapper td.mngl-info-tab-col-2{
color:#eee;
}
.contentwrapper .mngl-user-grid-header{
background-color:black;
}
.contentwrapper textarea#mngl-board-post-input{
width:100%;
}

