body { 
	padding: 0px;
	margin: 0px;
	background: #fff;
    color: #222;
    position: absolute;
	width: 965px;
	left: 50%;
	margin-left: -482px;
}

#masonry {
	margin: 0px;
	padding: 0px;
}

#blogTitle {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 60px;
	letter-spacing: 1px;
	color: #333;
	margin: 20px 20px 0px 20px;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.25);
}

#tweets {
	font-family: "Georgia, Times New Roman";
	font-size: 50px;
	color: #3561a4;
	text-align: justify;
	font-weight: normal;
	margin: 45px;
	text-shadow: 0px 2px 2px #ccc;
}

#tweets a {
	font-family: "Georgia, Times New Roman";
	font-size: 50px;
	color: #3561a4;
	text-align: justify;
	font-weight: normal;
	text-shadow: 0px 2px 2px #ccc;
}

.box {
	background-color: #fff;
	color: rgba(0,0,0,0.75);
	font-family: Helvetica, Arial, Tahoma, serif;
	font-size: 13px;
	line-height: 17px;
	width: 226px;
	margin: 7px;
	-webkit-transition-duration: 300ms;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}

.box:hover {
	background-color: #fff;
	color: rgba(0,0,0,0.75);
	font-family: Helvetica, Arial, Tahoma, serif;
	font-size: 13px;
	line-height: 17px;
	width: 226px;
	margin: 7px;
	-webkit-transition-duration: 300ms;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.65);
}


.boxQuote {
	background-color: #888;
	color: #fff;
	font-family: Helvetica, Arial, Tahoma, serif;
	font-size: 13px;
	line-height: 17px;
	width: 226px;
	margin: 7px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.65);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.65);
}

.box a, a:visited {
	color: #333;
	text-decoration: none;
}

.box a:hover {
	color: #000;
	text-decoration: underline;
}

.box p {
	padding: 10px;
}

.boxQuote p {
	padding: 5px 10px 5px 10px;
	font-size: 20px;
	line-height: 20px;
}
			
.box img {
	width: 226px;
	border: 0px;
}

.box embed {
	width: 227px;
	margin-left: -1px;
}

.box object {
	width: 226px;
}

.box span {
	float: left;
	font-size: 26px;
	font-weight: bold;
}

.zoom {
	width: 226px;
	height: 222px;
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	z-index: 9;
}

.arrow {
	background: url(http://mikecosentino.com/new/images/arrow.png) bottom center no-repeat;
	width: 226px;
	height: 10px;
	position: absolute;
	z-index: 9;
	margin-top: -14px;
}

.quote {
	font-family: Georgia, "Times New Roman", serif;
	color: #1d4a73;
	font-size: 30px;
	line-height: 35px;
	background: rgba(129, 205, 246, 0.5);
	padding: 10px;
}

.title {
	padding: 10px;
	font-size: 16px;
}

.post {
	padding: 10px;
}

.quoteSource {
	background: #fff;
	color: #333;
	font-size: 13px !important;
	line-height: 17px;
	padding: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.quoteSource p {
	background: #fff;
	color: #333;
	font-size: 13px !important;
	line-height: 17px;
}

.quoteSource a, a:visited, a:link {
	color: #333;
	text-decoration: none;
}

.quoteSource a:hover {
	color: #000;
	text-decoration: underline;
}

li {
	list-style-type: none;
	padding: 10px;
}

.chat {
	color: #1d4a73;
	background: rgba(129, 205, 246, 0.5);
}

.chatLabel {
	font-size: 15px !important;
	padding-right: 10px;
}

.permalink {
	background: url(../images/link.png) center center no-repeat;
	width: 16px;
	height: 17px;
	position: absolute;
	right: 3px;
	bottom: 3px;
}

.reblog {
	background: url(../images/reblog.png) center center no-repeat;
	width: 16px;
	height: 17px;
	position: absolute;
	right: 3px;
	bottom: 3px;
}

.reblog:hover {
	background: url(../images/reblog_over.png) center center no-repeat;
	width: 16px;
	height: 17px;
	position: absolute;
	right: 3px;
	bottom: 3px;
}

blockquote {
	border-left: 1px solid #ddd;
	color: #888;
	margin-left: 10px;
	padding: 5px;
}

#footer {
	clear: both;
	float: right;
	width: 100px;
	height: 25px;
	margin: 20px 0px 0px 0px;
}

#next {
	background: url(../images/next_over.png) center center no-repeat;	
	width: 20px;
	height: 20px;
	float: right;
}

#previous {
	background: url(../images/previous_over.png) center center no-repeat;	
	width: 20px;
	height: 20px;
	float: right;
}

#archive {
	background: url(../images/archive_over.png) center center no-repeat;	
	width: 20px;
	height: 20px;
	float: right;
}

#next:hover {
	background: url(../images/next.png) center center no-repeat;	
	width: 20px;
	height: 20px;
	float: right;
}

#previous:hover {
	background: url(../images/previous.png) center center no-repeat;	
	width: 20px;
	height: 20px;
	float: right;
}

#archive:hover {
	background: url(../images/archive.png) center center no-repeat;	
	width: 20px;
	height: 20px;
	float: right;
}

#navigation {
	width: 900px;
	border-bottom: 3px solid #ccc;
	margin-top: 40px;
	margin-bottom: 0px;
}

#links {
	margin-top: -3px;
	margin-bottom: 60px;
}

.link {
	border-top: 3px solid #ccc;
	padding: 5px;
	font-family: Monaco, Verdana !important;
	font-family: Verdana;
	font-size: 9px;
	color: #777;
	text-transform: lowercase;
	position: inherit;
	float: right;
}	

.link:hover {
	border-top: 3px solid #666;
	padding: 5px;
	font-family: Monaco, Verdana !important;
	font-family: Verdana;
	font-size: 9px;
	color: #333;
	text-transform: lowercase;
	position: inherit;
	float: right;
}

.link_current {
	border-top: 3px solid #3561a4;
	padding: 5px;
	font-family: Monaco, Verdana !important;
	font-family: Verdana;
	font-size: 9px;
	color: #333;
	text-transform: lowercase;
	position: inherit;
	float: right;
}
