@charset "UTF-8";
/* 
Title:     Media Bakery - homepage.css
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

#home #header, #home .p7EPM52 {
	width: 974px;
}
#swf {
	float: left;
	margin: 10px 0;
	width: 974px;
}
#irmContainer {
	position: relative;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 974px;
	height: 400px;
	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
}
#qsearch {
	padding: 10px 0 20px 0;
	width: 971px;
	text-align: center;
	position: absolute;
	bottom: 45px;
	left: 2px;
	background: rgba(0,0,0,.5) !important;
	background: url(../images/qsearch-bg-tile.png) repeat top left; /* for IE */
	z-index: 20;
}
#qsearch input {
	vertical-align: middle;
}
#qsearch h1 {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 300%;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .9);
}
#qsearch .textfield {
	padding: 5px;
	color: #666;
	font-size: 200%;
	width: 448px;
	border: 0;
	/*border: 2px solid #666;*/
	border: none;
	background: #fff url(../images/qsearch-input-bg.gif) repeat-x top left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 8px #333;
	-webkit-box-shadow: 0 0 8px #333;
	-moz-box-shadow: 0 0 8px #333;
}
#qsearch .btn {
	display: inline;
	padding: 7px 14px;
	color: #fff;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	/*font-style: italic;*/
	/*text-transform: uppercase;*/
	text-decoration: none;
	background: #F90 url(../images/glass-btn.png) repeat-x 0 50%;
	border: 2px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: 1px 1px 0 rgba(0,0,0,.8);
	box-shadow: 0 0 8px #333;
	-webkit-box-shadow: 0 0 8px #333;
	-moz-box-shadow: 0 0 8px #333;
	cursor: pointer;
}
#channels {
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	width: 980px;
}
.box {
	float: left;
	margin-right: 10px;
	padding: 0;
	width: 484px;
	min-height: 140px;
	height: auto !important;
	height: 140px;
	/*background: url(../images/box_bottom.gif) no-repeat bottom left;*/
	display: inline;
}
.box .p7IRM01 {
	float: left;
	padding: 0px;
	width: 484px;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
/*
.box .gutter {
	padding: 20px 0 0 20px;
	background: url(../images/box_top.gif) no-repeat top left;
	text-align: left;
}
.box h3 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	text-align: left;
}
.box p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	line-height: 1.2em;
	text-align: left;
}
.box img {
	padding-right: 8px;
}
*/
#lastBox {
	margin-right: 0;
}
#container {
	clear:left;
	float: left;
	margin: 20px 0;
	padding: 0;
	width: 974px;
	background: url(../images/container-bg-tile.gif) repeat-y;
}
.txtbox {
	float: left;
	margin-right: 10px;
	padding: 0;
	width: 236px;
	display: inline;
}
.txtbox .gutter {
	padding: 0 10px;
	text-align: left;
}
.txtbox h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1em;
	text-align: left;
}
.txtbox p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	line-height: 1.2em;
	text-align: left;
}
#last-txtbox {
	margin-right: 0;
}

