/**
 * Author: Ben Melluish
 * Date: 12/07/2011
 */

/*= Contents =========

	[01] Reset
	[02] Defaults
	[03] Helpers
	[04] Headings
	[05] Links
	[06] Forms
	[07] MidMenu
	[08] IndexNav
	[09] Petal Widget
	[10] Footer
========================*/


/* [01] Reset
=====================*/
/* 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, 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, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* [02] Defaults
=====================*/
body
{
	font: 14px/1.2em Tahoma,Verdana,Arial,"Lucida Grande",sans-serif;
	padding: 10px;
}

p { margin: 1em 0; }

em { font-style: italic; }

td { vertical-align: top; }

ul, ol
{
	list-style-position: inside;
	margin-left: 1em;
}

ul
{
	list-style-type: square;
}

ol
{
	list-style-type: decimal;
}

dt
{
	font-weight: bold;
}

dl ul, dl ol, dd
{
	margin: .5em 0 0 1em;
	
}

sup { vertical-align: super; }

strong.telephone-number
{
	display: block;
}

/*tables*/
table#petal-quantities
{
	margin: 0 auto;
	text-align: left;
	width: 335px;
	margin-top: 15px;
	border-spacing: 2px;
	border-collapse: seperate;
}

table#petal-quantities caption
{
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

table#petal-quantities th 
{
}

table#petal-quantities thead
{
	background: #999;
}

table#petal-quantities th, table#petal-quantities td
{
	padding: 5px;
}

table#petal-quantities tfoot
{
	visibility: hidden;
}



/* [03] Helpers
=====================*/
.rose-strip { text-align: center; margin: 1em; }
.text-center { text-align: center; }

.leftCol, .rightCol { width: 48%; }

.leftCol  { float: left;  }
.rightCol { float: right; }


.clear-right { clear: right; }
.clear-left  { clear: left;  }
.clear-both  { clear: both;  }

.center { margin: 0 auto; display: block; }

.test { border: 10px solid red; }

.block
{
	display: block;
}

.warning, .success
{
	padding: 1em;
}

.warning { background: #FFBABA; border: 1px solid #f00; }
.success { background: #d9ffba; border: 1px solid #73ff00; }

ul.menu-cloud
{
	margin-left: 0;
	overflow: hidden;
	list-style-type: none;
	text-align: center;
	line-height: 3em;
}

ul.menu-cloud li
{
	text-align: center;
	display: inline;
	padding: 5px;
	border: 1px solid #999;
	border-bottom: 3px solid #999;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #ddd); /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #eee,  #ddd); /* for Opera */
}

#call-to-action
{
	padding: 0;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: #999;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	background: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #ddd) ; /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #eee,  #ddd); /* for Opera */
	width: 264px;
	float: right;
	margin: 30px 0 30px 30px;
}

#call-to-action:hover
{
	border-color: #C80000;
	box-shadow: 0 0 3px #C80000;
}

#call-to-action span
{
	font: italic 24px/1em Georgia,serif;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

#call-to-action a
{
	font: italic 12px/1em Georgia,serif;
	color: #c80000;
	text-shadow: 1px 1px 0 #fff;
	display: block;
	padding: 15px 60px 15px 15px;
	background: url('images/ui/ip_calltoaction_arrow.png') no-repeat 234px 54%;
}

.petal-guide
{
	margin-bottom: 1em;
	text-align: center;
}

.petal-guide img
{
	margin-bottom: 1em;
}

.center-block
{
	margin: 0 auto;
}

/* [04] Headings
=====================*/
h1,h2,h3,h4,h5,h6
{
	font-family: Garamond, Georgia, Lucida, serif;
	font-style: italic;
	font-weight: normal;
	color: #c30;
	line-height: 1.2em;
	text-align: center;
	margin: .5em 0;
}

h1 { font-size: 44px; }
h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

h1 { color: #f00; margin-top: 0; }
h3 { text-align: left; margin-top: 1em;}


/* [05] Links
=====================*/
a:link, a:visited
{
	text-decoration: none;
	color: #ff1493;
}

a:hover
{
	color: #c30;
}

h2 a:link, h2 a:visited { color: #c30; text-decoration: underline; }
h2 a:hover, h2 a:active { color: #f00; text-decoration: none;      }


/* [06] Forms
=====================*/
.formlabel, .formrequired, .formtext { font: bold .7em/1em Verdana,Tahoma,Arial,"Lucida Grande",sans-serif; }
.formrequired { color: #00f; }
.formtext { color: #ff1493; font-weight: normal; }

form ol
{
	list-style-type: none;
}

label
{
	font-family: "Droid Sans", sans-serif;
	color: #666;
	margin-bottom: 5px;
}

label input, textarea
{
	display: block;
	width: 300px;
	margin: 5px 0;
}

legend
{
	height: 0;
	visibility: hidden;
}

input[type=submit], input[type=reset]
{
	margin: 5px 0;
}

form.contact-form input[type=submit]
{
	float: right;
}

form tr td:first-child
{
	width: 410px;
}

#order-form input, #order-form select, #order-form textarea
{
	margin-bottom: .4em;
	width: 375px;
}

#order-form h2
{
	color: #f00;
	text-align: left;
	margin-bottom: 0;
}

#order-form select.delivery-date-day
{
	width: 56px;
}
#order-form select.delivery-date-month
{
	width: 69px;
}
#order-form select.delivery-date-year
{
	width: 61px;
}

#sidebar input
{
	margin: .2em 0;
}


#order-form a:link, #order-form a:visited { color: blue; text-decoration: none; }
#order-form a:hover, #order-form a:active { color: blue; text-decoration: underline; }

/* contact */

table.contact-form h3
{
	margin-top: 0;
}

/* These last two were added simply to provide compatability for
   old conventions. */

.paymentformlabel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	font-size: x-small;
}

.paymentformtext {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
}


/* [07] MidMenu
=====================*/
#mid-menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	text-align: left;
}

#mid-menu a
{
	font: 1em/0.8em tahoma, Myriad, helvetica, sans-serif;
	text-decoration: none;
}

#sidebar form p
{
	font-size: .8em;
	line-height: 1.2em;
}

li.menu-sep
{
	background: url("http://www.interpetal.com/images/rose_tiny.jpg") center center no-repeat;
	height: 31px;
}

#ss-icon-grid
{
	width: 112px;
	list-style-type: none;
	list-style-position: outside;
	margin: 0 auto;
	overflow: hidden;
}

#ss-icon-grid li
{
	float: left;
	margin: 0 2px 2px 0;
}

#sidebar-extra
{
	text-align: center;
}

#sidebar form
{
	margin-top: 1em;
	padding: 5px;
}

#sidebar form label
{
	overflow: hidden;
	height: 50px;
}

#sidebar form label span
{
	display: block;
	width: 42px;
	float: left;
	margin-top: 5px;
}

#sidebar form label input
{
	width: 90px;
}


/* [08] IndexNav
=====================*/
#indexnav
{
	text-align: center;
}

#indexnav ul
{
	overflow: hidden;
	margin: 0 auto;
	list-style-type: none;
}

#indexnav li
{
	float: left;
	text-align: center;
	width: 174px;
	margin-bottom: 1em;
	height: 95px;
	font-size: .9em;
}

#indexnav img
{
	display: block;
	margin: 0 auto;
}

/* [09] Petal Widget
=====================*/

#petal-widget { overflow: hidden; }
#petal-widget, #petal-widget p { margin-top: 1em; }

#petal-widget h2
{
	text-shadow: .7px .7px 0 rgba(0,0,0,.2);
	margin: 1em 0;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

#petal-widget .leftCol h2
{
	text-align: right;
	padding-right: 17px;
}

#petal-widget h2:first-child
{
	height: 2em;
	margin: 0 0 1em 0;
}

ul#thumb-switcher
{
	list-style-type: none;
	list-style-position: outside;
	float: right;
	position: relative;
	width: 380px;
	clear: right;
}

ul#thumb-switcher li
{
	padding: 5px;
	float: left;
	margin-right: 11px;
	border: 1px solid #999;
	border-bottom: 3px solid #999;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #ddd); /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #eee,  #ddd); /* for Opera */
}

ul#thumb-switcher li#main-image-li
{
	padding-bottom: 2px;
	margin: 0 0 10px 0;
	float: none;
	width: 352px;
}
ul#thumb-switcher li:last-child { margin-right: 0; }

ul#thumb-switcher li img
{
	border: 1px solid #999;
}

ul#thumb-switcher .corner-promo
{
	width: 189px;
	height: 188px;
	background: url("images/ui/corner-promo-ip.png");
	position: absolute;
	top: 0;
	right: 0;
	margin: -11px 6px 0 0;
	display: none;
}
	
ul#colour-switcher
{
	list-style-type: none;
	min-width: 300px;
	float: left;
	margin-bottom: 1.5em;
	margin-left: 0;
	overflow: hidden;
	width: 388px;
}

ul#colour-switcher li
{
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	border-color: #999;
	border-radius: 4px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eee,  #ddd); /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #eee,  #ddd); /* for Opera */
	width: 75px;
	height: 110px;
}

ul#colour-switcher a
{
	text-decoration: none;
	display: block;
	padding: 5px;
}

ul#colour-switcher p
{
	font: italic 10px/1em Georgia,serif;
	color: #c80000;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #fff;
	margin: 0;
	height: 3em;
	overflow: hidden;
}

ul#colour-switcher img
{
	margin-bottom: 0;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
}

div.price-list-container
{
	width: 600px;
	overflow: hidden;
}

div.price-list
{
	width: 300px;
	font-size: 13px;
	float: left;
}

div.price-list ul
{
	list-style-type: none;
	list-style-postition: inside;
	margin-left: 0;
	width: 280px;
	float: left;
}

div.price-list ul li
{
	
	padding: 4px !important;
	position: relative;
}

li span.price a
{
	position: absolute;
	right: 4px;
}

ul#colour-switcher .selected,
ul#colour-switcher li:hover
{
	box-shadow: inset 0 0 7px #000;
	border-bottom-color: #555;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#eee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ddd,  #eee); /* for firefox 3.6+ */
	background: -o-linear-gradient(top,  #ddd,  #eee); /* for Opera */
}


/* [10] Footer
=====================*/
#footer
{
	font-size: .8em;
}

#latest
{
	overflow: hidden;
	width: 782px;
	list-style-type: none;
	margin: 0 auto;
}

#latest li
{
	width: 260px;
	float: left;
	text-align: left;
}


/* [12] Popups
=====================*/
body#popup      { text-align: center; }
body#popup-left { text-align: left;   }

body#popup ol, body#popup-left ol
{
	text-align: left;
	list-style-position: outside;
}

body#popup li, body#popup-left li
{
	margin: .5em 0;
}

body#popup h1, body#popup-left h1 
{
	font-size: 28px;
	line-height: 1em;
}

body#popup h2, body#popup-left h2
{
	font-size: 20px;
}

body#popup strong
{
	color: #f00;
}


/* [12] Formalize
=====================*/
/* `Widths
----------------------------------------------------------------------------------------------------*/

.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* `UI Consistency
----------------------------------------------------------------------------------------------------*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}

/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}

/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(http://www.interpetal.com/images/ui/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  font: bold 12px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 0 1px 1px;
  width: auto;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
}

button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 1.8em;

  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}

:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;

  /* for Opera */
  z-index: 1;
}

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(http://www.interpetal.com/images/ui/select_arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  /* select[size], */ /* Our select boxes on order form had size attribute so dropdown arrow didn't show */
  select[multiple] {
    background-image: none;
    padding: 0;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    display: none;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* `IE6
----------------------------------------------------------------------------------------------------*/

/*
  Everything below this line is for IE6.
  Delete it if you don't support it! :)

  Classes are added dynamically via JS,
  because IE6 doesn't support attribute
  selectors: .ie6_button, .ie6_input, etc.

  Note: These style rules are somewhat
  duplicated because IE6 bombs out when
  it sees attribute selectors. Example:

  .ie6_button {
    This works in IE6.
  }

  .ie6_button,
  input[type=submit] {
    This doesn't work.
  }
*/

.ie6_button,
* html button {
  background: #ddd url(http://www.interpetal.com/images/ui/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888;
}

.ie6_input_disabled {
  background: #eee;
}
