/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom { background: #FFCC00 url('images/ovenworks_bckgd2.png') 100% 0 no-repeat; }
.custom #header { position:relative; padding: 0; background: #fee57e;}
.custom ul.menu {position:absolute; top:14em; right:3.1em; width:auto;}
.custom ul.menu li.rss {float:left;}
.custom #footer { padding-bottom: 5; background: #00009B; border-top: 4px solid #FF4DA00; }
.custom .menu {  }
.custom .menu a:hover { text-decoration: underline; }
.custom .wpcf7-list-item { text-align: left; }
.custom #likebox-frame { }
.custom h2 { border-bottom: 3px solid #00009B; }
.custom #content .headline_area { border-bottom: 3px solid #00009B; }
.custom .socialbuttons { background: #f2f2f2; }
.custom #producttable { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; border-collapse:collapse; }
.custom #producttable td, #producttable th { font-size:1em; border:1px solid #CE0413; padding:3px 7px 2px 7px; }
.custom #producttable th { font-size:1.1em; text-align:left; padding-top:5px; padding-bottom:4px; background-color:#CE0413; color:#ffffff; }
.custom #producttable tr.alt td { color:#000000; background-color:#CE0413; }
.custom .archivist_wrapper table, .archivist_wrapper tbody, .archivist_wrapper a { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; width:100%; border-collapse:collapse; }
.custom .archivist_wrapper td, .archivist_wrapper th { font-size:1.1em; border:1px solid #CE0413; padding:3px 7px 2px 7px; padding-bottom: 7px; }
.custom .archivist_wrapper th { font-size:1.3em; text-align:left; padding-top:5px; padding-bottom:4px; background-color:#CE0413; color:#ffffff; }
.custom .archivist_wrapper tr.alt td { color:#000000; background-color:#CE0413; }
.custom #quote { background:url(http://www.ovenworkspizza.com/web/wp-content/uploads/2012/01/uotebackground-e1326933106262.jpg) center no-repeat; }
#sidebar_1 ul.sidebar_list {
	padding: 0px;
}
#right_column_content {
	padding-left: 10px;
	padding-right: 10px;
}
#post-214 {
	padding-top: 0px;
	margin-top: -10px;
}
#post-214 h2, #post-214 .socialbtns, #post-214 .to_comments, #post-214 .headline_area{display: none;}
#footer .address {
	float: left;
	text-align: left;
	margin-right: 20px;
	color: white;
	margin-left: 6px;
}
#footer {
	height: 72px;
}
.custom #logo a { display:block; height:175px; width:949px; background:url(images/ovenworks_home_header2.png) center no-repeat; text-indent:-9999px;  }
*/
.custom #logo a { display:block; height:175px; width:949px; background:url(http://www.ovenworkspizza.com/web/wp-content/uploads/2012/06/ovenworks_home_header5.jpg) center no-repeat; text-indent:-9999px;  }
#post-4 {
	padding-top: 11px;
	width: 712px;
}
#post-4 .format_text{
	margin-right: 20px;
}
#post-4 .headline_area {
	background-image: url(http://www.ovenworkspizza.com/web/wp-content/uploads/2012/08/our_philosophy.jpg);
	height: 160px;
	border-bottom-width: 0;
	border-bottom-style: none !important;
}
#post-4 .headline_area h1, .home .headline_area {
	display: none;
}
.product_table {
	margin-bottom: 30px;
}

.product_table img.alignright {
	margin-bottom: 3px;
	margin-right: 3px;
	margin-top: 0;
}
.product_table td{
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	padding: 7px 4px;
	border-bottom: 1px solid #c7c6c8;
	border-right: 1px solid #f2f2f2;
	width: 72px;
}
td.product_description_cell {
	width: 400px;
	font-size: 12px;
	text-align: left;
	height: 74px;
}
.product_description_cell strong {
	font-size: 13px;
}
.product_table_crusts td {
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 14px;
}
.product_table_header td{
	background-color: #f5f5f5;
	border-right-color: #dedede;
	font-weight: bold;
	height: 47px;
	font-size: 12px;
}
.product_table_header td.product_description_cell {
	padding-left: 22px;
	width: 0;
	font-size: 14px;
	line-height: 19px;
	padding-top: 10px;
}
.product_table td a {
	display: block;
	padding-top: 21px;
	padding-bottom: 21px;
	background: url(/images/nutr_facts.png) no-repeat -4px bottom;
	margin-top: -10px;
	margin-bottom: -10px;
}
.product_table td a:hover {
	background: url(/images/nutr_facts_over.png) no-repeat center 60px;
}
.action_block h2 {
	border-bottom-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 23px;
}
.action_block p {
	line-height: 22px;
}
a.btn_contact:link,
a.btn_contact:visited,
a.btn_contact:hover,
a.btn_contact:active {
	background-image: url(http://www.ovenworkspizza.com/web/wp-content/uploads/2012/08/btn_red.png);
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	width: 79px;
	display: inline-block;
	height: 12px;
	padding: 7px 8px 8px;
	float: right;
	margin-right: 5px;
	line-height: 16px;
	position: relative;
	margin-bottom: 21px;
}
.home .top {
	padding-top: 10px;
}
/*DISPLAY POSTS STYLING*/
ul.display-posts-listing {
	list-style: none;
	margin: 0px;
}
.excerpt-dash {
	display: none;
}
.display-posts-listing .title {
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	color: #000;
	display: block;
	padding-bottom: 14px;
	line-height: 25px;
}
.listing-item {
	border-width: 1px;
	border-style: none;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 50px;
}
.home .listing-item {
	float: left;
	width: 297px;
	padding: 18px 15px 15px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 3px solid #eee;
	border-bottom: none;
}
.home a.read_more {
	display: none;
}
a.read_more {
	display: block;
	margin-top: 10px;
}
.teasers_box a.read_more{
	display: none;
}

#cboxPrevious,#cboxNext, #cboxCurrent {
	display: none !important;
}


form.w2llead {
  text-align: left;
  clear: both;
}
.w2llabel, .w2linput {
  display: block;
  width: 120px;
  float: left;
}
.w2llabel.error {
  color: #f00;
}
.w2llabel {
  clear: left;
  margin: 4px 0;
}
.w2linput.text {
  width: 200px;
  height: 18px;
  margin: 4px 0;
}
.w2linput.textarea {
  clear: both;
  width: 320px;
  height: 75px;
  margin: 10px 0;
}
.w2linput.submit {
  float: none;
  margin: 10px 0 0 0;
  clear: both;
  width: 150px;
}
.w2linput.checkbox{
  vertical-align: middle;
}
.w2llabel.checkbox{
  clear:both;
}
.w2limg{ 
display: block; clear: both; 
}
#salesforce {
  margin: 3px 0 0 0;
  color: #aaa;
}
#salesforce a {
  color: #999;
}