/*
Theme Name: Alex
Theme URI: http://alexmessinger.com
Author: Alex Messinger
Author URI: http://wordpress.org/
Description: Alex's custom theme for his portfolio site
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*reset, from twentytwelve wordpress theme */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ul, li, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
li {
	list-style-type: none;
}
a {
	color: #333;
}
a:hover {
	color: #000;
}

body {
	background-image: url(http://www.alexmessinger.com/portfolio/wp-content/uploads/2013/07/bkgd_tree.png),url(http://www.alexmessinger.com/portfolio/wp-content/uploads/2013/07/bkgd_leaves.png);
	background-repeat: no-repeat, no-repeat;
	background-position: top left, top right;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #B4D0B3;
}
#main {
	width: 800px;
	margin: 1em auto;
	background-color: #fff;
	border-left: 1px solid #9CB1A5;
	border-top: 1px solid #9CB1A5;
	padding: 1em;
}
h1.site-title {
	margin: 3em 0 0 0;
	background-color: #333;
	background-image:url(http://www.alexmessinger.com/portfolio/wp-content/uploads/2013/07/logo.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 57px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden; /*image replacement technique from http://www.sitepoint.com/new-css-image-replacement-technique/ */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.nav-menu ul{
	text-align: center;
}
.nav-menu ul li {
	display: inline;
	text-transform: uppercase;
	letter-spacing: .2em;
}
.current_page_item a, .current_page_ancestor a {
	text-decoration: none;
	font-weight: bold;
}

.nav-menu ul li:before { content: " | "; }
.nav-menu ul li:first-child:before { content: ""; }

/* from twentytwelve theme */

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle, .assistive-text {
	display: none;
}

h2.site-description {
	text-align: right;
}
footer {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}
#icons img {
	display: inline-block;
}
.entry-content p {
	line-height: 1.3em;
	margin: 0 0 1em 0;
}
#post-4 .entry-header {  /* hide title on homepage */
	display: none;
}

#content {
	margin: 1em 0 3em 0;
}
#slider {
	margin: 0 2em 1em 0;
	background-color: #efefef;
	padding: 1em .5em .5em .5em;
	float: right;
	width: 480px;
	text-transform: uppercase;
	letter-spacing: .3em;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
}
p.slideshow-title {
	color: #9CB1A5;
	padding: .3em;
	background-color: #333;
	text-transform: uppercase;
	letter-spacing: .3em;
	position: relative;
	margin: 0;
}
h2.site-description {
	margin: 1em auto;
	text-align: center;
}
li {
	margin: 0 0 1em 0;
}
.attachment-post-thumbnail {
	float: left;
	margin: 0 1em 1em 0;
}
h1.entry-title {
	color: #9CB1A5;
	padding: .5em;
	background-color: #333;
	min-width: 100px;
	text-transform: uppercase;
	letter-spacing: 1em;
	position: relative;
	margin: -1em 0 1em 0;
}
.platform {
	clear: left;
	padding: .5em;
	background-color:#efefef;
	margin-bottom: 1em;
	min-height: 133px;
}
.platform img {
	float: left;
	margin-right: .5em;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin: 0 1em;
	background-color: #efefef;
	padding: 1em;
	
}
blockquote.testimonial {
	float: right;
	width: 50%;
}
h3 {
	margin-bottom: 1em;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
	font-style: italic;
	background-color: #efefef;
	padding: .5em;
}
ul.sibling-pages li a {
	font-size: .8em;
}
ul.sibling-pages {
	margin-bottom: 1em;
}