/*
Theme Name: Law Review Pinboard Theme
Description: a child theme based on Pinboard 1.1.12
Version: 2.0
Author: Emily Barney
Template: pinboard
*/

@import url( "genericons.css" );

@import url( "font/brandon/stylesheet.css");

@import url( "font/miller/stylesheet.css");

/***** Changes to Blog Meta Display *****/

.entry-author-link, .entry-category {
	display: none !important;
}

.entry-date {
	margin-left: 0 !important;
}

/***** Alignment Changes *****/
.page-template-template-blog-left-sidebar-php #content {
	float: left;
}
.page-template-template-blog-left-sidebar-php #sidebar {
	float: right;
}

#footer-area {
	background: #eee;
}

#sidebar-footer-wide {
	background: #222;
}

#footer-area .widget-title {
	color: black;
}

.copyrights {
	text-align: center;
}

h1.entry-title {
	text-align: center;
}

/***** Fix Form Input Styles *****/
input[type="email"] {
    padding: 1.5%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.05) inset;
    background: #FCFCFC none repeat scroll 0% 0%;
    border: 1px solid #EEE;
    color: #999;
    font-family: "Droid Sans",sans-serif;
    font-size: 13px;
}

p {text-align: left;}

.thumbnail img{
	width:150px;
}

.thumbnail, .advisor-image {
	float: left;
	margin-right: 10px;
}
.profile-thumbnail, .profile-image {
	display: inline;
	float: left;
	margin-right: 10px;
}

.profile-image {
	padding-bottom: .5em;
}
.profile {
	padding-left: 1em;
}

.profile-name {
	display: inline-block;
	font-size: 2em;
	line-height: 1.25em;
	margin-bottom: .25em !important;
}
.single-profile-executive-board {
	display: none;
}

.single-title h3{
	margin-bottom: 0em !important;
	font-size: 1.25em;
	line-height: 1.25;
}

.semester {
	clear: none;
	margin-bottom: .5em !important;
}

.grad-year {
	font-family: "BrandonText-Light", sans-serif;
	margin-bottom: .5em;
	display: inline-block;
	font-weight: bold;
}
/****** Social Media ******/

.genericon {
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Genericons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.genericon-twitter:before {
    content: "\f202";
    font-size: 1.35em;
    padding-left: .75em;
}

.genericon-linkedin:before {
    content: "\f207";
    font-size: 1.35em;
}

.genericon-facebook:before {
    content: "\f203";
    font-size: 1.35em;
}

.cat-header{
	font-size: 24px;
	font-weight: 100; 
	line-height: 1.62em;
	letter-spacing: 1px;
}
	
.document-category{
	margin:20px;
}

.advisor-image{
	width:250px;
}

