/*
Theme Name: Jane Fisher
Theme URI: 
Version: 1.1
Author: Colin Frangos
Author URI: http://colinfrangos.com/

	Made by hand in the People's Republic of Oakland
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

html {

}

body {
	font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

P {
	font-family: "museo-sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	margin-bottom: 12px;
	line-height: 1.5;
}

a { 
    text-decoration: none;
 	 color: maroon;
}

a:hover { 
    text-decoration: underline;
}

h1, h1 a, h1 a:hover {
	font-family: 'Habibi', garamond, "Times New Roman", Times, serif;
	font-size: 22px;
	margin-bottom: 15px;
	text-decoration: none;
}

h2 { 
	font-family: "museo-sans", garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#444444;
	margin-bottom: 25px;
}

h2 a { 

}

h3 {
	font-family: "museo-sans", garamond, "Times New Roman", Times, serif;
}

h4 {
	font-family: "museo-sans", garamond, "Times New Roman", Times, serif;
}


blockquote {
	padding: 15px;
	font-size: 12px;
}

div.clear {
	clear:both;
}

/*******************************
					HEADER
					*****************************/

#header {
	padding: 0 0 30px 0;
	
}

.title {
	width: 300px;
	height: 50px;
	background-color:#444444;
	padding: 10px 0 10px 20px;
	float: left;
}

h1#site-title a {
	font-size: 40px;
	color:#d9d9d9;
}

					/**************************************
																   nav
								 							  ******************************************************/

.menu {
	margin: 0;
}

.nav {
	float: right;
	padding-right: 20px;
}

.nav ul {
	padding: 0;
}

.nav ul li {
	position: relative;
	float: left;
	margin-left: 30px;
	padding-top: 22px;
}

.nav li a, #nav li a:visited {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
}

.nav li a:hover {

}

.nav-categories-top {
	width: 500px;
	float: right;
	margin-top: 2px;
}

.nav-categories-top ul li{
	float: right;
	margin-left: 15px;
}

/* Drop down */

.nav ul ul {
	display: none;
	float: left;
	padding: 2px 8px;
	position: absolute;
	left: -18px;
	z-index: 10000;
	background-color: white;
}


.nav ul ul ul a {
text-transform: none;
padding: 0;
}

.nav ul ul li {
	border: none;
	margin: 0;
	padding-top: 5px;
}

.nav ul ul li:first-child a {

}

.nav ul ul li:last-child a {
	padding-bottom: 25px;
}

.nav ul ul li:only-child a {
	padding-top: 5px
	padding-left: 16px;
}

.nav ul ul a {
	text-transform: none;
	height: auto;
	border: none;
}

.nav ul ul :hover > a,
.nav ul ul :focus > a {
}

.nav ul ul li:hover > a,
.nav ul ul li:focus > a {
	border-bottom: none;
}


.nav ul li:hover > ul,
.nav ul li:focus > ul {
	display: block;
}

.nav ul ul ul {
	left: 100%;
	top: -6px;
	padding: 7px 0 0 7px;
	margin: 0;
}

.nav ul ul ul li {
	padding: 4px 0 7px 10px;
}

.nav ul li ul li ul {

	display: block;
}

/**************************************
  					            CONTENT
	 						    ******************************************************/

.page {
	
}

.content {
	position: relative;
	max-width: 960px; 
	padding: 0 0 15px 0;
	margin: 0 auto;
}

.content ul {
 list-style: none;
 margin-left: 20px;
}

.content ul li, .content ol li {
 line-height: 20px;
}

.floatLeft {

}

.floatLeft img {
 margin: 15px 0px 5px 0px;
}

.floatRight {

}

.floatRight img {
 margin: 15px 0px 5px 0px;
}

.entry img.alignright {
	margin: 0 0 15px 25px;
	float: right;
}

.content img {
 border: none;
 background-color: white;
 padding: 5px;
}

/************************
				HOME PAGE
				***************/

div.wide {
	margin-bottom: 30px;
	}
	
.home-top h1 {
	font-family: "museo-sans", garamond, "Times New Roman", Times, serif;
	font-size: 20px;
	color:#6d6d6d;
}

article.second-tier-wrapper {
	overflow: auto;
}

div.video-container {
	max-width: 500px;
}

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

