/*
 Theme Name: LWLS
 Theme URI:
 Description: Theme for ladieswholunchseriously.co.nz
 Version: 0.1
 Author: Teabag Studios
 Author URI: http://teabagstudios.com/
*/

 * {
    vertical-align: bottom;
    list-style: none;
    font-size: 100%;
    text-decoration: none;
    font-variant: normal;
    font-family: inherit;
    outline: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, dl, dt, dd, 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, li, fieldset, form, label, legend, input, select, option, optgroup {
    padding: 0;
    margin: 0;
}

body {
    width: 925px;
    margin: 0 auto;
    font-size: 62.5%; /* 1em = 10px \ 1.1em = 11px \ 1.2em = 12px */
    background: #bd2e5e url(images/bg-tile.gif);
    font-family: Verdana, Sans-serif;
    font-size: 11px;
}
*:focus::-moz-focus-inner {
    border-color: transparent !important;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

pre {
    width: 100%;
    overflow: auto;
    white-space: pre;
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

img, object, embed {
    display: -moz-inline-box;
    display: inline-block;
    border: none;
}

a img {
    vertical-align: middle;
}

ul.list, ol.list {
    margin: 10px 0;
    padding: 0 0 0 2em;
}

ul.list li {
    list-style: disc;
}

ol.list {
    list-style: decimal;
}

dl.list {
    margin: 10px 0;
}

dl.list dt {
    margin: 10px 0 2px 0;
}

dl.list dd {
    margin: 0 0 0 2em;
}

/*------- =typography ----*/
/*headings and paragraphs*/
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    font-family: Georgia, Serif;
    font-weight: normal;
    color: #7b1737;
}

h1 {
    font-size: 2.2em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.6em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

p {
    margin: 0 0 10px 0;
    line-height: 1.6em;
}

blockquote {
}

blockquote p {
    margin: 0;
}

/*links*/
a {
    text-decoration: none;
    color: #f58cad;
    cursor: pointer;
}

a:visited {
    color: #f58cad;
}

a:hover, a:focus, a:active {
}

/*phrase elements*/
strong, b {
    font-weight: bold;
}

em, i {
    font-style: oblique;
}

del, s, strike {
    text-decoration: line-through;
}

ins, u {
    text-decoration: underline;
}

abbr, acronym {
    speak: spell-out;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dashed #000;
    cursor: help;
}

sup {
    vertical-align: text-top;
    font-size: 85%;
}

sub {
    vertical-align: text-bottom;
    font-size: 85%;
}

dfn {
}

cite {
    font-weight: bold;
    font-style: italic;
}

kbd {
    padding: 0 2px;
    border-style: solid;
    border-color: #eee;
    border-width: 1px 2px 2px 1px;
    background: #F7F7F7;
}

var {
}

code {
}

samp {
}

/*------------ =forms---------------*/
fieldset {
    border: none;
}

form li {
    margin-bottom: 5px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
}

label {
    display: block;
    margin-bottom: 3px;
}

label input {
    vertical-align: middle;
}

.error {
	display: block;
	padding: 2px 4px;
	line-height: 1.2em;
	color: #fff;
    background: #BD2E5E;
}

input[type =
"submit"], input[type = "reset"], input[type = "button"] {
    cursor: pointer;
}

input[type =
"text"], input[type = "password"] {
    padding: 2px 0px;
    font-size: 1.2em;
}

.text, .password {
    padding: 2px 0px;
    font-size: 1.2em;
}

input[type =
"submit"]:hover, input[type = "submit"]:focus, input[type = "reset"]:hover, input[type = "reset"]:focus, input[type = "button"]:hover, input[type = "button"]:focus, button:hover, button:focus {
}

.submit:hover, .submit:focus, .reset:hover, .reset:focus, .button:hover, .button:focus {
}

select {
    padding: 2px 0;
    font-size: 1.2em;
}

select:focus, select:active {
}

optgroup {
}

option {
}

textarea {
    overflow: auto;
    padding: 2px 0;
}

textarea:focus, textarea:active {
}

.small {
    width: 30% !important;
}

.medium {
    width: 50% !important;
}

.large {
    width: 100% !important;
}

/*---------- =tables---------*/
table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0; /*when set to "0" cellspacing has no effect on tables */
}

td {
}

th {
}

caption {
    text-align: center;
    font-weight: bold;
}

/*---------- =clearfix---------*/
form li:after, form dt:after, form dd:after, ul:after, ol:after, dl:after, #container:after, #branding:after, #content:after, #mainContent:after, #secContent:after, #siteInfo:after, .line:after, #content-holder:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*------- =misc------*/
.hidden {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: -9999em !important;
    left: -9999em !important;
    font-size: 0 !important;
}

/* =alignment */
.left {
    text-align: left;
}

img.left,
img.alignleft {
    margin: 0 10px 10px 0;
    float: left;
    clear: left;
}

.center {
    text-align: center;
}

img.center,
img.aligncenter {
    display: block;
    margin: 0 auto;
}

.right {
    text-align: right;
}

img.right,
img.alignright {
    margin: 0 0 10px 10px;
    float: right;
    clear: right;
}

/* content forms */
#content form {
    margin: 0 100px 0 0;
}

#content input[type =
"text"], #content input[type = "password"] {
    width: 70%;
}

