/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}



/* End Structure */



/*	Begin Headers */
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	display:inline-block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



.footerDv p a img
{
		border: none;
		display:inline-block;
	
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	

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: bottom;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;color: black;background: white;font-family:Georgia, "Times New Roman", Times, serif;
} 


table {
	border-collapse: separate;border-spacing: 0;
}
caption, th, td {
	text-align: left;font-weight: normal;}

a { text-decoration:none;}

ul { list-style:none;}

h2 , h3 , h1 { font-weight:normal;}

/* HOME CSS 
-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.clear { clear:both; line-height:1px; font-size:1px;}
body { font-family:Georgia, "Times New Roman", Times, serif; background:url(images/bg.gif) repeat fixed;}
#wrapper { width:1000px; height:788px; margin:0px auto;}

/* header --------------*/

.headerDv { height:100px; position:relative;}

/* logo ----------------*/

.headerDv .logoDv  { position:absolute; top:0px; left:7px; z-index: 99;}

/* top Nv --------------*/

.headerDv .navtop { float:right; width:auto; padding:18px 0 0 0; display:inline;}
.headerDv .navtop ul li { float:left; display:inline;}
.headerDv .navtop ul li a { display:inline-block; background:url(images/topNv.gif) repeat-x; height:32px; color:#ffffff; padding:0 23px 0 23px; font-size:15px; line-height:27px;}
.headerDv .navtop ul li a:hover , #Active { background:url(images/topNvHover.gif) repeat-x;}

/* navigator -------------*/

.navigatorDv { height:52px; background:url(images/navbg.gif) repeat-x bottom;}
.navigatorDv  ul { float:right;}
.navigatorDv  ul li { float:left; display:inline;}
.navigatorDv  ul li a { display:inline-block; height:52px; padding:0 16px 0 16px; font-size:15px; font-weight:bold; color:#ffffff; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif; line-height:50px; width:auto;}
.navigatorDv  ul li a:hover , #Active2 { background:url(images/mainNvHov.gif) repeat-x;}

/* container -------------*/

.container {}

/* slides div ------------*/

.container .slidesDv { /*background:url(images/PronsImg.jpg) no-repeat; height:302px; width:1000px;*/}
.slidesDv .captionDv { float:right; width:362px; height:299px; background:url(images/CaptionTransp.png) repeat;}
.slidesDv .captionDv .captionContents { width:296px; padding:39px 0 0 26px;}
.slidesDv .captionDv .captionContents h2 { font-size:23px; font-style:italic; color:#fff; line-height:32px;}
.slidesDv .captionDv .captionContents p {color:#fff; font-size:15px; line-height:19px; padding:12px 0 0 0;}

/* 3 box holder ------------*/

.container  .threeBox {}

.threeBox .menusDv { float:left; width: 231px; background:url(images/transp2.png) repeat; height:auto; padding:0 0 40px 0; display:inline;}
.threeBox .menusDv  ul { width:210px; margin:40px auto 0px auto;}
.threeBox .menusDv  ul li a { display:block; width:189px; height:36px; font-size:16px; font-style:italic; color:#FFF; padding:0 0 0 21px; line-height:32px;}
.threeBox .menusDv  ul li a:hover , #Active3 { background:url(images/menuHov.gif) repeat-x;}

.threeBox .hungryDv { float:left; width:382px; background: #b4b4b4 url(images/boxShade.gif) repeat-x; height:auto; padding:0 0 51px 0; border-right:1px solid #c9c9c9; display:inline;}
.threeBox .hungryDv .innerHun , .threeBox .boredDv .innerHun { width:349px; margin:0px auto;}
.threeBox .hungryDv .innerHun  h1 , .threeBox .boredDv .innerHun h1  { font-size:35px; font-style:italic; text-align:center; line-height:40px; padding:24px 0 18px 0;}
.threeBox .hungryDv .innerHun a , .threeBox .boredDv .innerHun a { font-size:20px; color:#ff0000; font-style:italic; padding:0 0 0px 16px; line-height:25px;}
.threeBox .hungryDv .innerHun a:hover , .threeBox .boredDv .innerHun a:hover { color:#4f7b1c; text-decoration:underline;}
.threeBox .hungryDv .innerHun p , .threeBox .boredDv .innerHun p { font-size:14px; text-align:center; line-height:17px; padding:15px 0 0 0; font-family: "century gothic", Georgia, "Times New Roman", Times, serif;}

.threeBox .boredDv { float:left; width:382px; background: #b4b4b4 url(images/boxShade.gif) repeat-x; height:auto; padding:0 0 51px 0; border-left:1px solid #e6e6e6; display:inline;}

/* footer -------*/

.footerDv { float:right; padding:10px 0 0 0; display:inline;}
.footerDv a{color: #ccc; font-size: 10px; font-family: "century gothic"; text-transform: uppercase;}
.footerDv a:hover{color: red;}
.footerDv p{padding: 8px 0px;}


/* INNER CSS 
-----------------------------------------------------------------------------------------------------------*/


.container .leftInnerDv { float:left; width:285px;}


.leftInnerDv  .menusDv2 { width: 285px; background:url(images/transp2.png) repeat; height:auto; padding:0 0 40px 0;}
.leftInnerDv  .menusDv2  ul { width:259px; margin:0px auto; padding:40px 0 0 0;}
.leftInnerDv  .menusDv2  ul li a { display:block; width:238px; height:36px; font-size:16px; font-style:italic; color:#FFF; padding:0 0 0 21px; line-height:32px;}
.leftInnerDv  .menusDv2  ul li a:hover , #Active3 { background:url(images/menuHov.gif) repeat-x;}

.leftInnerDv .dealsDv { background: #240502 url(images/dealshade.gif) repeat-x; height:auto;}

.leftInnerDv .dealsDv  .innerdeal { width:244px; margin:0px auto; text-align:center;}
.leftInnerDv .dealsDv  .innerdeal h2 { font-size:23px; color:#ffffff; font-style:italic; font-weight:normal; line-height:40px; padding:4px 0 0 0;}
.leftInnerDv .dealsDv  .innerdeal .emailTxt { background:url(images/txtbox.gif) no-repeat; width:244px; height:30px;}

.leftInnerDv .dealsDv  .innerdeal .emailTxt  input { font-size:16px; color:#3d3d3d; text-align:center; font-family:Georgia, "Times New Roman", Times, serif; border:none; background:none; margin:3px 0 0 0; width:184px;}

.leftInnerDv .dealsDv  .innerdeal .signup { margin:13px 0 0px 0; padding-bottom:15px;}
.leftInnerDv .dealsDv  .innerdeal .signup input { background:url(images/signup.gif) no-repeat; width:155px; height:36px; font-size:19px; text-align:center; color:#fff; border:none; font-family:Georgia, "Times New Roman", Times, serif; cursor:pointer;}


.rightInnerDv  { float:left; width:715px; background: #dddcdc url(images/stripRight.gif) repeat-x; height:auto; }

.rightInnerDv p{font-family: "century gothic", Georgia, "Times New Roman", Times, serif;}

.rightInnerDv  .enjoyDv  {}
.rightInnerDv  .enjoyDv .enjPara { width:675px; margin:0px auto; padding:23px 0 0 0;}
.rightInnerDv  .enjoyDv .enjPara p { font-size:14px; line-height:18px; margin-top:10px; font-family: "century gothic", Georgia, "Times New Roman", Times, serif;}
.rightInnerDv  .enjoyDv .enjPara h3 { font-size:33px; font-weight:100; letter-spacing:-2px; color: #600; line-height:28px; margin-top:10px; font-family: "century gothic", Georgia, "Times New Roman", Times, serif;}
.rightInnerDv  .enjoyDv .enjPara h2 { font-size:33px; color: #600; text-transform: capitalize; line-height:18px; margin-top:10px; font-family: "century gothic", Georgia, "Times New Roman", Times, serif; font-weight: 100;}
.rightInnerDv  .enjoyDv .enjPara h1 { font-size:18px; color: #600; font-style: italic; line-height:18px; margin-top:10px; font-family: "century gothic", Georgia, "Times New Roman", Times, serif;}

.rightInnerDv  .enjoyDv .enjPara .bookDv  { text-align:center; margin:0 0 20px 0;}
.rightInnerDv  .enjoyDv .enjPara .bookDv input { background:url(images/bookButton.gif) no-repeat; width:259px; height:36px; text-align:center; font-size:20px; color:#ffffff; border:none; font-family:Georgia, "Times New Roman", Times, serif; cursor:pointer; margin:23px 0 0 0;}

.border { background:url(images/border.gif) repeat-x; height:5px; font-size:1px; line-height:1px;}
.border2 { background:url(images/border2.gif) repeat-x; height:5px; font-size:1px; line-height:1px;}

.rightInnerDv h2 { font-size:21px; font-weight:bold; color:#600; line-height:40px; padding:2px 0 2px 2px;}


.rightInnerDv .salsaDv { float:left; width:258px; padding:8px 0 0 0; margin:0 0 14px 15px; display:inline;}

.rightInnerDv .SaturdayPara { width:399px; float:left; display:inline; margin:0 10px 0 10px; padding:25px 0 0 0;} 
.rightInnerDv .SaturdayPara h3 { font-size:33px; font-weight:100; letter-spacing:-2px; color: gray; line-height:28px;padding:0px 0 16px 0; font-family: "century gothic", Georgia, "Times New Roman", Times, serif;}
.rightInnerDv .SaturdayPara p { font-size:13px; line-height:18px;}
.rightInnerDv .SaturdayPara a { float:right;font-size:13px; line-height:19px;font-style:italic; color:#ff0000; padding:17px 0 0 0;}
.rightInnerDv .SaturdayPara a:hover { color:#414141; text-decoration:underline;}


.blankDv { height:95px; font-size:1px; line-height:1px;}



.whiteShade { width:271px; height:247px; margin:0px auto; background:url(images/whiteTrans.png) repeat;}

#register-page {
background: white;
padding-top: 25px;
}

#content{
background-color: white;
color: black;
}

#content a{
color: red;
}

#content p{
padding: 10px 25px;
}

#content h2{
font-size: 1.3em;
padding: 10px 25px;
color: red;
}

#content h4{
padding: 10px 25px;
font-size: 1.1;
font-weight: bold;
}

#basic-details-section{
padding: 10px 25px;
}

#basic-details-section h4{
font-size: 1.1em;
font-weight: bold;
padding: 10px 0px;
}

#profile-details-section{
padding: 25px 25px;
}

#profile-details-section h4{
padding: 10px 0px;
}

#signup_submit{
padding: 20px 25px;
}

.stronger{font-weight: bold;}
