/*
Theme Name:     SQR Lab Theme
Theme URI:      http://www.sqrlab.ca
Description:    A custom child theme for the Software Quality Research Lab. The parent theme is Twenty Eleven.
Author:         Jeremy Bradbury
Author URI:     http://www.jeremybradbury.ca
Template:       twentyeleven
Version:        0.1.1
*/

@import url("../twentyeleven/style.css");


#branding {
	border-top: 2px solid #bbb;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}
#site-title {
	margin-right: 270px;
	padding: 1.5em 0 0;
}



#site-title a {
	color: #003366;
	font-size: 30px;
	font-weight: bold;
	line-height: 36px;
	text-decoration: none;
	color: 003366;
}

#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #111;
}

#site-description {
	color: #7a7a7a;
	font-size: 16px;
	margin: 0 270px 1.5em 0;
}


/* Headings */
h1,h2,h3, h4,h5,h6 {
	clear: both;
}

#content h3 {
 /*font-family: "Courier New", "Times New Roman", serif; 
font-weight: bold;	*/
font-size: 100%;
color: #7a7a7a;
/*border-bottom: 1px solid #336699;*/
}

img#site-logo { 
width: 340px;
position: absolute;
    right: 10px;
 }


/* Remove Search Form */
#branding #searchform {
display: none;
}


.list-content td {
	border-top: 0px;
	padding: 0px 0px 0px 0px;
}

.list-content table {
	border-bottom: 0px;
	margin: 0 0 1.625em;
	width: 100%;
}
.paperquote {
	color: #336699;
	font-style:italic;
}

.note {
	color: #003366;
	font-style:italic;
}

.paperaward {
	color: red;
	font-weight: bold
}

.projectname {
	color: #003366;
	font-weight: bold;
	font-size:110%;
}

.footnote {
	font-size: 10px;
	color: #808080;
}

.footnote hr {
	margin-top: 8.625em;
	margin-bottom: 0;
}

.textmiddle {vertical-align:middle;} 