/* @override http://www.tomlewek.com/blog/style.css */

<style type="text/css">


*{
	margin: 0;
	padding: 0;
}


  body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 10px;
    background-color: #ede9e1;
    margin: 0 0 20px 0;
	padding: 0;
	}
	
	a:active, a:focus { outline: 0; }
	
#navigation{
    width:100%;
    position:fixed;
	background-color: #202020;
    padding:10px;
    z-index:100;
	margin-right: auto;
	margin-left: auto;
	}
	
#menu{
    width: 555px; 
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	}
	
#menu li{
	font-family: Helvetica Neue,Helvetica,Arial;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	float: left;
	padding-left: 8px;
	padding-right: 8px;
	}
	
#menu li a{
	text-decoration:none;
	color:#fff;
	padding-left: 6px;
	padding-right: 6px;
	}
	
#menu li a:hover{
	background: url('arrow.png') no-repeat center;
	padding-top: 80px;
	padding-bottom: 100px;
}				

	#content {

		width: 500px;
		margin: 0 auto;
		padding-left: 60px;
		padding-right: 60px;
		padding-top: 108px;
		padding-bottom: 30px;

		background: #fff;

	}

		

		#content #header {

			border-bottom: 1px dashed #b5b5b5;

		}

		

			#content #header #top {
	position: relative;
	padding-bottom: 20px;
}

		

				#content #header #top a.title {

					color: #202020;
					text-decoration: none;

	font: 18px/52px Georgia, "Times New Roman", Times, serif;
	float: left;
}

			#content #header #top a.title:hover {
	text-decoration: underline;
}
			#content #header #top a.title:active {
	text-decoration: underline;
	color: #EE3424;
}
				

				#content #header #top .buttons {

					position: absolute;

					bottom: 24px;

					right: 0;

				}

			

					#content #header #top .buttons a {

						color: #FFFFFF;

						font-weight: bold;

						text-transform: uppercase;

						text-decoration: none;

						background: #c9c2b7;
}

				

			#content #header #bottom {
				padding-top:70px;
				padding-bottom:16px;

	text-align: left;
	color: #dfd7cc;
	font: italic 16px Georgia, Times, "Times New Roman", serif;
}

			

				#content #header #bottom a {

					color: #999999;

					font-weight: bold;

					text-decoration: none;

				}

	#content #newDay {

		border-top: 1px dashed #b5b5b5;

		padding: 15px 0 0 0;

	}

	

		#content #newDay .post { margin: 20px 0 70px 0; }

		

		#content #newDay .post img { max-width: 100%; }

		

		#content #newDay .date {

			font-weight: bold;

			text-transform: uppercase;
	display: inline;
}

	

		#content #newDay h2 {

			font-family: Georgia;

			font-size: 36px;

			letter-spacing: -1px;

			margin: 0;

		}

		

			#content #newDay a.h2 {

				color: #EE3424;

				text-decoration: underline;

				letter-spacing: -1px;

				margin: 0;

	font: 38px/36px Georgia, "Times New Roman", Times, serif;

}

			

			  #content #newDay a.h2.title {

			    color: #202020;

			  }

			

			#content #newDay .quote {

	color: #414141;

	font: italic 28px Georgia, Times, "Times New Roman", serif;

	text-align: left;

}

				

		#content #newDay .post img {

		  max-width: 764px;

			border: 1px dashed #8E8E8E;

			padding: 1px;
			border: none;

		}

		

		#content #newDay .post code {

			font-size: 12px;

			background: #ede9e1;

			font-family: 'Lucida Console', monospace;

			padding: 1px 4px;

		}

		

		#content #newDay .post {

			font-family: Georgia;

			font-size: 14px;

			line-height: 1.8;

		}

		

			#content #newDay .post a {

				color: #EE3424;

				text-decoration: none;

	font-style: italic;

}

			

				#content #newDay .post a:hover {

	text-decoration: underline;

}

				

		/* this is for chat */

		#content #newDay .post table {

			font-family: Georgia;

			font-size: 14px;

			margin: 0 0 10px 0;

			border-collapse: collapse;

		}



			#content #newDay .post table tr td {

				padding: 0;

				vertical-align: top;

			}



			#content #newDay .post table tr td.name {

				font-weight: bold;

				text-align: right;

				padding: 4px 15px;

			}



			#content #newDay .post table tr td.words {

				width: 100%;

				text-align: left;

				padding: 4px 1px;

			}

		/* that was for chat */

			

		#content #newDay .bottom {

			width: 100%;
float: right;
			color: #444444;

      font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

			font-size: 10px;

			line-height: 1.8;

			text-transform: uppercase;

		}

			

			#content #newDay .bottom .notes,

			#content #newDay .bottom .tags {

			text-transform: none !important;
			margin: 0 13px 0 0;
			float: left;

			}

