/*
 * styles.css
 */


/* RESET */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background:transparent;
}

article, aside, figure, figure img, figcaption, hgroup,
footer, header, nav, section {
	display: block;
}

a img { border: 0; }

figure { position: relative; }
figure img { width: 100%; }

table {
	border-spacing:0;
	border-collapse:collapse;
}

caption,th,td {
	font-weight:normal;
}

th { text-align: left; }

blockquote,q {
	quotes:none;
}

:focus {
	outline:0;
}

body, #fancybox-content {
	background-color: #116081;
	background-image: url('/img/ptp/bg.jpg');
}

img {
	background-clip:border-box;
	-moz-background-clip:border;
	-webkit-background-clip:border;
	background-origin:border-box;
	-moz-background-origin:border;
	-webkit-background-origin:border;
	padding:0;
	margin:0;
	border:none;
}

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

sup {
	font-size:12px;
}

td {
	vertical-align:top;
}

p {
	display:block;
}

ul {
	margin:15px 15px 15px 40px;
}

a, a:visited, .focus {
	color: #94b83a;
	text-decoration:none;
}

a:hover {
    text-decoration: underline;
}

/* Layout */

.wrap {
    width: 920px;
    margin: 0px auto;
}

#header {

}

#content {
    min-height: 400px;
}

#footer {

}

/* Padding */

.pad {
	padding:25px;
}

.top {
	padding-top:25px;
}

.bottom {
	padding-bottom:25px;
}

.left {
	padding-left:25px;
}

.right {
	padding-right:25px;
}

.pads {
	padding:15px;
}

.tops {
	padding-top:15px;
}

.bottoms {
	padding-bottom:15px;
}

.lefts {
	padding-left:15px;
}

.rights {
	padding-right:15px;
}


.tb {
	padding-top: 25px;
	padding-bottom: 25px;
}

.lr {
	padding-left: 25px;
	padding-right: 25px;
}

.tbs { 
	padding-top: 15px;
	padding-bottom: 15px;
}

.lrs {
	padding-left: 15px;
	padding-right: 15px;
}

/* Padding */

.mar {
	margin:35px;
}

.mtop {
	margin-top:35px;
}

.mbottom {
	margin-bottom:35px;
}

.mleft {
	margin-left:35px;
}

.mright {
	margin-right:35px;
}

.mars {
	margin:15px;
}

.mtops {
	margin-top:15px;
}

.mbottoms {
	margin-bottom:15px;
}

.mlefts {
	margin-left:15px;
}

.mrights {
	margin-right:15px;
}


.mtb {
	margin-top: 35px;
	margin-bottom: 35px;
}

.mlr {
	margin-left: 35px;
	margin-right: 35px;
}

.mtbs { 
	margin-top: 15px;
	margin-bottom: 15px;
}

.mlrs {
	margin-left: 15px;
	margin-right: 15px;
}

/* Corners */

.topr {
	-moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
}

.bottomr {
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}

/* Misc */

.clear {
	clear:both;
	height:0;
}

.center {
	text-align:center;
}

.box {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.inline {
	display:inline;
}

.relative {
	position:relative;
}

.black {
    background-color: #141414;
}

.noshow {
	display:none;
}

.small {
	font-size: 12px;
	line-height: 12px;
}

.subtle {
	color:#777;
}

ul.errorlist {
	list-style: none;
	color: #990000;
	margin: 0px;
	margin-top:5px;
	font-size:14px;
}

.attn {
    color: #94b83a;
}

/* Borders */

.btop {
    border-top: 1px solid #000;
}

.btopl {
    border-top: 1px solid #1f1f1f;
}

.bbot {
    border-bottom: 1px solid #000;
}

.bbotl {
    border-bottom: 1px solid #1f1f1f;
}

/* Photos */

div.nophoto {
    width: 40px;
    height: 40px;
    border: 3px solid #eee;
}

div.hasphoto {
    width: 40px;
    height: 40px;
    border: 3px solid #eee;
}


/*	Typography  */

.gigantic {
	font-size: 48px;
	line-height: 48px;
	letter-spacing: 0px;
}

.huge, .xl, h1 {
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0px;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.large, .l, h2 {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.big, .ml, h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: normal;
	font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.medium, .m, h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    display: block;
}

.medium-small, .ms, h5 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.normal, body {
	font: 13px/19px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
}

input, textarea {
    font: 12px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.serif {
    font-family: "Times New Roman", Times, serif;
}

.sans-serif {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.h-font {
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.small, .s, .drop-summary .date {
	font-size: 14px;
	line-height: 18px;
} 

.xs, .drop .date {
	font-size: 12px;
	line-height: 20px;
} 

/* ptp */

#header {
    
}

#content {
    min-height: 380px;
}

#whatweeat p {
    margin: 5px auto 0px;
    width: 500px;
}

#pledges {
    
}

#pledges div.third{
    width: 33%;
    float:left;
}