#content .text, #content .password {
    width: 70%;
}

#content select {
    width: 70.5%;
}

#content textarea {
    width: 70%;
    height: 120px;
}

#content label {
    width: 28%;
    float: left;
}

#wrap {
    position: relative;
    width: 925px;
    margin: 0 auto;
}

#header {
    width: 925px;
    margin: 0 auto;
}

#header a {
    display: block;
    width: 271px;
    height: 179px;
    overflow: hidden;
    text-indent: -9999em;
    background: url(images/lwls-logo.png);
}

#content h1 {
    margin-bottom: 40px;
    font-size: 28px;
    color: #862142;
}

#content h2 {
    margin-bottom: 15px;
    font-size: 18px;
    color: #A22850;
}

#content p {
}

#content {
    width: 562px;
    color: #666;
    background: #FFFFFF url(images/page-fade.jpg) top repeat-x;
}

#content-holder {
    padding: 20px 0px 0px 20px;
	zoom: 1;
}

#content-left {
    background: #FFFFFF url(images/page-fade.jpg) top repeat-x;
    width: 18px;
}

#content-right {
    background: #FFFFFF url(images/page-fade.jpg) top repeat-x;
    width: 19px;
}

#shadow {
    width: 22px;
    background-color: #FFFFFF;
    background: url(images/lwls-vert-shadow.png) left repeat-y;
}

#join-button {
    display: block;
    background: url(images/join-button.png) no-repeat;
    width: 93px;
    height: 44px;
    margin-left: -5px;
    text-indent: -9999em;
}

#signup-button {
    display: block;
    background: url(images/signup.jpg) no-repeat;
    width: 91px;
    height: 42px;
    line-height: 0em;
    font-size: 0em;
    margin-left: -5px;
    text-indent: -9999px;
}

#booknow-button {
    width: 129px;
    height: 43px;
    margin-top: 10px;
    text-indent: -9999px;
    line-height: 0em;
    font-size: 0em;
}

#booknow-button img {
    float: right;
    margin: 15px 152px 0px 0px;
}

#submit-button, #submitLunch {
    display: block;
    background: url(images/submit.gif) no-repeat;
    width: 106px;
    height: 33px;
    border: 0;
    text-indent: -9999px;
    line-height: 0em;
    font-size: 0em;
}

#submitLunch {
    float: right;
}

.MailPressFormSubmit {
    display: block;
    background: url(images/subscribe.gif) no-repeat;
    width: 124px;
    height: 37px;
    text-indent: -9999px;
    border: 0;
    margin-top: 5px;
    line-height: 0em;
    font-size: 0em;
}

#memberSubmit, #contactButton {
    display: block;
    float: right;
    background: url(images/submit.gif) no-repeat;
    width: 106px;
    height: 33px;
    text-indent: -9999px;
    border: 0;
    margin-top: 5px;
    line-height: 0em;
    font-size: 0em;
}

#memberSignIn {
    display: block;
    background: url(images/sign-in.gif) no-repeat;
    width: 106px;
    height: 35px;
    text-indent: -9999px;
    border: 0;
    margin-top: 5px;
    line-height: 0em;
    font-size: 0em;
}

