/*
	@name:		calendar.css
	@date: 		03/10/09
	@author: 	Sam Benson
*/

/***************************************************************** General */

#newcalendar {

}

/***************************************************************** Intro Block */

#intro_block {
	background: url(/images/cal_header.jpg) no-repeat;
	padding: 22px 0 0 0;
}

#intro_block h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #2b1e1d;
	margin: 0 0 15px 15px;
}

#intro_block p {
	font-weight: bold;
	color: #fff;
	font-size: 14px;
	width: 395px;
	line-height: 17px;
	margin: 0 0 0 15px;
}

#sub_nav_cal {
	margin: 23px 0 0 0;
	border: 1px solid #efe5cc;
	border-bottom: 0;
	float: left;
}

#sub_nav_cal li {
	list-style: none;
	float: left;
}

#sub_nav_cal li a {
	color: #fff;
	background: #beb399;
	font-size: 13px;
	font-weight: bold;
	width: 130px;
	text-align: center;
	padding: 11px 0;
	float: left;
}

#sub_nav_cal li.curr_page a, 
#sub_nav_cal li a:hover{
	background: #dcceab;
	color: #120804;
}

/***************************************************************** Calendar Body */

#calendar_body h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #2b1e1d;
	margin: 0 0 30px 0;
}

#calendar_body {
	background: #dcceab;
	border: 1px solid #efe5cc;
	padding: 33px 15px;
}

/***************************************************************** Left Column */

#left_column {
	float: left;
	width: 321px;
	border: 1px solid #bfb499;
	background: #f6f1e4;
}

#recipe_finder {
	background: #f6b412;
	padding: 11px;
}

#recipe_finder h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #2b1e1d;
	float: left;
}

#recipe_finder p {
	color: #fff;
	font-size: 13px;
	clear: left;
}

#find_link {
	float: right;
}

#left_column ul {
	margin: 0;
	background: #bfb499;
	float: left;
	width: 321px;
}

#left_column ul li {
	list-style: none;
	float: left;
}

#left_column ul li a {
	color: #fff;
	background: #beb399;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 11px 8px;
	float: left;
}

#left_column ul li.active a, 
#left_column ul li a:hover{
	background: #f6f1e4;
	color: #120804;
}

.tab_content {
	display: none;
	padding: 15px 10px;
	width: 302px;
	clear: left;
}

.tab_content.active {
	display: block;
}

.recipe_single {
	width: 133px;
	float: left;
	cursor: move;
	margin: 0 18px 10px 0;
	display: inline;
}

.recipe_single img {
	border: 1px solid #9b9b9a;
	margin:  0 0 5px 0;
}

.recipe_single p {
	font-weight: bold;
	color: #231108;
	font-size: 12px;
	line-height: 15px;
}

.pagination {
	clear: both;
	margin: 0;
	width: 295px;
	text-align: right;
}

/***************************************************************** Right Column */

#right_column {
	width: 585px;
	float: right;
}

#calendar_contain {
	background: url(../images/cal-holder.gif) no-repeat;
	width: 416px;
	height: 592px;
	float: left;
	margin: 0 0 0 40px;
	display: inline;
}

#drop_box {
	height: 260px;
	padding: 15px;
	background: url(../images/cal-loader.gif) no-repeat 0 1000px;
}

#current_calendar {
	height: 300px;
	padding: 15px;
	background: url(../images/cal-loader.gif) no-repeat 0 1000px;
}

#month_nav {
	float: right;
	width: 114px;
	margin-left: 0;
	display: inline;
}

#month_nav li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 1em;
}

#month_nav li a {
	font-weight: bold;
}

#month_nav li.active {
	background: url(../images/cal-whiteBullet.gif) no-repeat center left;
}

#month_nav li.active a {
	color: #fff;
}

#month_nav li a:hover {
	color: #fff;
}

#calendar_footer {
	clear: both;
	padding: 50px 0 0 40px;
}

#calendar_footer a {
	float: right;
}

#calendar_footer p {
	width: 350px;
	float: left;
}

#cover {
	display: none;
}

/************************************************************ Modal */

#modal {
	width: 460px;
}

#modal h2 {
	color:#2B1E1D;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 30px;
}

#findModal .keywords {
	border: 2px solid #beb295;
	color: #b2b2b2;
	padding: 10px;
	width: 238px;
}

#findModal .submit {
	background: url(../images/cal-findWhite.gif) no-repeat;
	border: 0;
	width: 149px;
	height: 29px;
}

#results {
	padding: 25px 0 15px 0;
}

#results .recipe_single {
	cursor: auto;
	width: 208px;
	float: left;
}

#results .recipe_single img {
	float: left;
	margin: 0 4px 5px 0;
}

#your_calendar .add {
	display: none;
}

/* ADDED 05/10/09 */

#drop_box {
	position: relative;
}

.ui-draggable-dragging {
	z-index: 100000;
}

#remove {
	bottom:15px;
	position:absolute;
	right:20px;
	background: url(../images/cal-close.gif) no-repeat;
	padding-left: 20px;
}

#remove_image {
	bottom:50px;
	position:absolute;
	right:154px;
	background: url(../images/cal-close.gif) no-repeat;
	padding-left: 20px;
}

#comment {
	bottom:259px;
	position:absolute;
	right:107px;
	background: url(../images/cal-close.gif) no-repeat;
	padding-left: 20px;
}


/* ADDED 06/10/09 */

#file_container {
	position: relative;
}

#fake_file {

}

#file_container img {
	left:280px;
	position:absolute;
	top:1px;
}

#file_upload {
	left:160px;
	position:absolute;
	top:7px;
	z-index:2;
	filter:alpha(opacity=0);  
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0;
	cursor: pointer;
}

#add_button {
	margin-top: 10px;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 2px solid #F76607;
	text-align:left;
	top:50%;
	left:50%;
}

#comment_form textarea {
	width: 250px;
	height: 200px;
	margin-bottom: 20px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#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:7px 10px 5px 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:#fff;
	height:27px;
}

#TB_title a {
	background: url(../images/cal-close.gif) no-repeat;
	padding-left: 20px;
	color: #F76607 !important;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

#modal {
	display: none;
}

#TB_ajaxContent #modal {
	display: block;
}

#names {
	font-weight: bold; 
	margin-top: 20px;
}

#results.images, #addcomment {
	display: none;
}


.ui-state-default {
background:transparent url(http://www.mydish.co.uk/calendar/images/add.gif) no-repeat scroll 0% 0%;
border:0pt none;
height:29px;
width:149px;
}


