		body {
	        margin: 5px auto;
	        padding: 10px 0px;
	        font: Normal 13px Arial, Helvetica, sans-serif;
	        color: #666;
	    }
		
		#mainCol {
			margin-top:-15px !important
		}
		
	    #container {
	        width: 700px;
	        padding: 0px;
			padding-left:30px;
	        background-color: #fff;
	        border-bottom: none 8px #aaa;
	    }

		#container .post {
			margin-left:  60px;
		}

	    
        img#rss {
			display: none;
            width: 36px;
            height: 19px;
            border-width: 0px;
            float: right;
            margin-left: 30px;
            margin-bottom: 10px;
        }

	    h1 {
	        color: #666;
	        margin: 0px 0px 10px 0px;
	        font-weight: normal;
	        font-size: 40px;
	        letter-spacing: -1px;
	    }

	    h1 a {
	        color: #666;
            text-decoration: none;
        }
	    
	    .description {
	        color: #000;
	        font-size: 11px;
			font-weight: bold;
	        /* line-height: 18px; */
	        padding-right: 70px;
	        margin-bottom: 30px;
	    }

#tumblr_controls {
left: 700px !important;
}
	    
	    .date {
	        margin: 65px 0px 10px 0px;
	        color: #ccc;
	        font-size: 24px;
	        text-align: right;
	        letter-spacing: -1px;
	        text-transform: uppercase;
	        border-bottom: solid 1px {color:Date};
	    }
	    
.post_cal {
	border: 1px solid #000;
	text-align: center;
	width: 50px;
	float: left;
	margin: 0 10px 5px 0;
}

	.post_cal .dayname {
	/*	background-color: #AA3511; */
	/*	background-color: #006699; */
                background-color: #cc3300;
		border-bottom: 1px solid #000;
		color: #FFFFFF;
		font-size: smaller;
		font-weight: bolder;
		width: 100%;
		letter-spacing: 1px;
	}

	.post_cal .daynum {
		border-bottom: 1px solid #000;
		font-size: xx-large;
		font-weight: bold;
		width: 100%;
		color:  #000;
	}

	.post_cal .month, .post_cal .year {
		font-size: 11px;
		color: #000;
		width: 100%;
		letter-spacing: 1px;
		background-color: #fff;
	}

	    div.post {
            margin-bottom: 40px;
            position: relative;
        }

	    div.post img.permalink {
            border-width: 0px;
            width: 23px;
            height: 9px;
            position: absolute;
            top: 5px;
            right: 30px;
            display: none;
        }

            div.post:hover img.permalink {
                display: block;
            }

        div.post h2 {
            font-size: 14px;
            color: {color:Post Title};
            margin: 0px 0px 5px 0px;
        }

        div.post h2 a {
            color: #444;
            text-decoration: none;
        }
        
        a {
            color: #111;
        }
        
        /* 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;
            }
        
	#	.photo {
			border: 1px solid black;
			padding-left: 10px;
			padding-top: 10px;
			margin-right: 6px;
			padding-bottom: 10px;
		}

        /* Photo Post */
        div.post div.photo img {
			border: 1px solid black;
			padding: 10px;

        }

        div.post div.photo div.caption {
            font-size: 11px;
			font-weight: bold;
            margin-top: 0px;
			margin-left: 2px;
            color: #000;
			text-align: left;
        }
        
            div.post div.photo div.caption a {
                color: #888;
            }
        
        /* Quote Post */
        div.post div.quote {
            padding: 0px 30px 0px 30px;
			width: 600;
        }
        
            div.post div.quote span.quote {
                font-size: 24px;
                color: #444;
            }




div.post div.quote span.quote span.short {
font: 35px Helvetica, sans-serif;
}

div.post div.quote span.quote span.medium {
font: 28px Helvetica, sans-serif;
}

div.post div.quote span.quote span.long {
font: 20px Helvetica, sans-serif;
}

/* change quotation mark color */
                div.post div.quote span.quote a {
                    color: #ccc;
                }

                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;
			font-weight: bold;
            letter-spacing: -1px;
        }
        
            div.post div.link a {
                color: #006699;
                text-decoration: none;
                border-bottom: none 1px #666;
            }

        div.post div.link div.caption {
            font-size: 12px;
			font-weight: normal;
            margin-top: 0px;
			margin-left: 2px;
            color: #000;
			text-align: left;
			letter-spacing: normal;
        }
        
        /* Conversation Post */
        div.post div.conversation ul {
            list-style-type: none;
            margin: 0px 0px 0px 3px;
            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 {
	        margin-top: 11px;
	        font-size: 10px;
	        color: #eee;
	    }
	    
	        #footer a {
	            color: #eee;
	        }
