/*
Theme Name: Lexington Cancer Foundation
URI: http://www.lexfoundation.net/
Description: WP theme coded for The Lexington Cancer Foundation
Author: eAnka Design
Author URI: http://www.eankadesign.com
Version: 1.01

[Table Of Contents]

0- Reset
1- Main Layout & Grid
2- Colors & Backgrounds
3- Typography
4- Forms

*/

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big, blink,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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-size:100%;vertical-align:baseline;background:transparent; font-style: normal; font-weight: normal; color: inherit; text-decoration: none; }code, kbd, samp, pre, tt, var, textarea, input, select { font: inherit; font-size: 1em;} body {line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}:focus{outline:0} table{border-collapse:collapse;border-spacing:0} sub, sup {line-height: 18px;}

/* MAIN LAYOUT */

html, body {height:100%}
#outer {    min-height: 100%;
            width: 840px;
            margin-bottom: -215px;
            margin-left: auto;
            margin-right: auto;
            text-align: left;}
#header {   height: 240px; text-align: center; padding-top: 10px;}
#footer {   clear: both;
            width: 840px;
            height: 187px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 28px;
            text-align: center;
	    color: #8a7273;
            font-size: 11px;}
#f2 {   clear: both;
            width: 840px;
            height: 0px;
            margin-left: auto;
            margin-right: auto;
            padding-top: 0px;
            text-align: center;
            color: #FFFFFF;
            font-size: 11px;}
            
#main {padding: 16px 15px 0 0; width: 489px;}
#sidebar {padding: 16px 15px 0;}

.grid_1 {width: 26px;}
.grid_2 {width: 82px;}
.grid_3 {width: 138px;}
.grid_4 {width: 194px;}
.grid_5 {width: 250px;}
.grid_6 {width: 306px;}
.grid_7 {width: 362px;}
.grid_8 {width: 418px;}
.grid_9 {width: 474px;}
.grid_10 {width: 530px;}
.grid_11 {width: 586px;}
.grid_12 {width: 642px;}
.grid_13 {width: 698px;}
.grid_14 {width: 754px;}
.grid_15 {width: 810px;}

.column {
	padding: 0 15px;
	float: left;
	display: inline;
	overflow: hidden;
}
.row {width: 100%;
      overflow: hidden;
      padding: 0 0 9px 0;}

.column .row {
	margin: 0 -15px;
	width: auto;}

.alignleft {float: left;}

.alignright {float: right;}

.textright {text-align: right;}

.textcenter {text-align: center;}

.clearfooter { clear: both; height: 200px; }

.clear {clear: both; }

.hidden {display: none;}

/* COLORS */
body, #header {background: #fff url('images/body_bg.gif') repeat-x 0 3px;}
#outer {background: #fff url('images/outer_bg.gif') repeat-y top right;}
#home #outer {background: #fff;}
#footer {background: #fff url('images/footer_bg.gif') no-repeat top;}
#home #footer {background: #fff url('images/home_footer_bg.gif') repeat-x top;}
#main, #home #content {background: url('images/body_bg.gif') repeat-x top left;}
#sidebar {background: url('images/sidebar_bg.gif') repeat-x top left;}

