body {
	background-color:#2f2f2f;
	color:#2f2f2f;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size:13px;
	letter-spacing:0.005em;
}
a, a:visited { 
	color:#1a2036;
	text-decoration:none; 
}
a:hover { color:#404061 }
img { display:block; }
h1 {
	color:#1a2036;
	font-family:Georgia, Times New Roman, sans-serif;
	font-size:22px;
	letter-spacing:0.02em;
	text-transform:uppercase;
}
h3 {
	color:#1a2036;
	font-family:Georgia, Times New Roman, sans-serif;
	font-size:22px;
	letter-spacing:0.02em;
	line-height:24px;
	margin:0 0 17px 43px;
	text-transform:uppercase;
}

/******* HOVER NAV ***********/
#hover-nav a {
	background-position:center 50px;
	background-repeat:no-repeat;
	display:block;
	height:26px;
	padding:50px 25px 25px 0;
	position:fixed;
	text-indent:-999em;
	top:50%;
	width:16px;
	z-index:100;
}
#hover-nav a.hidden {
	display:none;
}
#hover-nav-previous {
	background-image:url("../img/hover-nav-left-arrow.png");
	left:34px;
}
#hover-nav-next {
	background-image:url("../img/hover-nav-right-arrow.png");
	right:34px;
}


/************** HEADER *******/
#header {
	background:#fff url("../img/header-fade.png") bottom left repeat-x;
	height:86px;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}
#header .container {
	background:url("../img/stripe.jpg") center bottom no-repeat;
	height:100%;
	margin:0 auto;
	position:relative;
	width:748px;
}
#logo {
	left:0;
	position:absolute;
	bottom:14px;
}
#supp-navigation {
	font-weight:bold;
	font-size:12px;
	position:absolute;
	right:0;	
	bottom:15px;
}
#supp-navigation li {
	background:url("../img/supp-nav-divider.gif") right 2px no-repeat;
	float:left;
	padding:0 9px 0 8px;
}
#supp-navigation .last {
	background:none;
	padding-right:0;
}
#supp-navigation a { color:#373d5b; }

/************ PRIMARY NAVIGATION *********/
#primary-navigation {
	background:#3e3e3e url("../img/primary-navigation.gif") left top repeat-x;
	height:40px;
	position:fixed;
	top:86px;
	width:100%;
	z-index:100;
}
#primary-navigation-elements {
	overflow:hidden;
	text-align:center;
}
#primary-navigation-elements .directional-nav-item {
	display:inline-block;
	vertical-align:top;
}
#primary-navigation-elements .directional-nav-item a {
	display:block;
	height:40px;
	overflow:hidden;
	width:14px;
}
#primary-navigation-elements .previous a {
	background:url("../img/left-nav-arrow.png") left 12px no-repeat; 
	padding-right:15px;
}
#primary-navigation-elements .next a {
	background:url("../img/right-nav-arrow.png") right 12px no-repeat;
	padding-left:15px;
}
#primary-navigation .hidden { visibility:hidden; }
#pane-selector {
	display:inline;
	font-weight:bold;
	line-height:12px;
	overflow:hidden;
	padding:0 0 0 1px;
}
#pane-selector li {
	display:inline-block;
	margin-left:-1px;
	padding:8px 0 6px 0;
}
#pane-selector li.selected { background:url("../img/primary-navigation-selected.png") left bottom repeat-x; }
#pane-selector li.selected a { color:#b5bde7; }
#pane-selector a {
	color:#fff;
	border-left:1px solid #3c3c3c;
	display:block;
	padding:6px 9px 8px 9px;
	text-decoration:none;
}
#pane-selector li:last-child a { border-right:1px solid #3c3c3c; }
#pane-selector a:hover { color:#b5bde7; }
#pane-selector li.selected a {
	border:none;
	padding:6px 9px 8px 10px;
}
#pane-selector li.selected + li a { border-left:none; }

