﻿/*
################################################################################
# CSS for www.createyourownpasta.com.
# Copyright: Brinker International, All Rights Reserved.
# Designed by Prizelogic.
################################################################################

=Defaults
=Layout
=Home Page Specific
=Content Page Specific
=Forms and Validation
=Footer

*/

/* =Defaults
--------------------------------------------------------------------------------
*/

* {
	margin: 0;
	padding:0;
}

html { 
	min-width: 840px;
}

body {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #576c10;
	text-align: center;
	background-color: #a50016;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #ffcc00;
}

a:hover {
	text-decoration: underline;
	color: #fff;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	visibility: hidden;
	display: none;
}

/* =Layout
--------------------------------------------------------------------------------
*/

#pageWrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/twoColumnBackground.gif) 0 0 repeat-y;
}

.pageHeader {
	width: 840px;
	text-align: left;
	text-indent: -8000px;
	margin-bottom: -2px;
}

html>/**/body #pageHeader {
	margin: 0;
}

#leftColumn {
	float: left;
	width: 590px;
}

#rightColumn {
	float: left;
	width: 205px;
	margin-left: 30px;
}

#rightColumn h3 {
	width: 205px;
	text-indent: -8000px;
}

#rightColumn p {
	color: #fff;
	margin-bottom: 8px;
}

#rightColumn dl {
	margin-bottom: 8px;
}

#rightColumn dl dt {
	color: #ffcc00;
	font-weight: bold;
}

#rightColumn dl dt a {
	font-weight: bold;
}

#rightColumn dl dt a:hover {
	font-weight: bold;
}

#rightColumn dl dd {
	color: #fff;
}

.bullet {
	padding-right: 4px;
}

.pageWrapperFooter {
	width: 840px;
	height: 8px;
	clear: both;
	margin: 0 auto -6px auto;
	text-align: center;
	background: url(../images/columnFooter.gif) 0 0 no-repeat;
}

html>body .pageWrapperFooter {
	margin-bottom: 0;
}

.dottedHr {
	height: 1px;
	margin: 8px 0;
	background: url(../images/dottedHr.gif) 0 0 repeat-x;
}

/* =Home Page Specific
--------------------------------------------------------------------------------
*/

.home {
	height: 365px;
	background: url(../images/pageHeader_home.jpg) 0 0 no-repeat;
}

ul#homeView {
	float: left;
	width: 590px;
	height: 35px;
	margin-bottom: 8px;
}

ul#homeView li {
	float: left;
	list-style: none;
	height: 35px;
}

ul#homeView li.view1 {
	width: 195px;
}

ul#homeView li.view2 {
	width: 200px;
}

#mvHomeWrapper {
	width: 540px;
	margin-left: 25px;
}

#mvHomeWrapper p {
	margin-bottom: 8px;
}

#mvMinHeight {
	float: left;
	width: 1px;
	height: 240px;
}

#rightColumn h3.h3Home {
	height: 35px;
	background: url(../images/h3_mostRecentRecipes.gif) 0 0 no-repeat;
}

#rightColumn dl dd.homeList {
	padding-left: 15px;
}

.homeFooter {
	height: 22px;
	margin-bottom: 0;
	background: url(../images/columnFooterHome.gif) 0 0 no-repeat;
}

#recipeDisplay {
	background-color: #fff;
	text-align: left;
	height: 100%;
}

.modalBackground {
	background-color: #a50016;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#modalRecipe {
	width: 400px;
	text-align: left;
	background-color: #fff;
	border: solid 1px #b1b4b9;
}

.footerButton {
	padding: 8px;
	text-align: right;
}

/* =Content Page Specific
--------------------------------------------------------------------------------
*/

.contentPage {
	height: 280px;
	background: url(../images/pageHeader.jpg) 0 0 no-repeat;
}

a.homeLink {
	width: 150px;
	height: 60px;
	margin-left: 17px;
	display: block;
	text-decoration: none;
}

#rightColumn h3.contentPage{
	height: 35px;
	background: url(../images/h3_deliciousCreations.gif) 0 0 no-repeat;
}

#pageHeaderWrapper {
	margin: 15px 25px 15px 25px;
}

#pageHeaderWrapper h1 {
	height: 13px;
	margin-bottom: 10px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: -8000px;
}

#contentWrapper {
	width: 540px;
	margin: 0 0 25px 25px;
	background-color: #fff;
	border: solid 1px #b2b4b7;
}

#content {
	padding: 15px;
}

#content p {
	margin-bottom: 8px;
}

#content a {
	color: #576c10;
	text-decoration: underline;
}

#content a:hover {
	color: #576c10;
	text-decoration: none;
}

#pageHeaderWrapper h1.recipeForm {
	background: url(../images/h1_selectYourFavorite.gif) 0 0 no-repeat;
}

#pageHeaderWrapper h1.entryForm {
	text-indent: 0;
}

#pageHeaderWrapper h1.confirmation {
	background: url(../images/h1_entrySubmitted.gif) 0 0 no-repeat;
}



/* =Forms and Validation
--------------------------------------------------------------------------------
*/

input,
textarea {
	padding: 3px 5px 3px 3px;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	border: 2px solid #000;
}

input.btn {
	padding: 0;
}

.noPadding input {
	padding: 0;
}

