/*
Theme Name:     IRC
Theme URI:      
Description:    Child theme for the Twenty Twelve theme
Author:         J Vogel
Author URI:     
Template:       twentytwelve                             
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

* {
word-break: keep-all !important;
hyphens: none;
}

p.IRCannounce {
text-align: center;
font-weight: bold;
margin: 0;
padding: .3em;
background-color: #EEF0D2;
border: solid 1px #DCE1A5;
border-radius: 6px;
}

p.IRCannounce a, p.IRCannounce a:visited  {
color: #495774;
}

p.IRCannounce a:hover  {
color: #92ADE8;
}

.site-content {
margin: .5rem 0 0;
}

.site-content article {
	word-wrap: normal;
-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.widget-area .widget
{
  word-wrap: normal;
-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

footer.entry-meta {
font-size: 0.75rem;
margin-top: 3rem;
}

.jonote, .jvnote {
padding-left: 1em;
font-size: 15px;
font-weight: normal;
font-family: 'serif';
}

.jonote {
color: #C66;
}

.jvnote {
color: #66C;
}

#header-img {
float: left;
width: auto;
height: auto;
padding: 0;
margin: 0;
margin-right: .5em;
}

/* fix styling for indented lists */

#content ol, #content ul {
margin-top: .1em;
}

#content ol li, #content ul li {
margin-top: .2em;
margin-bottom: .2em;
}

#content ol {
/* color: red; */
list-style-type: decimal;
}

#content ol ol {
/* color: orange; */
list-style-type: upper-alpha;
}

#content ol ol ol {
/* color: green; */
list-style-type: lower-alpha;
}

#content ol ol ol ol {
/* color: purple; */
list-style-type: lower-roman;
}

#content ul {
/* color: #999; */
list-style-type: disc;
}

#content ul ul {
/* color: #999; */
list-style-type: square;
}

#content ul ul ul {
/* color: #999; */
list-style-type: circle;
}

/* for continuing committee member list */

h3.region {
margin: .6em 0 .2em 0;
padding: .2em 0 0 2em;
border-top: 1px dotted gray;
}

dl.cmember {
margin: .5em 0 .5em 0;
padding: 0;
font-size: 100%;
line-height: 1.1em;
}

dl.cmember dt {
margin: 0;
padding: 0;
float: left;
clear: left;
width: 11em;
text-align: right;
color: #66c;
font-weight: normal;
}


dl.cmember dd {
margin: 0 0 0 11.5em;
padding: 0;
}

dd.name {
font-weight: bold;
}

dl.cmember dt:after {
content: ":";
}


