body {
    font-family: Arial, Helvetica, Tahoma, Geneva, sans-serif;
    font-size: 14px;
    background: white;
    color : black;
    text-align: left;
    margin: 0px auto 32px auto;
    width: 100%;
}
.left {
    float:left;
}
.right  {
    float:right;
}
.clear  {
    clear:both;
}
.page {
    padding:0px;
    margin:0px;
    color:#333333;
    width:100%;
    background-image: url(images/site_bodyi_bg.png);
    background-color: #ffffff;
    background-repeat: repeat-x;
}
#page_container {
    width:1024px;
    margin:auto;
    margin-top:0px;
}
#page {
    width:980px;
    margin:auto; 
}
#logo {
    position:absolute;
    z-index:100;
    background:url(images/mm_logo.png);
    background-repeat: no-repeat;
    width:216px;
    height:39px;
    margin-top:20px;
    margin-left: 20px;
}
#logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 70px;
}
#logo a h1 {
    display: none;
}
#header {
    height:24px;
}

#pagebody1 {
    background-image: url(images/head_bg.png);
    background-repeat: no-repeat;
    background-position: right;
    border-bottom: 1px solid #618d5f; 
}

#titlebar h1 {
    height:26px;
    color:#fff;
    text-shadow: 0px 1px 1px #000;
    display:block;
    font-size:20px;
    font-weight:normal;
    padding:10px 0;
    text-align:center;
    margin:0;
    line-height: 28px;
}
#titlebar .rightLink
{
    float:right;
    font-weight:normal;
    font-size:12px;
    line-height: 45px;
    color:white;
    margin-top:2px;
    margin-right: 20px;
}
.rightLink a {
    text-decoration: none;
    color:#ffffff;
}
#navbar h1 {
    height:26px;
    text-shadow: 0px 1px 1px #fff;
    color:#222;
    display:block;
    font-size:20px;
    font-weight:bold;
    padding:10px 0;
    text-align:center;
    margin:0;
    margin-left:-1px;
    position: relative;
}
#pagenav, #pagenav1 {
    float:left;
    width:299px;
}
.banner{
    height:78px;
    margin:0;
}
.banner h1 {
    text-align:left;
    padding:20px 40px;
    font-size: 24px;
    color:#333;
    font-weight:normal;
    margin-top:5px;
}

#footer a.facebook{
    float: right;
    display: block;
    background-image: url(images/facebook.png);
    background-repeat: no-repeat;
    width:26px;
    height:26px;
}
#footer a.twitter{
    float: right;
    display: block;
    background-image: url(images/twitter.png);
    background-repeat: no-repeat;
    width:26px;
    height:26px;
    margin-right:6px;
}
#footer {
    display: block;
    clear: both;
    margin: 20px 0;
    color:#666666;
    padding:10px 0 10px 0;
    text-align:left;
    border-top:1px dotted #CCC;
}
#footer table {
    width:360px;
    margin:0 0 0 10px;
    color:#999999;
    font-size:11px;
    line-height: 16px;
    text-align:left;
}
#footer table td.head {
    text-align:left;
    font-weight:bold;
    font-size: 12px;
    color:#616161;
    padding-bottom: 5px;
}
#footer table td {
    vertical-align: top;
}
#footer table td a{
    color:#616161;
    text-decoration: none;
}
#footer table td a:hover{
    text-decoration: underline;
}
#footer div {
    font-size:11px;
    color:#4e4e4e;
    line-height:16px;
    margin:0 10px;
}


#body {
    background: white;
    width:960px;
    margin: auto; 
}
#content {
    background: white;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    margin-right: 260px;
}
#sidebar {
    text-align: center;
    background: white;
    float: right;
    width: 220px;
    margin-right:20px;
    padding-left: 8px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 32px;
    margin-top: 8px;
    font-size: 11px;
}
.sidebarItem {
    background: white;
    margin-bottom: 16px;
}
.sidebarItemTitle {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    background: white url('images/sidebartitle.jpg') no-repeat left top;
    color: white;
    padding-left: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    height: 20px;
}
.sidebarItemTitle span a {
    color: white;
}
.sidebarItemBody {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.sidebarItem ul {
    margin: 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.sidebarItem li {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    list-style-type: none;
}

#body a:link {
    text-decoration: underline;
    color: black;
}
#body a:visited {
    color: #404040;
}

#blogName {
    font-size: 44px;
    color: white;
    padding-top: 8px;
    position: absolute;
    top: 90px;
    left: 20px;
    font-weight: normal;
}
#blogDescription {
    font-size: 16px;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: normal;
    position: absolute;
    bottom: 20px;
    left: 24px;
}
#content h1 {
    font-size: 24px;
    font-weight: normal;
    color : #6e7d8e;
    background: transparent url('images/bullet.jpg') no-repeat center left;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 30px;
    margin: 0px;
    border-bottom: #f0f0f0 solid 1px;
}
#content h1 a:link, h1 a:visited {
    color : #6e7d8e;
    text-decoration: none;
}
#content h1 a:hover {
    text-decoration: underline;
}
#body h2 {
    font-size: 12px;
    font-weight: normal;
    padding-left: 30px;
    padding-top: 4px;
    color: #6e7d8e;
    margin: 0px;
}
#body h3 {
    font-size: 12px;
    font-weight: normal;
    padding-top: 0px;
    color: #6e7d8e;
    margin: 0px;
}
.contentItem {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    background: white;
}
.contentItemBody {
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 20px;
    text-align: left;
}
.contentItemLinks {
    float: right;
    text-align: right;
    font-size: 11px;
    color: gray;
}
.contentItemLinks form {
    padding: 0px;
    margin: 0px;
}
.contentItemLinks a {
    color: gray;
}
.even {
    background: #F4F4F4;
}
.odd {
    background: white;
}
.small {
    font-size: 11px;
}
.response {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 4px;
}
.response h1 {
    font-size: 12px;
    font-weight: normal;
    background: transparent;
    padding-left: 0px;
}
.responseBody {
    line-height: 1.5;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}
