/*
Theme Name: WP Longshore
Theme URI: http://themeforest.net/user/contempoinc?ref=contempoinc
Description: A responsive portfolio theme, designed by <a href="http://www.contempographicdesign.com">Contempo</a>.
Author: Chris Robinson
Author URI: http://www.contempographicdesign.com
Version: 1.0.3
Tags: responsive, minimal, premium, portfolio, blog, white, full width, clean, grid, widgets, video, cms

License:
License URI:

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit this file. Instead use
the Child Theme Generator in WP Admin > Appearance > Child Theme

View the screencast: http://www.screenr.com/tbos

/* ==============================================================================

Stylesheets Guide

1. Base (css/base.css)
	1.1 Reset
	1.2 General
	1.3 Typography
	1.4 Margins & Padding
	1.5 Links
	1.6 Lists
	1.7 Images & Video
	1.8 Buttons
	1.9 Tabs
	1.10 Forms
	1.11 Tables
	1.12 Notifications
	1.13 Widgets
	1.14 Misc
2. Framework (css/framework.css)
	2.1 Base 960 Grid
	2.2 Tablet (Portrait)
	2.3 Mobile (Portrait)
	2.4 Mobile (Landscape)
	2.5 Clearing
3. Layout (css/layout.css)
	3.1 Site Styles
	3.2 Page Styles
	3.3 Media Queries

*/

/* style changes on 20-04-2015 */
#left-sidebar nav ul.sub-menu li a, .textwidget, .entry-title a {
	color: grey !important;
}

.entry-title a {
	font-size: 18px
}

.verticalLiAlign {
	position: relative;
	height: 460px
}

.verticalImageAlign {
	position: absolute;
	top: 50%;
	left: 50%;
  margin-right: -50%;
	transform: translate(-50%, -50%)
}
