/*  
Theme Name:Bradford2
*/

body{
	background: #ffffff;
	color:#000;
	font:9pt Tahoma, Geneva, Verdana, sans-serif;
}

*{
	margin:0;
	padding:0;
}

img {
	margin: 14px 0 5px 0;
}
#content img.bio {
	margin: 0px 0 5px 10px;
}
#content #bio {
	margin: 0px 0 5px 10px;
	float: right;
	width: 150px;
}
#content #bio_text #bio2 {
	margin: 0px 0 5px 10px;
	float: right;
	width: 220px;
}
#content span.caption {
	font-family: Tahoma, Geneva, Verdana;
	font-size: 10px;	
}
a {
	text-decoration:none;
	color: #3366CC;
}

a:hover, a:active {
	text-decoration: none;
	color: #666;
}

a:visited {
	color:#3366cc;
	text-decoration: none;
}
#content a:visited {
	color: #663399;
}

a img{
	border:0;
}

p, dt, dd, address, th, td{
	font:9pt Tahoma, Geneva, Verdana, sans-serif;
	/*text-indent:1.5em;*/
	margin:0 0 1em;
}

table{
  margin:0 0 1em;
}

  th, td{
    margin:0;
    padding:.25em;
  }

address{
  font-style:italic;
}

pre{
	font:1.4em/2em courier, monospace;
	margin:0 0 1em;
}

ul, ol{
  margin:1em 0;
}

li{
  margin:0 0 1em .5em;
}

  li li{
    margin:0 0 0 2em;
  }

blockquote{
	font: 9pt Tahoma, Geneva, Verdana, sans-serif;
  	margin:2em;
	line-height: 1.8em;
}
.wp-caption-text {
	font: 7pt Tahoma, Geneva, Verdana, sans-serif;

}

  blockquote blockquote{
    font-size:1em;
  }

  blockquote p{
    font-size:1em;
  }

fieldset{
	border:0;
}

	fieldset input, fieldset textarea{
		border:1px solid #ccc;
		margin:0 0 1em;
	}

	fieldset input.submit{
		background:#fff;
		padding:.5em;
		text-align:center;
	}

	fieldset input.submit:hover{
		background:#eee;
	}
	
	fieldset legend{
		font-size:1.2em;
		padding: 0 0 1em;
		font-weight:bold;
	}

label{
	font-weight:bold;
	margin:0 0 .5em;
}

.clear{
	clear:both;
}

img.centered,.aligncenter,div.aligncenter{
  display:block;
  margin-left:auto;
  margin-right:auto;
}

img.alignright,img.alignleft{
  display:inline;
}

.alignright{
  float:right;
  margin: 0 0 5px 10px;
}

.alignleft{
  float:left;
  margin: 0 10px 5px 0;
}

