/*
Theme Name: Bacon Mockup Custom
Theme URI: http://baconmockup.com/
Version: 1.0
Author: Pete Nelson
Author URI: http://petenelson.com/
*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.clear
{
	clear: both;
}

#container {
	width: 920px;
	margin: 20px auto 5px auto;
}

a {
	color: #06C;
	text-decoration: none;
}

a:hover
{
	color: #CC0000;
}

h1.title
{
	color: #de3226;
}


div.col_1
{
	width: 460px;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
}


div.col_2
{
	width: 440px;
	float: left;
	position: relative;
}


.baconmockup_col1
{
	height: 280px;
}

.image_col img
{
	margin: 0 10px 10px 0;
	float: left;
}

.attribDescription
{
	font-size: 0.8em;
	margin-bottom: 20px;
	width: 90%;
	line-height: 20px;
}

/*

.attribImage
{
	float: left;
	margin: 0 10px 20px 0;
	font-size: 12px;
	width: 200px;
}


.attribImage img.meat
{
	width: 200px;
	height: 200px;
}

.attribImage span.cc
{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: 2px;
	background-image: url(img/cc-sprite.png);
}


.attribImage span.cc-by
{
	background-position: -4px -2px;
}


.attribImage span.cc-sa
{
	background-position: -22px -2px;
}
*/

.footer
{
	width: 880px;
	margin-top: 20px;
	padding: 10px 0;
	border-top: solid 1px #CCCCCC;
	font-size: 0.8em;
}

#likeThis
{
	width: 450px;
	background: #6C0E0F;
	font-weight: bold;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 40px;
	padding: 10px;
	width: 
}

#likeThis a
{
	color: #FFF;
}

#likeThis a:hover
{
	color: #de3226;
}

.page-attribution .title a {
	color: #de3226;	
}

