/*   
	Theme Name: Breakfast Epiphanies
	Theme URI: http://breakfast-epiphanies.com/
	Description: Theme created for Breakfast Epiphanies, by Bluefly Digital Ltd
	Author: Bluefly Digital Ltd
	Author URI: http://wearebluefly.com
	Version: 1
	.
	Look but don't steal, stealing is wrong, there are things to be learnt here!
	.
*/

html{
	background: url(images/repeater.png) repeat-x;
	font: 12px/1.5 GillSans,'Gill Sans','Helvetica Neue',HelveticaNeue,Helvetica,Arial,sans-serif;
}

body{
	background: url(images/tex.jpg) repeat-x;
	border-top: 2px solid #B7351B;
	margin-top: 12px;
}

.container{
	width: 960px;
	margin: 0 auto;
}

.text-indent{
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	font-variant: small-caps;
	margin-bottom: 10px;
	font-size: 14px;
}

p{
	margin-bottom: 10px;
}

h1{
	float: left;
}

	h1 a{
		background-image: url(images/logo.gif);
		width: 540px;
		height: 92px;
		border-bottom: none;
		position: relative;
		z-index: 1;
	}
	
		h1 a:hover{
			border-bottom: none;
		}
h2{
	background-image: url(images/sexified.png);
	width: 259px;
	height: 90px;
	float: right;
}

a{
	text-decoration: none;
	border-bottom:1px dotted #B7351B;
	color:#B7351B;
}

	a:hover{
		border-bottom: 1px solid #B7351B;
	}

#header{
	padding: 10px 0;
	border-bottom: 1px dotted #000;
	overflow: auto;
}

#content{
	margin: 10px 0;
}

	#home-shows{
		width: 960px;
		padding: 10px 0;
		border-bottom: 1px dotted #000;
		margin-bottom: 10px;
	}
	
		#home-shows ul li a{
			width: 100px;
			height: 140px;
			display: block;
			position: relative;
			border-top: 3px solid #B7351B;
			text-decoration: none;
			font-size: 16px;
			-moz-box-shadow: 2px 2px 4px #333;
			border-bottom: none;
		}
			
			#home-shows ul li a img{
				position: absolute;
				z-index: 1;
			}
		
			#home-shows ul li a span{
				display: none;
				position: relative;
				padding: 20px 5px 5px 5px;
				top: 0;
				left: 0;
				height: 115px;
				width: 90px;
				background: rgba(0,0,0,0.75);
			}
			
			#home-shows ul li a:hover span{
				display: block;
				z-index: 2;
			}

	#posts{
		float: left;
	}


		#posts{
			width: 600px;
			margin: 0 10px 10px 0;
			padding-right: 10px;
			border-right: 1px dotted #000;
		}
		
			.post{
				margin-bottom: 10px;
			}
			
				.post-image{
					margin: 10px 0;
				}
		
		.sidebar{
			float: left;
			min-height: 100px;
			width: 140px;
			border-right: 1px dotted #000;
			padding: 0 20px 0 0;
			
		}
		
			#ads{
				width: 150px;
				display: block;
				float: right;
				border-right: none;
			}
	
#footer{
	clear: both;
	border-top: 1px dotted #000;
	margin: 10px -10px 0 0;
	padding-top: 10px;
}

	#footer > p{
		clear: both;
	}
	
	.col{
		width: 230px;
		float: left;
		margin-right: 10px;
	}
	
	#start-day img{
		margin-bottom: 10px;
	}
	
	#deliciousplus-box-2 ul li{
		margin-bottom: 10px;
		background: url(images/delicious.png) no-repeat 0 5px;
		padding: 5px 0 5px 20px;
		line-height: 1.5;
	}