#content{
	
	width:472px;
	margin-left: 240px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 2em;
	border-left: 1px dotted #ddd;
	border-right: 1px dotted #ddd;
	color: #676767;
}

	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
		color:#555;
		font-size:2em;
		padding-bottom:1em;
		line-height:1.8em;
		/*clear:both;*/
		font-family: Tahoma, Geneva, Verdana;
	}
	
	#content h2{
	  font-size:1.5em;
	}
	
	  #content #introText h2{
	    font-size:2em;
	    line-height:1em;
	    padding-bottom:0.5em;
	    border-bottom:1px solid #ccc;
	    float:left;
	    color:#006;
	    /*font-variant:small-caps;*/
	  }

	#content h2.postTitle{
		color:#000;
		/*border-bottom:1px solid #ccc;*/
		/*float:left;
		clear:left;*/
		padding-bottom:.3em;
		font-size:20px;
		line-height: 1.3em;
		/*font-variant:small-caps;*/
	}
	
	  #content h2.postTitle a, #content h2.postTitle a:visited {
		  padding-bottom:.35em;
		  color: #000;
		  text-decoration: none;
	  }
	  
	  #content h2.postTitle a:hover {
	  	color: #666;
		text-decoration: none;
	  }
	
	#content h2.archive{
		font-size:1.75em;
	}
	
	#content h2 a{
		color:#006;
	}
	
	#content h3{
	  font-size:1.25em;
	}
	
	#content h4, #content h5, #content h6{
	  font-size:1.15em;
	  color: #000;
	}
	
	#content hr{
		clear:left;
		margin:0 2em;
	}
	
	#content .post{
	  	/*clear:both;*/
		margin-bottom:2.5em;
		padding-right:2em;
		font: 9pt Tahoma, Geneva, Verdana, sans-serif;
		line-height: 1.1em;
		color: #676767;
	}
	
	  #content .post .title {
	    overflow: auto;
	  }
	
	#content p, #content #bio_text {
		/*clear:left;*/
		line-height:1.8em;
		overflow:auto;
	}
	#content span {
		line-height:1.8em;
		font: 9pt Tahoma, Geneva, Verdana, sans-serif;
	}

	
		#content p.date{
			text-indent:0;
			font-weight:bold;
			font-size:1em;
		}
	
		#content p a:visited{
			color:#663399;
		}
		
		#content p.meta{
			margin:1em 0 -1em;
		}
		
		#content p.feedback{
			padding-bottom:1em;
		}
		
		#content li p, #content li blockquote{
			float:none;
			font: 9pt Tahoma, Geneva, Verdana, sans-serif;
			color: #000;
		}
		
		  #content li blockquote p{
		    font-size:9pt;
		  }
		
	#content ul, #content ol, #content dl{
		
		margin:9px 3em 1em;
	}
	
		#content ul li, #content ol li, #content dd, #content dt{
			font:9pt Tahoma, Geneva, Verdana, sans-serif;
			margin:0 0 1em;
		
		}
		
		  #content ul ul, #content ul ol, #content ol ol, #content ol ul {
		    margin: 1em 0 0 1.8em;
			
		  }
		
  		  #content ul li li, #content ol li li {
  		    font-size: 9pt;
			margin-bottom: 0;
  		  }
		
	#content ul.postInfo{
		list-style:none;
		margin:0 0 1.8em 0em;
				
	}
	
		#content ul.postInfo li{
			/*background:url(images/bullet.gif) .7em center no-repeat;*/
			margin-bottom:.5em;
			/*padding-left:1.25em;*/
			font-size:10pt;
		}
	
			#content ul.postInfo li span{
				font-weight:bold;
			}
		
	#content textarea{
		width:35em;
		height:10em;
	}
	
	#content #page404 ul li{
		float:left;
		list-style-type:none;
		margin:0 1em 1em 0;
	}
	
	#content #comments, #content #trackBacks{
		clear:both;
	}
	
		#content #comments h4, #content #trackBacks h4{
			font-size:1.2em;
			margin:0 3em 1em 0;
			padding-bottom:.5em;
			border-bottom:0.1em solid #ccc;
			color:#69c;
		}
	
		#content #comments p, #content #trackBacks p, #content fieldset p, #content p.categoryPagination{
			text-indent:0;
			
		}
		
		#content #comments p.commentAuthor{
			font-size:0.8em;
			margin-bottom:0;
			overflow:hidden;
		}
		
		#content #comments p.messageTime, #content #trackBacks p.commentAuthor{
			font-size:1em;
		}
	
		#content #comments li, #content #trackBacks li{
			margin-bottom:0;
			padding:1em;
		}
	
		#content #comments .avatar{
			float:right;
			padding:.5em;
			margin-left:1em;
			border:1px solid #ccc;
		}
		
		#content #comments p.closedComments{
		  text-indent:1.5em;
		}
		
	#content p.categoryPagination{
	  padding: 20px 1px 0 0;
	}
	
	  #content p.categoryPagination span{
	    width:45%;
  	  float:right;
  	  text-align:right;
  	}
		
  	#content p.categoryPagination span:first-child{
  	  float:left;
  	  text-align:left;
  	}
		
	#content label, #content textarea{
		display:block;
	}
	
	#content p.backToTop{
		font-size:1em;
		text-indent:0;
		padding-top: 15px;
		clear: both;
	}
	#content .all_activities {
		padding-top: 10px;
		width: 472px;
		border-top: 1px dotted;
	}
