/*
	stylesheets for washburnandwilson.com
	1.1
	Julie Berlin
	julie@helpmejulie.com
*/



/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	line-height: 1.7em;
	color: #333;
}


/* anchors
----------------------------------------------- */
a {
	color: #963;
/*	font-weight: bold;	*/
	text-decoration: none;
}

a:hover {
	color: #963;
	text-decoration: underline;
}
/*	
a:focus {
	outline: 1px dotted invert;
}
*/


/* =Headings
--------------------------------------------------------------------------------*/


/* headings
----------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	color: #333;
	line-height: 1.3em;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 25px;
	margin-bottom: .5em;
}

h3 {
	font-size: 18px;
	margin: 1em 0 .5em 0;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

h6 {
	font-size: 11px;
	text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

}

/* branding
----------------------------------------------- */
h1#branding {
	text-indent: -9999px;	
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	color: #963;
}

/*	Paragraphs and block level elements
----------------------------------------------- */
p, ol, ul, dl, blockquote {
	margin-bottom: 1em;
}

p {
	
}


/*	=Lists
----------------------------------------------- */
ol {

}

ul {

}

li {

}

ol li {

}

ul li {

}

ol ol,
ul ul {
	margin: 4px 0;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	
}

dl {

}

dt {

}

dd {
	margin-bottom: 20px;
}



/* boxes
----------------------------------------------- */
.box {
	margin-bottom: 20px;
	padding: 10px;
}


/* =Microformats
----------------------------------------------- */


/*	=vcards	
----------------------------------------------- */
.vcard {

}

.vcard .note {

}

.adr {
	margin: 1em 0;
}

.adr .type {	/*	work | home | pref | postal | dom | intl	*/

}

.post-office-box {
	display: block;
}

.street-address {
	display: block;
}

.tel .emph {
	color: #000;
}

.email {
	color: #333;
}

.vcard .email {
	color: #333;
}

.vcard a.email:hover {
	color: #000;
}

.email .type {

}

.email .value {

}



/*	=Generic reusable styles
---------------------------------------	*/

.note {
	font-size: .9em;
}


.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}















.callout {
	margin: 10px 0 10px 16px;
	float: right;
}

.callout img {
	border: 1px solid #CCC;
	padding: 4px;
	display: block;
}

.date,
.dtstamp,
.caption {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: 11px;
	margin: .2em 0;
	color: #666;
	line-height: normal;
}



.title {
	/*	used for title of artwork	*/
	font-style: italic;
}

#collections + ul li {
	font-weight: bold;
}

.title,
.img-title {
/*	this is used for artwork titles and show titles */
	font-weight: bold;
}

span.show {
	/*	used on the events page and resume	*/
	display: block;
	margin: 0;
	font-style: italic;
}

span.venue {
/*	font-style: italic;	*/
}

span.venue:after {
	/*	this adds a comma after city & state */
	content: " / ";
}

span.location {
	color: #666;
}



span.date:before {
	content: " (";
}
span.date:after {
	content: ")";
}

span.degree {
	font-family: "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}

span.award {
	font-size: 11px;
	color: #963;
}
span.award:before {
	content: "> ";
}






.img-border {
	margin: 0 auto;
	border: 1px solid #CCC;
	box-shadow: 2px 2px 2px #CCC;
	-moz-box-shadow: 2px 2px 2px #CCC;
}

.imagery {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	height: 130px;
	margin: 5px;
}




.featured {
	margin: 0 2% 10px 2%;
}

.featured .img-border {
	float: left;
	width: 50%;
	margin: 0 auto;
}

.featured .desc {
	float: right;
	width: 50%;
}

.featured .imagery {
	height: 240px;
	padding: 5px;
}

.featured .about {
	float: left;
	width: 45%;
	margin-right: 4%;
}

.featured h3 {
	color: #000;
}


.latest {
	margin: 0 2% 40px 2%;
}

.latest .img-border {
	float: left;
	width: 38%;
}

.latest .imagery {
	height: 190px;
	padding: 5px;
}

.latest .desc {
	float: left;
	width: 55%;
	margin-left: 4%;
}



.latest h3 a {
	color: #000;
}





.portfolio h3 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 1em 0 0 0;

}

.portfolio h3 a {
	color: #666;
	display: block;
	background-image: url(../ui/arrow.jpg);
	background-position: right 0px;
	background-repeat: no-repeat;
}

.portfolio h3 a:hover {
	color: #963;
	text-decoration: none;
	background-position: right -27px;
}

.portfolio .desc {
	font-size: .9em;
	padding: 0 6px 10px 6px;
	position: relative;
	height: 11em;
	overflow: hidden;
}

.portfolio p {
	line-height: 1.6em;
	margin: .2em 0 0 0;
	
}

a.more {
	float: left;
	margin-right: 22px;
	padding-right: 20px;
	color: #666;
	background-image: url(../ui/arrow.jpg);
	background-position: right 4px;
	background-repeat: no-repeat;
}
/*
.latest a.more {
display: block;
width: 33%;

}
*/

a.more:hover {
	color: #963;
	text-decoration: none;
	background-position: right -23px;
}


.secondary {
	font-size: .95em;
}

.secondary h4 {
	margin-bottom: .5em;
}


.secondary h4 a {
	padding-right: 24px;
	background-image: url(../ui/arrow.jpg);
	background-position: right 1px;
	background-repeat: no-repeat;
}

.secondary h4 a:hover {
	color: #963;
	text-decoration: none;
	background-position: right -26px;
}

h4.past {
	margin: 3em 0 1em 0;
	color: #666;
}




h4.img-title {
	margin-top: .75em;
	font-style: italic;
	font-size: 13px;
}



/*	=events
-------------------------------------------*/
.vevent {
	margin-bottom: 1.5em;
	line-height: 1.4em;
}


.summary {
	font-weight: bold;
	padding-right: .5em;
}

.dtstamp {

}

.location {
	line-height: 1.5em;
}



.secondary .summary {
	margin: .3em 0;
}