/************ PANES *****************/
#panes {
	overflow:hidden;
	position:absolute;
	top:126px;
	width:100%;
	z-index:10;
}
#panes-liner {
	left:0;
	position:absolute;
	top:0;	
	width:8137px;
}
.pane {
	background:url("../img/pane-shadow-left.png") repeat-y left top;
	float:left;
	filter:Alpha(Opacity=10);
	margin-left:4px;
	opacity:.10;
	padding-left:9px;
	position:absolute;
	top:0;
	width:793px;
}
.freeze {
	position:fixed;
	top:126px;
}
.active-pane {
	filter:none;
	opacity:1;
}
.pane:last-child .pane-liner {
	margin:0;
	padding:0;
}
.pane-liner {
	background:url("../img/pane-shadow-right.png") repeat-y right top;
	margin-right:4px;
	padding-right:9px;
	width:780px;
}
.pane-background { 
	background:#1a2036; 
}
.pane-showcase {
	background-color:#373D5B;
	color:#fff;
}
.pane-content { 
	background:#fff url("../img/row-fade.png") repeat-x left bottom;
	overflow:hidden;
}
.supp-section {
	background:#1a2036 url("../img/horizontal-stripe.jpg") repeat-x left top;
	overflow:hidden;
	padding-top:60px;
}
/*
.big-link {
	background:#fff url("../img/row-fade.png") repeat-x left bottom;
	overflow:hidden;
	padding:43px 0 37px 0;
}
.big-link h3 {
	background:url("../img/right-arrow.png") no-repeat right 4px;
	float:right;
	margin:0 50px 0 0;
	padding:0 10px 0 0;
}
.big-link a {
	color:#1a2036;
}
.big-link a:hover {
	color:#404061;
}
*/
.top {
	background:#1a2036;
	padding:25px 0;
	text-align:center;
}
.top a {
	background:url("../img/up-arrow.png") no-repeat left 6px;
	color:#fff;
	font-weight:bold;
	padding:0 0 0 15px;
}

