/* 
movementresearch.org
main.css
*/
body {    
    font-family: Georgia, serif;
    font-size: 12px;
    color: #2f2f31;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
form, input, h1, h2, h3, ul, img {
    margin: 0; padding: 0; 
}
img {
    border: 0;
}
ul {
    list-style: none;
}
.clear {
    clear: both;
}
a {
    text-decoration: none;
    color: #2f2f31;
}
a.date {
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
    color: #8bb1d7;
}
a.on {
    color: #8bb1d7;
}
a.more {
    font-style: italic;
}
#canvas {
    width: 1012px;
    margin: 0 auto;
    background-image: url(/images/backgrounds/main.jpg);
    background-repeat: no-repeat;
    background-color: #fff;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
#header {
    width: 960px;
    height: 191px;
    padding: 20px 0 48px 26px;
    position: relative;
}
.template1 #header {
    padding: 20px 0 58px 26px;
}
#header #logo {
    display: block;
    width: 194px;
    height: 64px;
    margin-bottom: 12px;
    background-image: url(/images/logo.png);
}
#header #logo span, #navigation ul li a span, h1 span, h2 span {
    display: none;
}
#header #breadcrumb {
    text-transform: lowercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-top: 32px;
    color: #bebebe;
}
#header #breadcrumb a {
    color: #bebebe;
}
#navigation  {
    width: 150px;
    height: 111px;
}
#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation ul li a {
    display: block;
    width: 148px;
    height: 20px;
    background-image: url(/images/backgrounds/navigation_sprite2.png);
    background-repeat: no-repeat;
}
#navigation ul li a#nav_mrb { background-position: 0 0; height: 19px;}
#navigation ul li a#nav_pe { background-position: 0 -19px; height: 19px; }
#navigation ul li a#nav_cw { background-position: 0 -39px; height: 19px;}
#navigation ul li a#nav_ao { background-position: 0 -58px; height: 19px;}
#navigation ul li a#nav_pj { background-position: 0 -77px; height: 19px;}
#navigation ul li a#nav_cc { background-position: 0 -96px;height: 19px; }
#navigation ul li a#nav_mrb:hover { background-position: -148px 0; }
#navigation ul li a#nav_pe:hover { background-position: -148px -19px; }
#navigation ul li a#nav_cw:hover { background-position: -148px -39px; }
#navigation ul li a#nav_ao:hover { background-position: -148px -58px; }
#navigation ul li a#nav_pj:hover { background-position: -148px -77px; }
#navigation ul li a#nav_cc:hover { background-position: -148px -96px; }
#searchbox {
    width: 300px;
    height: 71px;
    position: absolute;
    top: 23px;
    left: 686px;
}
#searchbox .links {
    height: 10px;
    margin-bottom: 9px;
}
#searchbox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
    line-height: 10px;
}
#searchbox ul li {
    float: left;
    height: 9px;
    border-right: 1px solid #7899ba;
    padding-right: 7px;
    margin-right: 6px;
}
#searchbox ul li.last {
    border-right: 0;
    padding-right: 0;
}
#searchbox ul li a {
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
}
#searchbox input.searchfield {
    float: left;
    padding: 0 !important;
    background-image: none !important;
}
.searchfield {
    width: 240px;
    height: 18px;
}
#primary {
    width: 656px;
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
.calendar #primary {
    width: 986px;
    margin-right: 0;
}
#primary h1{
    margin-left: 26px;
}
#primary #subnav {
    width: 112px;
    padding: 10px 0 0 26px;
    margin-right: 79px;
    border-top: 1px solid #e5e5e5;
    float: left;
}
.template1 #primary #subnav {
    width: 106px;
    padding: 0;
    margin-right: 30px;
    border-top: 1px solid #e5e5e5;
    float: left;
}
.template1 #primary #subnav .navhead {
    margin-left: 26px;
    position: relative;
}
.nav_dancemakers .navhead {
    height: 63px;
}
#hdr_dancemakers {
    position: absolute;
}
.calendar #primary #subnav .navhead {
    margin-bottom: 40px;
}
.template1 #primary #subnav .note {
    border-top: 1px solid #e5e5e5;
    font-size: 10px;
    font-style: italic;
    padding: 10px 0 0 26px;
}
#primary #subnav ul {
    list-style: none;
    margin-bottom: 36px;
}
.template1 #primary #subnav ul {
    list-style: none;
    margin : 23px 0 36px 26px;
}
#primary #subnav ul li {
    padding-bottom: 6px;
}
#primary #mainbody {
    float: left;
    width: 439px;
}
.template1 #primary #mainbody {
    border-top: 1px solid #e5e5e5;
    padding-top: 13px;
    width: 520px;
}
.calendar #primary #mainbody {
    border-top: 1px solid #e5e5e5;
    padding: 43px 0 30px 30px;
    width: 820px;
}
.template1 #primary #mainbody p.dek {
    margin: 0 0 68px 0;
}
#primary .modulea, #primary .moduleb {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.template1 #primary .modulea, .template1 #primary .moduleb {
    border-top: 0;
    padding-bottom: 68px;
}
template1 #primary .modulec {
    border-top: 0;
    padding-bottom: 20px;
}
#primary .moduleb .dek {
    padding: 10px 0 47px 0;
}
#primary .moduleb .dek a {
    font-style: normal;
    text-decoration: underline;
}
#primary .modulea .subhead {
    width: 110px;
    float: left;
    margin-right: 30px;    
}
.template1 #primary .modulea .subhead {
    width: 189px;
    float: left;
    margin-right: 30px;    
    text-align: right;
}
.template1 #primary .modulec .subhead {
    width: 189px;
    float: left;
    margin-right: 30px;    
    text-align: right;
}
#primary .moduleb .subhead {
    width: 80px;
    float: left;
    margin-right: 30px;    
}
.template1 #primary .moduleb .subhead {
    text-align: right;
}
#primary .modulea .subhead .illustration {
    border: 1px solid #e5e5e5;
    padding: 4px;
    width: 291px;
    height: 105px;
    margin-left: -191px;
    margin-top: 25px;
}
.template1 #primary .modulea .subhead .illustration, .template1 #primary .moduleb .subhead .illustration {
    margin-left: -110px;
    margin-top: 44px;
}
#primary .modulea .content {
    width: 274px;
    float: left;
    padding-top: 10px;
}
.template1 #primary .modulea .content {
    padding-top: 0;
    width: 300px;
}
.template1 #primary .modulec .content {
    padding-top: 0;
    width: 300px;
    float: left;
}
.template1 #primary .moduleb .content {
    padding-top: 0;
    width: 409px;
}
#primary .moduleb .content {
    width: 300px;
    float: left;
    padding-top: 5px;
}
#primary .moduleb .content p {
    margin-bottom: 20px;
}
#primary .modulea a, #primary .moduleb .content .more {
    font-style: italic;
}
#primary .modulea a.anchor {
    font-style: normal;
    text-decoration: underline;
}
#primary .modulea p {
    margin: 0 0 20px 0;
}
#primary .moduleb p {
    margin: 0;
}
.template1 #mainbody p {
    margin: 0 0 20px 0;
}
#subnav .illustration {
    border: 1px solid #e5e5e5;
    padding: 4px;
    width: 100px;
    height: 514px;
    float: right;
}
.template1 #subnav .illustration {
    border: 1px solid #e5e5e5;
    padding: 4px;
    width: 100px;
    height: 514px;
    float: none;
    margin-left: -5px;
    margin-top: 25px;
}
#secondary {
    width: 300px;
    padding-top: 20px;
    float: left;
}
.template1 #secondary {
    padding-top: 0;
}
#secondary #boxad {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}
#secondary #support {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    width: 300px;
}
#secondary #support p {
    width: 300px;
}
#secondary #support h2 {
    background-image: url(/images/headers/supportmovementresearch.gif);
    width: 300px;
    height: 13px;
}
#secondary #support a {
    font-style: italic;
}
#secondary #support p {
    margin-bottom: 19px;
}
#secondary #calendar {
    width: 269px;
    height: 220px;
    padding: 0 0 30px 31px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
