/* Width=420 */
@import "../shared.css";

/* color1 */
h1 a, h1 input, #posts h2, .post a:hover { color: #FFFFFF; /* Customizable as color 1 */ !important }
#posts, #groupscontainer, #friendscontainer, #friendslist, #description_search, #avatar, ul#filter li, .post .meta { background-color: #FFFFFF; /* Customizable as color 1 */ }

/* color2 */
.post_quote blockquote { color: #FF9D00; /* Customizable as color 2 */ }
.post_quote a:hover { background-color: #FF9D00; /* Customizable as color 2 */ }

/* color3 */  
body, #admin-description { color: #A89B9A; /* Customizable as color 3 */ }
#posts, #groupscontainer, #friendscontainer, #friendslist, #description_search, ul#filter li.sel a { border-color: #A89B9A; /* Customizable as color 3 */ } 

/* color4 */  
.post h3 { color: #A6BD78; /* Customizable as color 4 */ }

/* color5 */
a:link, a:visited { color: #8DC0D4; /* Customizable as color 5 */ }
.post a:hover { background-color: #8DC0D4; /* Customizable as color 5 */ }

/* color6 */
body { background-color: #000000; /* Customizable as color 6 */ }

/* body font */
body, input, textarea { font-family: Arial, Helvetica, sans-serif; /* Customizable as font Font */ }

/* header font */


  /* Block "Style 1" for Header */
  #header h1, #header h1 input, #content h2 {
    font-family: Arial,Helvetica,sans-serif;
    font-variant: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.08em;
  }
  /* End of block */
  /* Block "Style 2" for Header */
  /*#header h1, #header h1 input, #content h2 {
    font-family: Georgia;
    font-variant: normal;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
  }
  #content h2 { font-style: normal }
  */
  /* End of block */
  /* Block "Style 3" for Header */
  /*#header h1, #header h1 input, #content h2 {
    font-family: 'Arial Black';
    font-variant: normal;
    font-style: italic;
    font-weight: normal;
    letter-spacing: -0.08em;
  }
  #content h2 { font-style: normal }
  */
  /* End of block */
  /* Block "Style 4" for Header */
  /*#header h1, #header h1 input, #content h2 {
    font-family: 'Lucida Sans Unicode','Lucida Grande',sans-serif;
    font-variant: small-caps;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
  }*/
  /* End of block */
  /* Block "Style 5" for Header */
  /*#header h1, #header h1 input, #content h2 {
    font-family: 'Trebuchet MS',sans-serif;
    font-variant: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: -0.03em;
  }*/
  /* End of block */
  /* Block "Style 6" for Header */
  /*#header h1, #header h1 input, #content h2 {
    font-family: 'Courier New',Courier,sans-serif;
    font-variant: normal;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0;
  } */
  /* End of block */



body {
  margin: 0;
}

a:link, a:visited, a:hover {
  text-decoration: none;
}

#posts, #groupscontainer, #friendscontainer, #friendslist, #description_search {
  border-right-width: 3px;
  border-right-style: solid;
}
#posts, #groups_friends, #friendslist, #description_search {
  margin: 10px 0 0 250px;
}
#posts, #friendslist, #description_search {
  width: 422px;	
  padding: 15px;
}
#groups_friends {
  width: 455px;
  margin-top: 0;
}
#groupscontainer, #friendscontainer {
  padding: 10px 10px 0 15px;
}


#description_search {
  margin-top: 0;
  margin-bottom: 10px;
}

#searchcontainer {
  font-size: .85em;
  margin: .5em 0 0 0;
}

#filtercontainer {
  margin: 10px 0 0 250px;
}
#posts {
  margin-top: 0;
}
#friendslist {
  margin-top: 0;
  padding: 10px 15px;
}

ul#filter {
  margin: 0; padding: 0;
  list-style: none;  
  overflow: hidden;  
}
ul#filter li, ul.friends li, ul#friendslist li {
  margin: 0; padding: 0;
}

