@charset "utf-8";
/* CSS Document */
a {
text-decoration: none; }
ul {
		list-style-image: url(http://static.tumblr.com/hn07h0y/fbjltx5uw/a.png); 
		margin-left: 20px; 
		margin-top: -2px; 
		margin-bottom: 0px;}
#theblogger {
	width: 245px;
	padding: 3px;}
#theblogger #title, #post .head{
	font-size: 22px;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 8px}
#theblogger .description {
	font-family: Trebuchet MS;
	text-align: justify;}
#links {
	width: 250px;
	text-transform: uppercase}
#post {
	padding:5px;
	width: 520px;
	text-align: justify; }
#post img {
	max-width: 100%; }
#post .notesreb {
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace; }
#post .title, .quote {
	font-family: Georgia;
	font-size: 25px;
	text-align: center}
#post .source {
	font-size: 15px;
	text-align: center;}
#post .label {
	font-weight: bold;
	font-family: Courier New;
	text-transform: uppercase;
	letter-spacing: 1px;}
#post .tag {
	text-align: right;
	font-size: 10px;
	letter-spacing: -1px;
	font-family: Arial;
	text-transform: uppercase }
#credit {
	font-family: "Courier New", Courier, monospace;
	font-size: 10.5px;
	width: 250px;
	text-align: center; }
#credit a.page, .cpage {
	font-size: 12px;}
input[type=text] { 
	width: 190px; 
	font-size: 11px;
	font-family: arial; 
	background-color: #fff; 
	border:1px solid #FFF;
	outline: none;}
input[type=submit] { 
 	width: 50px;
	font-size: 11px;
	font-family: arial; 
	border: none;
	-moz-transition: background-color 1s ease-out;
	-webkit-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;}
input[type=submit]:hover {
	-moz-transition: background-color 1s ease-out;
	-webkit-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;}
 ol.notes {
                padding: 0px;
                margin: 25px 0px;
                list-style-type: none;
            }

            ol.notes li.note {
                padding: 5px;
            }

            ol.notes li.note img.avatar {
                vertical-align: -4px;
                margin-right: 10px;
                width: 16px;
                height: 16px;
            }

            ol.notes li.note span.action {
                font-weight: bold;
            }

            ol.notes li.note .answer_content {
                font-weight: normal;
            }

            ol.notes li.note blockquote {
                padding: 4px 10px;
                margin: 10px 0px 0px 25px;
            }

            ol.notes li.note blockquote a {
                text-decoration: none;
            }
			ol.notes li.note blockquote { border-color: none;}