/*
Theme Name: Eric Salzman
Author: Round Hex, www.roundhex.com
*/

/* Initialize
----------------------------------------------------------------------------*/
 * {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    height: 100%;
}
body {
    min-width: 861px;
    text-align: left;
    color: #000;
}
img {
    max-width: 100%;
    height: auto;
}
/* Background Colors
----------------------------------------------------------------------------*/

/* ======== Home --- Purple */
 body.page-id-4, body.error404, body.blog, body.category, body.archive {
    background: #aa9bcd;
}
/* ======== What is Music Theater? --- Green */
 body.page-id-13 {
    background-color: #7eb37b;
}
/* ======== About Eric Salzman --- Blue */
 body.page-id-6 {
    background-color: #7f91c7;
}
/* ======== Works and Productions --- Orange */
 body.page-id-7 {
    background-color: #e6be72;
}
/* ======== Recordings --- Yellow */
 body.page-id-23, body.page-id-191 {
    background-color: #e1d167;
}
/* ======== Writings --- Grey */
 body.page-id-8, body.page-id-25, body.page-id-26, body.page-id-27, body.page-id-28, body.page-id-29 {
    background-color: #999;
}
/* ======== Multimedia --- Fuscia */
 body.page-id-10 {
    background-color: #c87d9d;
}
/* ======== Press --- Turquoise */
 body.page-id-11, body.page-id-30, body.page-id-32, body.page-id-33, body.page-id-34 {
    background-color: #81c6c0;
}
/* ======== Contact --- Lime */
 body.page-id-12 {
    background-color: #c0c770;
}
/* Title
------------------------------------------------------------------------------- */
 div#title {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    width: 370px;
    height: 110px;
}
div#title h1 {
    height: 110px;
    background: url("../../../../images/title_eric-salzman.png");
}
div#title h1 span {
    display: none;
}
/* Squares
------------------------------------------------------------------------------- */
 div#squares {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 20px;
    width: 520px;
    height: 390px;
}
div#squares div {
    position: absolute;
    width: 130px;
    height: 130px;
    border: 1px solid #fff;
}
div#squares div#square1 {
    top: 262px;
    left: 0;
    background-color: #111;
    border-top: none;
}
div#squares div#square2 {
    top: 131px;
    left: 0;
    background-color: #333;
}
div#squares div#square3 {
    top: 131px;
    left: 132px;
    background-color: #555;
    border-left: none;
}
div#squares div#square4 {
    top: 131px;
    left: 263px;
    background-color: #777;
    border-left: none;
}
div#squares div#square5 {
    top: 0;
    left: 393px;
    background-color: #999;
}
/* Menu
------------------------------------------------------------------------------- */
 div#menu {
    position: absolute;
    z-index: 4;
    top: 40px;
    right: 40px;
    width: 400px;
    text-align: right;
}
div#menu ul {
    list-style-type: none;
}
div#menu li {
    text-transform: uppercase;
    margin: 4px 0;
}
div#menu ul li a:link, div#menu ul li a:visited {
    position: relative;
    font: 18px/24px Lato, Arial, sans-serif;
    letter-spacing: 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: font-size .1s;
    -moz-transition: font-size .1s;
    -o-transition: font-size .1s;
    transition: font-size .1s;
}
div#menu ul li a:hover {
    -webkit-transition: font-size .1s;
    -moz-transition: font-size .1s;
    -o-transition: font-size .1s;
    transition: font-size .1s;
    font-size: 20px;
}
div#menu li.current-menu-item a:link, div#menu li.current-menu-item a:visited, div#menu li.current-menu-item a:hover, div#menu li.current-menu-item a:active, div#menu li.current-page-ancestor a:link, div#menu li.current-page-ancestor a:visited, div#menu li.current-page-ancestor a:hover, div#menu li.current-page-ancestor a:active, body.blog li#menu-item-75 a:link, body.blog li#menu-item-75 a:visited, body.blog li#menu-item-75 a:hover, body.blog li#menu-item-75 a:active, body.category li#menu-item-75 a:link, body.category li#menu-item-75 a:visited, body.category li#menu-item-75 a:hover, body.category li#menu-item-75 a:active, body.archive li#menu-item-75 a:link, body.archive li#menu-item-75 a:visited, body.archive li#menu-item-75 a:hover, body.blog li#menu-item-75 a:active {
    font: 20px/24px Lato, Arial, Sans-Serif;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
}
/* Content Layout
------------------------------------------------------------------------------- */
 div#content {
    position: absolute;
    z-index: 5;
    top: 340px;
    left: 210px;
    right: 40px;
    width: auto;
    padding-bottom: 60px;
    min-width: 690px;
}
/* Text Styles
------------------------------------------------------------------------------- */

