/*
Theme Name: John Thompson Paintings 2014
Theme URI: http://wordpress.org/themes/twentythirteen
Author: Jeff Passetti
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

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.
*/

body {
background-color: #eee;
/*background-image: url('http://su-webdesign-sites.com/johnthompsonpaintingscom/wp-content/uploads/2014/04/noisebg.png');*/
}

.fix {
clear: both;
}

.header-container {
background-color: white;
border-bottom: 1px solid #ccc;
}
header {

}

.logo {
}

strong {
font-weight: 700;
}

em {
font-style: italic;
}

p {
font-family: 'adobe-garamond-pro', Georgia, serif;
font-size: 18px;
line-height: 24px;
font-weight: 400;
margin-bottom: 15px;
}

.logo h1, .logo h1 a {
font-family: 'adobe-garamond-pro', Georgia, serif;
font-size: 26px;
font-weight: 500;
color: #333;
}

.logo h1 span.paintings, .logo h1 a span.paintings {
font-family: "proxima-nova",Arial, sans-serif;
font-size: 18px;
font-weight: 300;
text-transform: uppercase;
color: #666;
letter-spacing: 2px;
}

nav {
text-align: right;
height: 60px;
line-height: 60px;
}

}
nav ul {
display:inline-table;
margin: 0px auto;
}

nav ul li {
display: inline-block;
position: relative;
padding-left: 10px;
padding-right: 10px;
}

nav ul li, nav ul li a {
font-family: "proxima-nova",Arial, sans-serif;
font-size: 16px;
color: black;
text-transform: uppercase;
}

nav ul li a {
display: block;
}

nav ul li a:hover, nav ul li:hover {
background-color: #666;
color: white;
}

nav ul ul {
width: 200px;
position: absolute;
top: 60px;
left: 0px;
z-index: 1000;
display: none;
border: 1px solid gray;
background-color: white;
}

nav ul ul li {
float: none;
display: block;
text-align: left;
line-height: 16px;
border-bottom: 1px dotted #ccc;
}

nav ul ul li a {
font-size: 12px;
line-height: 14px;
padding-top: 10px;
padding-bottom: 10px;
display: block;
}

nav ul li:hover ul {
display: block;
}



.home-showcase {
padding-top: 20px;
padding-bottom: 20px;
}

.home-showcase img, .home-subsection img {
width: 100%;
border: 1px solid #ccc;
}

.category-column img {
width: 100%;
border: 1px solid #ccc;
margin-bottom: 10px;
}

.home-subsection {
text-align: center;
}

.single-showcase img {
width: 100%;
}

main h1 {
font-family: 'adobe-garamond-pro', Georgia, serif;
font-size: 32px;
font-weight: 400;
color: black;
padding: 0px;
margin: 0px;
margin-top: 30px;
margin-bottom: 10px;
}

.gallery-item {
margin-bottom: 20px;
}

.gallery-item-thumb {
margin-bottom: 10px;
width: 80px;
float: left;
margin-right: 10px;
}

.gallery-item-thumb img {
width: 100%;
height: auto;
border: 1px solid #ccc;
-moz-box-shadow: 1px 1px rgba(0,0,0,.25);
box-shadow: 1px 1px rgba(0,0,0,.25);
}

.gallery-item h2, .gallery-item h2 a {
font-family: "proxima-nova",Arial, sans-serif;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 2px;
margin: 0px;
padding: 0px;
margin-top: 5px;
color: black;
}

.gallery-item img {
width: 100%;
height: auto;
}

.gallery-item img, .wp-post-image {
border: 1px solid #ccc;
-moz-box-shadow: 1px 1px rgba(0,0,0,.25);
box-shadow: 1px 1px rgba(0,0,0,.25);
}

.gallery-single-page h2, .gallery-single-page h2 a {
font-family: "proxima-nova",Arial, sans-serif;
font-size: 16px;
line-height: 16px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 2px;
color: #999;
padding: 0px;
margin: 0px;
}

.gallery-single-page h1 {
margin-bottom: 0px;
margin-top: 0px;
}

.gallery-single-page h2 {
margin-bottom: 10px;
border-bottom: 1px solid #ccc;
}

.gallery-single-page h5.more {
font-family: "proxima-nova",Arial, sans-serif;
font-size: 12px;
}

.gallery-single-page h6 {
font-family: "proxima-nova",Arial, sans-serif;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 40px;
}

.gallery-single-page-image img {
width: 100%;
height: auto;
}

p.caption {
font-size: 12px;
font-family: "proxima-nova",Arial, sans-serif;
line-height: 14px;
margin-top: 5px;
}

.footer-container {
margin-top: 40px;
padding-top: 20px;
padding-bottom: 20px;
background-color: #ccc;
text-align: center;
font-family: 'adobe-garamond-pro', Georgia, serif;
}