body {        
background-color: #222;
margin: 0px 0px 0px 10px;
font: 12px Arial, Helvetica, sans-serif;
color: #555;
}

#container{
width:auto;
margin:0 auto;
text-align:left;}
			
img#rss {
display:none;
}

h1 {
color: #666;
margin: 0px 0px 6px 0px;
font-weight: normal;
font-size: 28px;
letter-spacing: -1px;
}

h1 a {
color: #666;
text-decoration: none;
}
	    
#description {
color: #777;
font-size: 11px;
line-height: 18px;
}
	    
.date {
display:none;
}
.post{
	padding:6px;
	float:left;
	background:#000;
	margin-right:10px;
	margin-bottom:10px;
	position:relative;
	border-bottom-left-radius: 3px 3px;
	border-bottom-right-radius: 3px 3px;
	border-top-left-radius: 3px 3px;
	border-top-right-radius: 3px 3px;
	}

.photo,.quote,.link,.conversation,.video,.audio,.regular{
//	max-height:450px;
//	max-width:450px;
//	overflow:hidden;}
	
.photo img{
 // 	left:50%;
//	margin-left:-50%;
//	bottom:50%;
//	margin-bottom:-50%;
	}
	
//.post{
//width:320px;
//height:350px;
//float:left;
//margin-right:10px;
//margin-bottom:10px;
//overflow:hidden;
//background:#000;
//}

//.photo img{
//left:50%;
//margin-left:-50%;
//border:0;
//overflow:hidden;
//}

div.post img.permalink {
//border-width: 0px;
//width: 23px;
//height: 9px;
//position: absolute;
//top: 10px;
//right: 10px;
display: none;
}

.caption p{
display:none;	
}

div.post:hover img.permalink {
display: none;
}

a {
color: #111;
}

div.photo,div.video{
background:url('http://inspire.iwantedrock.com/admin/css/images/loading.gif') no-repeat center center;
min-width:10px;
min-height:10px;
}     
        /* Regular Post */
        div.post div.regular {
            font: Normal 11px 'Lucida Grande', Verdana, Arial, sans-serif;
            line-height: 17px;
        }

            div.post div.regular blockquote {
                font-style: italic;
            }

        /* Quote Post */
        div.post div.quote {
            padding: 0px 30px 0px 30px;
        }
        
            div.post div.quote span.quote {
                font-size: 24px;
                color: #444;
            }

                div.post div.quote span.quote a {
                    color: #444;
                }

                div.post div.quote span.quote big.quote {
                    font: Bold 60px Georgia, serif;
                    line-height: 1px;
                    vertical-align: -23px;
                    opacity: 0.4;
                    -moz-opacity: 0.4;
                    filter: alpha(opacity=40);
                }

                    div.post div.quote span.quote big.quote a {
                        text-decoration: none;
                    }
        
            div.post div.quote div.source {
                font-size: 16px;
                color: #666;
            }

                div.post div.quote div.source a {
                    color: #666;
                }
        
        /* Link Post */
        div.post div.link {
            color: #666;
            font-size: 24px;
            letter-spacing: -1px;
			padding:6px;
        }
        
            div.post div.link a {
                color: #666;
                text-decoration: none;
                border-bottom: dotted 1px #666;
            }

            div.post div.link div.description {
                font-size: 15px;
                letter-spacing: 0px;
                line-height: 20px;
            }
        
        /* Conversation Post */
        div.post div.conversation ul {
            list-style-type: none;
            margin: 0px;
            padding: 0px 0px 0px 1px;
            border-left: solid 5px #555;
        }
        
            div.post div.conversation ul li {
                font-size: 12px;
                padding: 4px 0px 4px 8px;
                color: #000;
                margin-bottom: 1px;
            }
        
                div.post div.conversation ul li span.label {
                    font-weight: bold;
                }
        
                div.post div.conversation ul li.odd {
                    background-color: #f4f4f4;
                }
        
                div.post div.conversation ul li.even {
                    background-color: #e8e8e8;
                }
        
        /* Video Post */
        div.post div.video div.caption {
            margin-top: 5px;
            color: #888;
            font-size: 11px;
        }
        
            div.post div.video div.caption a {
                color: #888;
            }
	    
	    #navigation {
	        font-size: 11px;
            font-weight: bold;
	    }
	    
	        #navigation a {
                color: #555;
	            text-decoration: none;
	        }
	        
	        #navigation a:hover {
	            text-decoration: underline;
	        }
	    
	    #footer {
			clear:both;
	        margin-top: 11px;
	        font-size: 10px;
	        color: #eee;
	    }
	    
	        #footer a {
	            color: #eee;
	        }
			
div.pagination {
clear:both;
text-align:left;
padding:3px;
margin:3px;
}

div.pagination a {
padding: 4px 6px;
margin-right: 2px;
background:#1e1e1e;
text-decoration: none;
color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
margin-right: 2px;
}
div.pagination span.current {
margin-right: 2px;
padding: 4px 6px;
font-weight: bold;
background-color: #1e1e1e;
color: #aaa;
}
div.pagination span.disabled {
margin-right: 2px;
color: #ccc;
display:none;
}