/* TYPOGRAPHY */
body {  font-family: arial, sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #888;}

abbr, acronym {text-transform: uppercase;}
abbr[title], acronym[title], dfn[title] { cursor: help;}
b, em, strong, th {font-weight: bold;}
big {font-size: 120%;}
small, sub, sup {font-size: 85%;}
cite, em, dfn, i {font-style: italic;}
code, samp, kbd, var {font-family: courier; letter-spacing: 10%;}
del, s, strike {text-decoration: line-through;}
dfn, ins {border-bottom: solid 1px #999;}
q:before { content:'\201C'; }
q:after { content:'\201D'; }
sub {vertical-align: sub; line-height: 9px;}
sup {vertical-align: super; line-height: 9px;}
tt {font-family: mono-space;}
u {text-decoration: underline;}
p {margin-bottom: 9px;}
blockquote {padding: 8px; border-style: solid; border-width: 1px 0; border-color: #ccc; margin-bottom: 9px; }

.error {border: solid 2px #f88; padding: 7px; background: #fee url('images/exclamation-red.png') no-repeat 6px 6px; text-indent: 20px; margin-bottom: 9px;}
.success {border: solid 2px #cf6; padding: 7px; background: #efc url('images/tick-circle.png') no-repeat 6px 6px; text-indent: 20px; margin-bottom: 9px;}
.msg {border: solid 2px #ff3; padding: 7px; background: #ffc url('images/exclamation.png') no-repeat 6px 6px; text-indent: 20px; margin-bottom: 9px;}

h1, h2, h3, h4, h5, h6 {margin-bottom: 9px; color: #463934;}
h1 {font-size: 30px; line-height: 45px;}
h2 {font-size: 27px; line-height: 36px;}
h3 {font-size: 22px; line-height: 36px;}
h4 {font-size: 18px; line-height: 27px;}
h5 {font-size: 14px; line-height: 27px;}
h6 {font-size: 12px; line-height: 18px;}

h1.subtitle, h2.subtitle, h3.subtitle, h4.subtitle, h5.subtitle, h6.subtitle { color: #888; margin-top: -9px;}

#sidebar h2 {color: #a97375; font-size: 12px; text-transform: uppercase; line-height: 18px; font-weight: bold; margin-bottom: 9px; }

#content a {font-weight: bold; color: #a97375; text-decoration: underline;}
#content a:hover {color: #ee9d9f;}
#content a:active {color: #800;}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {font-weight: normal; text-decoration: none;}

a#logo {display: block; height: 56px; background: url('images/logo.png') no-repeat top center; padding-top: 114px; margin-bottom: 30px;}
#sidebar a.follow_link {background: url('images/flink_bg.gif') no-repeat top left; display: block; padding: 2px 10px; text-decoration: none; margin-bottom: 14px;}
#sidebar a:hover.follow_link {background: url('images/flink_bg.gif') no-repeat bottom left; color: #463934;}
#sidebar a.follow_link span {display: block;}
a#rss_link span {background: url('images/rss_icon.gif') no-repeat 255px 0;}
a#twitter_link span {background: url('images/twitter_icon.gif') no-repeat 255px 0;}
a#merchandise_link span {background: url('/wp-content/uploads/2009/12/merchandise.gif') no-repeat 255px 0;}
a#facebook_link span {background: url('images/facebook_icon.gif') no-repeat 255px 0;}
a#myspace_link span {background: url('images/myspace_icon.gif') no-repeat 255px 0;}
#sidebar div.widget ul a {color: #463934; font-weight: normal; text-decoration: none; }
#sidebar div.widget ul a:hover {color: #a97375;}

#content ul {list-style-image: url('images/arrow.gif'); list-style-position: outside; margin: 0 0 18px 18px;}
#content ul ul {margin: 0 0 0 18px; list-style-image: url('images/dot.gif');}
#content ul ul ul {list-style-image: url('images/square.gif');}

#content ol {list-style-type: decimal; list-style-position: outside; margin: 0 0 18px 18px;}
#content ol ol {margin: 0 0 0 18px; list-style-type: upper-alpha;}
#content ol ol ol {list-style-type: lower-alpha;}

table {margin-bottom: 18px;}
caption {font-size: 18px; line-height: 35px; background: #eee; border-bottom: solid 1px #ccc;}
th, td {padding: 4px; border: solid 1px #ccc; border-width: 0 0 1px 0;}
thead th, thead td, tbody th, tbody td, tfoot th, tfoot td {border: solid 1px; border-color: #ccc #ddd; }
thead th, thead td { background: #f5f5f5;}
tfoot th, tfoot td { background: #444; color: #888; border-color: #222 #333;}

/* FORMS */
input, select, textarea {line-height: 12px; border: solid 1px #ebd9d9; vertical-align: top; color: #888;}
textarea {line-height: 18px;}
fieldset {border: solid 1px #ccc; padding: 15px;}
legend {font-weight: bold; padding: 0 15px;}
label, span.labellike {color: #666;}
.note {font-size: 11px; color: #888;}
input.sendbutton {border: none; background: #c8a2a4; font-weight: bold; color: #fff; font-size: 14px;}
.wrong_field {clear: both; margin-top: 10px;}
.wrong_field input, .wrong_field textarea {border-color: #c07579;}
.wrong_field .note {color: #c07579; font-weight: bold; padding-left: 128px;}


input.grid_2, textarea.grid_2 { width:72px; } 
input.grid_3, textarea.grid_3 { width:128px; }
input.grid_4, textarea.grid_4 { width:184px; }
input.grid_5, textarea.grid_5 { width:240px; }
input.grid_6, textarea.grid_6 { width:296px;}
input.grid_7, textarea.grid_7 { width:352px; }
input.grid_8, textarea.grid_8 { width:408px; }
input.grid_9, textarea.grid_9 { width:464px; }
input.grid_10, textarea.grid_10 { width:520px; }
input.grid_11, textarea.grid_11 { width:576px; }
input.grid_12, textarea.grid_12 { width:632px; }
input.grid_13, textarea.grid_13  {width: 688px;}
input.grid_14, textarea.grid_14 {width: 744px;}
input.grid_15, textarea.grid_15 {width: 800px;}

#search_form input {margin: 0;}
#search_form .grid_5 { width:255px; margin-left: 15px; padding-top: 3px;}
#search_form .grid_1 {  width: 41px;
                        padding: 3px 10px 2px 0;
                        border: none;
                        background: url('images/submit_bg.gif') no-repeat top right;
                        font-weight: bold;
                        color: #fff;
                        text-transform: uppercase;}

input.column, select.column, textarea.column {
	padding: 2px 4px;
	margin: 0 15px;}


form#commentform {border: solid 1px #f6d6d7; background: #fcf0ec; overflow: auto; padding: 10px 11px;}
form#commentform label {display: block; font-size: 11px;}
form#commentform input.sendbutton {border: none; width: 194px; background: #c8a2a4; font-weight: bold; color: #fff; font-size: 14px;}
form#commentform textarea {height: 144px;}

form#ccoptin {background: #fff url('images/ccoptin_bg.gif') no-repeat top; margin: 0 0 9px 0;}
form#ccoptin label {margin-left: 9px; color: #a97375; }
form#ccoptin input {margin: 0;}
form#ccoptin .grid_5 { width:255px; padding-top: 3px;}
form#ccoptin .grid_1 {  width: 41px;
                        padding: 3px 10px 2px 0;
                        border: none;
                        background: url('images/submit_bg.gif') no-repeat top right;
                        font-weight: bold;
                        color: #fff;
                        text-transform: uppercase;}
form#ccoptin p {font-size: 11px; padding: 4px 9px 0; font-style: italic;}
form#ccoptin p a {text-decoration: none; font-weight: normal; font-style: italic; color: inherit;}
/* POSTS & COMMENTS */
h2.storytitle {border-bottom: solid 1px #f6d6d7;}
.meta {font-size: 11px; color: #999;}
span.meta {position: relative; top: -9px;}
div.meta {clear: both; border: solid 1px #f6d6d7; background: #fcf0ec; padding: 9px 5px; margin-bottom: 3em;}
div.storycontent {margin-top: 2em;}
#content h3 a.comment_link {font-size: 12px; font-weight: bold;}
#content ul#commentlist { margin: 0; padding: 0; list-style-image: none;}
#content ul#commentlist li{list-style: none; list-style-image: none; margin: 0 -15px; overflow: auto;}

/* SLIDESHOW */

#slideshow {background: #fff; margin-top: 40px;}
#slideshow ul {margin: 0 0 10px 0; padding: 0; list-style-type: none; list-style-image: none; overflow: hidden; width: 10000px;}
#slideshow ul li {float: left; line-height: 1em; margin-right: 10px;}
#slideshow ul.bottom, #slideshow ul.bottom li {float: right; margin: 0 0 0 10px;}



/* DROPMENUS */
#menu, #menu * {
	margin:			0;
	padding:		0;
  text-align: left;}
	
#menu {
	line-height:	3em;
	height:	3em;
	border-top: solid 1px #fac7c8;
	border-bottom: solid 1px #fac7c8;}
	
#menu ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* left offset of submenus need to match (see below) */
	background: #fcf0ec;}
	
#menu ul li {
	width:			100%;
	border-bottom: solid 1px #fac7c8;
}
#menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#menu li {
	float:			left;
	position:		relative;
}
#menu a {
	display:		block;
	position:		relative;
	padding: 0 10px;
  color: #6b5d57;
  text-transform: uppercase;}
  
	
#menu li.hover
  {background: #fcf0ec;}
  
#menu ul li.hover, #menu ul li a:focus, #menu ul li a:hover, #menu ul li a:active, #menu a:hover
  {background: #fac7c8;}
  
#menu li:hover ul,
#menu li.hover ul {
	left:			0;
	top:			3em; /* match top ul list item height */
	z-index:		99;
	border-top: solid 1px #fac7c8;
}
ul#menu li:hover li ul,
ul#menu li.hover li ul {
	top:			-999em;
}
ul#menu li li:hover ul,
ul#menu li li.hover ul {
	left:			150px; /* match ul width */
	top:			0;
}
ul#menu li li:hover li ul,
ul#menu li li.hover li ul {
	top:			-999em;
}
ul#menu li li li:hover ul,
ul#menu li li li.hover ul {
	left:			150px; /* match ul width */
	top:			0;
}