/********** HOME *********************/
#home {
	background:none;
	margin:0;
	padding:0;
	width:883px;
}
#home .pane-liner {
	width:870px;
}
#carousel {
	background:url("../img/carousel-background.jpg") no-repeat left top;
	height:392px;
	filter:Alpha(Opacity=10);
	overflow:hidden;
	position:relative;
	width:870px;
}
.active-pane #carousel {
	filter:none;
}
.carousel-elements {
	height:392px;
}
.carousel-elements .active-carousel-element {
	display:block;
}
.carousel-elements li {
	display:none;
	height:337px;
	filter:Alpha(Opacity=10);	
	padding:55px 471px 0 30px;
	position:relative;
	width:369px;
}
.active-pane .carousel-elements li {
	filter:none;
}
.carousel-elements h3 {
	color:#fff;
	font-size:42px;
	margin:0;
}
.carousel-elements p {
	color:#c3c3c8;
	font-size:18px;
	letter-spacing:-0.005em;
	line-height:24px;
	margin:18px 0 20px 0;
}
.carousel-elements .command {
	background:#2b3144;
	border:1px solid #616574;
	border-radius:6px;
	bottom:30px;
	color:#fff;
	display:block;
	float:left;
	font-size:10px;
	font-weight:bold;
	left:315px;
	letter-spacing:0.025em;
	padding:14px 15px 13px 14px;
	position:absolute;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.carousel-elements .command span {
	background:url("../img/arrow-right-small.png") no-repeat right top;
	display:block;
	padding:0 11px 0 0;
}
.carousel-elements img {
	filter:Alpha(Opacity=10);	
	position:absolute;
	right:0;
	top:0;
	z-index:10;
}
.active-pane .carousel-elements img {
	filter:none;	
}
.carousel-overlay {
	background:url("../img/carousel-fade.png") repeat-x;
	height:392px;
	right:0;
	position:absolute;
	top:0;
	width:434px;
	z-index:20;
}
.carousel-nav {
	bottom:30px;
	left:30px;
	position:absolute;
	z-index:30;
}
.carousel-nav li {
	float:left;
	margin:0 8px 0 0;
}
.carousel-nav a {
	border:1px solid #c4c5c8;
	display:block;
	height:8px;
	text-indent:-999em;
	width:8px;
}
.carousel-nav .carousel-nav-selected {
	background:#c4c5c8;	
}

#home-grid {
}
.grid-row {
	margin:0 0 6px 0;
	overflow:hidden;
}
.grid-cell {
	background-color:#fff;
	background-image:url("../img/row-fade.png");
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	float:left;
	filter:Alpha(Opacity=10);	
	height:187px;
	margin-right:6px;
	position:relative;
	text-align:center;
	width:213px;
}
.active-pane .grid-cell {
	filter:none;
}
.facebook {
	padding:54px 0 0 0;
	height:133px;
}
.gameday-production {
	padding:54px 0 0 0;
	height:133px;
}
.double { width:432px }
.grid-cell p {
	color:#2f2f2f;
	display:block;
	letter-spacing:0.005em;
	line-height:18px;
	padding:0 30px;
}
.grid-cell:hover {
	background:url("../img/carousel-background.jpg") no-repeat right top;
}
.grid-cell:hover p {
	color:#f4f4ff;
}
.grid-row .even {
	background-position:-219px bottom;
}
#home-grid .last {
	margin:0;
}
.facebook .cell-icon { 
	background-image:url("../img/fb-icon.png");
	height:20px;
	width:20px;
}
.youtube .cell-icon { 
	background-image:url("../img/youtube-icon.png");
	height:15px;
	width:38px;
}
.pennstate .cell-icon {
	background-image:url("../img/pennstate-icon.png");
	height:20px;
	width:27px;
}
.flickr .cell-icon {
	background-image:url("../img/flickr-icon.png");
	height:10px;
	width:20px;
}
.twitter .cell-icon {
	background-image:url("../img/twitter-icon.png");
	height:20px;
	width:16px;
}
.cell-icon {
	background-position:right top;
	background-repeat:no-repeat;
	filter:Alpha(Opacity=10);	
	position:absolute;
	right:10px;
	top:10px;
}
.active-pane .cell-icon {
	filter:none;	
}
.cell-arrow {
	background:url("../img/right-grid-arrow.png") no-repeat right top;
	bottom:30px;
	height:25px;
	position:absolute;
	right:30px;
	width:16px;
}
.grid-cell:hover .cell-arrow {
	background-position:right -25px;
}
.grid-cell h4 {
	background-repeat:no-repeat;
	background-position:center top;
	height:41px;
	margin:54px 0 7px 0;
	text-indent:-999em;
}
.facebook h4 {
	margin-top:0;
}
.football-building h4 { background-image:url("../img/football-building-headline.png") }
.locker-room h4 { background-image:url("../img/locker-room-headline.png") }
.football-story h4 { background-image:url("../img/football-story-headline.png") }
.gameday-production h4 { 
	background-image:url("../img/gameday-production-headline.png");
}
.grid-cell:hover h4 {
	background-position:center -41px;
}
.poster-image {
	float:left;
	height:187px;
	overflow:hidden;
	width:216px;
}
.poster-image-overlay { 
	background:url("../img/home-poster-overlay.png") no-repeat;
	left:0;
	height:187px;
	top:0;
	position:absolute;
	width:216px;
}
.grid-cell:hover .poster-image-overlay {
	background:none;
}
.cell-content {
	float:left;
	padding:0 15px 0 30px;
	text-align:left;
	width:171px;
}
.cell-content h4 {
	background:none;
	color:#2f2f2f;
	font-size:18px;
	font-weight:bold;
	height:auto;
	letter-spacing:0.02em;
	line-height:24px;
	margin:30px 0 0 0;
	text-indent:0;
}
.grid-cell:hover .cell-content h4 {
	color:#fff;
}
.cell-content p {
	padding:0;
}
.cell-content h5 {
	color:#1a2036;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0.005em;
	line-height:20px;
	margin:0 0 5px 0;
}
.grid-cell:hover .cell-content h5 {
	color:#fff;
}
.cell-content .photographer {
	font-weight:bold;
}
.grid-row .twitter {
	text-align:left;
}
.grid-row .twitter p {
	font-size:18px;
	line-height:24px;
	margin:45px 0 6px 0;
}
.grid-row .twitter .tweet-meta {
	color:#666666;
	font-size:13px;
	line-height:24px;
	margin-top:0;
}