#left_sidebar{
	float:left;
	width:240px;	
}
	#left_sidebar h2, h3 {
		font-family: Vrinda, Tahoma, Geneva, Verdana;
		font-weight: normal;
		font-size:1.7em;
		padding-bottom:.1em;
		margin:.2em 0;
		color: #999;
	}
	
		#left_sidebar h2 a{
			color:#69c;
			/*margin-right:10px;*/
		}
	#left_sidebar a:hover {
		color:#666;
		text-decoration: none;
	}

	#left_sidebar h4{
		color:#69c;
		font-size:1.25em;
		padding:0 0 .5em 1em;
		margin:.2em 0;
	}
	
		
	#left_sidebar p, dt, dd, address, th, td, ul, ul li {
	font-family: Tahoma, Geneva, Verdana;
	/*text-indent:1.5em;*/
	}
	#left_sidebar p#tagCloud{
		text-indent:0;
	}
	
		#left_sidebar p#tagCloud a{
			line-height:1.1em;
		}
	
	#left_sidebar ul{
		list-style-type:none;
		margin-bottom:2em;
	}
	
	  #left_sidebar ul li{
	    margin:0 /* 0 .5em*/;
	    line-height:1.3em;
		padding:.3em 0 .3em 0;
	  }
	
			#left_sidebar ul li a{
				/*background:url(images/bullet.gif) .7em center no-repeat;
				color:#9c9;*/
				/*padding:.3em 0 .3em 0;*/
				display:block;
				font-size:8pt;
			}
			
			#left_sidebar ul li a:hover{
				/*background:#333 url(images/bullet2.gif) .2em center no-repeat;*/
				color:#666;
				border:0;
			}
			
			  #left_sidebar ul li li{
			    margin-left:2em;
			  }

#right{
	float:right;
	width:200px;
	
	
}
	#right a:hover {
		color:#663399;
		text-decoration: none;
	}
	#right h2{
		font-family: Vrinda, Tahoma, Geneva, Verdana;
		font-weight: normal;
		font-size:1.7em;
		padding-bottom:.1em;
		margin:.2em 0;
		color: #999;
	}	
		#right h2 a{
			color:#69c;
			margin-right:10px;
		}

	#right h4{
		color:#69c;
		font-size:1.25em;
		padding:0 0 .5em 1em;
		margin:.2em 0;
	}
	#right, #left_sidebar li{
		list-style-type:none;
		margin-bottom:2em;
	}
		
	#right #search{
		margin-bottom:2em;
	}
	
		#right #search div{
			margin-top:.5em;
		}
		
			#right #search input{
				padding:.2em 0;
			}
			
			#right #search input.submit{
				padding:.1em .5em;
			}
			
	#right p, dt, dd, address, th, td, ul, ul li {
	font-family: Tahoma, Geneva, Verdana;
	color:#676767;
	font:9pt;
	/*text-indent:1.5em;*/
	}
	#right p#tagCloud{
		text-indent:0;
	}
	
		#right p#tagCloud a{
			line-height:1.1em;
		}
	
	#right ul{
		list-style-type:none;
		margin-bottom:2em;
	}
	
	  #right ul li{
	    margin:0 /* 0 .5em*/;
	    line-height:1.3em;
		padding:.3em 0 .3em 0;
	  }
	
			#right ul li a{
				/*background:url(images/bullet.gif) .7em center no-repeat;
				color:#9c9;*/
				/*padding:.3em 0 .3em 0;*/
				display:block;
				font-size:8pt;
			}
			
			#right ul li a:hover{
				/*background:#333 url(images/bullet2.gif) .2em center no-repeat;*/
				color:#666;
				border:0;
			}
			
			  #right ul li li{
			    margin-left:2em;
			  }

#wrapper{
	width:982px;
	margin:0 auto;
	padding: 0;
	border: 1px solid #ddd;
	/*background: url(images/bg_shadow.gif) top repeat-y;*/
	background: #fff;
}
#body{
	width:962px;
	margin:0 auto;
	padding: 10px;
	background: #FFF;
}

