/********************************************************/
/* Stylesheet for Open Kitchen							*/
/* Author Emma Clark - 24.11.10							*/
/* Default												*/
/********************************************************/
/* Reset ************************************************/
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, font, img, ins, kbd, q, s, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 1px;
	-moz-outline: 1px dotted #666 !important;
	-moz-outline-offset: 1px !important;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/********************************************************/
/* Elements												*/
/********************************************************/
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
}

h1 {
	color: #E798C2;
	font-family: "myriad pro" , calibri, "Lucida Grande" , "Lucida Sans Unicode" , arial;
	font-size:1.8em;
	padding:0 0 15px 0;
	margin:0 0 0 -10px;
	font-weight:normal;
}

h2 {
	font-weight:bold;
	font-size:0.75em;
	padding:0 0 15px 0;
	line-height:1.6em;
}

h3 {
	font-weight:bold;
	font-size:0.75em;
	line-height:1.6em;
}

p, li, td, th, label, dt, dd, blockquote {
	font-size:0.75em;
	line-height:1.4em;
}

li p, li li, dd li, dt label, dd label, dd p, p label {
	font-size:1em;
}

a:link, a:visited {
	color:#21869F;
	text-decoration:underline;
;
}
a:active, a:focus, a:hover {
	color:#FD3B00;
}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	color:#003;
	font-size:0.75em;
}

input, textarea, select {
	border:1px solid #CCC;
	padding:3px 5px;
	margin:0 0 0 0;
}
select {
	padding:3px 3px 3px 4px;
}

dd input, dd select, dd textarea, td input, td select {
	font-size:1em;
}

table {
	width:100%;
	border-bottom:1px solid #CCC;
	margin:0 0 2em 0;
}
table caption {
	text-indent:-200em;
	float:left;
	height:1px;
}
table th {
	border-top:1px solid #CCC;
	padding:0.3em 0.5em;
}
table td {
	border-top:1px solid #CCC;
	padding:0.5em;
}


/********************************************************/
/* Structure											*/
/********************************************************/
#site-container {
	width:790px;
	margin:0 auto;
}
#site-container #site {
	width:730px;
	padding:0 30px;
	float:left;
	background:url(/images/bg-body.jpg) repeat-y center top;
}

#header {
	width:730px;
	float:left;
	background:#000 url(/images/headers/01.jpg) no-repeat top right;
	margin:0 0 30px 0;
}
#content {
	width:730px;
	float:left;
	background:url(/images/bg-home.jpg) no-repeat bottom right;
	padding:0 0 30px 0;
}
#content #left {
	width:130px;
	float:left;
	padding:0 0 0 10px;
	background:url(/images/left-border.jpg) no-repeat top right;
}
#content #main {
	width:410px;
	margin:0 140px 0 0;
	float:right;
}
#footer {
	width:710px;
	float:left;
	margin:0 10px;
	border-top:1px solid #E798C2;
	padding:10px 0 30px 0;
}


/********************************************************/
/* Shared												*/
/********************************************************/
/* General */
.no-display {
	text-align:left !important;
	display:block !important;
	text-indent:-1000em !important;
	height:0 !important;
	width:0 !important;
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
}

.bold, strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

.req {
	color:#F00;
}

p.small {
	font-size:0.65em;
}

img.float-left {
	float:left;
	margin:0 1em 1em 0;
}
img.float-right {
	float:right;
	margin:0 0 1em 1em;
}

a.arrow {
	display:block;
	padding:0 0 0 20px;
	background:url('/images/bg-nav-hover.jpg') no-repeat 5px center;
}


/********************************************************/
/* Content												*/
/********************************************************/
/* Header ***********************************************/
#header .logo img {
	float:left;
}

/* skip links */
#header .skip-links {
	float:right;
}
#header .skip-links li {
	float:left;
	font-size:0.7em;
	text-align:center;
}
#header .skip-links li a {
	display:block;
	color:#444;
	text-indent:-200em;
	padding:3px 5px;
	width:150px;
}
#header .skip-links li a:hover,
#header .skip-links li a:focus {
	background:#FFF;
	text-indent:0;
}


/* Left column ******************************************/
/* Main nav */
#left ul {
	padding:0 0 20px 0;
}
#left ul li {
	font-size:0.7em;
	line-height:1.4em;
	padding:0 0 5px 0;
}
#left p {
	font-weight:bold;
	padding:0 0 10px 0;
}

