/* CSS Document */


/* Global
------------------------------------------------------------------*/

a, a:link, a:visited {
	outline: none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color:#333;
	margin:0;
	padding:0;
}

.page-title {
	font-size:1.275em;
	color: #B20009;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin:0 0 0.85em;
	padding:0;
}

h2.entry-title,
h3.entry-title {
	font-weight:bold;
	font-size:108%;
	margin-bottom:.17em;
	color:#000;
}

h2.entry-title a:link,
h2.entry-title a:visited,
h3.entry-title a:link,
h3.entry-title a:visited {
	color:#4d5e93;
	color:#000;
	border-color:#999;
}

h2.entry-title a:hover,
h3.entry-title a:hover {
	color:#e67300;
}

.single h2.entry-title {
	font-size:125%;
	margin-bottom:1em;
}

div.entry-date {
	margin-bottom:.5em;
}
.entry-date abbr {
	color:#999;
	border:none;
}

.post{
	margin-bottom:3em;
}

.archive .post p,
.home .post p,
.category .post p,
.search .post p{
	margin-bottom:0;
}

.archive .post object,
.home .post object,
.category .post object,
.search .post object {
	margin-top:.5em;
}

.category-cae-podcast object {
	margin-bottom:.5em;
}

.entry-content ol {
	line-height:1.6em;
}

.entry-meta,
.comment-meta {
	font-size:83%;
	color:#999;
	line-height:150%;
	margin-top:.6em;
}

.single .entry-meta {
	padding-top:.3em;
	border-top:solid 1px #ccc;
}

.meta-sep {
	margin:0 4px;
}

#comments {
	color:#444;
	margin-top:3em;
	background:#f6f6f6;
}

#comments h3 {
	font-weight:bold;
}

#respond,
#comments-list{
	padding:12px;
}

#comments-list{
	border-bottom:solid 1px #fff;
}


.tag-links {
	padding-left:12px;
	background:url(../../images/tag.gif) no-repeat 0 1px;
}
.comments-link {
	padding-left:13px;
	background:url(../../images/comment.gif) no-repeat 0 1px;
}

p {
	margin: 0 0 1.5em 0;
	line-height: 1.6em;
}

.intro,
.intro1,
#intro {
	/*font-size: 11px;
	line-height: 1.5em;*/
	color: #000;
}
strong {
	color:#222;
	font-weight:bold;
}
em {
	color:#666;
}
hr {
	display:none;
}
div.spacer {
	clear:both;
}
div.border {
	border-bottom:1px solid #ccc;
	clear:both;
	margin:0 0 2em 0;
}
.hide {
	display:none;
}
.move {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	font-size: 1px;
}


/* **** **** **** **** links **** **** **** **** */
a:link,
a:visited {
	color:#6072AB;
	text-decoration:none;
	border-bottom:1px dotted #6072AB;
}
a:hover {
	color:#e67300;
	text-decoration:none;
	border-bottom:1px solid #e67300;
}

a.li-pdf,
a.li-doc {
	padding:1px 0 1px 18px;
	font-weight:bold;
}

a.li-doc {
	background:url(../../images/page_white_word.png) no-repeat 0 50%;
}

a.li-pdf {
	background:url(../../images/page_white_acrobat.png) no-repeat 0 50%;
}

a.li-external {
	padding-right:15px;
}

a.li-external {
	background:url(../../images/li-external.png) no-repeat 100% 50%;
}




/* **** global navigation **** */
#globalnav a {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}
#globalnav a span:hover{
	text-decoration:none;
	border-bottom:1px solid #fff;
}
#globalnav a:hover {
	background-repeat: no-repeat;
	background-position:6px 3px;
}
#globalnav .home a:hover {
	background-image: url(../../images/mainnav_dot_home.gif);
}
#globalnav .about a:hover {
	background-image: url(../../images/mainnav_dot_about.gif);
}
#globalnav .programs a:hover {
	background-image: url(../../images/mainnav_dot_programs.gif);
}
#globalnav .public a:hover {
	background-image: url(../../images/mainnav_dot_public.gif);
}
#globalnav .media a:hover {
	background-image: url(../../images/mainnav_dot_media.gif);
}
#globalnav .sitemap a:hover {
	background-image: url(../../images/mainnav_dot_sitemap.gif);
}


/* **** ****  general layout **** **** */
#outerwrap {
	border-right:solid 1px #ccc;
}
#outerwrap {
	width:750px; /* Tantek Celik hacks: for ol' Win IE 5.5 */
	voice-family: "\"}\"";  
  	voice-family:inherit;
	width:749px; /* for the browsers we like */
}
html>body #outerwrap { /* for Opera 5 */
	width:749px;
} 
#wrap1 {
	padding-bottom:150px;
}
.left {
	float:left;
	margin-right:8px;
}
.right {
	float:right;
	margin-left:8px;
}


