@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:700|Open+Sans:300italic,300.600);

/*  RESETS 
--------------------------------------------------------------------------- */
/* 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;
}
/*  ____boxes___________________  */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/*  SELF-CLEARING FLOATS
____________________________________________________ */

.text:after,
.photoset:after,
.photo:after,
.quote:after,
.link:after,
.chat:after,
.video:after,
.audio:after,
.pagination:after,
.mod:after,
.header:after,
.clearfix:after,
.main:after,
.main ul:after,
.about-wrapper,
.detail-wrapper {
	content:"";
	display: table;
	clear: both;
}

	

/*  BASE STYLES AND LAYOUT
_____________________________________________________ */

h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: inherit;
	font-weight: bold;
	margin: 0;
	text-rendering: optimizelegibility; 
}

h1 {
	line-height: 36px; }

p {
	line-height: 1.6;
	margin: 0 0 9px; }

a {
	color: #1da6b6;
	text-decoration: none; }
	a:hover {
		text-decoration: none; }

	
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	max-width: 100%;
	vertical-align: middle; }
	
html {
	font-size: 100%; 
}

body {
	background:url('../images/bk2.png') 0 0;
	color: #333333;
	font: 300 14px/1.2 "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none; 
}

.wrapper {
	width: 100%;
}
.centering-box-top {
	width: 100%;
	margin: 0 auto;
	background:url(../images/header_bk.png);
	border-top: 8px solid #1da6b6;
	border-radius: 0;
	box-shadow: none;
	padding: 40px 0 20px;
}
.centering-box-mid {
	width: 100%;
	margin: 0 auto;
}
.centering-box-bottom {
	width: 100%;
	margin: 0 auto;
	background:url(../images/header_bk.png);
	padding: 15px 0 25px 0;

}