#left #nav {
	padding:5px 0 30px 0;
}
#left #nav li {
	padding:0 0 10px 0;
}
#left #nav li a {
	display:block;
	padding:0 0 0 20px;
	color: #666;
	font-family: "myriad pro" , calibri, "Lucida Grande" , "Lucida Sans Unicode" , arial;
	font-size: 1.6em;
	text-decoration: none;
	line-height:1em;
}
#left #nav li a:hover {
	background:url('/images/bg-nav-hover.jpg') no-repeat 5px center;
	color: #E798C2;
}


/* Main column ******************************************/
#main h2.lg {
	font-weight:normal;
	font-size:0.95em;
}
#main p {
	padding:0 0 15px 0;
	line-height:1.6em;
}
#main blockquote {
	padding:0 0 0 10px;
	margin:0 0 15px 0;
	line-height:1.6em;
	border-left:1px solid #CCC;
	font-style:italic;
}
#main ul {
	list-style: disc;
	margin:0 0 15px 20px;
}
#main ol {
	list-style: decimal;
	margin:0 0 15px 20px;
}
#main li {
	line-height:1.6em;
}

#main #gallery,
#main #images {
	width:390px;
	float:left;
	background:#F1F6E2;
	padding:5px 10px;
	margin:0 0 15px 0;
}
#main #gallery-photo {
	float:left;
	width:291px;
	padding:15px 9px 15px 0;
}

#main #images ul {
	width:390px;
	float:left;
	list-style:none;
	margin:0 0 0 0;
}
#main #images ul li {
	width:90px;
	float:left;
	list-style:none;
	margin:0 0 0 0;
	padding:5px 10px 0 0;
}
#main #images ul li.first {
	width:390px;
}
#main #images ul li.end {
	padding:5px 0 0 0;
}

#main ul.page-nav {
	list-style: none;
	margin:0 0 15px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:10px 0 13px 0;
	text-align:center;
}
#main ul.page-nav li {
	display:inline;
	padding:0 10px;
}
#main ul.page-nav li a {
	text-decoration:none;
}

#main .article {
	border-bottom:1px solid #CCC;
	margin:0 0 15px 0;
}
#main .article img {
	padding:5px;
	border:1px solid #CCC;
	margin:0 0 15px 0;
}

#main .article h2 {
	font-family: "myriad pro" , calibri, "Lucida Grande" , "Lucida Sans Unicode" , arial;
	font-size:1em;
	padding:0 0 15px 0;
	margin:0 0 0 0;
	font-weight:bold;

}
#main th h2{
	font-size:1.1em;
	padding-bottom:0;
}
#main td h3 {
	font-size:1em;
	padding-top:5px;
}
#main td.small {
	border-top:0;
	font-size:0.7em;
	font-style:italic;
	color:#666;
}


/* Forms ************************************************/
#main form {
	width:390px;
	float:left;
}
#main form fieldset legend {
	*margin-left:-8px;
}
#main form fieldset dl {
	width:390px;
	float:left;
	padding:15px 0;
	font-size:0.9em;
}
#main form fieldset dl dt {
	width:140px;
	padding:0 0 0 10px;
	float:left;
	min-height:30px;
}
#main form fieldset dl dt label {
	width:140px;
	float:left;
	padding:3px 0;
}
#main form fieldset dl dd {
	width:240px;
	float:left;
	min-height:30px;
}
#main form fieldset dl dd input,
#main form fieldset dl dd textarea {
	width:228px;
	float:left;
}
#main form fieldset dl dd input.short {
	width:128px;
}
#main form fieldset dl dd textarea {
	height:100px;
}
#main form fieldset dl dd span {
	display:block;
	float:left;
	padding:3px 10px;
	color:#888;
}

#main form input.button {
	float:right;
	margin-left:10px;
	font-size:0.7em;
	border:1px solid #DDD;
	background:#DDD;
}
#main form input.button.send {
	background:#E799C3;
	border:1px solid #E799C3;
	font-weight:bold;
}

/* Messages */
#main .message-bar {
	background:#FF9;
	margin:0 0 1em 0;
	padding:5px;
}
#main .message-bar p {
	padding:0 0 0 0;
}
#main .message-bar ul {
	padding:5px 0 0 0;
	margin:0 0 0 20px;
}
#main .message-bar li {
	padding:0 0 0 0;
	font-size:0.7em;
}
#main .message-bar.success-message {
	background:#CFC;
}
#main .message-bar.error-message {
	background:#FCC;
}

