@charset "utf-8";

/* Paula Narbutovskih - New Works Gallery */

/* Brown - #2e1708
   Red   - #c40808
   Tan   - #ffdf99
   Blue - #b1d5f1
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #2e1708;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img { /* remove the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

a:link {
	color: #c40808;
	text-decoration: none;
}
a:visited {
	color: #c40808;
	text-decoration: none;
}
a:hover,
a:active,
a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #2e1708;
	background-color: #ffdf99;
}

.container {
	width: 960px;
	background: #fff;
	margin: 0 auto;
}

header {
	position: relative;
	/*height: 140px;*/
	display: block;
	margin-top: 20px;
	margin-bottom: 2px;
}
#pn_logo {
	position: absolute;
	left: 85px;
	top: 15px;
	width: 150px;
	height: 150px;
	z-index: 1000;
	padding-right: 0px;
	padding-left: 0px;
}
#artist {
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	left: 536px;
	left: 360px;
	top: 59px;
	font-size: 2.5em;
	z-index: 1000;
	display: inline;
}
/* Hide the link that should open and close the topnav on small screens */
.icon {
	display: none;
}

.nav_links {
	width: 52%;
	margin: 0 auto;
	height: 25px;
}

ul.nav_list {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display:inline;
}

ul.nav_list li {
	display: inline;
	list-style: none;
	margin:0;
	float: left;
	border-left: 1px solid #2e1708;
	width: auto;		/* Keep li text from wrapping. */
	height: 25px;
}

ul.nav_list li:first-child {
	border-left: none;
}

ul.nav_list a,
ul.nav_list a:visited {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1px 0px 0px 0px;
	/*border: 1px solid red;*/
}

ul.nav_list a:hover,
ul.nav_list a:active,
ul.nav_list a:focus {
	display: block;
	width: 100%;
	height: 24px;
	background-color: #ffdf99;
	color: #2e1708;
	text-decoration: underline;
}

.content_left {
	float: left;
	width: 30%;
	background-color: #fff;
	padding-bottom: 10px;
}
.content_right {
	padding: 10px 0 10px 10px;
	width: 68%;
	float: left;
}
.content_right p{
	padding: 0;
	margin: 0;
}
.content_right img {
	max-width: 650px;
	height: 400px;
	/*margin: 0 auto;*/
}
.content_right img#profile-img {
	height: auto;
}

#contactemail {
	margin-top: 3px;
	margin-bottom: -3px;
	width: 216px;
	height: 22px;
}

footer {
	clear: both;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	border-top: 1px solid #c40808;
	clear: both;
}
footer p{
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 1px;
	text-align: center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.current {
	font-weight: bold;
}
.content_left h1 {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#gallery {
	clear: both;
}
#gallery img {
	padding-right: 10px;
	padding-left: 10px;
}
#gallery a:hover,
#gallery a:active,
#gallery a:focus {
	display: inline;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
}

#art_description {
	font-size: 1em;
	text-align: right;
	background-color: #FFF;
	margin: 0 auto;
}
#art_description p #art_title,
#art_description p #art_dim,
#art_description p #art_media,
#art_description p #art_price {
	font-size: 1.2em;
	width: 275px;
	width: 100%;
	text-align: right;
	border: none;
}
.red {
	color: #F00;
}
.content_right .contact_info {
	font-size: 1.25em;
}

#center_image {
	text-align: center;
}

/* contact form styles */
.red {
	color: red;
}
.alignright {
	text-align: right;
	vertical-align: top;
}
.alignleft {
	text-align: left;
}
.reserror {
	color: red;
	display: none;
}

#contactmsg {
	vertical-align: top;
}
input, textarea {
	border: 1px solid black;
	display: block;
}
input:hover, textarea:hover {
	color: #000000;
	border: 1px solid red;
}
textarea {
	font-family: tahoma, geneva, sans-sarif;
}
button {
	background-color: #c40808;
	color: #ffffff;
	padding: 10px 20px;
	font-weight: 100;
	font-size: 1em;
	border: 1px solid black;
	transition: background .6s ease-in, transform .5s .25s ease-in-out, color .25s .5s ease-out;
}
button:hover {
	background-color: #ffdf99;
	color: #c40808;
	border: 1px solid red;
}

