/*
Theme Name: LCS Theme
Theme URI: http://conlang.org
Author: LCS
Author URI: http://conlang.org/
Description: partially based on twentyeleven
Template: twentyeleven
Version: 1.0
*/

@import url("../twentyeleven/style.css");

/************* I. RESET ***************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block}
body {line-height:1}
ol,ul {list-style:none}
blockquote,q {quotes:none}
blockquote:before,blockquote:after,q:before,q:after {container:'';container:none}
table {border-collapse:collapse;border-spacing:0}


/*************************************
********** III. TYPOGRAPHY ***********
*************************************/
body {font-size: 16px;
font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Tahoma', sans-serif; }

h1, h2, h3, h4, h5, h6 {margin-top:16px;font-weight:bold}
h1 {font-size:24px;}
h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px}
h6 {font-size:14px}

p, blockquote, ol, ul, dl {margin-top:16px;line-height:24px}

ol, ul {margin-left:2em}
ol li, ul li {margin-top:8px}
ol {list-style-type:decimal}
ul {list-style-type:disc}

strong, b {font-weight:bold; }
em, i {font-style:italic; }
blockquote {padding-left:22px;}
	blockquote cite {font-style:italic; }


#sidebar {font-size:14px}
footer {font-size:12px}
.wp-caption-text {font-size:14px}

/* Previous link colors were #4D004D (a:link, a:visited) & #91008D (a:hover, a:active). Changed #91018d/#ffb700 to improve visibility. Feel free to improve for aesthetics too; this is only meant as a quick fix. - Sai  2016-07-22 
Changed both to #91018d, added underline on hover. - Sai 2016-07-22 #2 */
#main a:link, #main a:visited {color:#91018d; text-decoration: none; }
#main a:hover, #main a:active {color:#91018d; text-decoration: underline; }

h1,h2,h3 {font-family: 'Palatino', 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', 'Georgia', serif;}

/*************************************
************ IV. LAYOUT **************
*************************************/

body.custom-background {
    background-color: #898271;
}

#page {margin: 0 auto; padding: 0;}

/**** Header ****/

#branding {
	border-top: 3px solid #ffb700;
	padding-bottom: 0;
	margin-bottom: 12px;
	position: relative;
	z-index: 9999;
}
#branding hgroup {
	margin: 0;
}

#site-title {
	vertical-align: top;
	margin: 0;
	padding: 12px 270px 12px 12px;
	background: #4d004d;
	color: #ffb700;
	font: 24px "NewAthenaUnicodeRegular";
}

#site-title a,
#site-title a:link,
#site-title a:visited {
	color: #ffb700;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #ffb700;
}
#site-description {
	display: none;
}
#branding img {
	float: left;
	height: 90px;
	margin: 0 12px 0 0;
	width: 90px;
}

/**** Search Form ****/
#branding #searchform {
	position: absolute;
	top: 12px;
	right: 12px;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 240px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 240px;
}
#branding #searchsubmit {
	display: none;
}

input#s {
	background-color: #f9f9f9;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}



#access {
	background: #231f15; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#544b36, #231f15);
	background: -o-linear-gradient(#544b36, #231f15);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#544b36), to(#231f15)); /* older webkit syntax */
	background: -webkit-linear-gradient(#544b36, #231f15);

}

#access div {
    margin: 0 12px;
}

#access ul li {
    margin-top: 0;
}

#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #544b36;
	border-left: 1px dotted #544b36;
	border-right: 1px dotted #544b36;
	color: #231f15;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #ffdb80;
}
#access li:hover > a,
#access a:focus {
	background: #ffdb80; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#fff, #ffdb80);
	background: -o-linear-gradient(#fff, #ffdb80);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ffdb80)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#fff, #ffdb80);
	color: #231f15;
}

/*************************************
************* V. COLOR ***************
*************************************/

#main {
	clear: both;
	padding: 0 1.625em;
}

.singular #content { margin: 0; padding: 0;}

.singular.page .hentry {
	margin: 0; 
	padding: 0 0 1em 0;
}

.singular .entry-header, .singular .entry-content, 
.singular footer.entry-meta, .singular #comments-title {
    margin: 0 auto;
    width: auto;
}

/* Moved edit link to top right of page (opposite title), so it doesn't overlap content when signed in. - Sai 2016-07-22 */
.singular .entry-meta .edit-link a {
    bottom: auto;
    position: absolute;
    right: 50px;
    top: 1em;
    left: auto;
}

.entry-content, .entry-summary {
    padding: 0;
}

.entry-title {
	padding: 0;	
}

.singular .entry-title {
	color: #91018d;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

#content {
	margin-left: 0;
	width: auto;
}

.entry-header .comments-link a {
	background-color: #ffb700;
	color: #4d004d;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #4d004d;
	color: #ffb700 !important;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}


/* Site Generator Line */
#supplementary, 
#site-generator {
	background: #4d004d;
	border-top: 3px solid #ffb700;
	color: #ffb700;
	line-height: 1.2em;
}
#supplementary {
	padding: 12px 24px 0 36px;
}
#site-generator {
	text-align: right;
	border-top: none;
	font-size: 12px;
	padding: 0 12px 12px 12px;
}
#supplementary a,
#site-generator a {
	color: #ffb700;
	font-weight: bold;
}