#secondary #calendar table {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    background-color: #e4e8ed;
    font-size: 10px;
}
#secondary #calendar td, #secondary #calendar th {
    width: 33px;
    height: 24px;
    border-bottom: 1px solid #e5e5e5;
}
#secondary #calendar th {
    font-weight: normal;
}
#mainbody .calendar {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;   
    width: 769px;
}
.calendar th {
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    background-color: #f6f9fc;
    padding: 9px 0 9px 6px;
    width: 103px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; 
}
.calendar td {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;    
    text-align: right;
    font-size: 10px;
    height: 99px;
    vertical-align: top;
    padding: 4px;
}
.calendar-month {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 9px;
}
.calendar-month a:hover {
    text-decoration: none;
}
#secondary #calendar td {
    border-right: 1px solid #e5e5e5;
    text-align: center;
    font-size: 11px;
}
.calendar .time {
    color: #385677;
}
.calendar td .item {
    text-align: left;
    margin-bottom: 15px;
}
td.linked-day {
    background-color: #f6f9fc;
}
td.pm, td.nm {
    background-color: #f8f8f8;
}
td.linked-day a {
    color: #fff;
}
td.linked-day .item a {
    color: #2f2f31;
    text-decoration: underline;
}
#secondary #classesworkshops, #secondary #performancesevents {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
#secondary #classesworkshops h2 {
    background-image: url(/images/headers/upcomingclassesworkshops.gif);
    width: 300px;
    height: 14px;
    margin-bottom: 20px;
}
#secondary #performancesevents h2 {
    background-image: url(/images/headers/upcoming.gif);
    width: 300px;
    height: 14px;
    margin-bottom: 20px;
}
#secondary #classesworkshops ul, #secondary #performancesevents ul {
    list-style: none;
}
#secondary #classesworkshops ul li, #secondary #performancesevents ul li {
    margin-bottom: 20px;
}
#secondary #classesworkshops ul li a, #secondary #performancesevents ul li a {
    font-weight: bold;
}
#secondary #mailinglist {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
#secondary #mailinglist h2 {
    background-image: url(/images/headers/joinourmailinglist.gif);
    width: 300px;
    height: 14px;
    margin-bottom: 20px;
}
#mailinglist input {
    float: left;
}
.emailfield {
    width: 234px;
    height: 18px;
}
#secondary #mrfeeds {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    position: relative;
    height: 90px;
}
#secondary #mrfeeds h2 {
    background-image: url(/images/headers/movementresearchfeeds.gif);
    width: 300px;
    height: 11px;
    margin-bottom: 20px;
}
#secondary #mrfeeds #feeds {
    background-image: url(/images/backgrounds/feeds2.gif);
    width: 302px;
    height: 76px;
    position: absolute;
    left: -2px;
    top: 20px;
}
#secondary #mrfeeds #feeds a {
    display: block;
    position: absolute;
    height: 70px;
}
#secondary #mrfeeds #feeds a#f_blog {
    width: 85px;
}
#secondary #mrfeeds #feeds a#f_classes {
    width: 83px;
    left: 109px;
}
#secondary #mrfeeds #feeds a#f_criticalcorrespondence {
    width: 85px;
    left: 220px;
}
#secondary #mrfeeds #feeds a span {
    display: none;
}
#secondary #performancejournal {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
#secondary #performancejournal .content {
    color: #fff;
    background-color: #ccc;
    width: 300px;
    height: 150px;
}
#secondary #quicklinks {
    margin-bottom: 1px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
    position: relative;
    height: 90px;
}
#secondary #quicklinks h2 {
    background-image: url(/images/headers/mediaonlinequicklinks.gif);
    width: 300px;
    height: 12px;
    margin-bottom: 20px;
}
#secondary #quicklinks ul {
    list-style: none;
    float: left;
}
#secondary #quicklinks ul li a {
    font-style: italic;
}
#secondary #quicklinks ul li {
    display: block;
    width: 80px;
    padding-right: 30px;
}
#secondary #quicklinks ul.last li {
    padding-right: 0;
}
#footer {
    width: 1012px;
    height: 116px;
    padding: 55px 0 0 0;
    background-image: url(/images/backgrounds/footer.gif);
    font-family: "Lucida Grande Bold", "Lucida Sans Unicode", Lucida, Arial;
    font-size: 10px;
    color: #fff;
}
#footer a {
    color: #fff;
    text-decoration: underline;
}
#footer div {
    float: left;
    width: 189px;
    padding-left: 30px;
}
#footer div p {
    margin: 0;
}
#footer div.col1 {
    padding-left: 27px;
}
#footer div.col2, #footer div.col3, #footer div.col4 {
    width: 190px;
}
#footer div.col5 {
    width: 106px;
}
.descriptions #mainbody h3 {
    margin: 0 0 10px 220px;
}
#sn_artist select {
    width: 110px;
}
