/* what we have loved, others will love, and we will teach them how */

@import "reset.css";

/* general */

body {
	font-family: Georgia, serif;
	background: #eee;
	color: #000;
	}
	
img {
	border-style: none;
	}	
	
img.float-left {
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #ccc;
	}
	
#shell {
	box-shadow: 0 0 15px #888;
	-webkit-box-shadow: 0 0 15px #888;
	-moz-box-shadow: 0 0 15px #888;
	min-width: 1050px;
	margin: 20px;
	padding: 10px;
	background: #fff;
	}		

#container {
	padding: 50px 30px 30px 30px;
	background: #fff;
	border: 1px solid #ccc;
	}

/* top */	
	
#flag  {
	background: url(../graphics/flag.png) no-repeat scroll 0 0 transparent;
	height: 0;
	overflow: hidden;
	width: 1012px;
	margin: 0 auto 0 auto;
	padding-top: 163px;	
	}
	
#banner  {
	width: 990px;
	margin: 0 auto 10px auto;
	}	
	
#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto; 
	padding: 0 0 30px 0;
	}
	
/* Type */
	
h2 {
	box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;	
	margin: 0 0 12px 0;
	font-weight: normal;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 140%;
	padding: 7px 3px 7px 10px;
	background: #fff;
	border: 1px solid #ddd;
	}
	
h2.pink {
	background: #fcf;
	color: #8f4f8f;
	border: 1px solid #edaded;
	}	
	
h3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 160%;
	}
	
p {
	margin: 0 0 20px 0;
	}	
	
p.medium {
	margin: 0 0 5px 0;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 140%;	
	}
	
p.large {
	margin: 0;
	font-size: 1.7em;
	line-height: 120%;
	}	

span.light-text {
	color: #999;
	}
	
span.date,
span.attribution,
span.attribution-small {
	font-size: .9em;
	color: #888;
	}
	
span.attribution-small {
	font-size: 12px;
	}	
		
/* special boxes */

.cover {
	padding: 5px;
	border: 1px solid #aaa;
	background: #fff;
	line-height: 0;
	}
	
.cover a {
	border: 0;
	}	
	
/* box list */

.box li {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	background: url(../graphics/icon-eye.png) top left no-repeat;
	}
	
/* menu-item */

.menu {
	margin: -7px 0 -10px 0;
	}

.menu-item {
	box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;	
	margin: 5px 0 5px 0;
	padding: 12px 12px 12px 12px;
	clear: both;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
	}

.menu-item .image {
	float: left;
	margin: 0 10px 0 0;
	line-height: 0;
	}
	
.menu-item .image img {
	padding: 5px;
	background: #fff;
	border: 3px solid #fcf;
	}
	
.menu-item .image img:hover {
	background: #fff0ff;
	border: 3px solid #f8adf8;
	}	
	
.menu-item .text {
	float: right;
	width: 278px;
	margin: 5px 0 0 0;
	font-size: .95em;
	color: #777;
	line-height: 165%;
	}
	
.menu-item h3 {
	font-size: 1.3em;
	line-height: 160%;
	}
	
.menu-item h3.smaller {
	margin: 0 5px 0 0;
	font-size: 1.2em;
	display: inline;
	}

/* masonry */

.wrap {
	margin: 0 0 20px 0;
	}

.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.box {
    margin: 5px;
    padding: 0 0 0 0;
    background: transparent;
    float: left;
    font-size: .85em;
    line-height: 150%;
	}

.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }
.col6 { width: 580px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }
.col6 img { max-width: 580px; }

/*painting */

.painting {
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
	
	text-align: center;
	}
	
/* footer */

#footer {
	box-shadow: 0 0 15px #ccc;
	-webkit-box-shadow: 0 0 15px #ccc;
	-moz-box-shadow: 0 0 15px #ccc;	
	margin: 5px 0 0 0;
	padding: 25px;
	background: #fff;
	color: #999;
	font-size: .9em;
	letter-spacing: -.02em;
	line-height: 145%;
	text-align: center;
	clear: both;
	border: 1px solid #ddd;
	}

/* links */
	
a,
a:visited {
	padding: 0 0 1px 0;
	color: #906;
	text-decoration: none; 		
	border-bottom: 1px dotted #aaa;
	}
 
a:hover,
a:active {
 	color: #c06;
	border-bottom: 0;
 	}
 	
.image a  {
 	border: 0;
 	}		
 
/* nav */

#nav {
	padding: 22px 0 10px 0;
	background: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid #ccc;		
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	text-align: center;	
	}
	
#nav li {
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
	display: inline;
	}
	
#nav li.title {
	color: #999;
	}				
	
#nav a,
#nav a:visited {
	font-weight: normal;
	color: #999;
	text-decoration: none;
	border: 0;
	}
	
#nav a:hover,
#nav a:active {
 	color: #c06;
 	}
 	
#nav li.active a,
#nav li.active a:visited,
#nav li.active a:hover,
#nav li.active a:active {
	color: #000;
	text-decoration: none;
	} 	
 	
/* end */