#supplementary .widget-area {
	font-size: 14px;
	vertical-align: top;
}

#supplementary .widget-area .img {
	float: left;
	height: 36px;
	width: 24px;
}

.img img {
	vertical-align: -0.4em;
}

/**** Calendar ****/

#events_wrap .smallcalendar td.hasevents:hover, 
#events_wrap table.largecalendar td.today, 
#multismallcalendar td.today, 
table.smallcalendar td.selected, 
table.smallcalendar td.today  {
    background-color: #ffdb80 !important;
    color: #111111 !important;
}

.eventdate { color: #91018d; line-height: 1.1em;}

h2, dt {margin-top: 1em;}
.member {
    margin-bottom: 1em;
	list-style-type: none;
}

.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
    color: #91018d;
    font-weight: bold;
    margin: 1.5em 0 0 0;
}

#membercount {
	line-height: 1em;
	font-size: smaller;
}
#amr_ical_widget-3 {
	line-height: 1.25em;
	font-size: smaller;
}

.widgettitle, .textwidget h3 {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    color: #91018D;
    font-weight: bold;
    margin: 1.5em 0 0;
    font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'Tahoma', sans-serif;
}

.div-column {
	display: inline-block;
	min-width: 320px;
	max-width: 450px;
	padding: 0 12px 12px 0;
	vertical-align: top;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
textarea {
	border: 1px solid #91018d;
}
input[type=text]:focus,
textarea:focus {
	border: 1px solid #ffb700;
}

label { display: inline-block; }

.widget {
	margin: 0 0 0 0;
}

#twitter-2 ul {
	line-height: 1.2em;
}

.widget ul li {
	color: #373737;
}

/* LCC */
.entry-content h2.talk-title {
    margin: 0;
    margin-top: 0;
    line-height: 1.2em;
}

dt {font-weight: bold; margin-top: 0;}
dd {	
	margin-left: 2em; 
	margin-bottom: 0px !important;
}

/* Web Librarian overrides */


.weblib-item-left-head {
    padding: 2px 8px !important;
}

.weblib-button {
    background-color: #FFB700 !important;
    border: 2px outset #FFB700 !important;
}
.weblib-button {
    border-radius: 12px 12px 12px 12px;
    padding: 2px 6px !important;
}

.weblib-item-pagination .pagelink {
    padding: 0px 4px;
    vertical-align: middle !important;
}

input[name=pagenum] {
    margin: 0px 4px;
}

select {
    color: #373737;
    font: 300 15px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
    min-width: 150px;
}


/* for deirdre's list of the axanar case */

ol.alpha {list-style-type: upper-alpha;}
.cen { text-align: center;}
.threada {background-color: #e8a04d; padding: 2px 6px;}
.threadb {background-color: #E281B6; padding: 2px 6px;}
.threadc {background-color: #8F7ECB; padding: 2px 6px;}
.threadd {background-color: #7ec6e9; padding: 2px 6px;}
.threade {background-color: #d9f64f; padding: 2px 6px;}
.threadf {background-color: #9795ee; padding: 2px 6px;}
.threadg {background-color: #E8E78E; padding: 2px 6px;}
.threadh {background-color: #FFD164; padding: 2px 6px;}

tr.threada {background-color: rgba(232, 160, 77, 0.1); padding: 2px 6px;}
tr.threadb {background-color: rgba(226, 129, 182, 0.1); padding: 2px 6px;}
tr.threadc {background-color: rgba(191, 126, 203, 0.1); padding: 2px 6px;}
tr.threadd {background-color: rgba(126, 198, 233, 0.1); padding: 2px 6px;}
tr.threade {background-color: rgba(217, 246, 79, 0.1); padding: 2px 6px;}
tr.threadf {background-color: rgba(151, 149, 238, 0.1); padding: 2px 6px;}

.granted {background-color: #a0ea8d; padding: 2px 6px;}
.denied  {background-color: #f3816a; padding: 2px 6px;}
.status  {background-color: #eee;    padding: 2px 6px;}

.swatch li {margin: 6px auto;}


/* Klingon typeface, from Bing translator */

@font-face {
        font-family: 'pIqaD';
        src: url('/fonts/pIqaD.eot');
        src: url('/fonts/pIqaD.woff') format('woff'),
             url('/fonts/pIqaD.ttf') format('truetype'),
             url('/fonts/pIqaD.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}

@font-face {
        font-family: 'KApIqaD';
        src: url('/fonts/kapiqad.eot');
        src: url('/fonts/kapiqad.woff') format('woff'),
             url('/fonts/kapiqad.ttf') format('truetype'),
             url('/fonts/kapiqad.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}

.klingon {
  font-family: 'KApIqaD'
}
.klingon div,.klingon span,.klingon p {
  font-family: 'KApIqaD'
}

.klingon-unicode {
  font-family: 'pIqaD'
}
.klingon-unicode div,.klingon-unicode span,.klingon-unicode p {
  font-family: 'pIqaD'
}
