/*
Theme Name: LSU Cru
Description: Child theme for the twentyeleven theme 
Author: Brian Littmann
Template: twentyeleven
*/

@import url("../twentyeleven/style.css");

/* Font conversions by Font Squirrel (www.fontsquirrel.com) */
@font-face {
    font-family: 'Eurostile';
    src: url('fonts/Eurostile.eot');
    src: url('fonts/Eurostile.eot?#iefix') format('embedded-opentype'),
         url('fonts/Eurostile.woff') format('woff'),
         url('fonts/Eurostile.ttf') format('truetype'),
         url('fonts/Eurostile.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* General */
#page {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0 0 20px #b4b4b4;
	-webkit-box-shadow: 0 0 20px #b4b4b4;
	box-shadow: 0 0 20px #b4b4b4;
	behavior: url('http://www.thewinterconference.com/PIE.htc');
}
#main {
	padding-top: 2em;
}
.entry-content {
	padding: 0;
}
.hentry {
	padding: 0;
	border: 0;
	margin-bottom: 3em;
}
h1, h2 {
	font-family: Eurostile, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.entry-content h1 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
img.float-right {
	float: right;
	margin: 0 0 1em 2em;
}

/***************************************
Header
***************************************/
#branding {
	border: none;
}
#branding #title-image {
	height: 115px;
	width: 120px;
	padding: 3.65625em 0 0;
}
#site-title {
	display: none;
}
#site-title a {
	font-size: 50px;
	color: #ffd023;
}
#site-description {
	font-size: 1.2em;
	margin-bottom: 2em;
}

ul#social-links {
	list-style: none;
	position: absolute;
	right: 7.6%;
	top: 7em;
}
	ul#social-links li {
		float: left;
		padding-left: 5px;
	}
	ul#social-links li img {
		width: 40px;
		height: 40px;
	}

/* Navigation */
#access {
	background: #461d7c; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#58378e, #461d7c);
	background: -o-linear-gradient(#58378e, #461d7c);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58378e), to(#461d7c)); /* older webkit syntax */
	background: -webkit-linear-gradient(#58378e, #461d7c);
}
	#access a {
		font-family: Eurostile, 'Helvetica Neue', Helvetica, Arial, sans-serif;
		font-size: 1.1em;
	}
	#access li:hover > a,
	#access a:focus {
		background: #FDD023; /* Show a solid color for older browsers */
		background: -moz-linear-gradient(#FDE423, #F5C920);
		background: -o-linear-gradient(#FDE423, #F5C920);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDE423), to(#F5C920)); /* Older webkit syntax */
		background: -webkit-linear-gradient(#FDE423, #F5C920);
		color: #373737;
	}
	#access .current_page_item > a,
	#access .current_page_ancestor > a {
		background: #FDD023; /* Show a solid color for older browsers */
		background: -moz-linear-gradient(#FDE423, #F5C920);
		background: -o-linear-gradient(#FDE423, #F5C920);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FDE423), to(#F5C920)); /* Older webkit syntax */
		background: -webkit-linear-gradient(#FDE423, #F5C920);
		color: #373737;
	}

/***************************************
Sidebar
***************************************/
.widget-title {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.75em;
}

.blogroll {
	list-style: none;
}

#twitter-feed {
	border-top: 1px solid #ccc;
	padding-top: 2em;
}
a#lsu-twitter {
	font-family: Eurostile, Helvetica, Arial, sans-serif;
	color: #461d7c;
	font-size: 1.5em;
}
	#lsu-twitter:hover {
		text-decoration: none;
		color: #ffd023;
	}
.twtr-hd, .twtr-ft {
	display: none !important;
}
.twtr-doc {
	/*border-radius: 5px;
	border: 1px solid #ccc;
	margin-top: 5px;*/
}
.twtr-widget .twtr-tweet-wrap {
	padding: 6px 0 !important;
}

/***************************************
Footer
***************************************/
#site-generator {
	line-height: 1.5em;
	padding: 1.5em 0.5em;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	behavior: url('http://www.thewinterconference.com/PIE.htc');
}
#facebook-like {
	margin: 0.5em 0;
	width: auto !important;
	min-width: 350px;
	max-width: 450px;
}
#site-generator a {
	padding: 0 10px;
	font-weight: 200;
	border-right: 1px solid #CCC;
}
#site-generator a:hover {
	color: #555 !important;
}
#site-generator a#last {
	border: none;
}
#site-generator p {
	margin-top: 5px;
}

/***************************************
Get Involved
***************************************/
#involved h1 {
	display: inline-block;
}

/***************************************
Photos
***************************************/
.photo-album h1 {
	/*margin: 0.5em 0 0;*/
	margin-bottom: 0;
}

/***************************************
Staff
***************************************/
#staff h1 {
	display: inline-block;
	font-size: 1.2em;
	margin-bottom: 0;
}
.staff-email {
	margin: -0.3em 0 0.75em;
}
#staff hr {
	clear: both;
}

/***************************************
When screen width is less than 650px
***************************************/
@media (max-width: 650px) {
	#branding img#title-image {
		height: auto;
		width: 165px;
		padding-top: 5.5em;
	}
	#site-title a {
		font-size: 35px;
	}
	ul#social-links {
		top: 4.5em;
	}
		ul#social-links li {
			float: none;
			padding: 5px 0 0 0;
		}
	#header-banner {
		display: none;
	}
	#facebook-like {
		min-width: 0;
	}
	#involved h1, #staff h1 {
		display: block;
	}
}