/* modal pop-up after contact form submission */
.modalDialog:target {
	opacity:1;
	cursor: auto;
}
@media screen and (min-width:541px) {
.modalDialog > div {
	font-family: helvetica, geneva, sans-sarif;
	width: 400px;
	position: absolute;
	top: 25%;
	left: 33%;
	z-index: 99999;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border: 4px solid #c40808;
	border-radius: 25px / 25px;
	background: #ffdf99;
	background: linear-gradient(#ffdf99, #b1d5f1);
}}
@media screen and (max-width:540px) {
.modalDialog > div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	position: absolute;
	top: 25%;
	left: 2%;
	z-index: 99999;
	margin: 2% auto;
	padding: 5px 20px 13px 20px;
	border: 4px solid #c40808;
	border-radius: 25px / 25px;
	background: #ffdf990;
	background: linear-gradient(#ffdf99, #b1d5f1);
}}

.close {
	color: #ffffff;
	background: #b1d5f1;
	color: #000;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:hover {
	background: #ffdf990;
	color: #000;
}

@media screen and (max-width:995px) {
.container {
	width: 100%;
	margin: 0;
}
header {
	position: relative;
	margin-top: 0;
	margin-bottom: 2px;
}
header img{
	width: 100%;
}
#pn_logo {
	left: 85px;
	top: 15px;
	width: 150px;
	height: 150px;
}
#artist {
	left: 360px;
	top: 59px;
	font-size: 2.5em;
}
.content_right {
	padding: 5px 0;
	width: 68%;
	/*float: left;*/
}
.content_right img {
	width: auto;
	height: 360px;
}
}
@media screen and (max-width:950px) {
.content_right img {
	height: 330px;
}
}
@media screen and (max-width:925px) {
.content_right img {
	height: 300px;
}
}
@media screen and (max-width:890px) {
#pn_logo {
	left: 70px;
	top: 15px;
	width: 145px;
	height: 145px;
}
#artist {
	left: 320px;
	top: 50px;
	font-size: 2.5em;
}
.nav_links {
	width: 62%;
}
}
@media screen and (max-width:850px) {
.gallery {
	float: none;
	width: 100%;
	padding-bottom: 0;
	text-align: center;
}
#art_description {
	font-size: 1em;
	text-align: center;
	margin: 0 auto;
}
#art_description p {
	margin: 0;
}
#art_description p #art_title,
#art_description p #art_dim,
#art_description p #art_media,
#art_description p #art_price {
	font-size: 1.2em;
	width: 275px;
	width: 100%;
	text-align: center;
	border: none;
}
.content_left img#contact-img {
	display: none;
}
}
@media screen and (max-width:835px) {
#pn_logo {
	left: 50px;
	top: 15px;
	width: 130px;
	height: 130px;
}
#artist {
	left: 300px;
	top: 50px;
	font-size: 2.5em;
}
.nav_links {
	width: 60%;
}
}
@media screen and (max-width:785px) {
#pn_logo {
	left: 40px;
	top: 15px;
	width: 110px;
	height: 110px;
}
#artist {
	left: 250px;
	top: 40px;
	font-size: 2.5em;
}
.nav_links {
	width: 62%;
}
}
@media screen and (max-width:750px) {
.nav_links {
	width: 67%;
}
.profile {
	float: none;
	width: 100%;
	padding-bottom: 0;
}
.content_right.profile p{
	text-align: center;
}
.content_right img#profile-img {
	width: 500px;
}
}
@media screen and (max-width:690px) {
#pn_logo {
	left: 30px;
	top: 15px;
	width: 100px;
	height: 100px;
}
#artist {
	left: 250px;
	top: 35px;
	font-size: 2em;
}
.nav_links {
	width: 70%;
}
}
@media screen and (max-width:650px) {
.nav_links {
	width: 72%;
}
}
@media screen and (max-width:640px) {
#pn_logo {
	left: 25px;
	top: 10px;
	width: 90px;
	height: 90px;
}
#artist {
	left: 225px;
	top: 30px;
	font-size: 2em;
}
.nav_links {
	width: 76%;
}
}
@media screen and (max-width:600px) {
#pn_logo {
	left: 20px;
	top: 8px;
	width: 85px;
	height: 85px;
}
#artist {
	left: 200px;
	top: 25px;
	font-size: 2em;
}
.nav_links {
	width: 85%;
}
.content_right img#artwork {
	height: 280px;
}
}
@media screen and (max-width:560px) {
#pn_logo {
	left: 20px;
	top: 8px;
	width: 80px;
	height: 80px;
}
#artist {
	left: 180px;
	top: 25px;
	font-size: 1.8em;
}
.nav_links {
	width: 90%;
}
.content_right img#profile-img {
	width: 100%;
}
}
@media screen and (max-width:530px) {
.content_right img#artwork {
	height: 250px;
}
}
@media screen and (max-width:510px) {
#pn_logo {
	left: 20px;
	top: 8px;
	width: 70px;
	height: 70px;
}
#artist {
	left: 150px;
	top: 25px;
	font-size: 1.5em;
}
.nav_links {
	width: 100%;
}
.content_right img#artwork {
	height: 220px;
}
}
@media screen and (max-width:460px) {
#pn_logo {
	left: 20px;
	top: 8px;
	width: 70px;
	height: 70px;
}
#artist {
	left: 150px;
	top: 25px;
	font-size: 1.5em;
}
a.icon {
	float: right;
	display: block;
	margin: 5px 15px 0 0;
	color: black;
	background: #fff;
}
.nav_links {
	width: 100%;
	border-bottom: 0;
}
ul#top-nav.nav_list {
	display: none;
}
ul#top-nav.nav_list.responsive {
	position: absolute;
	top: 90px;
	z-index: 1000;
	width: 100%;
	display:block;
}
ul#top-nav.nav_list.responsive li{
	display: block;
	float: none;
	width: 100%;
	height: 24px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-bottom: 1px solid black;
	list-style: none; 
	text-align: center;
	text-decoration: none;
}
ul#top-nav.nav_list.responsive li a{
	display: block;
	margin: 0;
}
ul.nav_list a:hover,
ul.nav_list a:active,
ul.nav_list a:focus {
	background-color: #ffdf99;
	color: #2e1708;
	text-decoration: none;
	height: 23px;
}
.content_right img#artwork {
	height: 200px;
}
}
@media screen and (max-width:430px) {
#pn_logo {
	left: 10px;
	top: 8px;
	width: 60px;
	height: 60px;
}
#artist {
	left: 50px;
	top: 60px;
	font-size: 1.5em;
}
.content_right img#artwork {
	height: 190px;
}
}
@media screen and (max-width:400px) {
#artist {
	left: 40px;
	top: 50px;
}
.content_right img#artwork {
	height: 180px;
}
}
@media screen and (max-width:380px) {
.content_right img#artwork {
	height: 170px;
}
}
@media screen and (max-width:350px) {
#pn_logo {
	width: 50px;
	height: 50px;
}
#artist {
	left: 15px;
	top: 50px;
	font-size: 1.5em;
}
.content_right img#artwork {
	height: 160px;
}
}