/* ======== Links */
 div#content a:link, div#content a:visited {
    color: #fff;
    text-decoration: none;
    padding: 0 3px 1px 3px;
    white-space: nowrap;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    background-color: transparent;
}
div#content a:hover, div#content a:active {
    color: #000;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
    background-color: #fff;
}
/* ======== Regular Paragraphs */
 div#content p, div#content ul, div#content ol {
    margin: 15px 0;
    font: 16px/20px Lato, Arial, Sans-serif;
    text-align: justify;
}
strong {
    font-weight: 900;
}
em {
    font-style: italic;
}
div#content p.small {
    font-size: 14px;
    margin-top: 30px;
}
/* ======== Lists */
 div#content ol {
    margin-left: 20px;
}
div#content li {
    margin: 5px 0;
    text-align: left;
}
div#content ul li {
    list-style-type: none;
}
div#content ul.bullets li {
    list-style-type: square;
    margin-left: 20px;
}
/* ======== Headers */
 div#content h2 {
    font-size: 34px;
    line-height: 44px;
    font-family: Lato, Arial, Sans-Serif;
    font-weight: 300;
    margin: 60px 0 20px 0;
    letter-spacing: -1px;
}
div#content h3 {
    font: 24px/24px Lato, Arial, Sans-Serif;
    font-weight: 700;
    margin: 35px 0 15px 0;
}
div#content h4 {
    font: 18px/18px Lato, Arial, Sans-Serif;
    margin: 30px 0 15px 0;
    text-transform: uppercase;
}
div#content h5 {
    font: 900 16px/20px Lato, Arial, Sans-serif;
    margin: 15px 0 -13px 0;
}
/* ======== Extras */
 div#content .notopmargin {
    margin-top: 0;
}
/* ======== Quotes */
 div#content blockquote {
    background-color: rgba(255, 255, 255, .2);
    margin: 40px 0;
    border: 1px solid transparent;
}
div#content blockquote p {
    padding: 20px 25px;
    font: italic 20px/26px Lato, Arial, Sans-Serif;
    text-align: justify;
    font-weight: 300;
}
div#content cite {
    display: block;
    font: 14px/18px Lato, Arial, Sans-serif;
    text-align: center;
    margin-top: 15px;
    font-style: normal;
    text-transform: uppercase;
}
div#content cite:before {
    content:"{ ";
    font-size: 20px;
    vertical-align: text-bottom;
    font-weight: 300;
}
div#content cite:after {
    content:" }";
    font-size: 20px;
    vertical-align: text-bottom;
    font-weight: 300;
}
div#content p.quote {
    font-style: italic;
}
div#content p.credit {
    margin-top: -10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
}
/* ======== Photos */
 div#content div.photoleft {
    width: 402px;
    float: left;
    margin: 3px 30px 10px 0;
    text-align: left;
}
div#content div.photoright {
    width: 402px;
    float: right;
    margin: 3px 0 10px 30px;
    text-align: right;
}
div#content div.photoleft img, div#content div.photoright img {
    border: 1px solid #000;
}
div#content div.photoleft p, div#content div.photoright p {
    background-color: rgba(255, 255, 255, .2);
    color: #000;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    margin: -4px 0 0 0;
    padding: 10px 15px;
}
/* Footer
----------------------------------------------------------------------------*/
 div#content p#footer {
    clear: both;
    padding-top: 60px;
}
div#content p#footer {
    font: 16px/20px Lato, Arial, Sans-serif;
    text-align: right;
}
div#wpfooter {
    display: none;
}
/* Blog
----------------------------------------------------------------------------*/

/* ======== Layout */
 div#text {
    margin-right: 320px;
}
div#sidebar {
    float: right;
    width: 260px;
    background-color: rgba(255, 255, 255, .2);
    padding: 5px 20px;
}
/* ======== Post Text */
 div#text h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}
div#text blockquote {
    background-color: transparent;
    border-left: 2px solid #000;
    margin: 20px 0 20px 20px;
    padding: 0 0 0 20px;
}
div#text blockquote p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    padding: 0;
}
/* ======== Post Details */
 div#text div.details {
    margin: 15px 0 60px 0;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, .2);
    border: 1px solid transparent;
}
div#text div.details p {
    text-align: left;
    font-size: 14px;
    margin: 0;
}
/* ======== Next - Previous Links */
 div#nextprev {
    text-align: center;
}
/* ======== Sidebar */
 div#sidebar label {
    display: none;
}
div#sidebar li {
    list-style-type: none;
}
div#sidebar h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 -5px 0;
}
div#sidebar li.widget {
    margin: 10px 0 50px 0;
}
div#sidebar li.widget li {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}
div#sidebar ul.children {
    margin: 0 0 0 15px;
}
div#sidebar ul.children ul.children {
    margin-left: 20px;
}
/*Home Page Album Additions*/
div.home_albums {
    margin-bottom: 60px;
}
.home_albums .album_images a {
    width: 120px;
    display: inline-block;
    text-align: center;
    max-height: 120px;
    max-width: 30%;
    /*max-height: 259px;*/
}
.home_albums .album_images a:hover {
    background: transparent !important;
}
.home_albums img {
    max-height: 118px;
}
.home_albums div.text_wrap {
}
.home_albums .text_wrap h2 {
	width: 40%;
	display: block;
	margin: 0 0 20px !important;
}
.home_albums p.album_blurb {
	width: 100%;
	display: inline-block;
	margin: 0 0 23px !important;
	vertical-align: middle;
}
body.page-id-191 img, body.page-id-23 img {
    max-width: 186px;
}
.cf:before, .cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
 .cf {
    zoom:1;
}