/********** VIDEO VAULT **************/
#video-navigation {
	background:url("../img/row-fade.png") bottom left repeat-x;
	overflow:hidden;
	padding:30px 0;
}
#video-navigation ul { margin-left:47px; }
#video-navigation li { float:left; margin: 5px 0 5px 0; }
#video-navigation a {
	background:#f0f0f4 url("../img/video-nav.gif") bottom left repeat-x;
	border:1px solid #ceced0;
	border-radius: 6px;
	color:#2f2f2f;
	display:block;
	font-size:10px;
	font-weight:bold;
	margin:0 10px 0 0;
	padding:13px 13px 12px 13px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#video-navigation .selected a, #video-navigation .selected a:hover {
	background:#373d5b url("../img/video-nav-selected.gif");
	border:none;
	color:#fff;
	padding:14px 14px 13px 14px;
}
#video-navigation a:hover {
	background-image:url("../img/video-nav-hover.gif");
	border-color:#8c8c8c;
}
#videos { padding-top:50px; }
#video-selector h3 { margin-left:43px; }
#video-sort {
	color:#8a8a95;
	float:left;	
	font-weight:bold;
	line-height:18px;
	margin-left:43px;
	width:345px;
}
#video-sort h4 {
	display:inline;
	margin-right:7px;
}
#video-sort ul, #video-sort li {
	display:inline-block;
}
#video-sort a {
	color:#373d5b;
	display:block;
	/* margin:7px 12px 7px 10px; */	
	padding:7px 12px 7px 12px;
	text-decoration:none;
}
#video-sort .selected a, #video-sort a:hover {
	border:1px solid #d9d9d9;
	color:#2f2f2f;
	padding:6px 11px 6px 11px;
}
#video-pages {	
	font-weight:bold;
	float:right;
	letter-spacing:0.005em;	
	margin-right:45px;
	text-align:right;
	width:345px;
}
#video-pages ul, #video-pages li {
	display:inline-block;
}
#video-pages a {
	background-repeat:no-repeat;
	background-position:left 13px;
	color:#373d5b;
	display:inline-block;
	padding:10px 0;
	width:6px;
}
#video-pages .previous {
	background-image:url("../img/left-arrow-small.gif");
	margin-right:8px;
}
#video-pages .next {
	background-image:url("../img/right-arrow-small.gif");
	margin-left:8px;
}
#video-pages li a {
	display:inline-block;
	padding:10px;
	width:auto;
}
#video-pages .selected a, #video-pages li a:hover {
	border:1px solid #d9d9d9;
	color:#2f2f2f;
	padding:9px;
}

#video-selector {
	clear:both;
	padding:18px 0 0 45px;
	overflow:hidden;
}
.video-preview {
	display:inline-block;
	line-height:1.3;
	margin:0 30px 45px 0;
	vertical-align:top;
	width:150px;
}
.video-thumbnail {
	display:block;
	filter:Alpha(Opacity=10);	
	margin-bottom:7px;
	position:relative;
	width:150px;
}
.active-pane .video-thumbnail {
	filter:none;
}
.video-preview .new {
	left:0;
	position:absolute;
	top:0;
}
.video-preview span {
	color:#8a8a95;
	display:block;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
}
.video-preview h5 a {
	color:#2f2f2f;
	font-weight:bold;
}
.rating {
	display:block;
	height:14px;
	margin-bottom:10px;
	width:87px;
}
span.rating {
	background:url("../img/stars.gif") left top no-repeat;
	height:14px;
	text-indent:-999em;
}
span.one-star { background-position:left -14px; }
span.two-star { background-position:left -28px; }
span.three-star { background-position:left -42px; }
span.four-star { background-position:left -56px; }
span.five-star { background-position:left -70px; }

