/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
dl, dt, dd, ol, ul, li,
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%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -- END RESET STYLES -- */


body {
	background: none repeat scroll 0 0 #FFFFFF;
    color: #444444;
    font: 100%/1.125em Verdana, Helvetica, Arial, sans-serif;
    padding: 40px 0 0;
}


header, nav, footer, section, hgroup {
    display: block;
}

h1, h2, h3, h4 {
	font-weight: normal;
    line-height: 1em;
    font-family: Verdana, Helvetica, Arial, sans-serif;
	
}

h1 {
	color: #333;
	font-size: 2.2em;
	font-family: 'oswald', serif;
	line-height: 1.1em;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #2d93d3;
	border-bottom: 0;
	
}

a:hover, a:focus {
	color: #2d93d3;
	border-bottom: 1px solid #2d93d3;
}


input, select, textarea {
	font: 0.9em Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
}

#container {
	margin: 0 auto;
	/* max-width: 800px; */
	max-width: 1000px;

	
}

#container-home{
	margin: 0 auto;
	max-width: 650px;
}



/* ** Navigation ** */

header {
	
	overflow: hidden;
	padding-bottom: 30px;	
}

header h1 {
	display: block;

	
}

header h1 a, header h1 a:link, header h1 a:active, header h1 a:visited {
	text-decoration: none;
	color: inherit;
	border-bottom: none;
}

header h1 a:hover, header h1 a:focus {
	text-decoration: none;
	color: #000;
	border-bottom: none;
	
}



.menu {
	
	float:left;
	/* width: 15%; */
	width: 20%;

}

.menu ul {
	
	padding-top: 0;

}

.menu ul li {
	
	padding-top: 30px;
	
}

.menu ul li:first-child {
	padding-top: 0;
}

.menu li a, .menu li a:link, .menu li a:active, .menu li a:visited {
	text-decoration: none;
	color: inherit;	
	border-bottom: none;
}

.menu li a:hover, .menu li a:focus{
	/* color:#CA4415;
	border-bottom: 1px solid #CA4415; or #5C9A9D*/
	color: #2d93d3;
	border-bottom: 1px solid #2d93d3; 
}

.menu li a.active, .menu li.active:hover, .menu li.active:focus {
	color: #CA4415;
	border-bottom: none;
	cursor: auto;
}

.menu ul li ul {
	margin-left: 20px;
}

.menu ul li ul li {
	padding-top: 10px;
}

.menu ul li ul li a {
	font-size: 0.9em;
}


/* *** Home Page *** */

#homepage, #biography, #contact, #paintings {
	background-color: #fff;
	/* width: 85%; */
	float: right;
	padding-top: 0;
	display: block;
	width: 80%;
}

#homepage img {
	max-width: 100%;

	box-shadow: 10px 10px 5px #888;
}

/* *** Paintings *** */

.menu ul li.first-painting {
	padding-top: 10px;
}


/** Biography **/

#biography {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 0.85em;
}

#biography p {
	line-height: 1.4em;
	padding-bottom: 12px;
}	

#biography strong {
	color: #CA4415;
	display: block;
	line-height: 1.7em;	
}



.about, .solo, .group, .public, .press {
	padding-bottom: 15px;
	display: block;
	
}

.about strong, .public strong, .press strong{
	padding-bottom: 12px;
}

.show {
	padding-left: 0;
}

.show em {
	font-style: normal;
	font-weight: bold;
	padding-top: 15px;
	display: block;
}

/** Paintings ** */

#paintings {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 0.9em;
}

#paintings .item {
	float: left;
	/* border: 5px solid #fff; */
	margin: 0 8px 20px;
    padding: 10px;
    width: 220px;
    height: 205px;
    border-radius: 5px;
    /* box-shadow: 1px 1px 5px #444;*/
    /* border: 1px solid #c0c0c0; */
    }


.item .inner {
	margin: 0 auto;
	text-align: center;
	padding: 10px 0;
	/* border: 1px solid #c0c0c0;
	border-radius: 5px; */
	
}

.item .inner img {
	max-width: 100%;
	box-shadow: 10px 10px 5px #888;
}