.metadata, .metadata a {
    font-size: 11px;
    color: gray;
    line-height: 1.5em;
}
.approved {
}
.pending {
    background: transparent url('images/pending.gif') no-repeat top left;
    border: solid orange 1px;
}
.rejected {
    background: transparent url('images/rejected.gif') no-repeat top left;
    border: solid red 1px;
}
.published {
}
.unpublished {
}
blockquote {
    background: white url('images/blockquote.png') no-repeat top left;
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 8px;
    color: gray;
    margin-left: 24px;
    margin-right: 24px;
}
.tags, .categories {
    border: solid #F0F0F0 1px;
    margin: 16px;
    padding: 4px;
    background: #F8F8F8;
    font-weight: normal;
    font-size: 11px;
}
.tags a, .categories a {
    color : gray;
    font-weight: normal;
}
.tagCloud {
    font-size: 24px;
    line-height: 1.0em;
    text-align: center;
}
.sidebarTagCloud {
    font-size: 22px;
    line-height: 0.7em;
    text-align: center;
}
.tagCloud1 {
    font-size: 0.5em;
}
.tagCloud2 {
    font-size: 0.6em;
    font-weight: bold;
}
.tagCloud3 {
    font-size: 0.65em;
    font-weight: bold;
}
.tagCloud4 {
    font-size: 0.7em;
    font-weight: bold;
}
.tagCloud5 {
    font-size: 0.75em;
    font-weight: bold;
}
.tagCloud6 {
    font-size: 0.8em;
    font-weight: bold;
}
.tagCloud7 {
    font-size: 0.85em;
    font-weight: bold;
}
.tagCloud8 {
    font-size: 0.9em;
    font-weight: bold;
}
.tagCloud9 {
    font-size: 1.0em;
    font-weight: bold;
}
.tagCloud10 {
    font-size: 1.2em;
    font-weight: bold;
}
.tagCloud ul, .sidebarTagCloud ul {
    padding: 8px;
    margin: 0px;
}
.tagCloud li, .sidebarTagCloud li {
    display: inline;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}
.tagCloud a, .sidebarTagCloud a {
    text-decoration: none;
}
.tagCloud a:hover, .sidebarTagCloud a:hover {
    color: white;
    background: #6e7d8e;
}

.calendar {
    padding-left: 8px;
    padding-right: 8px;
}
.calendarDayHeader {
    font-weight: bold;
    text-align: right;
}
.calendarDay {
    text-align: right;
    padding: 2px;
}
.calendarDayWithEntries {
    background: #C0C0C0;
    text-align: right;
    padding: 2px;
}
.calendarDayWithEntries a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.calendarDayWithEntries:hover {
    color: white;
    background: #6e7d8e;
}
.calendarToday {
    background : #6e7d8e;
    color: white;
    text-align: right;
    padding: 2px;
    font-weight: bold;
}
.calendarToday a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.photo {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border: solid black 1px;
    text-align: center;
}
.codeSample {
    font-family: Courier, sans-serif;
    font-size: 11px;
    border: solid #F0F0F0 1px;
    text-align: left;
    background: #F8F8F8;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px;
    overflow: auto;
}
#linearNavigation {
    padding: 6px;
    text-align: left;
    font-weight: bold;
    margin-left: 20px; 
}
#linearNavigation a {
    text-decoration: none;
}
#linearNavigation a:hover {
    text-decoration: underline;
}
#feeds {
    position: absolute;
    top: 8px;
    right: 8px;
    color: white;
}
#feeds a {
    color: white;
    text-decoration: none;
}
#feeds a:hover {
    text-decoration: underline;
}
thead {
    text-align: left;
    background: #6e7d8e;
    color: white;
}
th, th a:link, th a:visited {
    font-weight: normal;
    color: white;
}
.authenticated {
    background: transparent url( 'images/authenticated.gif' ) no-repeat center left;
    padding-left: 10px;
}
.unauthenticated {
}



@media only screen and (max-device-width: 1024px) and (orientation:landscape) {
       #page_container {
        width:980px;
        margin:auto;
    }
    #page {
        width:940px;
        margin:auto; 
    }
     #pagebody1 {
        background-image: url(images/head_bg_ipad.png);
        background-repeat: no-repeat;
        background-position: right;
        border-bottom: 1px solid #618d5f; 
    }
}

@media only screen and (max-device-width: 1024px) and (orientation:portrait) {
    #page_container {
        width:980px;
        margin:auto;
    }
    #page {
        width:940px;
        margin:auto; 
    }     
    
    #pagebody1 {
        background-image: url(images/head_bg_ipad.png);
        background-repeat: no-repeat;
        background-position: right;
        border-bottom: 1px solid #618d5f; 
    }
}