#sidebar h3 {
    font-size: 15px;
}

#sidebar h4 {
    font-size: 12px;
}

#sidebar {
    width: 280px;
    color: #666;
    background: #FFFFFF url(images/page-fade.jpg) top repeat-x;
    line-height: 20px;
}

#sidebar input[type="text"],
#sidebar input[type="password"] {
    width: 200px;
}

#sidebar li input[type="text"],
#sidebar li input[type="password"] {
    width: 148px;
}

#sidebar li label {
	width: 95px;
	float: left;
}

#sidebar-holder {
    width: 250px;
    padding: 0px 0px 0px 30px;
}

#sidebar-left {
    background: #FFF url(images/sidebar-shadow.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 26px;
    height: 578px;
}

.menu {
    font-family: Georgia, serif;
    font-size: 12px;
}

#menu-left {
    background: transparent url(images/menu-left.png) left no-repeat;
    width: 18px;
    height: 41px;
}

#menu-right {
    background: transparent url(images/menu-right.png) left no-repeat;
    width: 19px;
    height: 41px;
}

.menu ul {
    height: 41px;
    text-align: center;
    background: #bd2e5e url(images/nav_BG.png) repeat-x;
}

.menu li {
    display: inline;
}

.menu li a {
    display: block;
    float: left;
    padding: 13px 8px 13px 8px;
    text-decoration: none;
    color: #f58cad;
}

.menu li a:hover, .menu li a:focus {
    background-color: #a22850;
    color: #FFF;
}

.menu .current_page_item a {
    color: #FFFFFF;
    background-color: #a22850;
}

form h2, .join h3, #sponsors h3, .join h2, #content-holder form h3 {
    padding-bottom: 5px;
    border-bottom: 1px #999 dotted;
    font-size: 15px;
}

.memberDetails li {
    float: left;
    margin-right: 60px;
}

#content .memberDetails label {
    width: 100%;
    margin: 0;
}

.memberDetails span {
    display: block;
    margin-left: 15px;
}

.memberForm .memberDetails label input {
    margin: 0px;
}

.narrow {
    margin-top: 30px;
}

.userDetails {
    margin-bottom: 25px;
}

.memberForm label.large {
    margin-left: 20px;
}

.memberForm label input {
    margin-left: -20px;
}

.memberUpgrade {
    margin-top: 25px;
}

#content .attending select {
    width: 50%;
}

#content-holder form h3, #content-holder form h2 {
    font-size: 15px;
    color: #A22850;
}

.rememberMe {
    display: inline;
    margin-right: 20px;
}

#content .listing h1 {
    margin-bottom: 0px;
}

/* ---------------footer--------------- */
#footer {
    font-family: Verdana, Sans-serif;
    font-size: 8px;
    color: #FFFFFF;
}

#footer-left {
    background: url(images/bottom-left.png) left no-repeat;
    height: 21px;
}

#footer-middle {
    background: url(images/bottom-middle.png) left repeat-x;
    height: 21px;
}

#footer-right {
    background: url(images/bottom-right.png) left no-repeat;
    height: 21px;
}

#credits {
    padding-left: 38px;
    padding-top: 10px;
    font-size: 9px;
    line-height: 15px;
}

#text {
    float: left;
    background: url(images/credit-text.png) no-repeat;
    width: 307px;
    height: 11px;
}

#duffy {
    background: url(images/duffy.gif) no-repeat;
    width: 25px;
    height: 11px;
    float: left;
}

.newspost {
    padding-bottom: 50px;
}

.listing{
    border-bottom: 1px dotted #999;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.post-content {
	min-height: 50px;
	padding: 0 210px 0 0;
	position: relative;
	zoom: 1;
	text-align: left;
}

.post-content img {
	position: absolute;
	top: 0;
	right: 0;
}

#sidelist {
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
}

#sideline {
    border-bottom: 1px dotted #999;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
}

#line {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dotted #999;
}

.sponsorsWidget ul {
    overflow: hidden;
    padding-left: 0px;
}

.sponsorsWidget li {
    float: left;
    margin: 0px 10px 10px 0px;
    width: 110px;
    min-height: 40px;
}

.js #lunchMemberFormCredentials,
.js #registerUserFields {
    display: none;
}