/* **** ****  header and logo **** **** */
#header {
	background-color:#000;
}
#header p {
	padding: 0;
	margin: 0;
}
#logo {
	width: 604px;
	float: right;
}
#logo #mark{
	float: right;
	width: 45px;
}
#logo p {
	text-indent: -9999px;
	background-image: url(../../images/logo_sfac_text.gif);
	background-repeat: no-repeat;
	height: 44px;
	position: relative;
	left: 348px;
	top: 0px;
	width: 211px;
}
#logo a {
	text-decoration:none;
	border-bottom:none;
}


/* **** ****  header images **** **** */
#header {
	background-image: url(/media/header-images/home.jpg);
	background-position: right top;
	border-bottom:solid 1px #c5c6ca;
}

.home #header {
	background-image: url(/media/header-images/home.jpg);
}

.category-press-releases #header,
.s-category-press-releases #header{
	background-image: url(/media/header-images/press-releases.jpg);
}

.category-news-events #header,
.s-category-news-events #header {
	background-image: url(/media/header-images/news-events.jpg);
}

.category-culture-wire #header, 
.s-category-culture-wire #header {
	background-image: url(/home/images/culturewire.gif);
}

.category-cae-podcast #header,
.s-category-cae-podcast #header {
	background-image: url(/media/header-images/cae-podcast.jpg);
}


/* **** ****  footer **** **** */
/* non IE Win styles in "style-non-ie-win.css" */

#footer address p {
	display:none;
}

/* **** ****  outerwrap backgrounds **** **** */

/* dots */
#outerwrap {
	background-image: url(../../images/bg_col1-media.png);
	background-repeat: repeat-y;
}


/* **** footer cityscape images  **** */
#wrap1 {
	background-image: url(../../images/bg_footer-orange.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}


/* **** ****  main navigation **** **** */
#globalnav {
	font-size: .95em;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	width:145px;
	float:right;
	margin:0;
}
#globalnav ul {	
	margin:0;
	padding:0;
	list-style: none;
	color: #fff;
}
#globalnav ul li {
	margin:0;
	padding:9px 0 8px 0;
	display:block;
}
#globalnav ul li span{
	margin-left:16px;
}


/* **** main navigation colors **** */
#globalnav li.home{
	background-color:#99a388;
}
#globalnav li.about{
	background-color:#b1000a;
}
#globalnav li.programs{
	background-color:#e6b800;
}
#globalnav li.public{
	background-color:#475477;
}
#globalnav li.media{
	background-color:#e67300;
}
#globalnav li.sitemap{
	background-color:#8a8541;
}
#media #globalnav .media a span{
	border-bottom:1px dashed #fff;
}


/* **** sidebar **** */
#primary,
#secondary {
	background:#fff;
}
#primary {
	padding-top:5px;
}
#primary h3,
#secondary h3 {
	font-size:91.7%;
	font-weight:normal;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#666;
	margin-bottom:.5em;
}
#primary a:link, 
#primary a:visited,
#secondary a:link, 
#secondary a:visited{
	border:none;
}
#primary a:hover,
#secondary a:hover {
	color:#e67300;
	border-bottom:1px solid #e67300;
}
#primary .current-cat a,
#secondary .current-cat a,
.s-category-press-releases .cat-item-6 a,
.s-category-news-events .cat-item-4 a,
.s-category-culture-wire .cat-item-5 a,
.s-category-cae-podcast .cat-item-3 a{
	color:#444;
	border-bottom:1px dashed #999;
} 

#primary a img,
#secondary a img{
	border:none;
}

#primary ul,
#secondary ul {
	padding-left:16px;
}
#primary ul ul,
#secondary ul ul {
	padding-left:0;
}

li a.feed {
	background:url(../../images/icon_feed.png) no-repeat;
	padding-left:16px;
}

div.sidebar ul ul li.itunes {
	margin-top:20px;
}

#search h3 {
	margin-bottom:0;
}

div#primary {
	margin-bottom:3px;
}

div#container,
div#primary {
	margin-top:34px;
}

div#container {
	padding-top:3px;
}


/* post styles --------------- */
.post blockquote {
	margin-left:1em;
	padding-left:1em;
	padding-right:2em;
	border-left:1px dotted #999;
}


/* downloads --------------- */
.download {
	color:#3d3d3d;
	background:#e7f0f6;
	clear:both;
	display:block;
	padding:6px 14px;
	border:1px solid #dddddd;
	}	
	
.download a:link,
.download a:visited {	
	border-bottom:none;
	}

.download strong {
	font-weight:bold;
	}

.contact {
	background:#e7e7e7;
	clear:both;
	display:block;
	padding:6px 14px 1px;
	border:1px solid #dddddd;
	}	


/* images --------------- */
.wp-caption a:link, 
.wp-caption a:visited {
	border:none;
}
.wp-caption a img {
	border:none;
}

p.wp-caption-text{
	color:#777;
	font-size:83%;
	line-height:130%;
	margin-bottom:1em;
}
#TB_window a:link,
#TB_window a:visited {
	border:none;
}



/* clearfix --------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {
	display: inline-block;
	}
/* Holly */
	/* Hide from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */






