
/*  ------------------------------------------------------------------------
                          Facebook | Notes HTML Styles
    ------------------------------------------------------------------------  */

/*  HEADERS  */

.note_content h1,
.note_content h2,
.note_content h3,
.note_content h4,
.note_content h5,
.note_content h6 {
  clear: both; 
  color: #333;
  font-weight: bold;
  margin: 0px; }

.note_content h1 {
  color: #111;
  font-size: 13px; }

.note_content h2 {
  font-size: 13px; }

.note_content h3,
.note_content h4 {
  font-size: 11px; }

.note_content h5,
.note_content h6 {
  color: #666;
  font-size: 11px; }

/*  BLOCK CONTAINERS  */

.note_content div {
  clear: none;
  line-height: 14px;
  text-align: left;
  padding: 0px 0px 10px 0px; }

.note_content div div {
  border: 0px;
  padding: 0px; }

.note_content p {
  margin-top: 0px }

.note_content blockquote {
  background: url(/images/notes/blockquote.gif) no-repeat 0px 4px;
  color: #333;
  margin: 0px;
  padding: 5px 25px; }

.note_content ul {
  padding: 0px 10px 0px 20px;
  list-style-type: square; }

.note_content ol {
  padding: 0px 10px 0px 20px; }

.note_content img {
  display: block;
  margin: 0px 0px 10px 0px; }

.note_content pre {}

.note_content pre br {
  display: none; }

.note_content code {
  color: #666; }

.note_content samp {
  font-family: monaco, "andale mono", courier, monospace;
  font-size: 10px; }

.note_content i,
.note_content em {
  font-family: "lucida sans", "lucida grande", tahoma, verdana, arial, sans-serif; }

.note_content tt {
  font-family: courier, monospace;
  font-size: 10px;
}

/*  ---------------------------|  NOTE PHOTOS  |----------------------------  */

.note_content .photo {
  padding: 0px; }

.note_content .photo_img {
  margin: 0px;
  padding: 0px; }

.note_content .photo a {}

.note_content .photo img {
  margin: 0px; }

.note_content .photo .caption {
  border: 0px; 
  color: #333;
  font-size: 9px;
  line-height: 12px;
  padding: 2px 0px 0px 0px;
  text-align: left; }


/*  PHOTO FULL  */

.note_content .photo_none {
  clear: both; }

.note_content .photo_none .photo_img {}

.note_content .photo_none .photo_img a {}

.note_content .photo_none .caption {
  color: #666;
  font-size: 11px;
  padding: 2px 0px 10px 0px; }


/*  PHOTO CENTER  */

.note_content .photo_center {
  clear: both;
  padding: 0px 0px 10px 0px;
  text-align: center; }

.note_content .photo_center .photo_img {
  margin: 0px auto;
  text-align: center;
  width: 180px; }

.note_content .photo_center .caption {
  font-size: 9px; 
  margin: 0px auto;
  padding: 0px;
  text-align: center;
  width: 180px; }


/*  PHOTO LEFT  */

.note_content .photo_left {
  clear: left; 
  float: left;
  padding: 2px 10px 5px 0px; 
  width: 180px; }

.wide_note .note_comment .photo_left {
  padding: 2px 15px 5px 0px; }


/*  PHOTO RIGHT  */

.note_content .photo_right {
  clear: right; 
  float: right;
  padding: 2px 0px 5px 10px;
  width: 180px; }

.wide_note .note_content .photo_right {
  padding: 2px 0px 5px 15px; }


/*  CLEAR BLOCKS  */

.note_content .clear_none {}

.note_content .clear_left {
  clear: right; }

.note_content .clear_center {
  clear: both; }

.note_content .clear_right {
  clear: left; }


/*  ---------------------------|  NOTE EXTRAS  |----------------------------  */

.note_content .audioplayer {
  margin: 0px;
  padding: 5px 0px;
  text-align: left; }

.note_content .audioplayer object {
  margin: 0px; }


/*  ------------------------------------------------------------------------
    Yes, we support most HTML tags in Notes. These are their basic styles.
    And if you're reading this, we might just be trying to hire you.
    
    Contact recruiting@facebook.com or visit http://facebook.com/jobs.php
    ------------------------------------------------------------------------  */
    
