/*

Theme Name:     threeplusone
Theme URI:      
Description:    
Author:         GEC
Author URI:     
Template:       twentyeleven
Version:        0.1.0
*/

@import url("../twentyeleven/style.css");



body {
	background-color: white;
	font-family:  Baskerville, Times, "Times New Roman", serif;
}



/* Remove the Blank space from the upper side of the Site Title */
#site-title {
	margin-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0em;
}

#site-title a {
	color: #900;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: gray 1px 1px 1px;
}




/* Remove blank space from lower side of site title */
#site-description {
	color: #7A7A7A;
	font-size: 16px;
	margin-bottom: 1.65625em;
	margin-left: 0;
	margin-right: 0px;
	margin-top: 0;
}

/* Remove grey border at top of page */
#branding {
	border-top-color: white;
}

.entry-title, .singular .entry-title  {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	border-bottom: 1px solid grey;
	text-align: justify;
}


.page .entry-title {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #900
}

#main {
	padding-top: 0em;
}

article {
	padding-top: 0em;
}

/* remove extra space above title on Page pages */
.singular.page .hentry {
	padding-top: 0em;
}

/* Move edit link to left margin */
.one-column.singular .entry-meta .edit-link a {
	left:-40px;
}




/* Hide "Posted on" text */
.entry-meta .sep {
	display:none;
}

/* Hide all comments */
#comments {
	display: none;
}

nav#nav-single {
	display: none;
}

/* Heavily modify style of sticky post to customize front page */

.singular .hentry {
    padding: 1em 0 0;
}

.sticky .entry-title {
	display:none;
}

.sticky .entry-format {
	display:none;
}

.sticky .entry-meta {
	display:none;
}

article.sticky {
	border-top-color: #DDD;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0 0 0;
}







p {
	font-size: 1.1em;
	text-align: justify;
	line-height: 1.05;
	margin: 0.5em 0;
        -moz-hyphens: auto;
}



#access {
	background: none repeat scroll 0 0 white;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 0px;
	box-shadow: 0px 0px 0px;
}

#access a {
	color: black;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-right: 0;
	margin-right: 10px;
	padding-left: 0;
	margin-left: 10px;
	border-bottom:1px solid white
}

#access li:hover > a, 
#access a:focus {
	background: white;

}

#access a:hover {	
	border-bottom:1px solid #D12D41;
}


a.catlink {
	color: black;
	border-bottom:1px solid white;
	margin-bottom: 1px;
}

a.catlink:hover {
	text-decoration: none;
	border-bottom:1px solid #D12D41;
}


h1, h2 {
	letter-spacing: -1px;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em; 
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.75em;
}

h2, h3 {
    margin-top: 1em;
}

/* Remove search box for now */
#branding #searchform {
	display: none;
	position: absolute;
	right: 7.6%;
	text-align: right;
	top: 3.8em;
}

a.doi:link { color:#006}
a.doi:visited {color: #006}


#site-generator { 
	display:none
}


.entry-content {
	padding-top: 0.0em;
}
.entry-content h3 {
	text-decoration:underline;
	font-size: 12pt;
}



.entry-title {
	padding-right: 0em;
}


.entry-header .entry-format {
	top: -10px;
}


.pub {
	margin-bottom: 1em;
}

.pubnum {
	/* Floating span. Is this kosher? */
	float:left;
	margin-left: -1.5em;
}

.technum {
	/* Floating span. Is this kosher? */
	float:left;
	margin-left: -3.5em;
}

.fav {
	float:right;
	margin-top: 8px;
	margin-right: -1.5em;
}

.year {
	font-size: large;
	text-decoration: underline;
}



.boxquote { 
    width: 66%; 
    margin-left: auto; 
    margin-right: auto;
    padding: 5px 5px 5px 5px;
    border: solid #aaa 1px;
    color:gray; 
    font-size: x-small; 
    }

#second {
	text-align:center;
}

blockquote {
	 font-family:  Baskerville, Times, "Times New Roman", serif
}
