
@import url('tags.css');

body {
 margin: 0 0 0 0;
 font-family: arial, sans-serif;
 background-color: #EDE8EA;
}

img {
  border: 0 none;
}

img.floatleft {
  float: left;
  margin: 10px;
}

#container {
  position: relative;
  display: block;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

#content {
  width: 100%;
}

#content #main {
  float: left;
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  width: 70%;
}


#content #mainfull {
  float: left;
  position: relative;
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
}

#content #sidebar {
  float: right;
  position: relative;
  width: 20%;
  margin-right: 20px;
}


#content #people { clear: both; }

#header {
        background-color: red;
        background-image: url('https://www.openrightsgroup.org/assets/images/site/header.png');
        height: auto;
        min-height: 100px;
        width: 100%;
        text-shadow: 1px 1px 2px #999;
}

#header div#masthead {
        display: block;
        position: relative;
        height: auto;
        min-height: 80px;
        margin-bottom: 10px;
}

#header #masthead h1 {
        display: block;
        left: 0px;
        position: absolute;
        width: auto;
        margin: 10px 0px 0px 0px;
}

#header #masthead #topnav {
        display: block;
        right: 0px;
        position: absolute;
        margin: 0px 0px 0px 0px;
        font-size: 10px;
        text-transform: uppercase;
}

#header #masthead #main {
        display: block;
        right: 0px;
        position: absolute;
        margin: 0px 0px 0px 0px;
        font-size: 10px;
        text-transform: uppercase;
}

#header ul li {
        display: inline;
        list-style-type: none;
}

#header li a {
        color: #EEE;
        font-weight: bolder;
        text-decoration: none;
}


#header #masthead #main li {
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid white;
}

#header #masthead #topnav li {
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid white;
}

#header #masthead #main li.first {
        border-left: none;
}

#header #masthead #topnav li.first {
        border-left: none;
}


#header #masthead img {
	border: 0 none;
}

#header #masthead a {
	text-decoration: none;
}


#header #masthead #main ul {
        list-style-type: disc;
}
#header #masthead #main li {
        float: left;
        display: list-item;
}


#header #masthead #topnav ul {
        list-style-type: disc;
}
#header #masthead #topnav li {
        float: left;
        display: list-item;
}



#header #menu {
        display: table;
        width: 100%;
        height: auto;
        background: #000;
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 12px;
}

#header #menu #topics {
        display: table-cell;
        float: left;
}

#header #menu #topics ul {
        width: auto;
        list-style-type: none;
        list-style-position: initial;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

#header #menu #topics li {
        padding-left: 10px;
        padding-right: 10px;
        display: inline;
}

#header #menu #topics {
        display: inline-block;
        overflow: hidden;
}

#header #menu #searchbox {
        display: table-cell;
        white-space: nowrap;
        text-align: right;
        vertical-align: top;
}

#header #menu #searchbox .button#submit {
        color: white;
        background-color: black;
        border-color: white;
        padding: 1px 2px;
        border-color: white;
        border-style: solid;
        border-width: 1px;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        box-sizing: border-box;
}

#header #menu #searchbox form {
        margin-bottom: 0;
        padding-bottom: 0;
        margin-right: 10px;
}

#header #menu #searchbox form label {
        color: #EEE;
        text-transform: uppercase;
}

#header #menu #topics {
        text-transform: uppercase;
}

#header #menu #searchbox form input{
        border: 1px solid #AAA;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
}


#footer {
        display: table;
        clear:both;
        color: white;
        background: #000;
        padding: 20px;
        font-size: 13px;
        line-height: 1.5;
        color: #EEE;
        text-shadow: 1px 1px 2px #999;
}

#legal {
background: #000;
color: #EEE;
text-align:center;
}

#footer ul {
        padding: 0;
}

#footer ul li {
        list-style-type: disc;
}

#footer div.col a {
        text-decoration: none;
        color: white;
        border: 0 none;
        font-weight: bolder;
}
#footer div.col a:hover {
        color: yellow;
}

#footer .col ul#socialweb img a {
        opacity: 0.8;
}
#footer .col ul#socialweb img a:hover {
        opacity: 1.0;
}


#footer div.col {
        display: table-cell;
        width: 20%;
        padding-left: 10px;
        padding-right: 10px;
}

#footer #about {
        width: 30%;
        min-width: 180px;
}

#footer #connect {
        width: auto;
}

#footer #connect ul {
        list-style-type: none;
        list-style-position: initial;
}
#footer #connect ul li {
        display: inline;
}

#content {
        margin-top: 10px;
        min-height: 800px;
}

#content #main {
        background-color: white;
}

#content .info {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
        font-size: 11px;
}

#content h1 {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
}

#content h2 {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
}


#content .text {
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
        font-size: 14px;
}

#content a, #content a:active {
        color: #900;
        text-decoration: none;
}
#content a:hover {
        color: #F00;
        text-decoration: underline;
}


#sidebar {
        background-color: white;
        font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
        font-size: 12px;
}

#sidebar ul {
        list-style: none;
        padding: 0;
}

#sidebar li {
        background: url('https://www.openrightsgroup.org/assets/images/site/icons/bullets/bullet10.gif') 0 3px no-repeat;
        padding: 0 0 8px 10px;
}

#sidebar a {
        color: black;
        text-decoration: none;
}

@media screen and (max-width: 660px) {
        #content #main {
                width: 90%;
        }
        #content #sidebar {
                display: none;
        }
        #header #menu #topics li.extra {
                display: none;
        }       
}

#content .paging ul li {
        display: inline;
        list-style-type: none;
}

#content hr.large {
        margin-top: 20px;
        margin-bottom: 10px;
        background-color: #AAA;
        height: 5px;
}

#people img.thumb {
        float: left;
        padding: 10px;
}

#content .boxedquote {
        display: block;
        width: 40%;
}
#content .boxedquote-left {
        float: left;
}
#content .boxedquote-right {
        float: right;
}

.boxedquote blockquote {
        font-size: 20px;
        font-style: italic;
}

#sidebar p.join-button {
  background-color: #900;
  border-radius: 2px;
  display: inline-block;
  color: white;
  position: relative;
  text-decoration: none;
  font-size: 20px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 0.5em 0.75em;
}
#sidebar a:hover p.join-button {
  color: yellow;
}

.strikeout {text-decoration: line-through;}

#
