/* Live in Style - SF4Obama.com */

/* Foundation */
body      { color: #67A; background: url("background.png"); font-size: 80%;
             font-family: trebuchet ms, sans-serif; margin: 0px 0px 50px 0px }
table     { font-size: 100% }
html      { overflow: -moz-scrollbars-vertical }
textarea  { font-family: sans-serif }
.click    { cursor: pointer }  /* use for submit buttons */
br.all    { clear: both }

/* Links */
a         { color: #6677AA; font-weight: bold }
a:hover   { color: navy }
a:active  { color: darkgray }
a:visited { color: darkgray }
img       { border-style: none }
a.blend   { font-weight: normal; text-decoration: none }

/* Document */
h1          { font-size: 160%; margin: 0px }
h2          { font-size: 140%; margin: 0px }
p           { margin: 0px 0px 5px 0px }
img.outline { border: 1px solid #036 }

/* Layout */
div.main      { width: 760px; background: white; margin: 0px auto 30px auto }
img.header    { border-bottom: 5px solid gray }
div.content   { border-bottom: 5px solid gray; padding: 15px }
div.right_box { float: right; width: 470px; margin: 10px 0px 10px 10px }
div.calendar  { border: 1px dotted gray; padding: 15px; margin-bottom: 15px }
div.cal_title { font-weight: bold; text-align: center; padding-bottom: 15px }
div.feeds     { background-color: gainsboro; border: 1px dotted gray; padding: 5px }
div.myspace   { width: 190px; background-color: white; font-size: 90%; border: 1px solid black; padding: 5px 5px 0px 5px; margin-top: 3px; border-radius: 0.6em; -moz-border-radius: 0.6em }
div.event     { font-size: 85%; border-top: 1px dashed; padding: 2px 0px 25px 0px }
div.event p   { float: right; text-align: right; margin: 0px 0px 0px 10px }
div.specials  { float: left; text-align: center; border: 3px solid gray;
                padding: 10px 5px; margin: 10px 0px }
div.specials a { text-decoration: none }
a.announce    { display: block; text-align: center; color: firebrick; background-color: silver;
                border: 1px solid navy; padding: 3px;
                border-radius: 0.6em; -moz-border-radius: 0.6em }
a.announce:hover { color: navy }
div.footer    { text-align: center; font-size: 80% }

/* PERFECT E-Mail Form */
table.perfect         { color: dimgray; background-color: cornflowerblue; 
                        font-family: sans-serif; border: solid #036 1px;
                        padding: 7px; margin-left: auto; margin-right: auto }
table.perfect caption { color: white; background-color: #036;
                        font-weight: bold; padding: 3px;
                        margin-left: auto; margin-right: auto }
table.perfect th      { text-align: right; font-weight: bold }
table.perfect p       { float: left; font-size: 55%; margin: 0px }
table.perfect a       { color: darkslategray; text-decoration: none }
div.perfect           { text-align: center; font-size: 80% }
/* IE Hack */
table.perfect th      { padding-left: 15px }
table.perfect td      { padding-right: 15px }
table.perfect div     { text-align: right }