.video {
	background:#fff url("../img/row-fade.png") repeat-x left bottom;
	border-bottom:1px solid #979797;
	overflow:hidden;
}
.video-header {
	color:#666666;
	float:left;	
	margin:45px 0 30px 0;
	width:575px;
}
.video h3 {
	float:left;
	margin-bottom:0;
	margin-left:0;
}
.video-player { margin-left:50px; }
.video-date { clear:left; float:left; }
.return-to-video-selector {
	float:right;	
	font-weight:bold;
	margin-top:45px;
	padding:5px 45px 20px 0;
	text-align:right;
}
.return-to-video-selector a {
	background:url("../img/up-arrow.gif") left 5px no-repeat;
	color:#373d5b;
	padding:0 0 0 15px;
}
.video-player img {
	clear:both;
}
.video-meta {
	line-height:24px;
	padding:30px 0 60px 0;
}
.alt-video .video-meta {
	margin-left:160px;
}
.video-meta li {
	display:inline-block;
	vertical-align:top;
}
.video-meta .video-rating {
	padding:5px 0 0 0;
	width:160px;
}
.video-meta .video-description {
	border-left:1px solid #d9d9d9;
	padding:0 40px 0 14px;
	width:305px;
}
.video-meta .video-length-and-views {
	border-left:1px solid #d9d9d9;
	color:#666666;
	padding:0 0 0 14px;
	width:164px;
}
.video-meta .video-length-and-views span { display:block; }

#comments {
	background:#fff url("../img/row-fade.png") repeat-x left bottom;
	border-bottom:1px solid #979797;
	overflow:hidden;
	padding-top:50px;
}
#comments h3 { 
	float:left;
}
.total-comments {
	color:#8a8a95;
	display:block;
	float:left;
	font-size:12px;
	line-height:30px;
	padding:0 0 0 5px;
}
.add-comment {
	background:url("../img/plus.gif") left 11px no-repeat;
	float:right;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	padding:0 45px 0 13px;
}
.add-comment a { color:#373d5b; }
.comment {
	background:#f0f0f4 url("../img/row-fade.png") repeat-x left bottom;
	clear:both;	
	line-height:24px;
	overflow:hidden;
}
.comment-meta {
	border-right:1px solid #cdcdd0;
	clear:left;
	float:left;
	line-height:18px;
	margin:40px 0 30px 95px;
	padding:0 15px 10px 0;
	text-align:right;
	width:100px;
}
.comment-author {
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}
.comment-entry {
	border-left:1px solid #cdcdd0;	
	float:left;
	margin:30px 0 30px -1px;
	padding:0 0 0 15px;
	width:361px;
}

#leave-comment {
	background:#fff url("../img/row-fade.png") repeat-x left bottom;	
	overflow:hidden;
	padding:0 0 50px 0;
}
#leave-comment h3 { padding:45px 0 0 0; }
#leave-comment ul { margin-bottom:34px; }
#leave-comment li { margin:0 0 22px 0; }
#leave-comment label, #leave-comment .label {	
	display:inline-block;	
	font-weight:bold;
	line-height:18px;
	margin:0 0 0 50px;
	text-align:right;
	padding:0 15px 0 0;
	width:145px;
}
#leave-comment input, #leave-comment textarea {
	border:1px solid #cdcdd0;
	color:#2f2f2f;
	display:inline-block;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;	
	font-size:13px;
	line-height:24px;
	padding:16px 14px 13px 14px;
	vertical-align:baseline;
	width:330px;
}
#leave-comment textarea { height:150px; }
input#comment-submit {
	background:#f0f0f4;
	border-radius:6px;	
	cursor:pointer;
	float:right;
	font-size:10px;
	font-weight:bold;
	margin:0 225px 0 0;
	padding:14px 14px 13px 14px;
	width:auto;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