/* Calendar */
.ui-datepicker {
	border:1px solid #CCC;
	padding:1px;
	font-size:0.75em;
	width:230px;
	background:#FFF;
}
.ui-datepicker-header {
	background:#E799C3;
	border-bottom:1px solid #FFF;
	padding:8px 8px 10px 8px;
	text-align:center;
	font-weight:bold;
}
.ui-datepicker-header a {
	float:left;
	display:block;
	font-size:0.9em;
	cursor:pointer;
	width:16px;
	height:16px;
	background:url(/images/arrows.gif) no-repeat top left;
	text-indent:-200em;
}
.ui-datepicker-header a:hover {
	background-position:bottom left;
}
.ui-datepicker-header a.ui-datepicker-next {
	float:right;
	background:url(/images/arrows.gif) no-repeat top right;
}
.ui-datepicker-header a.ui-datepicker-next:hover {
	background-position:bottom right;
}

table.ui-datepicker-calendar {
	margin:0 0 0 0;
	border:0;
}
table.ui-datepicker-calendar th,
table.ui-datepicker-calendar td {
	font-size:0.9em;
	text-align:center;
	border:0;
	background:none;
	padding:1px;
}
table.ui-datepicker-calendar th {
	padding:5px 1px;
}
table.ui-datepicker-calendar td a {
	border:1px solid #EEE;
	display:block;
	padding:0.3em 0.5em;
	text-align:right;
	text-decoration:none;
}
table.ui-datepicker-calendar td a:hover {
	border:1px solid #FD3B00;
}
table.ui-datepicker-calendar td.ui-datepicker-week-end a {
	background:#EEE;
}
table.ui-datepicker-calendar td.ui-datepicker-today a,
table.ui-datepicker-calendar td.ui-datepicker-today a.ui-state-active {
	border:1px solid #21869F;
	color:#21869F;
	font-weight:bold;
}
table.ui-datepicker-calendar td a.ui-state-active {
	border:1px solid #FD3B00;
	color:#FD3B00;
	font-weight:bold;
}


/* Footer ***********************************************/
#footer p {
	font-size:0.65em;
}
#footer img {
	float:right;
}

#footer .all {
	width:710px;
	float:right;
}

#footer .left {
	width:170px;
	float:left;
}
#footer .right {
	width:540px;
	float:right;
}

table#cal-key {
	border: 0px solid #fff;
	margin-top: 4px;
}

table#cal-key td {
	border: 0px solid #fff;
	padding-bottom: 2px;
}

table#cal-key td.normal {
	background: #FFFFFF;
	color: #000;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table#cal-key td.closed {
	background: #EB95C2;
	color: #aaa;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table#cal-key  td.event {
	background: #CCE490;
	color: #000;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}


table.jCalendar {
	background: #FFF;
	width:200px;
	font-size:0.8em;
	border: 1px solid #000;
}
table.jCalendar th {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 5px 7px;
	text-align: center;
	border-bottom:1px solid #FFF;
}
table.jCalendar td {
	background: #ddd;
	color: #000;
	padding: 5px 7px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #eee;
	color: #bbb;
}
table.jCalendar td.today {
	background: #aaa;
	color: #fff;
	font-weight: bold;
}
table.jCalendar td.selected {
	background: #888;
	color: #fff;
	font-weight: bold;
}

table.jCalendar td.normal {
	background: #FFFFFF;
	color: #000;
}

table.jCalendar td.normal a {
	color: #000000;
}

table.jCalendar td.closed {
	background: #EB95C2;
	color: #aaa;
}

table.jCalendar td.closed a {
	color: #fff;
}

table.jCalendar td.event {

	background: #CCE490;
	color: #000;
}

table.jCalendar td.event a {
	color: #000;
}


table.jCalendar td.event:hover,
table.jCalendar td.closed:hover,
table.jCalendar td.normal:hover,
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #FFF;
	color: #CCC;
}

table.jCalendar caption {
	background: #fff;
	font-weight: bold;
	margin: 0;
	padding: 4px;
	text-indent: 0px;
	float: none;
	height: auto;
}


/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div#dp-popup {
	position: absolute;
	font-size: 10px;
	font-family: arial, sans-serif;
	background: #FFF;
	padding: 5px;
	min-width: 200px;
	border: 1px solid #CCC;
}
div#dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div#dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div#dp-popup div#dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div#dp-popup div#dp-nav-prev a, div#dp-popup div#dp-nav-next a {
	cursor: pointer;
}
div#dp-popup div#dp-nav-prev a.disabled, div#dp-popup div#dp-nav-next a.disabled {
	cursor: default;
}
div#dp-popup div#dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div#dp-popup div#dp-nav-next a {
	float: right;
}
div#dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div#dp-popup td {
	cursor: pointer;
}
div#dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 7px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/images/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