.item .inner p {
	text-align:center;
	margin-top: 15px;
	font-size: 0.85em;
}

em{
	font-style: italic;
}


/* ** Footer ** */

footer {
	clear: both;
	padding: 20px 0;	
}

footer p {
	font-size: 0.8em;
	text-align: center;	
}


/* *** Contact Form *** */

#contact-form{
	display: block;
	overflow: hidden;
}

fieldset {
	margin: 0 auto;
	padding: 1em 3em;
	border: 1px solid #ccc;
	background: #f8f8f8;
	border-radius: 6px;
	
}

fieldset div {
	padding: 10px 0;
	overflow: hidden;
}

fieldset div label {
	display: block;
	cursor: pointer;
	text-align: left;
	font-size: 0.85em;
    padding-bottom: 10px;
}

fieldset div input {
	width: 100%;
	display: block;
	padding: 5px;
	resize: vertical;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

fieldset div textarea {
	width: 100%;
	padding: 5px;
	display:block;
	min-height: 100px;
	resize: vertical;
	
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

input:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.control-group.error input, .control-group.error select, .control-group.error textarea {
    border-color: #CA4415;
    color: #000;
}

.control-group.error.control-group.success input, .control-group.error.control-group.success select, .control-group.error.control-group.success textarea {
    border-color: #ccc !important;
    color: #000;
}


.required {
	font-size: 0.9em;
	color: #CA4415;
}

.quotes p {
	text-indent: 0;
}

.quotes a, .quotes a:link, .quotes a:visited, .quotes a:active {
	text-decoration: none;
	color: #2d93d3;
	border-bottom: 0;
	
}

.quotes a:hover, .quotes a:focus {
	color: #2d93d3;
	border-bottom: 1px solid #2d93d3;
}

.submit-button {
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* border: 1px solid #bbb; */
	float: left;
	padding: .5em 1em;
  	text-transform: uppercase;
	/*background-color: #fff; */
	/* background-image: -moz-linear-gradient(top, #ffffff, #cccccc); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #cccccc)); */
	        /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); 
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc')"; */
	-moz-box-shadow: 0 0 3px #fff;
	-webkit-box-shadow: 0 0 3px #fff;
	box-shadow: 0 0 3px #fff;
	color: #fff;
	cursor: pointer;
	width: auto;
	font-size:: 0.9em;
	line-height: 1.3;
	overflow: hidden;
	
	background-color: #0074CC;
    background-image: -moz-linear-gradient(center top , #0088CC, #0055CC);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0088CC),color-stop(1, #0055CC));
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    
    resize: none;
}

.submit-button:hover{
	background: #0055cc;
	/* background-image: -moz-linear-gradient(top, #ffffff, #bbbbbb); 
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #bbbbbb));*/
	        /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#bbbbbb'); 
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#bbbbbb')"; */
}

label.valid {
  display: none !important; 
 
}

label.error {
  color: #CA4415;
  padding: 2px 8px;
  margin-top: 2px;
}

#contact .success-form{
	color: #CA4415;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}


/** Slider For Biography **/

#slider {
    width: 310px; /* important to be same as image width */
    height: 261px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	margin: 0 0 15px 15px;
	float: right;
}



#sliderContent, #slider1Content, #slider2Content {
    width: 95%;
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image, .slider2Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	/* font-style: italic; */
    padding: 10px;
    width: inherit;
    background-color: transparent;
    filter: alpha(opacity=70);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    /* display: none; */
    /* margin-bottom: 10px; */
    margin-bottom: 0px;
    text-align: left;
}

.sliderImage img {
	box-shadow: 10px 10px 5px #888;
}

.bottom {
	bottom: 0;
    left: 0;
}

#slider p {
	bottom:0;
	text-align: center;
	position: absolute;
	width: inherit;
	padding-bottom: 10px;
	font-size: 0.8em;
}

#studio {
	display: none;
}


/* ********** PAGINATION ***************/



#items{
	overflow: hidden;
	width: auto;
	padding-top: 5px;
}


ol#pagination{
	overflow: hidden;
	padding:0;
	
	line-height: 2.5;
    margin: 30px auto;
    
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    text-align: center;
    padding-top: 0;
    clear: both;

}