ul.friends, ul#friendslist { 
  overflow: hidden;  
  list-style: none;
}
ul.friends {
  margin: 0; padding: 0;
}
ul.friends li, ul#friendslist li {
  float: left;
  margin-right: 3px;
}

#content.friends #friendscontainer { display: none }
#friendscontainer ul.friends li.morefriends { display: none }

ul#filter li {
  display: block;
  float: left;
  margin-right: 3px;
}
ul#filter li.sel a {
  font-weight: bold;
  border-right-width: 3px;
  border-right-style: solid;
}
ul#filter li a {
  display: block;
  padding: 5px 15px;  
}

  
#header h4,
#footercontainer {
  display: none;
}

ul#accounts {
  position: absolute;
  left: 713px;
  width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 7px;
}
ul#accounts li {
  margin: 0; padding: 0;
  float: left;
}
ul#accounts li a {
  display: block;
  width: 1.6em;
  height: 1.7em;
  background-position: center;
  background-repeat: no-repeat;
}

#groups_friends #groups {
  padding-bottom: 0px;
}

#groups_friends h4 {
  display: block;
  clear: both;
  float: left;
  width: 4.5em;
  margin: 0;
}
.friends_empty #groups_friends h4 {
  display: none;
}

#header {
  position: relative;  
}

#header #title {
  position: absolute;
  top: 0;
}

h1 input {
  font-size: 1em;
  text-align: right;
}
h1 {
  margin: 0;
  font-size: 2.4em;
  width: 250px;
  text-align: right;
}
h1 a {
  text-decoration: none;
}

#avatar {
  display: block;
  position: absolute;
  left: 194px;
  top: 6em;
  width: 48px;
  height: 48px;
  padding: 8px 0 8px 8px;
}
#avatar.hidden {
  display: none;
}


#posts h2 {
  float: left;
  position: relative;
  margin: 0 0 0 -240px;
  text-align: right;
  width: 160px;
  font-size: 1.2em;
}

#posts h2 .y {
  display: none; 
}


.post {
  margin: 0 0 1.5em 0;
  overflow: hidden;
}

.post h3 {
  font-size: 1.6em;
  margin: 0 0 .2em 0;
}

.post .meta .time,
.post .meta .author,
.post .meta .source {
  display: none; 
}

.post .meta .source {
  float: left;
  margin-right: .5em;
}

#content.friends .post .meta {
  display: block;
  position: relative;
  float: left;
  margin-left: -53px;
  padding: 6px 0 6px 6px;
}

.post .meta .type {
  float: left;
  width: 30px;
  height: 24px;
  margin-right: .3em;
  background-position: -3px -2px;
}
.post_image .meta .type,
.post_video .meta .type,
.post_regular .meta .type,
.post_event .meta .type,
.post_review .meta .type {
  display: none; 
}
.post_regular .meta .type { background-image: url('/skins/bbq/icons/regular.png'); behavior: url(/stylesheets/iepngfix.htc); }
.post_link    .meta .type { background-image: url('/skins/bbq/icons/link.png'); behavior: url(/stylesheets/iepngfix.htc); }
.post_quote   .meta .type { background-image: url('/skins/bbq/icons/quote.png'); background-position: -3px -5px; behavior: url(/stylesheets/iepngfix.htc); }



.post .meta .author a,
.post .meta .author a img {
  display: block;
}

.post_quote blockquote {
  margin: 0 0 .5em 0;
  font-size: 1.2em;
}

.post_quote blockquote .start,
.post_quote blockquote .end {
  display: none;
}


body.calendar h2.upcoming-events {
  float: left;
  text-align: right;
  width: 245px;
}
body.calendar a.to-front-page {
  display: none;
}

.pagination {
  text-align: center;
  margin-top: .5em;
}
.paginationtop {
  margin-bottom: 1em;
  float: right;
  width: 100%;
}
.paginationbottom {
  margin-bottom: 2em;  
}
.pagination .more {
  font-size: 1.6em;
}
.pagination .back,
.pagination .front {
  margin-right: .5em;
}

.source {
  font-size: 80%;
}

#content .blipfm .embed { width: 512px; }