div.copy-container {
	max-width: 420px;
	float: right;
	padding-left: 22px;
}

/* **************************************      
									Posts
									******************************** */

							
.content div.postDate {
.
}

.more-link a, .more-link a:link{
	font-style:italic;
}

.entry {
	margin-bottom: 30px;
}

.entry img {
	margin: 0 0 30px 0;
	padding: 0;
}


/*****************
			GALLERY STUFF
			************************/

ul.gallery-page {
	overflow: auto;
	margin: 0;
	padding: 0;
}

li.gallery-artwork {
	float: left;
	padding:0 20px 15px 0;
}

li.gallery-artwork img {
	margin-bottom: 2px;
}

div.artwork-title {
	color:#999;
	font-weight: bold;
	font-size: 12px;
	clear: both;
	overflow: auto;
	margin-bottom: -4px;
}

div.artwork-details {
	color:#999;
	min-height: 22px;
}

span#titleText {
	color:GrayText;
}


/**************************************
											FOOTER
											*******************************************************************/

.footer {
	padding: 30px 0;
	margin-top: 20px;
	border-top: 1px solid silver;
}

.footer_nav {
	padding: 12px 0 20px 0;
}

.footer_nav ul{
	overflow: auto;
	margin: 0;
}

.footer_nav ul li{
	float: left;
	margin-right: 30px;
}

.footer p{
	color: silver;
	font-size: 11px;
}



/****************** IMAGE SCALING   **********************/

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
img.size-home,
img.size-single,
img.wp-post-image,
.attachment img,
#sidebar img,
.gallery-image,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}

img.aligncenter,
.wp-caption.aligncenter {
	margin: 0 auto 1.5em auto;
	max-width: 100%;
	height: auto;
}

.wp-block-image {
    margin: 0;
    padding: 0;
}



/**********************************         MEDIA QUERY MAYHEM STARTS HERE!   **********************/

@media only screen
and (max-width : 985px ) {

	#page {
		padding: 0 12px;
	}

	#header {
		padding: 0;
	}

	/******************  NAV *********************/


	#main-nav li {
		margin-left: 10px;
	}
	
	.nav li a, #nav li a:visited {
		font-size: 12px;
	}
	
	/************  GALLERY STUFF   ************/
	
	li.gallery-artwork {
		float: left;
		width: 30%;
		padding: 0 3% 15px 0;
	}


}

/*************** END 985 ************************/

/*************** BEGIN 690 ************************/

@media only screen
and (max-width : 690px ) {
	.nav {
		padding-right: 0;
	}
	
	ul#menu-header {
		margin-left: 0;
	}
	
	h1#site-title a {
		font-size: 18px;
		letter-spacing: 4px;
	}
	
	h1, h1 a, h1 a:hover {
	   font-size: 18px;
}
}

/*************** END 690 ************************/

/*************** BEGIN 630 ************************/

@media only screen
and (max-width : 630px ) {



	.title {
		padding: 10px 0 0 0;
		height: auto;
		float:none;
	}
	
	

	/******************  NAV *********************/

	.nav {
		float: none;
	}
	
	.nav ul {
		margin: 0;
	}

	#main-nav li {
    margin-left: 0;
	}
	
	.nav ul li {
    position: relative;
    float: left;
    padding-top: 0;
    margin: 0 10px 12px 0;
	}
	

	/*******  HOME  ***********/
		
	div.home-image {
	width: 100%;
	overflow: auto;
	}

	div.home-image img {
		max-width: 95%;
		padding:0;
		margin:0 0 8px 0;
	}


	div.copy-container {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	
		/************  GALLERY STUFF   ************/
	
	li.gallery-artwork {
		float: left;
		width: 46%;
		padding: 0 3% 15px 0;
	}

}

/*************** END 630 ************************/

/*************** BEGIN 400 ************************/

@media only screen
and (max-width : 400px ) {

	.title {
	    min-width: 250px;
	 }
    
    h1#site-title a {
		font-size: 16px;
		letter-spacing:normal;
	}

	h1, h1 a, h1 a:hover {
	   font-size: 16px;
	}

	/******************  NAV *********************/


	
		/************  GALLERY STUFF   ************/
	
	li.gallery-artwork {
		float: left;
		width: 100%;
		padding: 0 0 15px 0;
	}

}

/*************** END 400 ************************/