.noBorder input {
	float: left;
	border: 0;
	padding: 0;
	margin-bottom: 0;
	background-color: Transparent;
	background-image: none;
}

select {
	padding: 3px 1px 3px 3px;
	font-size: 12px;
	color: #000;
	border: 2px solid #000;
}

.anniversaryRow select {
	margin-right: 5px;
}

.required {
	font-size: 10px;
	color: #c51824;
	padding-left: 2px;
}

dl.formList {
	
}

dl.twoColumn {
	float: left;
	width: 49%;
}

dl.formList dd {
	margin-bottom: 5px;
	text-align: right;
}

dl.formList dd label {
	float: left;
	padding-top: 4px;
	color: #576c10;
	font-weight: bold;
}

dl.formList dd.buttonRow {
	text-align: left;
	margin: 15px 0 0 0;
	padding-left: 118px;
}

dl.entryFormList dd {
	margin-bottom: 5px;
}

dl.entryFormList dd label {
	width: 150px;
	display: block;
	float: left;
	margin-right: 8px;
	padding-top: 4px;
	color: #576c10;
	font-weight: bold;
}

html>/**/body .successSummary {
	margin-top: 50px;
}

.successSummary
{
	margin: 0 0 10px 0;
	padding: 15px;
	border: solid 2px #576c10;
	background-color: #fff;
}

.successSummary span
{
	font-weight: bold;
}

.validationSummary,
.recipeValidationSummary,
.entryValidationSummary {
	margin: 0 0 10px 0;
	padding: 15px;
	border: solid 2px #c51824;
	background-color: #fff;
}

.recipeValidationSummary {
	margin: 0 0 25px 0;
	text-align: left;
}

.entryValidationSummary {
	margin: 10px 15px 10px 15px;
}

html>/**/body .validationSummary {
	margin-top: 50px;
}

.validationSummary span,
.recipeValidationSummary span,
.entryValidationSummary span {
	font-weight: bold;
}

.recipeForm {
	text-align: center;
}

.recipeForm h2 {
	margin-bottom: 5px;
}

.recipeForm h3 {
	font: 12px/15px Georgia, Times, serif;
	margin-bottom: 10px;
}

.recipeForm table {
	text-align: left;
	width: 90%;
	margin: 0 auto 10px auto;
}

.recipeForm table tr td {
	width: 50%;
	vertical-align: top;
	padding: 2px 0 2px 0;
}

.recipeForm table tr td label {
	margin-right: 5px;
	margin-left: 5px;
	font: 13px/16px Georgia, Times, serif;
	color: #000;
	font-weight: bold;
}

.recipeForm table input {
	border: 0;
}

.questionDescription {
	margin-left: 25px;
	display: block;
	font: 11px/14px Georgia, Times, serif;
	font-weight: normal;
}

html>/**/body .questionDescription {
	margin-left: 18px;
}

#confirmMessage {
	margin: 2px;
	padding: 30px 15px;
	text-align: center;
	background-color: #f0f1e9;
	font: 18px/24px Georgia, Times, serif;
	font-weight: bold;
}

dl.userInfo {
	padding: 8px;
}

dl.userInfo dt {
	font-size: 14px;
	font-weight: bold;
}

.recipeWrapper {
	margin: 2px;
	background-color: #f0f1e9;
}

.recipeWrapper dl {
	margin: 0 15px;
	padding: 10px 0 15px 0;
}

.recipeWrapper dl dt {
	font-weight: bold;
	margin-top: 5px;
}

.recipeWrapper dl dd {
	padding-left: 5px;
}

.buttonBar {
	margin-top: 5px;
	text-align: right;
}

.checkBoxText {
	display: block;
	margin-left: 20px;
	padding-top: 3px;
	font-weight: bold;
}

.phoneFormat {
	display: block;
	padding-top: 3px;
	padding-bottom: 8px;
}

.view1ValidationSummary {

}

.view1ValidationSummary ul {
    margin: 0;
    padding: 0;
}

.view1ValidationSummary ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.view2ValidationSummary {
    
}

.view2ValidationSummary ul {
    margin: 0;
    padding: 0;
}

.view2ValidationSummary ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.view3ValidationSummary {

}

.view3ValidationSummary ul {
    margin: 0;
    padding: 0;
}

.view3ValidationSummary ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* =Footer
--------------------------------------------------------------------------------
*/

#footerWrapper {
	width: 840px;
	margin: 0 auto;
	padding-bottom: 15px;
	clear: both;
	text-align: left;
	font-size: 10px;
	color: #fff;
}

#footerWrapper a {
	text-decoration: underline;
}

#footerWrapper a:hover {
	text-decoration: none;
}

#footerWrapper ul {
	width: 590px;
	text-align: center;
}

#footerWrapper ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 8px 0 0;
}

#footerWrapper p {
	margin-top: 30px;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/


html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #fff;}
#TB_window a:visited {color: #fff;}
#TB_window a:hover {color: #fff;}
#TB_window a:active {color: #fff;}
#TB_window a:focus{color: #fff;}

#TB_window a#TB_closeWindowButton {color: #000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	min-height:100%;
	height: auto;
	_height: 100%;
}

#TB_window {
	position: absolute;
	background: #f0f1e9;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #420008;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#f0f1e9;
	height:27px;
}



#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}