/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/mt-static/themes-base/blog.css);
@import url(/mt-static/support/themes/professional-black/professional-black.css);
/* end StyleCatcher imports */


#homepage-image { background-image: url(http://www.photosbync.com/homepage-image.jpg) !important; }


/* What font is used throughout my site */
body {
	font-family: "Century Gothic";
}


/* Adjusts how much space is around my logo at the top of the page */
#header-content {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
}

/* BG color of the site's middle content */
#content {
	background-color: #DDDDDD;
}

/* How much space is around the middle content */
#content {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 20px;
}

/* Center the Blog Titles */
.entry-asset .asset-name {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 12px;
	text-align: center;
}

/* Change color of dotted line above and below "by Nick" */
.entry-asset .asset-meta {
    color: #777;
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 12px;
}

/* Change color of dotted line between entries */
.asset-footer {
    font-size: 13px;
    border-top: 1px dotted #666;
    padding-top: 15px;
}

