body {
    background-color: #efefef;
    
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    
    line-height: 17px;
    
    padding: 0px;
    margin : 0px;
    
    background-image: url(background.gif);
    background-repeat: repeat-x;
}

.clear {
    clear: both;
}

h1, h2, h3, h4, p {
    padding : 0px 0px 6px 0px;
    margin  : 0px;
}

h1 {
    display : none;
}

a {
    color : #000;
    text-decoration : none;
}

a:hover {
    color : #fe0;
}

a img {
    border : none;
}

blockquote {
    background-color:#FAFAFA;
    border: 1px solid #ccc;
    font-family:georgia;
    font-size:1.25em;
    font-style:italic;
    line-height:1.5em;
    margin: 5px 0 10px 0;
    padding: 10px 15px;
}

code {
    background-color:#FAFAFA;
    border: 1px solid #ccc;
    font-family:monospace;
    margin: 4px 0;
    padding: 10px 15px;
    display:block;
}



#site {
    margin : 0px auto;
    width  : 920px;
}

#header {
    height : 100px;
    padding : 0px 0px 30px 0px;
}

#content {
    width   : 920px;
    margin  : 35px 0px 0px 0px;
    padding : 0px;
}

#contentColumn {
    width : 710px;
    float : left;
}

#infoColumn {
    width : 210px;
    float : left;
}



.postItem {
    padding : 0px 0px 35px 0px;
}

.postItem .padding {
    float : left;
    width : 180px;
    
    margin  : 0px;
    padding : 0px;
}

.postItem .padding .details {
    position: absolute;
    
    background: url(info.gif);
    background-position: right top;
    background-repeat: no-repeat;
    width : 115px;
    
    padding : 10px 30px 10px 10px;
    
    text-align: right;
    
    line-height: 12px;
    font-size: 9px;
    
    color : #999;
}

.postItem .padding .details a {
    color : #333;
}

.postItem .padding .details a:hover {
    color : #fe0;
}

.postItem .content {
    float : left;
    width : 500px;
}

.postItem .content h2 {
    font-size : 20px;
    min-height : 28px;
}

.postItem .content h2 span {
    display:inline-block;
    height: 21px;
    
    margin:5px 0 0;
    padding : 7px 10px 2px 10px;
    
    background-color: #000;
    color : #fe0;
}

.postItem .content h2 a:hover span {
    background-color: #fe0;
    color : #000;
}

.postItem .content h3 {
    padding: 0;
    margin: 10px 0 0 0;
}

.postItem .content ul {
    margin : 0px;
    padding : 5px 0px 13px 30px;
}

.postItem .content ul li {
    list-style: square;
    margin : 0px;
    padding : 0px 0px 2px 0px;
}

.postItem .content p a,

.postItem .content ul li a {
    background-color: #fe0;
    color : #000;
    padding : 1px 4px 1px 4px;
}

.postItem .content p a:hover,

.postItem .content ul li a:hover {
    background-color: #000;
    color : #fe0;
}

.postItem .content img {
    border : 5px solid #fff;
}



/* PHOTO SPECIFIC CODE */
.postItem.photo p.photo a {
    display:inline-block;
    padding:0px;
}

.postItem.photo p.photo a img:hover {
    border-color:#000;
}


/* QUOTE SPECIFIC CODE */
.postItem.quote .content h2 span {
    background-color: #fe0;
    color : #000;
}

.postItem.quote .content p {
    padding : 0px;
    margin  : 0px;
    
    color : #aaa;
}



/* LINK SPECIFIC CODE */
.postItem.link .content h2 span {
    background-color: #fe0;
    color : #000;
}

.postItem.link .content a:hover h2 span {
    background-color: #000;
    color : #fe0;
}

.postItem.link .content p {
    padding : 0px;
    margin  : 0px;
}



/* CHAT SPECIFIC CODE */
.postItem.chat ul,
.postItem.chat li {
    padding : 0px;
    margin  : 0px;
    
    list-style: none;
}

.postItem.chat ul {
    border : 5px solid #fff;
}

.postItem.chat li {
    padding : 5px 7px 5px 7px;
}

.postItem.chat li.odd {
    background-color: #efefef;
    color : #333;
}

.postItem.chat li.even {
    background-color: #333;
    color: #dfdfdf;
}

.postItem.chat ul span {
    font-weight: bold;
}



.section {
    padding : 0px 0px 25px 0px;
    color : #999;
}

.section a {
    padding : 2px;
    color : #333;
}

.section a:hover {
    background-color: #000;
    color : #fe0;
}

.section h3 {
    font-size: 18px;
    color : #999;
}

.section ul,
.section li {
    list-style: none;
    padding : 0px;
    margin  : 0px;
}

.section li {
    margin : 0px 0px 5px -3px;
}

#tweets blockquote {
    font-size:1.0em;
    color:#666;
    margin:0;
}

#tweets ul, #tweets li {
    padding:0;
    margin:0;
}

#tweets>ul>li>a {
    font-size:0.75em;
    color:#CCC;
    background:none;
}

#tweets>ul>li>a:hover {
    text-decoration:underline;
    background:none;
}

ul#following {
    width:210px;
}

ul#following li {
    float:left;
}

ul#following li a {
    padding:0;
    margin:0;
}

ul#following li a:hover {
    background:none;
    border:none;
}

ul#following li img {
    border: 4px solid #fff;
    margin: 0 6px 0 0;
}

ul#following li img:hover {
    border: 4px solid #FFEE00;
}

#user-portrait {
    border:6px solid #FFFFFF;
    float:left;
    margin:0 7px 0 0;
}

.paging {
    padding : 25px 0px 0px;
    margin : 0px 0px 150px 0px;
}

.column {
    width : 172px;
    float : left;
}

#previous_page_page, #next_page_page {
    color: #FE0;
    background: #000;
    padding: 7px 10px;
}

#previous_page_page:hover, #next_page_page:hover {
    color: #000;
    background: #FE0;
}

