

/* GLOBAL RESET */
/* ################################################### */

html, body                          { width: 100%; height: 100%; }
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,
p,blockquote
{  
  margin: 0; 
  padding: 0; 
} 
*                                   { line-height: 150%; }
li, dd                              { margin-left: 8%; }
fieldset                            { padding: .5em; }

* html div, 
* html li
{
  zoom:1;
}

html
{
  background: #cfe8f4 url(../img/flackr_htmlbg.jpg) repeat-x left top;
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #333333;
}

body
{
  background: url(../img/flackr_world.gif) no-repeat center top;
  min-height: 700px;
}

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

/* POSITIONING */
/* #################################################### */


#page
{
  position: relative;
  margin: 0px auto;
  width: 900px;
}

#container
{
  position: relative;
}

#header
{
  position: relative;
  width: 100%;
  height: 146px;
}

#header #logo
{
  display: block;
  position: absolute;
  left: 0
  top: 0;
  width: 296px;
  height: 98px;
  text-indent: -9999px;
  background: url(../img/flackr_logo.jpg) no-repeat left top;
}

#header #logo a
{
  display: block;
  width: 296px;
  height: 98px;
}

#content
{
  position: relative;
  background: #FFFFFF;
  width: 800px;
  margin-left: 40px;
  padding: 20px;
  z-index: 40;
}

#content #left
{
  position: relative;
  width: 540px;
  float: left;
}

#content #right
{
  position: relative;
  width: 215px;
  float: right;
}

#search
{
  position: absolute;
  top: 105px;
  width: 220px;
  right: 20px;
}

#search h2
{
  position: relative;
  display: inline;
  float: left;
}

#search form
{
  position: relative;
  width: 150px;
  float: right;
}

#search form .textbox
{
  position: relative;
  float: left;
  width: 100px;
  padding: 2px;
  border: 1px solid #cecece;
  font-family: "Lucida Sans", "Lucida Sans Unicode", Tahoma, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 1em;
}

#search form .button
{
  position: relative;
  display: inline;
  padding: 0;
  float: right;
  width: 29px;
  height: 22px;
  background: url(../img/flackr_search.gif) no-repeat left top;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: bold;
}

#footer
{
  width: 600px;
  height: 20px;
  margin: 7px auto;
  padding: 0 0 20px 0;
  font-size: 0.9em;
  color: #999999;
  clear: both;
}

#footer a
{
  color: #777777;
} 



/* VIDEOS */
/* ########################################### */


#videos
{
  position: relative;
  clear: both;
}

.video
{
  position: relative;
  float: left;
  width: 122px;
  margin: 10px 12px 0 0;
}

.video .outer
{
  border: 1px solid #999999;
  width: 122px;
}

.video .inner
{
  border: 1px solid #FFFFFF;
  height: 72px;
  overflow: hidden;
  width: 120px;
}

.video .title
{
  display: block;
  padding: 3px 0 0 2px;
}



/* HEADLINES */
/* ########################################### */


ol.headlines
{
  position: relative;
  list-style-type: none;
  margin: 0 0 0 -50px;
  z-index: 50;
}

#tweets .headlines
{
  margin: 20px 0 0 -50px;
}

ol.headlines li
{
  position: relative;
  margin: 0 0 10px 0;
  padding: 7px;
  display: block;
  border: 1px solid #e8e8e8;
  background: #FFFFFF url(../img/flackr_headlinebg.jpg) repeat-x left top;
}

ol.headlines li:hover
{
  background: #FFFFFF url(../img/flackr_headlinebg.jpg) repeat-x left -30px;)
}

ol.headlines li.hot
{
  background: #fff6f8 url(../img/flackr_hotbg.jpg) repeat-x left top;
}
ol.headlines li.hot:hover
{
  background: #fff6f8 url(../img/flackr_hotbg.jpg) repeat-x left -30px;
}

ol.headlines .logo
{
  display: block;
  width: 50px;
  height: 50px;
  left: 0;
  overflow: hidden;
}

ol.headlines .messagebar
{
  display: block;
  position: absolute;
  left: 70px;
  top: 4px;
  width: 510px;
}

ol.headlines .message
{
  min-height: 37px;
  display: block;
  overflow: hidden;
}

ol.headlines li.hot .message
{ 
  color: #d20031;
} 

ol.headlines .meta
{
  font-size: 0.9em;
  color: #999999;
}

ol.headlines .meta .stats
{
  display: inline;
  position: absolute;
  right: 0;
}

