/* ------------------------------------------------------------------
   Cal.com - main stylesheet
   $Id: style.css,v 1.91 2009/11/07 18:02:37 bailey Exp $
   Tested in IE6, IE7, Firefox 3, Safari 3, Opera 9
   ------------------------------------------------------------------ */

* { margin: 0; padding: 0; }

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	background: #dfe6ec url(../img/bodybg.gif) repeat-x top left;
	text-align: center;
}

a { color: #17629c; text-decoration: none; }
a:hover { color: #d94f00; text-decoration: underline; }
a img { border: 0; }

p { margin: 0 0 10px 0; line-height: 1.6; }
ul, ol { margin: 0 0 10px 22px; line-height: 1.6; }

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
	font-weight: bold;
	color: #2b2b2b;
	letter-spacing: -0.02em;
}
h1 { font-size: 24px; margin-bottom: 8px; text-shadow: 0 1px 0 #ffffff; }
h2 { font-size: 18px; margin-bottom: 8px; text-shadow: 0 1px 0 #ffffff; }
h3 { font-size: 14px; margin-bottom: 6px; }
h4 { font-size: 12px; margin-bottom: 4px; }

hr { border: 0; border-top: 1px solid #dddddd; border-bottom: 1px solid #ffffff; height: 0; margin: 14px 0; }

/* --- layout ------------------------------------------------------- */

#wrap { width: 940px; margin: 0 auto; text-align: left; }

#header {
	height: 62px;
	margin-bottom: 14px;
	background: #1b1b1b url(../img/headerbg.gif) repeat-x top left;
	background: -moz-linear-gradient(top, #4a4a4a, #171717);
	background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#171717));
	border: 1px solid #000000;
	border-top: 0;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	position: relative;
}

#logo {
	float: left;
	margin: 14px 0 0 16px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff;
	text-shadow: 0 2px 2px #000000;
}
#logo a { color: #ffffff; text-decoration: none; }
#logo a:hover { color: #ffffff; }
#logo .dotcom { color: #8cc63e; }
#logo .beta {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0;
	color: #ffffff;
	background: #8cc63e;
	background: -moz-linear-gradient(top, #a5d95a, #6ba22a);
	background: -webkit-gradient(linear, left top, left bottom, from(#a5d95a), to(#6ba22a));
	border: 1px solid #5c8f21;
	padding: 1px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 -1px 0 #4d7a18;
	vertical-align: 7px;
	margin-left: 4px;
}

/* --- top nav ------------------------------------------------------ */

#nav { float: right; margin: 22px 14px 0 0; }
#nav li { list-style: none; float: left; margin-left: 3px; }
#nav li a {
	display: block;
	padding: 5px 12px 6px 12px;
	color: #d4d4d4;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 -1px 0 #000000;
}
#nav li a:hover { background: #000000; color: #ffffff; text-decoration: none; }
#nav li.on a { background: #000000; color: #8cc63e; }

/* --- sub nav (blue bar) ------------------------------------------- */

#subnav {
	background: #eef2f6;
	background: -moz-linear-gradient(top, #ffffff, #e2eaf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2eaf1));
	border: 1px solid #b9c8d6;
	border-top: 0;
	margin-bottom: 14px;
	padding: 0 8px;
	height: 28px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#subnav li { list-style: none; float: left; }
#subnav li a {
	display: block;
	padding: 7px 11px;
	font-weight: bold;
	color: #4a6b87;
	border-right: 1px solid #d5e0ea;
}
#subnav li a:hover { color: #d94f00; text-decoration: none; background: #f7fafc; }
#subnav li.on a { color: #1b1b1b; background: #ffffff; border-bottom: 1px solid #ffffff; }

/* --- content boxes ------------------------------------------------ */

#main { width: 940px; overflow: hidden; }
#col-left { float: left; width: 620px; }
#col-right { float: right; width: 300px; }
.clear { clear: both; height: 0; font-size: 0; line-height: 0; }

.box {
	background: #ffffff;
	border: 1px solid #c3ced8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 14px;
	padding: 0;
}
.box h2.hd, .box h3.hd {
	background: #f1f5f8;
	background: -moz-linear-gradient(top, #ffffff, #e6edf3);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6edf3));
	border-bottom: 1px solid #c3ced8;
	padding: 7px 12px;
	font-size: 13px;
	color: #3f5b74;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin: 0;
}
.box h2.hd span.right, .box h3.hd span.right { float: right; font-weight: normal; font-size: 11px; padding-top: 2px; }
.box .bd { padding: 12px; }
.box .ft {
	background: #f6f8fa;
	border-top: 1px solid #dde5eb;
	padding: 7px 12px;
	font-size: 10px;
	color: #7b8a97;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

/* --- hero / splash ------------------------------------------------ */

#hero {
	background: #ffffff url(../img/herobg.gif) repeat-x bottom left;
	background: -moz-linear-gradient(top, #ffffff, #eaf1f7);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaf1f7));
	border: 1px solid #c3ced8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 22px;
	margin-bottom: 14px;
	overflow: hidden;
}
#hero h1 { font-size: 30px; line-height: 1.15; margin-bottom: 10px; color: #1b1b1b; }
#hero h1 em { font-style: normal; color: #5f9c1e; }
#hero .tag { font-size: 13px; color: #55636f; line-height: 1.6; margin-bottom: 14px; }
#hero .left { float: left; width: 540px; }
#hero .right { float: right; width: 300px; }

.screenshot {
	border: 1px solid #b6c2cd;
	padding: 4px;
	background: #ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* --- buttons ------------------------------------------------------ */

.btn, input.btn, button.btn {
	display: inline-block;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	padding: 5px 13px;
	border: 1px solid #b0b0b0;
	border-bottom-color: #909090;
	background: #f0f0f0;
	background: -moz-linear-gradient(top, #ffffff, #e2e2e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0 1px 0 #ffffff;
	cursor: pointer;
	line-height: normal;
}
.btn:hover { text-decoration: none; color: #222222; border-color: #999999; }
.btn:active { background: #e2e2e2; }

.btn-green, input.btn-green {
	color: #ffffff;
	border: 1px solid #5c8f21;
	border-bottom-color: #46701a;
	background: #7cb62f;
	background: -moz-linear-gradient(top, #a2d557, #6ba22a);
	background: -webkit-gradient(linear, left top, left bottom, from(#a2d557), to(#6ba22a));
	text-shadow: 0 -1px 0 #4d7a18;
}
.btn-green:hover { color: #ffffff; border-color: #46701a; }

.btn-blue, input.btn-blue {
	color: #ffffff;
	border: 1px solid #1f5c8b;
	border-bottom-color: #17456a;
	background: #2c7cb8;
	background: -moz-linear-gradient(top, #5aa6db, #24709f);
	background: -webkit-gradient(linear, left top, left bottom, from(#5aa6db), to(#24709f));
	text-shadow: 0 -1px 0 #17456a;
}
.btn-blue:hover { color: #ffffff; }

.btn-big { font-size: 15px; padding: 9px 22px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.btn-small { font-size: 10px; padding: 3px 8px; }

/* --- forms -------------------------------------------------------- */

fieldset { border: 1px solid #d7dee5; padding: 12px; margin-bottom: 14px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
legend { font-weight: bold; color: #3f5b74; padding: 0 6px; font-size: 12px; }

label.fld { display: block; font-weight: bold; color: #444444; margin-bottom: 3px; }
.row { margin-bottom: 12px; }
.hint { color: #8b98a4; font-size: 10px; display: block; margin-top: 3px; }

input.txt, input[type=text], input[type=password], input[type=email], textarea, select {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #b7c1cb;
	border-top-color: #98a5b1;
	padding: 5px;
	background: #ffffff url(../img/inputbg.gif) repeat-x top left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 240px;
}
textarea { width: 96%; height: 70px; }
select { width: auto; padding: 3px; }
input.txt:focus, textarea:focus { border-color: #7ba7cc; background-color: #fbfdff; outline: none; }
input.wide { width: 96%; }
input.narrow { width: 70px; }
input.error, textarea.error { border-color: #cc4b37; background-color: #fff5f4; }

.inline-error { color: #c0392b; font-size: 10px; font-weight: bold; display: none; margin-top: 3px; }
.ok-check { color: #5f9c1e; font-size: 10px; font-weight: bold; display: none; margin-top: 3px; }

/* --- flash messages ----------------------------------------------- */

.flash { padding: 9px 12px 9px 34px; margin-bottom: 14px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-weight: bold; }
.flash-notice { background: #fef7d8 url(../img/i-notice.gif) no-repeat 11px 50%; border: 1px solid #e8ce6f; color: #7a6413; }
.flash-ok     { background: #e6f5d8 url(../img/i-ok.gif) no-repeat 11px 50%; border: 1px solid #a8ce7c; color: #4c7020; }
.flash-error  { background: #fdeceb url(../img/i-error.gif) no-repeat 11px 50%; border: 1px solid #e2a49c; color: #a03227; }
.flash a { text-decoration: underline; }

/* --- tables ------------------------------------------------------- */

table.grid { width: 100%; border-collapse: collapse; font-size: 11px; }
table.grid th {
	text-align: left;
	padding: 6px 10px;
	background: #eef2f6;
	background: -moz-linear-gradient(top, #ffffff, #e4ebf1);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4ebf1));
	border-bottom: 1px solid #c3ced8;
	color: #4a6b87;
	font-size: 11px;
	white-space: nowrap;
}
table.grid th a { color: #4a6b87; }
table.grid td { padding: 8px 10px; border-bottom: 1px solid #e7ecf1; vertical-align: top; }
table.grid tr.alt td { background: #f8fafc; }
table.grid tr.hov td { background: #fffce8; }
table.grid tr.last td { border-bottom: 0; }
table.grid td.num, table.grid th.num { text-align: right; }

/* --- misc widgets ------------------------------------------------- */

.tag-new {
	background: #d94f00;
	color: #ffffff;
	font-size: 9px;
	font-weight: bold;
	padding: 1px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 -1px 0 #a63c00;
	margin-left: 4px;
}
.pill {
	display: inline-block;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 7px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 1px solid #c9d3dc;
	background: #f1f5f8;
	color: #5b6b7a;
}
.pill-green { border-color: #a8ce7c; background: #e6f5d8; color: #4c7020; }
.pill-red { border-color: #e2a49c; background: #fdeceb; color: #a03227; }
.pill-grey { border-color: #d0d0d0; background: #f0f0f0; color: #777777; }

.muted { color: #8b98a4; }
.small { font-size: 10px; }
.right { text-align: right; }
.center { text-align: center; }
.mt0 { margin-top: 0; }
.mb0 { margin-bottom: 0; }

.avatar { border: 1px solid #c3ced8; padding: 2px; background: #ffffff; }

.feature-list li {
	list-style: none;
	padding: 5px 0 5px 24px;
	background: url(../img/i-tick.gif) no-repeat 0 7px;
	line-height: 1.5;
}
ul.feature-list { margin-left: 0; }

.quote { font-style: italic; color: #55636f; line-height: 1.6; }
.quote-by { font-style: normal; font-weight: bold; color: #333333; display: block; margin-top: 6px; }

.stat { font-size: 22px; font-weight: bold; color: #5f9c1e; font-family: "Trebuchet MS", Arial, sans-serif; }

/* --- loading spinner (ajax-loader.gif replacement) ---------------- */
.loader { display: none; vertical-align: middle; margin-left: 6px; }
.loader span {
	display: inline-block; width: 3px; height: 3px; background: #9aa7b3; margin: 0 1px;
	-moz-border-radius: 2px; -webkit-border-radius: 2px;
}

/* --- calendar / booking ------------------------------------------- */

table.cal { width: 100%; border-collapse: collapse; }
table.cal th {
	font-size: 10px; color: #8b98a4; text-align: center; padding: 5px 0; font-weight: bold;
	border-bottom: 1px solid #e7ecf1; background: none;
}
table.cal td { text-align: center; padding: 2px; border: 0; }
table.cal td a {
	display: block; padding: 7px 0; font-weight: bold; color: #17629c;
	border: 1px solid #cfdae4; background: #f4f8fb;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}
table.cal td a:hover { background: #8cc63e; border-color: #6ba22a; color: #ffffff; text-decoration: none; }
table.cal td a.sel { background: #1b1b1b; border-color: #000000; color: #ffffff; }
table.cal td span.off { display: block; padding: 7px 0; color: #c3ced8; }
table.cal.cal-loading { opacity: 0.5; }
table.cal.cal-loading td span.off { color: #9aa7b3; }
.cal-nav { overflow: hidden; padding-bottom: 8px; }
.cal-nav h3 { float: left; margin: 2px 0 0 0; font-size: 13px; }
.cal-nav .btns { float: right; }

.slots { overflow: hidden; }
.slots a {
	display: block; float: left; width: 78px; margin: 0 6px 6px 0; text-align: center;
	padding: 7px 0; font-weight: bold; color: #17629c;
	border: 1px solid #cfdae4; background: #ffffff;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.slots a:hover { background: #8cc63e; border-color: #6ba22a; color: #ffffff; text-decoration: none; }
.slots a.sel { background: #1b1b1b; border-color: #000000; color: #ffffff; }

/* --- profile card ------------------------------------------------- */
.profile { text-align: center; padding: 18px 12px; }
.profile .pic {
	width: 64px; height: 64px; margin: 0 auto 8px auto; line-height: 64px;
	font-family: "Trebuchet MS", Arial; font-size: 28px; font-weight: bold; color: #ffffff;
	background: #6f8ba3;
	background: -moz-linear-gradient(top, #8ea7bd, #56728a);
	background: -webkit-gradient(linear, left top, left bottom, from(#8ea7bd), to(#56728a));
	border: 1px solid #4a6178;
	-moz-border-radius: 34px; -webkit-border-radius: 34px;
	text-shadow: 0 -1px 0 #3f5468;
}

/* --- pricing ------------------------------------------------------ */
.plan { float: left; width: 294px; margin-right: 13px; text-align: center; }
.plan.last { margin-right: 0; }
.plan .bd { padding: 16px 12px; }
.plan .price { font-family: "Trebuchet MS", Arial; font-size: 34px; font-weight: bold; color: #1b1b1b; }
.plan .price sup { font-size: 16px; vertical-align: 12px; }
.plan .per { color: #8b98a4; font-size: 10px; display: block; margin-bottom: 10px; }
.plan ul { margin: 0 0 12px 0; text-align: left; }
.plan.hot { border-color: #6ba22a; border-width: 2px; width: 292px; }
.plan.hot h3.hd { background: #8cc63e; background: -moz-linear-gradient(top, #a5d95a, #6ba22a); background: -webkit-gradient(linear, left top, left bottom, from(#a5d95a), to(#6ba22a)); color: #ffffff; text-shadow: 0 -1px 0 #4d7a18; border-bottom-color: #5c8f21; }

/* --- footer ------------------------------------------------------- */

#footer {
	margin: 16px 0 30px 0;
	padding: 14px 0 0 0;
	border-top: 1px solid #c3ced8;
	color: #77848f;
	font-size: 10px;
	overflow: hidden;
}
#footer a { color: #5b6b7a; }
#footer .fcol { float: left; width: 150px; margin-right: 16px; }
#footer .fcol h4 { font-size: 11px; color: #4a5966; margin-bottom: 5px; }
#footer .fcol li { list-style: none; padding: 2px 0; }
#footer ul { margin: 0; }
#footer .legal { clear: both; padding-top: 14px; border-top: 1px solid #e2e8ee; margin-top: 12px; line-height: 1.7; }
#footer .badges { float: right; text-align: right; width: 270px; }
.badge {
	display: inline-block; font-size: 9px; padding: 2px 5px; border: 1px solid #b6c2cd;
	background: #ffffff; color: #77848f; margin-left: 4px; font-family: Verdana, sans-serif;
}
.counter {
	display: inline-block; margin-top: 6px;
	font-family: "Courier New", monospace; background: #111111; color: #7cff5a; padding: 2px 5px;
	border: 1px solid #000000; letter-spacing: 2px; font-size: 11px;
}

/* --- lightbox / modal (thickbox style) ---------------------------- */
#overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000000; z-index: 90; }
#modal {
	display: none; position: fixed; top: 120px; left: 50%; width: 420px; margin-left: -220px; z-index: 100;
	background: #ffffff; border: 1px solid #666666; padding: 0;
	-moz-border-radius: 6px; -webkit-border-radius: 6px;
	-moz-box-shadow: 0 4px 18px rgba(0,0,0,0.5); -webkit-box-shadow: 0 4px 18px rgba(0,0,0,0.5);
}
#modal h3.hd { background: #eef2f6; border-bottom: 1px solid #c3ced8; padding: 8px 12px; -moz-border-radius: 5px 5px 0 0; }
#modal h3.hd a.x { float: right; color: #99a5b0; font-weight: normal; }
#modal .bd { padding: 14px; }