#header{
}

	#header #blogTitle{
	  background: url(images/img_header.gif) top center no-repeat;
	  margin: 0 auto;

	}
	
	#header #blogTitle div{
	  width:100em;
	  margin:0 auto;
	  padding:0em 0 1em;
	  overflow:auto;
	}
	#header #blogTitle img{
	  margin-top:0;
	  margin-bottom: 0;

	}	
	
	#header h1{
	  color:#fff;
	  font-size:3em;
	  /*font-variant:small-caps;*/
	}

  	#header h1 span{
  	  font-variant:normal;
  		color:#fff;
  		font-size:.4em;
  		float:right;
  		text-align:right;
  		line-height:1.2em;
  		padding:1.5em 0 0;
  	}
	
	#header #blogNavigation{
	  background:#fff top left repeat-x;
	  border-bottom:1px dotted #ddd;
	  margin:0px;
	  padding: 0;
	  width: 982px;
	}
	
  	#header ul{
  		list-style-type:none;
  		/*width:100em;*/
  		margin:auto 5px;
  		display:block;
  		text-align:left;
  		line-height:1.0em;
  		padding:0.5em 0;
  	}
	
  		#header li{
  			display:inline;
			border-left: 1px solid #ccc;
			padding-left: 5px;
  		}
		#header #home {
			border-left: none;
		}
	
  		#header ul li a{
  			text-decoration:none;
  			margin:0 .5em;
  			/*font-variant:small-caps;*/
  			font-size:1.0em;
  			/*font-weight:bold;*/
  		}
  		#header ul li a.home{
  			color:#39c;
  			text-decoration:none;
  		}		
		
  		#header ul li a:hover{
  			color:#666;
  			text-decoration:none;
  		}
		#header #social_media {
			float: right;
			margin-right: 50px;
		}
		#header #social_media img {
			padding: 1px 0 0 13px
		}

		
#footer{
	clear:both;
	text-align:center;
}

	#footer p#copyright{
		margin-bottom: .5em;
		color: #676767;	
		font-family: Tahoma, Geneva, Verdana;
		font-size: 10px;	
	}
	
p.comments {
	background: #f6f4e8;
	padding-left: 5px;
	margin-top: 10px;
	clear: both;
}

#right p.catcloud {
	padding-bottom: 10px;
}

#shadow_bottom img {
	margin-top: 0px;
	margin-bottom: 0px;
}
#social_media img {
	margin-top: 0px;
	margin-bottom: 0px;
}
.textwidget img {
	margin-top: 0px;
	margin-bottom: 0px;
}
.textwidget {
	font-family: Tahoma, Geneva, Verdana;
}
img#wpstats{display:none}

.widget_pages li.current_page_item a{
   text-decoration: underline;
}
#content ul.post-meta {
 	font-family: Tahoma, Geneva, Verdana;
	list-style-type:none;
 	/*width:100em;*/
 	display:block;
 	text-align:left;
 	line-height:2em;
	padding-bottom: -10px;
	margin-left: 0px;
	padding-left: 0px;
	color: #676767;
  	}
#content ul.post-meta li {
	font-family: Tahoma, Geneva, Verdana;
	list-style-type:none;
	text-indent: 0px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
	color: #000;
}
#content ul.post-meta li span {
	font-family: Tahoma, Geneva, Verdana;
	font-weight: normal;
	color: #676767;
}

#content ul.postInfo span.tags_normal {
	font-family: Tahoma, Geneva, Verdana;
	font-weight: normal;
	line-height:1.8em;
	color: #676767;
}

#download {
	
	/*background-image: /education/images/bg_education_blue.gif;*/
	width: 95px;
	height: 121px;
	padding: 3px;
	margin: 0px 10px 10px 10px;
	float:right;
}

#download_top {
	background-image: url('http://blogs.getty.edu/openstudio/files/2010/06/download_top.gif');
	height: 65px;
	text-align: center;
	padding: 0 8px 0 3px;
	color: #000;
}

#download_bottom {
	background-image: url('http://blogs.getty.edu/openstudio/files/2010/06/download_bottom.gif');
	height: 56px;
}
#download_link {
	padding-top: 3px;
	font-size:.8em;
	line-height:1.2em;	
}
a.pdf {
	text-decoration: none;
}

#dottedline {background-image:url(http://blogs.getty.edu/openstudio/files/2010/06/dot.gif); background-repeat:repeat-x; height:5px; padding:10px 0px; margin:0px;  width:300; }

#cat_indent {
	margin-left: 15px;
}

#artworks {
	width: 442px;
}
#artwork1 {
	float: left;
	width: 210px;
	margin-right: 18px;
}
#artwork2 {
	float: left;
	width: 210px;
}