ol#pagination li{
	display: inline;
	cursor: pointer;
}

ol#pagination li{
	border: 4px solid transparent;
    color: #303030;
    margin: 5px;
    min-width: 30px;
    padding: 8px 13px 5px;
    font-size: 0.85em;
    
}

ol#pagination li:hover, ol#pagination li.current{
	
    
    
	/* -webkit-border-radius: 180px;
	-moz-border-radius: 180px;
	border-radius: 180px;
	-webkit-box-shadow: 0 3px 2px #ddd;
	-moz-box-shadow: 0 3px 2px #ddd;
	box-shadow: 0 3px 2px #ddd; */	
	background: rgb(202, 68, 21);
	background: rgba(202, 68, 21, 0.8);
	
	color: #fff;
}

ol#pagination li.prev, ol#pagination li.next{
	overflow: hidden;
	}
	
ol#pagination li.next{
	overflow: hidden;
   /*  display: inline !important; */

}

#pagination .prev, #pagination .next{
	display: none;
}



ol#pagination li.prev{
	overflow:hidden;
	/* display: inline !important; */

}

ol#pagination li.next:hover, ol#pagination li.prev:hover{
	/* border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-transition: 0 none;
    -moz-transition: 0 none;
    -o-transition: 0 none;
	transition: 0 none; */
	background: 0;
	color: rgb(202, 68, 21);
	color: rgba(202, 68, 21, 0.8);
}	

.inner a{
	padding:0;
	border: 0;
	margin:0;
	text-decoration: none;
}



/********* Slideshow *******************/

#slideshow {
  width: 1000px;
  height: 700px;
  margin: 0 auto;

}

#slideshow a img {
	box-shadow: none;
	max-width:100%;
	padding-left: 20px;
	height: auto;
}

#lightbox-loading a{
	border-bottom: 0;
}

#lightbox-image-details-currentNumber{
	display: none !important;
}

#lightbox-container-image-data #lightbox-image-details{
	padding-bottom: 10px;
}

#items-mobile {
	display: none;
}



/* -- Lets make it responsive -- */

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

*{
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
}

#container, #container-home {
	text-align: center;
	width: 80%;
	overflow: hidden;
}

header {
	padding-bottom: 0;
}

header h1 {
	text-align: center;
	padding-bottom: 10px;
}



#home-painting{
	display: block !important;
}

.footer p {
	font-size: 0.8em;
	text-align: center;	
}

.top {
	position: fixed;
	background: #fff;
	z-index: 999;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
    left: 0;
    right: 0;
}


.menu {
	overflow: hidden;
	float:none;
	padding-bottom: 10px;
	width: auto;	
	
}


.menu ul {
	text-align: center;
    list-style:none;
    padding:0;
    margin: 0 auto;	
}

.menu ul li {
	
	
	vertical-align: top;
    display: inline-block;
    padding-top: 0;
    padding-left: 10px;
	
		
}

.menu ul li ul {
	display: none;
}

.menu li a {
	color: #808080;
	text-decoration: none;
}

.menu li a:hover {
	border-bottom: 1px solid #c55500;
	color: #c55500;
}

#homepage, #contact, #biography, #paintings  {
	float: none;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

#biography {
	text-align: left;
	margin-top: 100px;
}

#contact, #paintings {
	margin-top: 100px;
}

#slider {
	float: none;
	display: block;
	margin: 0 auto;
}

#items-mobile {
	display: block;
}

#items {
	display: none;
}

#paintings #items-mobile .item {
	width: auto;
    height: auto;
    float: none;
}

#pagination {
	display: none;
}

}

@media screen and (max-width: 320px){
	.menu li a{
		font-size: 80%;
	}
}


@media screen and (max-width: 1080px){
	.menu li a{
		font-size: 80%;
	}
}

/* @media only screen and (max-width: 320px) {
#slider {
	display: none;
}

#studio {
	display: block;
	margin: 0 auto;
	max-width: 300px;
}

#studio img {
	width: 250px;
	border-radius: 10px;
}


#studio p {
	font-size: 0.8em;
	text-align: center;
}

} */