@charset "utf-8";
/* CSS Document */
/*--CSS STYLING AND USER INTERFACE DESIGN BY BRINDA MEHTA, BRINDAMEHTA@GMAIL.COM --*/
/* Top Elements */
* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

body {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #f3ebe0;
}
table, th, td {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

p { padding: 1em 0.8em /*12px 10px*/;	}
form {display:inline;}
img { border:none; }

ul.user-benefits {
	margin-top:1em;
	list-style:none;
	display:table;
	width:90%;margin-left:auto;margin-right:auto;
}
ul.user-benefits li {
	display:table-cell;
	width:30%;
	border:solid 1px #DDD;
	behavior: url(http://curved-corner.googlecode.com/files/border-radius.htc);position:relative;/*border-radius for IE*/
	border-top-left-radius:0.75em;-moz-border-radius-topleft:0.75em;-webkit-border-top-left-radius:0.75em;
	border-top-right-radius:0.75em;-moz-border-radius-topright:0.75em;-webkit-border-top-right-radius:0.75em;
	border-bottom:none;
	background-color:#f1f1db;
	background-image:url(/images/ContentBox_BottomSlice.png);background-position:bottom;background-repeat:repeat-x;
	padding:0.75em;
}
ul.user-benefits li.spacer { border:none;background:none;width:5%; }
.usertype {text-align:center;}

/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	display:inline-block;
	margin: 2em auto;
	text-align: left;
	padding:2em;
	background:white;
	border:solid 1px #999;
	-webkit-box-shadow:0px 0px 20px #999;
	-moz-border-radius:1em; -webkit-border-radius: 1em;
}
#content-wrap {
	position: relative;
	clear: both;
	padding: 1em;
}
#header {
	position: relative;
	padding: 0;
	margin: 0;
	background:white;
	min-height:5em;
}
#header_wrap {
	background-color: d9cfc3;
	top: 0;
	left: 0;
}

#slogan {
	margin: 0;
	padding: 0 0 1em 3em;
}
.slogan {
	color: 2d2727;
	letter-spacing: -0.5px;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: oblique;
	font-variant: normal;
	text-transform: none;

}

#login span {
	vertical-align:top;
	align:right;
	display:inline-block;
}

/* Navigation */
#nav {
	clear: both;
	padding: 0;
	margin: 0;
	height: 4em;
	background-color: #b32937;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 4em;
	height: 4em;
	vertical-align: middle;
	display:table;
}

#nav ul li {
	list-style-type: none;
	display: table-cell;
	padding:1em;
	height:100%;
	margin:1em 0;
}
#nav ul li a {
	color: white;
	font: bold 1.2em;
	text-decoration: none;
	vertical-align: middle;
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #999999;
}
#nav ul li#current a {
	color: #333333;
}


/* Main Column */
#main {
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4em;
}

#sidebar {
	display: inline-block;
	padding: 1em;
	background-color: #F2EFE9;
}

/*---FORMS-----*/

#form1 label{
	width:5em;
}


#signupform {
	clear: both;
}



fieldset {
	LT_padding: 0;
	LT_border: .5px solid #BFBAB0;
	LT_border:none;
}

legend {
	LT_margin-left: 1em;
	padding-left: 1em;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 1em;
	list-style: none;
}

fieldset li {
	LT_float: left;
	LT_clear: left;
	LT_width: 100%;
	padding-bottom: 1em;
	LT_padding-left:1em;
	list-style: none;
}

fieldset li label {
	display:inline-block;
	width:6em;overflow:visible;
	LT_margin: 0 1em;
	LT_float: left;
}


fieldset.submit {
	width: auto;
	border-style: none;
	padding-top:1em;
	LT_padding-left: 6em;
}


/* footer */
#footer-wrap {
	clear:both;float:none;
	text-align: left;
	padding: 0;
	margin: 0;
}
#footer-content {
}


/* bottom */
#footer-bottom {
	text-align: center;
	font-size: 0.95em;
	margin: 0 auto;
	padding: 1em 0;
	background:#EDF8C7;
}
#footer-bottom a { color: #306495; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.usertype {
	font-size:larger;
	font-weight:bold;
	padding:0.25em;
	margin-bottom:0.25em;
	border-bottom:solid #DDD 1px;
}
td.content_body {
	width:25%;
	vertical-align:top;
	background-color:#f1f1db;
	background-image:url(/images/ContentBox_BottomSlice.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

/* postmeta */
.post-footer {
	padding: 0.5em;
	margin: 0.5em;
	color: #A2745D;
	border: 1px solid #deedae;
	background: #F0FFD2;
}
.post-footer h2 {
	margin-bottom:0.25em;
}

ul.post-footer {
	list-style:none;
}
.post-footer li {
	display:block;
	padding:0.25em;
}
.post-footer a, .post-footer a:visited {
	color: #b32937;
}
.post-footer li :hover {
	background: #deedae;
	display:block;
	padding:0.25em 0;
}

p.demo {
	display:block;overflow:hidden;
	border: 1px solid #deedae;
	padding:0.5em;
	margin-bottom: 0.5em;
	background:beige;
}

img.demo {
	max-width:50%;max-height:100%;
	float:right;
	margin:0 0 0.25em 0.25em;
}
/*
img.demo:hover {
	max-width:;max-height:;
	width:100%;
	position:absolute;
	margin: 0.5em 0 1em 1em;
	border:solid white 1em;
}
*/
a[rel="lightbox"] {display:block; color:#666;}
a[rel="lightbox"]:hover { cursor:pointer; }
#tour * h2 {color:#666;}


div.content {
	background: url(/images/ContentBox_LeftTop.png) top left no-repeat;
}
div.content h2 {
	background: url(/images/ContentBox_RightTop.png) top right no-repeat;
	padding-left:20px;/*=image.width*/
}
div.contentBody {
	background: url(/images/ContentBox_RightEdge.png) top right repeat-y;
}
div.contentFooter {
	background: url(/images/ContentBox_LeftBottom.png) bottom left no-repeat;
}
div.contentFooter p {
	background: url(/images/ContentBox_RightBottom.png) bottom right no-repeat;
}