.tags a{
	
	background-color: #ede9e1;
	padding: 4px 7px 5px 7px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

		

			#content #newDay .bottom a {

				color: #444444;

				text-transform: none;

				text-decoration: none;

			}

		

				#content #newDay .bottom a.time {

					text-decoration: underline;
					
					text-transform: uppercase;
	display: inline;
	float: right;
		padding: 1px 5px 1px 5px;
}	

				#content #newDay .bottom a:hover { text-decoration: none;
	color: #fff;
	background-color: #ee3424;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}



	#content #pagination {

		font-family: Georgia;

		font-size: 12px;

		text-align: right;

		border-top: 1px dashed #b5b5b5;

		border-bottom: 1px dashed #b5b5b5;

		padding: 20px 0;

		overflow: hidden;

	}

	

		#content #pagination a.button {

			color: #FFFFFF;

			text-transform: uppercase;

			text-decoration: none;

			background: #c9c2b7;
	padding: 8px;
	margin-left: 12px;
	font: italic 9px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
		#content #pagination a.button:hover{
	background-color: #EE3424;
}
		#content #pagination a.button:active{
	background-color: #535353;
}

		#content #pagination .rss { 

			font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

			font-size: 10px;

			float: left;
			padding-top: 5px;
	top: 2px;
}

			#content #pagination .rss a {

				color: #c9c2b7;

				font-weight: bold;

			}
			#content #pagination .rss a:hover {
	color: #EE3424;
}


		#content #footer {

			color: #8E8E8E;

			line-height: 1.5em;

			text-align: right;

			margin: 20px 0 0 0;

			overflow: hidden;

		}



			#content #footer form {

				margin: 0 auto 0 auto;

				float: left;

}
			#content #footer form input {
	background: #c9c2b7 no-repeat;
	border-style: none;
	padding: 7px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	font-style: italic;
}

			#content #footer form input:hover {
	background-color: #EE3424;
}
			#content #footer form input:active {
	background-color: #535353;
}


				#content #footer form input.text {

					width: 170px;
					background-color: rgba(201,194,183,0.27);
	color: #5b5853;
	text-transform: capitalize;
}

	

		#content #footer a {

			color: #EE3424;

		}

			

		ol.notes {

			width: 100%;

			border-bottom: dashed 1px #ccc;

	    padding: 48px 0 0 0px;

	    margin: 8px 0px 0px 0px;

	    list-style-type: none;

		}

		

			ol.notes a {

				color: #444444;

			}



			ol.notes li.note {

				color: #777;

				font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;

				font-size: 10px;

		    border-top: dashed 1px #b5b5b5;

		    padding: 4px;

			}



				ol.notes li.note img.avatar {

			    vertical-align: -4px;

			    margin-right: 10px;

			    width: 16px;

			    height: 16px;

				}



				ol.notes li.note span.action {

					margin-bottom: 5px;

				}

		

					ol.notes li.note span.action a {

						font-weight: bold;

					}



				ol.notes li.note .answer_content {



				}



				ol.notes li.note blockquote {

			    border-color: #eee;

			    padding: 4px 10px;

			    margin: 10px 0px 0px 25px;

				}



					ol.notes li.note blockquote a {

				    text-decoration: none;

					}

					

				ol.notes li.note a:hover {

					text-decoration: underline;

				}

				

    ul#likes {

	    border-bottom: 1px dashed #b5b5b5;

	    list-style-type: none;

	    margin: 0 0 0 0;

	    padding: 0 0 20px 0;

	    overflow: hidden;

	  }



	  li.like_post {

	    width: 150px;		    

      font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;

      font-size: 10px;list-style-type: none;

      margin: 0;

	    padding: 0 56px 0 0; 

	    float: left;

	  }



	    li.like_post:last-child {

	      padding: 0;

	      float: right;

	    }



	    li.like_post img {

	      max-width: 146px;

	      border: 1px dashed #b5b5b5;

  			padding: 1px;

	    }



	    li.like_post blockquote {

	      margin: 0;

	      padding: 0 0 0 10px;

	      border-left: 1px dashed #b5b5b5;

	    }



	    li.like_post .like_link a {

	      font-size: 12px;

	      color: #0F6F9F;

	    }



	      li.like_post .like_link a:hover {

		      color: #D00000;

		    }



		  li.like_post .like_title {

		    font-size: 12px;

		  }



	    li.like_post a {

	      color: #202020;

	    }



	    li.like_post ol,

	    li.like_post ul {

	      margin: 0 0 0 15px;

	      padding: 0;

	    }



      li.like_post .post_info_bottom {

        margin: 10px 0 0 0;

        display: block !important;

      }



        li.like_post .post_info_bottom a {

          color: #999999;

          text-decoration: none;

        }



          li.like_post .post_info_bottom a:hover {

            color: #D00000;

          }



    a.arrow.back,

    a.arrow.forward {

      display: none !important;

    }

    

    a.install {

        width: 96px;

        height: 20px;

        background: url(http://static.tumblr.com/thpaaos/dHHkt0jor/install_theme.png);

        display: block;

        position: absolute;

        top: 26px;

        right: 3px;

    }

			

	{CustomCSS}			

	</style>