#pledges div.third p {
    margin-bottom: 10px;
    height: 120px;
}

#pledges h3 .standout {
    
}


#carousel {
    height: 250px;
    position: relative;
}

#carousel #credits {
    position: absolute;
    bottom: 0px;
    left: 291px;
    font-size: 10px;
    color: #fff;
    background-color: #111;
    padding: 2px 4px;
    line-height: 10px;
}

.imptqt {
    display: none;
}

.imptqt.shown {
    display: block;
}

.imptqt img {
    float: left;
    width: 50%;
    -moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}

.imptqt .qt {
    float: left;
    width: 50%;
}

.imptqt .qt .inner {
    padding: 20px;
}

#next-button {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
    font-weight: bold;
}

.imptqt .src {
    font-size: 16px;
    padding-top: 10px;
}

.imptqt .src .from {
    font-size: 13px;
    color: #555;
}

.imptimg {
    width: 100%;
    -moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}


#experts {
    
}

#experts .expert {
    display:block;
    font-size: 16px;
    padding: 8px 14px;
    border-left: 1px solid #000;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #000;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#experts .expert .from {
    font-size: 13px;
    color: #555;
    display: block;
}

#experts .expert:hover {
    text-decoration: none;
}

#experts .expert.last {
    border-bottom: none;
}

#experts .expert.selected {
    xxxbackground-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f1f1f), to(#111));
    background-color: #000;
    border-top-color: #000;
    cursor: default;
}

#experts .expertvideo {
    height:249px;
    -moz-border-radius-topright:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-bottom-right-radius:8px;
	background-color: #000;
	padding: 15px;
}

a.pledge, input.submit_pledge {
    display: block;
    background-color: #94b83a;
    background-image: -moz-linear-gradient(top, #94b83a, #7b9a34);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#94b83a), to(#7b9a34));
    border: 1px solid #46591d;
    border-bottom: 1px solid #2f3c14;
    font-size: 24px;
    color: #fff;
    text-shadow: #2a3d3d 0px 1px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    cursor: pointer;
}

a.pledge .kind {
    font-size: 18px;
    padding-top:5px;
}

a.pledge:hover, input.submit_pledge:hover {
    text-decoration: none;
    background-image: -moz-linear-gradient(top, #94b83a, #7b9a34);
    background-image: -webkit-gradient(linear, 0% 40%, 0% 100%, from(#94b83a), to(#7b9a34));
}

a.pledge:active, input.submit_pledge:active {
    background-image: -moz-linear-gradient(top, #7b9a34, #94b83a);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#7b9a34), to(#94b83a));
}

a.pledge div.inner {
    padding: 20px 14px 18px 100px;
    border-top: 1px solid #aedf4c;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

a.pledge div.pepper {
    background: url('/img/ptp/pledgepepper_copy.png') no-repeat 16px center;
}

a.pledge div.tomato {
    background: url('/img/ptp/pledgetomato_copy.png') no-repeat 18px center;
}

a.pledge div.artichoke {
    background: url('/img/ptp/pledgeartichoke_copy.png') no-repeat 18px center;
}

div.fact {
    padding: 10px 0px;
}


#social a{
    margin: 0px 10px;
}

#footer {
    background-image: -moz-linear-gradient(top, #252525, #080808);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#080808));    
}

.do_pledge {
    padding: 20px 25px;
    width: 450px;
}

.do_pledge label {
     display: inline-block;
     width: 100px;
}

.do_pledge .dest {
    padding-bottom: 15px;
}

.do_pledge input.txt{
    font-size: 16px;
    width: 200px;
    padding: 3px 3px;
    color: #063048;
}

input.submit_pledge {
    padding: 7px 10px 10px;
    width: 130px;
    font-size: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
}