input#comment-submit:hover {
	background:#fff;
	border-color:#8c8c8c;
}
#leave-comment .inputHidden {
	display:none;
}

/****** GAMEDAY *******/
.list-of-links { 
	background:#fff url("../img/row-fade.png") repeat-x left bottom;
	padding:45px 0; 
}
.list-of-links ul { margin-left:45px; }
.list-of-links li {
	color:#666666;
	display:inline-block;
	font-size:11px;
	line-height:24px;
	margin-right:60px;
	width:300px;
}
.list-of-links a {
	font-size:13px;
	font-weight:bold;
}
#gameday-schedule {
	background:#e2e2e9;
	padding:45px 0 50px;
}
#gameday-schedule h3 {
	margin-bottom:5px;
}
.calendar {
	line-height:24px;
	margin-left:45px;
	width:690px;
}
.calendar td {
	background-color:#f1f1f4;
	border:1px solid #8a8a95;
	border-width:1px 0;
	font-size:11px;
	letter-spacing:0.025em;
	padding:5px 0 2px 17px;
}
.calendar .odd td {
	background-color:#e2e2e9;
	border:none;
}
.calendar .calendar-date {
	color:#666666;
	width:76px;
}
.calendar .calendar-opponent {
	color:#2f2f2f;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0;
	width:233px;
}
.calendar .calendar-location {
	color:#2f2f2f;
	font-size:13px;
	letter-spacing:0.005em;
	width:163px;
}
.calendar .calendar-time {
	width:149px;
}
.calendar .calendar-description {
	width:329px;
}

/* ENTRIES */
.entry {
	background:#1a2036 url("../img/horizontal-stripe.jpg") repeat-x left bottom;
	padding:0 0 60px 0;
	overflow:hidden;
}
.entry:last-child {
	padding:0;
}
.entry .liner {
	background:#fff url("../img/row-fade.png") repeat-x left bottom;
	filter:Alpha(Opacity=10);	
	overflow:hidden;
	padding:50px 45px;
	position:relative;
}
.active-pane .entry .liner {
	filter:none;
}
.entry-content {
	float:left;
	line-height:24px;
	width:311px;
}
.entry .entry-title {
	float:left;
	margin:0 0 17px 0;
}
.entry-description {
	clear:left;
	margin:0 0 35px 0;
}
.entry .entry-meta {
	color:#666666;
	line-height:24px;
	float:left;
	width:185px;
}
.entry .entry-meta a {
	color:#1a2036;
	font-weight:bold;
}
.entry .link-to-original a {
	background:#f0f0f3;
	border:1px solid #ceced0;
	border-radius: 6px;
	color:#2f2f2f;
	display:block;
	float:right;
	font-size:10px;
	font-weight:bold;
	padding:10px 13px 9px 13px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.entry .link-to-original a:hover {
	border-color:#8c8c8c;
}

/****** YOUTUBE *******/
.youtube-entry .video-player {
	float:left;
	margin:0 49px 0 9px;
	width:321px;
}


/* TEXT ENTRY */
.text-entry .entry-title {
	margin-left:180px;
}
.featured .entry-title {
	font-size:42px;
}
.text-entry .entry-content {
	width:510px;
}
.featured .entry-content {
	font-size:18px;
}
.text-entry .entry-content {
	border-left:1px solid #d9d9d9;
	padding-left:14px;
}
.text-entry .entry-content p {
	margin-bottom:1em;
}
.text-entry .entry-meta {
	clear:left;
	line-height:18px;
	margin:10px 15px 0 0;
	text-align:right;
	width:150px;
}
.entry .entry-content a {
	color:#1a2036;
	font-weight:bold;
}

/* Photo Entry */
.entry .photo-entry {
	padding:0 0 85px 0;
}
.photo-entry .entry-content {
	width:306px;
}
.photo-entry img {
	float:left;
	margin-right:30px;
	width:400px;
}
.featured .photo-entry img {
	margin:50px 0 50px 140px;
	width:500px;
}
.photo-entry .entry-meta {
	margin:45px 0 20px 0;
}
.featured .photo-entry .entry-content {
	width:510px;
}
.featured .photo-entry .entry-content {
	border-left:1px solid #d9d9d9;
	padding-left:14px;
}
.featured .photo-entry .entry-content p {
	margin-bottom:1em;
}
.featured .photo-entry .entry-meta {
	line-height:18px;
	margin:10px 15px 0 45px;
	text-align:right;
	width:150px;
}


/******* EVENTS ******/
#events {
}
#events-list {
	background:#e2e2e9;
	padding:45px 0 50px;
}
#events-list h3 {
	margin-bottom:5px;
}