ol.headlines .message a
{
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

ol.headlines .message a:hover
{
  text-decoration: underline;
}



/* PANELS */
/* ################################################### */


.paragraph
{
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #e8e8e8;
}

.panel
{
  border: 1px solid #e8e8e8;
  padding: 10px;
  margin: 0 0 10px 0;
}

.summary
{
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 20px 0;
}

#comments .comment
{
  margin: 15px 0 10px 30px;
  padding: 0 0 15px 0;
  border-bottom: 1px dotted #e8e8e8;
}

#comments .comment .meta
{
  display: block;
  padding: 5px 0 0 0;
  font-size: 0.9em;
  color: #c0c0c0;
}

#pictures a.pic
{
  display: block;
  float: left;
  margin: 10px 10px 0 0;
  position: relative;
}

#pictures IMG,
.twitpics IMG
{
  width: 75px;
  height: 75px;
}

.index
{
  background: #FFFFFF url(../img/flackr_arrow.jpg) no-repeat 20px top !important;
}

#latest
{
  position: relative;
  height: 73px;
  border: none;
  margin: 0 0 0 100px;
  padding: 0;
  color: #aaaaaa;
}

#cloud .weight-1
{
  font-size: 90%;
}

#cloud .weight-2
{
  font-size: 100%;
  font-weight: bold;
}

#cloud .weight-3
{
  font-size: 120%;
  font-weight: bold;
}

#cloud .weight-4
{
  font-size: 145%;
  font-weight: bold;
}

#cloud .weight-5
{
  font-size: 200%;
  font-weight: bold;
}

#cloud 
{
  text-align:justify;
}

/* NAVIGATION */
/* #################################################### */


#header #menu
{
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 44px;
}

#header #menu ul
{
  display: block;
  position: relative;
  height: 44px;
}

#header #menu ul li
{
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  list-style-type: none;
}

#header #menu ul li a
{
  display: inline;
  position: relative;
  float: left;
  width: auto;
  height: 44px;
  color: #333333;
  font-size: 1.1em;
  text-decoration: none;
  cursor: pointer;
}

#menu ul li a span
{
  display: block;
  position: relative;
  float: left;
  padding: 20px 0 0 0;
  height: 24px;
  background: none;
}

#menu ul li a .left,
#menu ul li a .right
{
  width: 7px;
  line-height: 0;
}

#menu ul li a .center
{
  padding: 20px 5px 0 5px;
}

#menu ul li a:hover
{
  background: #b3cb2d;
}

#menu ul li a:hover .left,
#menu ul li a.active .left
{
  background: #b3cb2d url(../img/flackr_menuleft.jpg) no-repeat left bottom;
}

#menu ul li a:hover .center,
#menu ul li a.active .center
{
  background: #b3cb2d;
  color: #FFFFFF;
}

#menu ul li a:hover .right,
#menu ul li a.active .right
{
  background: #b3cb2d url(../img/flackr_menuright.jpg) no-repeat right bottom;
}


/* TYPOGRAPHY */
/* #################################################### */


a
{
  color: #9db709;
}

::-moz-selection
{
  background: #3db8ea;
  color: #fff;
}

::selection
{
  background: #3db8ea;
  color: #fff;
}

h1
{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 100%;
  color: #5a6e76
}

h2
{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.45em;
  font-weight: bold;
  color: #3db8ea;
  letter-spacing: -1px;
  line-height: 100%;
}


/* GLOBAL CLASSES */
/* ################################################### */


.clearfix:after 
{
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix 
{
  display: inline-block;
}

html[xmlns] .clearfix 
{
  display: block;
}

* html .clearfix 
{
  height: 1%;
}

.clear        { clear: both; }
.floatleft    { float: left; }
.floatright   { float: right; }
 
.textleft     { text-align: left; }
.textright    { text-align: right; }
.textcenter   { text-align: center; }
.textjustify  { text-align: justify; }
 
.bold         { font-weight: bold; }
.italic       { font-style: italic; }
.underline    { border-bottom: 1px solid; }
.highlight    { background: #ffc; }

a img         { border: none; } 
.imgleft      { float: left; margin: 4px 10px 4px 0; }
.imgright     { float: right; margin: 4px 0 4px 10px; }
 
.noindent     { margin-left: 0; padding-left: 0; }
.nobullet     { list-style: none; list-style-image: none; }
li.nobullet   { margin-left: 0 !important;}


.hidden
{
  display: none;
}

P 
{ 
  margin: 0 0 10px 0;
}

H1
{
  margin: 0 0 15px 0;
}

H2
{
  margin: 0 5px 10px 0;
}

/* WORDPRESS */
.commentmetadata {
  font-weight: normal;
  }
  
.commentmetadata {
  margin: 0;
  display: block;
  }
  
.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
  }
  
.commentauthor {
   float: left;
}

#commentform textarea {
  width: 100%;
  padding: 2px;
}
  
.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#footerads {
  width: 100%;
  text-align: center;
}

#googleads {
  padding-left: 7px;
}