/*  HEADER SECTION
___________________________________ */
.header {
	width: 946px;
	margin: 0 auto;
}
	.header ul { float:right; }
	.header ul li { padding: 0; float:left; margin: 17px 0 0 10px;}
	.header ul a { padding: 0; margin: 0; display: block; color: white; line-height: 1; text-shadow: 0 1px 0 black; text-transform: uppercase; }
	.header ul li span { color: #1da6b6; }

.logo {
	background:url(../images/dlblogo.png) no-repeat;
	width: 375px;
	height:30px;
	display:block;
	float:left;
}


/*  MAIN SECTION
___________________________________ */
.main {
	width: 946px;
	margin: 0 auto;
	padding: 0;
}

.main ul {
	padding: 25px 0;
	list-style: none;
	margin: 0;
}
.main ul li {
	float:left;
	margin: 10px 10px 0 0;
	width: 308.66px;
	height: 221.5px;
	text-align:center;
}
.main ul li:nth-child(3n+0) {
	margin: 10px 0 0 0;
}
.main ul li a {
	display:block;
	height:221.5px;
}
.main ul li img {
	padding: 0;
	margin: 0;
	max-height: 100%;
}
.main li a:hover img {
opacity:0.8; filter:alpha(opacity=80);
}
.main h1 {
	color:#757575;
	font: 18px/1 "Roboto Slab", serif;
	font-weight: 700;
	margin: 45px 0 5px 0;
}
.main h2 {
	color:#757575;
	font: 13px/1.2 "Open Sans", sans-serif;
	text-transform:uppercase;
	font-weight: 300;
	margin: 45px 0 5px 0;
}
	.main span {
		color:#757575;
		font: 13px/1.2 "Open Sans", sans-serif;
		font-weight: 300;
		margin: 45px 10px 5px 10px;
	}

.main p {
	font: 11px "Open Sans", sans-serif;
	font-weight: 600;
	text-transform:uppercase;
	margin: -20px 0 10px 0;
}
.main hr {
	display: block; 
	height: 1px;
    border: 0; 
	border-top: 1px solid #999;
	padding: 0;
	margin: 0 0 -25px 0;
}


/*  about page */
.about-wrapper {
	padding: 35px 0 25px 0;
	margin:0;
	border:0;
	display: table;
	height:100%;
}
.about-left-column {
	width: 550px;
	float:none;
	display: table-cell;
	margin: 0;
	height:100%;
	vertical-align:top;
}
.about-right-column {
	width: 396px;
	float:none;
	display: table-cell;
	margin: 0;
	height:100%;
	vertical-align:top;
}
.about-welcome {
	background-color:#f4f3f1;
	margin: 0 10px 0 0;
	height:100%;
	border-radius: 5px;
	border:1px solid #ddd;
	padding:15px;
}
.about-recognition {
	background-color:#f4f3f1;
	margin: 0;
	height:100%;
	border-radius: 5px;
	border:1px solid #ddd;
	padding:15px;
}
.about-wrapper p,
.about-recognition ul li {
	color:#555;
	text-align:left;
	float: none;
	margin: 0 0 10px 0;
	width: auto;
	height: auto;
}
	.about-welcome span {
		font: 18px "Open Sans", sans-serif;
		font-weight: 600;
		text-transform:uppercase;
	}
	.about-recognition ul li span {
		font: 11px "Open Sans", sans-serif;
		font-weight: 600;
		text-transform:uppercase;
	}
	.about-recognition ul li:nth-child(3n+0) {
		margin: 0 0 10px 0;
	}
.about-recognition h2,
.about-welcome h2 {
	color:#1da6b6;
	font: 16px/1 "Roboto Slab", serif;
	font-weight: 700;
}
	.about-welcome h2 {
		margin: 35px 0 10px 0;
}


/*  contact page */
.contact-content {
	width: 946px;
	float:none;
	display: table-cell;
	height:100%;
	vertical-align:top;
	background-color:#f4f3f1;
	margin: 0 10px 0 0;
	height:100%;
	border-radius: 5px;
	border:1px solid #ddd;
	padding:15px;
}

/*  painting detail page */
.detail-wrapper {
	padding: 35px 0 25px 0;
	margin:0;
	border:0;
	display: table;
}
.detail-image {
	margin: 0;
}
	.detail-image img {
		display:block;
		margin:0 auto;
		max-width:946px;
		max-height:946px;
	}
.description-wrapper {
	display: table;
	height:100%;
}
.detail-description {
	background-color:#EDECEA;
	width: 700px;
	float:none;
	display: table-cell;
	margin: 0;
	height:100%;
	vertical-align:top;
	padding:25px;
	border-left:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
.detail-contribution {
	background-color:#E4E3E1;
	width: 246px;
	float:none;
	display: table-cell;
	margin: 0;
	height:100%;
	vertical-align:top;
	padding:25px;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
}
.detail-description h1 {
	color:#1da6b6;
	font: 16px/1 "Roboto Slab", serif;
	font-weight: 700;
}
.detail-description p,
.detail-contribution p {
	color:#555;
	text-align:left;
	float: none;
	margin: 10px 0 0 0;
	width: auto;
	height: auto;
	text-transform:none;

}
.tnailnav ul li {
	float:left;
	margin: 10px 10px 0 0;
	width: 149.3px;
	height: 106.9px;
	text-align:center;
}
.tnailnav ul li:nth-child(3n+0) { /*  must go before n6+0 to reset the 3n+0 margin of style applied to main div for t-nail pages */
	margin: 10px 10px 0 0;
}
.tnailnav ul li:nth-child(6n+0) { /*  must go after n3+0  */
	margin: 10px 0 0 0;
}
.tnailnav ul li a {
	display:block;
	height:106.9px;
}
.tnailnav ul li img {
	padding: 0;
	margin: 0;
	max-height: 100%;
}



/*  FOOTER SECTION
___________________________________ */
.footer {
	width: 946px;
	margin: 0 auto;
	border-top: 1px solid #1da6b6;
	border-radius: 0;
	box-shadow: none;
	color: white;
	line-height: 1;
	text-transform: uppercase;
	padding-top: 5px;
}
	.footer span { color: #1da6b6; }



/*  2-COLUMN LAYOUT
______________________________________________________________ */

@media (min-device-width:1024px) and (max-width:989px),
       screen and (max-device-width:480px),
			 (max-device-width:480px) and (orientation:landscape),
       (min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait) {
 body {
	font: 300 11.75px/1 "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}
.wrapper {
	width: 100%;
	}
.header {
	width: 468px;
	margin: 0 auto;
	text-align: center;
	}
	.header ul { float:none; text-align:center; margin: 25px 5px 0 5px; }
	.header ul li { padding: 0; float:none; display:inline; }
	.header ul a { padding: 0; margin: 0; display: inline-block; color: white; line-height: 1.65; text-shadow: 0 1px 0 black; text-transform: uppercase; }


.logo {
	background:url(../images/dlblogo.png) no-repeat;
	width: 325px;
	height:26px;
    margin: 0 auto;
	float:none;
	-webkit-background-size: 100%;  /*  prevents logo background image from scaling huge */
    -moz-background-size: 100%;
    -ms-background-size: 100;
    background-size: 100%;
}

.main {
	width: 468px;
	margin: 0 auto;
}
.main ul {
	padding: 15px 0;
}
.main ul li {
	float:left;
	margin: 10px 10px 0 0;
	width: 229px;
	height: 164.34px;
	text-align:center;
}
.main ul li:nth-child(3n+0) {
	margin: 10px 10px 0 0;
}
.main ul li:nth-child(2n+0) {
	margin: 10px 0 0 0;
}
.main ul li a {
	display:block;
	height:164.34px;
}
.main ul li img {
	padding: 0;
	margin: 0;
	max-height: 100%;
  }

.footer {
	width: 468px;
	margin: 0 auto;
}

/*  about page */
.about-wrapper {
	display: block;
}
.about-left-column {
	width: auto;
	float:none;
	display: block;
}
.about-right-column {
	width: auto;
	float:none;
	display: block;
}
.about-welcome {
	margin: 0 0 10px 0;
}
.about-wrapper p,
.about-recognition ul li {
	color:#555;
	text-align:left;
	float: none;
	margin: 0 0 10px 0;
	width: auto;
	height: auto;
}
	.about-recognition ul li:nth-child(3n+0) {
		margin: 0 0 10px 0;
	}
	.about-recognition ul li:nth-child(2n+0) {
		margin: 0 0 10px 0;
	}

.about-recognition h2,
.about-welcome h2 {
	color:#1da6b6;
	font: 16px/1 "Roboto Slab", serif;
	font-weight: 700;
}
	.about-welcome h2 {
		margin: 35px 0 10px 0;
}

.detail-image {
	margin: 0;
}
	.detail-image img {
		display:block;
		margin:0 auto;
		max-width:468px;
		max-height:468px;
	}


	   }


	   
/*  1-COLUMN LAYOUT
______________________________________________________________ */

@media (min-device-width:1024px) and (max-width:509px),
       (max-device-width:480px) and (orientation:portrait) {
 body {
	font: 300 11.75px/1 "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}
.wrapper {
	width: 100%;
	}
.header {
	width: 306px;
	margin: 0 auto;
	text-align: center;
	}
	.header ul { float:none; text-align:center; margin: 25px 0 0 10px; }
	.header ul li { padding: 0; float:none; display:inline; }
	.header ul a { padding: 0; margin: 0; display: inline-block; color: white; line-height: 1.65; text-shadow: 0 1px 0 black; text-transform: uppercase; }


.logo {
	background:url(../images/dlblogo.png) no-repeat;
	width: 238px;
	height:19px;
    margin: 0 auto;
	float:none;
	-webkit-background-size: 100%;  /*  prevents logo background image from scaling huge */
    -moz-background-size: 100%;
    -ms-background-size: 100;
    background-size: 100%;
}
.main {
	width: 306px;
	margin: 0 auto;
}
.main ul {
	padding: 15px 0;
}
.main ul li {
	float:left;
	margin: 10px 0 0 0;
	width: 306px;
	height: 220px;
	text-align:center;
}
.main ul li:nth-child(3n+0) {
	margin: 10px 0 0 0;
}
.main ul li:nth-child(2n+0) {
	margin: 10px 0 0 0;
}
.main ul li a {
	display:block;
	height:220px;
}
.main ul li img {
	padding: 0;
	margin: 0;
	max-height: 100%;
}


/*  contact page */
.about-wrapper p,
.about-recognition ul li {
	color:#555;
	text-align:left;
	float: none;
	margin: 0 0 10px 0;
	width: auto;
	height: auto;
}
	.about-recognition ul li:nth-child(3n+0) {
		margin: 0 0 10px 0;
	}
	.about-recognition ul li:nth-child(2n+0) {
		margin: 0 0 10px 0;
	}


/*  contact page */
textarea#textareastyle {
	width: 250px;
	height: 120px;
	}

.footer {
	width: 306px;
	margin: 0 auto;
}
.detail-image {
	margin: 0;
}
	.detail-image img {
		display:block;
		margin:0 auto;
		max-width:306px;
		max-height:306px;
	}


	   }