/******** FLICKR *****/
.flickr-entry .liner {
	background:#fff url("../img/row-fade.png") repeat-x left bottom;
	padding:0;
}
.flickr-entry .flickr-photo {
	float:left;
	overflow:hidden;
	width:375px;
}
.flickr-entry .entry-content {
	padding:60px 45px 45px 49px;
	width:311px;
}
.flickr-entry .entry-title {
	float:left;
	width:180px;
}
.flickr-entry .entry-meta {
	width:100%;
}
.flickr-entry .entry-author {
	font-size:18px;
	letter-spacing:-0.01em;
	line-height:24px;
	margin:0 0 15px 0;
}
.flickr-entry .entry-comments {
	background:url("../img/comments-icon.gif") no-repeat left 6px;
	padding-left:20px;
}
.flickr-entry .entry-faves {
	background:url("../img/faves-icon.gif") no-repeat left 3px;
	padding-left:20px;
	margin:0 0 15px 0;
}
.flickr-entry .entry-tags { margin:0 0 15px 0; }
.flickr-entry .entry-tags ul { display:inline; }
.flickr-entry .entry-tags li { display:inline; }
.flickr-entry .entry-tags li:after { content:", "; }
.flickr-entry .entry-tags li:last-child:after { content:none; }

/****** TWITTER *****/
.twitter-entry .liner {
	background-image:url("../img/row-fade.png");
	background-position:left bottom;
	background-repeat:repeat-x;
}
.twitter-entry h3 {
	float:left;
	margin:0 0 22px 185px;
}
.twitter-entry .tweet {
	clear:both;
	margin:0 0 0 79px;
	width:425px;
}
.twitter-entry .tweet img {
	float:left;
	margin:4px 0 0 0;
}
.twitter-entry .tweet p, .twitter-entry .tweet span {
	margin-left:103px;
}
.twitter-entry .tweet p {
	color:#2f2f2f;
	font-size:18px;
	letter-spacing:-0.01em;
	line-height:24px;
	margin-bottom:24px;
}
.twitter-entry .tweet span {
	color:#666666;
	display:block;
	font-size:13px;
}
.twitter-entry .command {
	background:#f0f0f4;
	border:1px solid #616574;
	border-radius:6px;
	color:#2f2f2f;
	display:block;
	float:right;
	font-size:10px;
	font-weight:bold;
	letter-spacing:0.025em;
	margin:6px 0 0 0;
	padding:14px 15px 13px 14px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
.twitter-entry .command:hover {
	border-color:#8c8c8c;
}

/* LINKS */
.links {
	border-right:1px solid #d9d9d9;
	float:left;
	margin:40px 0 50px 45px;
	padding:0 15px 0 0;
	width:329px;
}
#links .last {
	border:none;
	margin-left:15px;
}
.links li {
	margin:0 0 27px 0;
}
.links h3 {
	margin:0 0 0 0;
}
.links p {
	font-size:13px;
	line-height:24px;
}

/* "FOOTER" */
.copyright {
	color:#8a8a95;
	font-size:10px;
	margin:0;	
	padding:20px 0 0 0;
}


/** AJAX */

#loader {
	/* width: 780px; */
	margin-left: 45%;
	padding-top: 25%;

}

#userMessages {
	text-align:center;
	padding:50px;
}
