/* @override http://www.sandiego.edu/css/peace/home.css */

/* CSS Document */

/* @group Common Home Elements */

/* @group Weatherbug */

/* hide for now */
div.weatherbug p.forecast {
	display: none;
}

div.weatherbug {
	position: absolute;
	font-size: 56.25%;
	top: 8.34em;
	right: 1.89em;
	color: #ffffff;
}

div.weatherbug div, div.weatherbug p {
	display: inline;
}

div.weatherbug p {
	padding-left: 1em;
	padding-right: 1em;
	text-transform: uppercase;
}

div.weatherbug p+p, div.weatherbug div + div {
	border-left: thin solid #ffffff;
}

/* @end */

/* @group Content Area */

h1, h2, h3, h4, p {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

p.more {
	font-size: 62.5%;
	text-transform: uppercase;
	font-weight: bold;
}

p.more a {
	text-decoration: none;
	color: #002469;
}

p.more a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
}

p.socialbookmark {
	margin-top: .6875em;
	margin-bottom: .6875em;
	margin-right: 1em;
	float: none;
	text-align: right;
}

/* @end */

/* @group Featured Area - KSPS, IPJ and TBI only */

div.feature {
	position: relative;
	width: 39.8125em;
	height: 21.625em;
}

img.feature {
	width: 39.8125em;
	height: 21.625em;
}

div.caption {
	position: absolute;
	top: 15.75em;
	left: 1em;
	text-shadow: #000000 0 0 1em;
}

div.caption h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 162.5%;
	font-weight: normal;
	color: #ffffff;
	line-height: .95em;
}

div.caption p {
	text-transform: uppercase;
	font-size: 62.5%;
	font-weight: bold;
	padding-top: 1em;
}

div.caption p a {
	color: #ffffff;
	text-decoration: none;
}

/*	ul.stories is only shared between KSPS and IPJ */
ul.stories {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 19.9375em;
	right: .4375em;
}

ul.stories li {
	font-size: 62.5%;
	width: 2em;
	line-height: 2em;
	float: left;
	list-style-type: none;
	background-color: #000000;
	border: thin solid #505050;
	text-align: center;
	margin-left: .1em;
	opacity: .6;
}

ul.stories li.open {
	border: thin solid #ffffff;
}

ul.stories li a {
	color: #ffffff;
	text-decoration: none;
}

/* @end */

/* @group Events Box - Colors are Specified Separately */

div.events {
	position: absolute;
	width: 16.5em;
	height: 21.625em;
	top: 1.5625em;
	right: 1.5625em;
	background-color: #000000;
}

div.events h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 93.75%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.8em;
	padding-left: 1.0625em;
}

div.event_listings {
	margin: 0;
	padding: 0;
	margin-top: .25em;
	margin-right: .375em;
	padding-left: .75em;
	height: 17em;
	overflow: auto;
}

div.event_listings h3 {
	font-size: 87.5%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.event_listings h3 a {
	text-decoration: none;
}

div.event_listings p {
	font-size: 62.5%;
	text-transform: uppercase;
}

div.event {
	padding-top: .375em;
	padding-bottom: 1.1875em;
	width: 13.25em;
	padding-left: .3125em;
}

div.events p.more {
	margin-left: 1.8em;
	line-height: 4.4em;
}

/* @end */

/* @group Subscription Box */

div.subscribe {
	color: #333;
/*	size-change from style guide since Myriad is not a Web-font */
	font-size: 85%;
	padding-top: .5625em;
	padding-left: .8125em;
	padding-right: .8125em;
	padding-bottom: .9375em;
}

div.subscribe h2 {
	text-transform: uppercase;
	font-size: 87.5%;
}

div.subscribe p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 87%;
	padding-top: 1em;
	padding-bottom: 1.5em;
}

div.subscribe h3 {
	display: inline;
	font-size: 81.25%;
}

/* added h3 parent element to a -sonhoang 1-15-2010 */
div.subscribe h3 a {
	color: #ffffff;
	text-decoration: none;
	padding-top: .5em;
	padding-left: .77em;
	padding-right: .77em;
	padding-bottom: .5em;
}

div.subscribe h3 img {
	padding-left: .5em;
	width: .54em;
	height: .77em;
}

/* added .social networking styles -sonhoang 1/15/2010 */
div.subscribe p.social {
	padding: 0;
}

div.subscribe p.social img {
	padding-right: 1em;
}

/* added h2.social due to IPJ request to have icons on same line as text-sonhoang 1/29/2010 */
h2.social img {
	vertical-align: middle;
	margin-left: 1em;
}


/* @end */

/*@group QuickLinks */

div#quicklinks h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}

/* @end */

/* @end */

/* @group KSPS Home Page */

body#content.ksps_home {
	background-color: #e5e1df;
}


body#content.ksps_home p.more a {
	color: #ffffff;
}

body#content.ksps_home div.body_structure {
	background-color: #ffffff;
}

body#content.ksps_home div.body_structure div.content {
	padding: 1.5625em 1.5625em .1em 1.5625em;
	background-color: #d1e3f5;
}

body#content.ksps_home div.caption {
	top: 14.375em;
	left: 1.5625em;
}

body#content.ksps_home div.caption h2 {
	font-size: 235%;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}

body#content.ksps_home div.caption a {
	text-decoration: none;
	color: #9ed4f1;
}

body#content.ksps_home div.caption h3 a, body#content.ksps_home div.caption p a {
	text-decoration: none;
	color: #ffffff;
}

body#content.ksps_home div.caption p {
	font-size: 125%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0;
	text-transform: none;
}

body#content.ksps_home div.caption h3 {
	font-size: 87.73%;
	font-family: Verdana, Geneva, sans-serif;
}

body#content.ksps_home div.events h2 {
	background-color: #05347d;
	color: #ffffff;
}

/* @group Events and News Javascript Styles */

/*	displayed using javascript -sonhoang 6-4-09 */
body.ksps_home div#schoolnews, body.ksps_home div#ipjnews, body.ksps_home div#tbinews, body.ksps_home div#schoolevents, body.ksps_home div#ipjevents, body.ksps_home div#tbievents {
	display: none;
}

span.unchosen {
	cursor: pointer;
}


div.events p.choices, body#content.ksps_home div.news p.choices {
	position: absolute;
	font-size: 56.25%;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 0;
}

body#content.ksps_home p.deptname {
	text-transform: none;
	font-size: 56.25%;
}

div.events span.chosen, div.news span.chosen, div.events span.unchosen, div.news span.unchosen {
	padding-left: .5em;
	padding-right: .5em;
}

div.events p.choices,
div.events span {
	color: #ffffff;
}

body#content.ksps_home div.news p.choices,
div.news span {
	color: #2d6094;
}

div.events p.choices {
	top: .7em;
	right: .8em;
}

div.events span.chosen,
div.events span.unchosen:hover,
div.news span.chosen,
div.news span.unchosen:hover {
	background-color: #154490;
	color: #ffffff;
}

div.news p.choices {
	top: 1.4em;
	right: 1.4em;
}

/* @end */

body#content.ksps_home div.events {
	background-color: #154490;
	color: #ffffff;
}

body#content.ksps_home div.event h3 a {
	color: #ffffff;
}

body#content.ksps_home div.event + div.event {
	border-top: thin dotted #ffffff;
}

div.prospective {
	clear: both;
	float: left;
	margin: 1em 0 0 0;
	padding: 0;
	margin-bottom: 1.5625em;
	width: 33em;
	color: #05347d;
}

h2.prospective {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	padding-left: .875em;
	padding-bottom: .6875em;
	border-bottom: #05347d thin dotted;
}

div.prospective h3 {
	font-size: 125%;
	padding-top: .2933em;
	padding-left: .5833em;
	padding-bottom: .71em;
	line-height: 1.33;
	color: #5398d8;
}

div.prospective div.video h3 {
	background-color: #ffffff;
	color: #05347d;
}

p.learn, div.learn {
	background-color: #d1e3f5;
}

p.learn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 68.75%;
	padding-left: 1.3636em;
	padding-top: .714em;
	padding-bottom: .714em;
	font-style: italic;
	border-top: thin solid #154490;
}

div.learn {
	padding-top: .3125em;
	padding-left: .9375em;
	padding-bottom: .5625em;
	height: 5em;
	margin-bottom: .25em;
}

div.learn ul {
	padding: 0;
	margin: 0;
	font-size: 68.75%;
	float: left;
}

div.learn li {
	list-style-type: none;
}

div.learn a {
	text-decoration: none;
}

ul.academics, ul.logistics {
	padding-top: .82em;
}

ul.academics a, ul.logistics a {
	color: #2d6094;
}

ul.academics li+li, ul.logistics li+li {
	padding-top: 1em;
}

ul.academics {
	width: 13.27em;
}

ul.logistics {
	width: 11.45em;
	height: 6.27em;
	border-right: dotted thin #a9ccec;
}

div.learn ul.students {
	margin-left: 1.73em;
}

ul.students a {
	color: #ffffff;
}

div.learn ul.students li {
	background-color: #1669c0;
	line-height: 2.82em;
	width: 17.82em;
	padding-left: 1em;
}

div.learn ul.students li img {
	width: .6676em;
	height: .952em;
}

div.learn ul.students li:hover {
	background-color: #154490;
}

div.learn ul.students li+li {
	margin-top: .64em;
}

div.ksps_videos {
	position: relative;
	height: 13em;
	margin-top: 2em;
}

div.ksps_videos h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	border-bottom: thin dotted #05347d;
	padding-left: .5em;
	padding-bottom: .5em;
	margin-bottom: .625em;
}

div.ksps_videos div.video {
	width: 8.975em;
	padding: .45em;
	background-color: #ffffff;
	border: thin solid #a9ccec;
	padding: .45em;
	float: left;
	margin-left: .375em;
}

div.ksps_videos div.video+div.video {
	margin-left: 1.125em;
}

div.ksps_videos img {
	width: 9em;
	height: 6.75em;
}

div.ksps_videos div.video h3 {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
	padding-top: .18em;
	padding-bottom: .18em;
}

div.ksps_videos div.video span.subject {
	font-style: italic;
}

/*	div.video_series styles added for new content -sonhoang 3/19/2010 */
div.video_series h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 100%;
	font-style: italic;
	border-bottom: thin dotted #05347d;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	margin-bottom: 0.625em;
	margin-top: 1em;
}

/*	UL removed, replaced with linked image -sonhoang 3/23/2010 */
div.video_series h2 a {
	color: #05347d;
	text-decoration: none;
}

div.video_series p {
	text-align: center;
}

div.video_series p img {
	border: thin solid #a9ccec;
	padding: .45em;
	margin: .5em 0;
}

body#content.ksps_home div.information {
	width: 20.75em;
	float: right;
	border-top: thin solid #154490;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1.5625em;
}

body#content.ksps_home div.information p.more {
/*	no content yet, possibly will lead to page populated by RSS listing of external source -sonhoang 5/29/09 */
	display: none;
}

body#content.ksps_home div.news {
	padding-top: .75em;
	padding-left: 1em;
	padding-right: .875em;
	padding-bottom: .9375em;
}

body#content.ksps_home div.news h2, body#content.ksps_home div.rss h2 {
	color: #05347d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 93.75%;
	font-style: italic;
	padding-bottom: .867em;
}

body#content.ksps_home div.news_item h3, body#content.ksps_home div.rss div.item h3 {
	font-size: 87.5%;
	padding-bottom: .5em;
}

body#content.ksps_home div.news_item h3 a, body#content.ksps_home div.rss div.item h3 a {
	color: #08233e;
	text-decoration: none;
}

body#content.ksps_home div.news p, body#content.ksps_home div.rss p {
	font-size: 62.5%;
	padding-bottom: 2.3em;
	color: #2d6094;
	text-transform: uppercase;
}

body#content.ksps_home div.news p.more, body#content.ksps_home div.rss p.more {
	padding-bottom: 0;
}

body#content.ksps_home div.rss {
	border-top: thin solid #a9ccec;
	margin-left: .5em;
	margin-right: .5em;
	padding-top: .875em;
	padding-left: .5625em;
	padding-right: .5625em;
	padding-bottom: .9375em;
}

body#content.ksps_home div.subscribe {
	border-top: thin solid #154490;
	background-color: #d1e3f5;
}

/*	added div.social to following style -sonhoang 1/15/2010 */
body#content.ksps_home div.gift, body#content.ksps_home div.social {
	border-top: thin dotted #84bce8;
}

/* added h3 parent element to a -sonhoang 1-15-2010 */
body#content.ksps_home div.subscribe h3 a {
	background-color: #125FB0;
}

/* added h3 parent element to a -sonhoang 1-15-2010 */
body#content.ksps_home div.subscribe h3 a:hover {
	background-color: #154490;
}

/* @end */

/* @group KSPS Footer */

body#content.ksps_home div.bottom_left_rounded_corner {
	background-image: url('http://www.sandiego.edu/peacestudies/images/template/ksps_white_bg_bottom_left.png');
}

body#content.ksps_home div.bottom_right_rounded_corner {
	background-image: url('http://www.sandiego.edu/peacestudies/images/template/ksps_white_bg_bottom_right.png');
}
body#content.ksps_home div.bottom_drop_shadow {
	background-image: url("http://www.sandiego.edu/peacestudies/images/template/ksps_white_bg_bottom_middle.png");
}

/* @end */

/* @group IPJ Home Page */

body#content.ipj_home {
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ipj_home_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

body#content.ipj_home div.body_structure {
	background-color: transparent;
}

body#content.ipj_home div.body_structure div.content {
	padding: 0;
	background-image: none;
}

body#content.ipj_home img.tail {
	position: absolute;
	width: 3.6875em;
	height: 9.8125em;
	left: -3.6875em;
}

body#content.ipj_home ul#areas {
	top: 9.71875em;
	border-bottom: medium solid #1a75cf;
}

body#content.ipj_home ul#subareas {
	top: 19.4em;
}

div.features_and_events {
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ksps_home_bg_top.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #1a75cf;
	padding-top: 1.125em;
	padding-left: 1.5625em;
	padding-right: 1.5625em;
	padding-bottom: 1.125em;
}

body#content.ipj_home div.caption {
	top: 16.75em;
}

body#content.ipj_home div.events {
	top: 1.125em;
	color: #70752b;
	background-color: #ffffff;
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ipj_home_events_bg.png);
	background-position: 0 1.8em;
	background-repeat: repeat-x;
}

body#content.ipj_home div.events a {
	color: #70752b;
}

body#content.ipj_home div.events h2 a {
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
}

body#content.ipj_home div.event p {
	text-transform: none;
	color: #999999;
}

body#content.ipj_home p.socialbookmark {
	margin-right: 4em;
}

body#content.ipj_home div.event + div.event {
	border-top: thin dotted #999999;
}

body#content.ipj_home div.information {
	margin-left: 1.5625em;
	width: 20.75em;
	border-top: thin dotted #000000;
	padding-top: .1em;
	float: left;
	margin-bottom: 1.5625em;
}

body#content.ipj_home div.news {
	border-top: thin solid #000000;
	padding-top: .8125em;
	padding-left: .875em;
	padding-right: .875em;
	padding-bottom: .8125em;
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ipj_news_bg-trans.png);
	background-repeat: repeat;
}

body#content.ipj_home div.news img {
	display: none;
}

body#content.ipj_home div.news h2 {
	font-size: 100%;
}

/* 9/14/2010 mandersen added the following to accomodate h2 links */
body#content.ipj_home div.news h2 a {
	text-decoration: none;
	color: #000000;
}

body#content.ipj_home div.news h2 a:hover {
	text-decoration: underline;
}

body#content.ipj_home div.news h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding-bottom: .625em;
}

body#content.ipj_home div.news h3 a {
	color: #000000;
	text-decoration: none;
}

body#content.ipj_home div.news_item {
	margin-top: 1.1875em;
}

body#content.ipj_home div.news_item a {
	color: #70752b;
}

body#content.ipj_home div.news_item p.date {
	font-size: 62.5%;
	text-transform: uppercase;
	margin-bottom: .4375em;
}

body#content.ipj_home div.news_item p {
	font-size: 68.75%;
	margin-bottom: 1em;
}

body#content.ipj_home div.news p.more {
	font-size: 62.5%;
}

body#content.ipj_home div.news p.more a {
	color: #000000;
}

div.actions {
	border: .1875em solid #e5e1df;
	outline: thin dotted #000000;
	background-color: #8d9059;
}

div.actions h3 {
	font-family: Verdana, Geneva, sans-serif;
}

div.actions h3 a {
	background-color: #70752b;
}

/*	added for new social networking area -sonhoang 1-15-2010 */
div.actions div.gift, div.actions div.social {
	border-top: thin solid #a4a579;
	padding-top: 0;
}

div.actions div.social {
	padding-top: 1em;
}

body#content.ipj_home p.social img {
	padding-top: 1em;
}

div.featured_content {
	margin-right: 2.5em;
	float: right;
	width: 32.125em;
	margin-bottom: 1.5625em;
	border-top: thin dotted #000000;
	padding-top: .1em;
}

div.story {
	border-top: thin solid #000000;
	border-bottom: thin dotted #000000;
	margin-bottom: .1em;
}

div.story a {
	text-decoration: none;
}

/*	added 9-17-09, no color was specified before -sonhoang */
div.story p a {
	text-decoration: underline;
	color: #70752b;
}

div.story h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	padding-top: .75em;
	padding-bottom: 1em;
}

div.story h3 a {
	color: #70752b;
}

div.story h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 112.5%;
	padding-bottom: .89em;
}

div.story h2 a {
	color: #000000;
}

div.story div.summary {
	float: left;
	width: 21.25em;
}

div.story p.summary {
	font-size: 81.25%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.story div.image {
	float: right;
	color: #959595;
	margin-bottom: 1em;
}

div.story div.image img {
	width: 9.625em;
	height: 6.1875em;
	border: solid .3125em #ffffff;
}

div.story div.image p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}

/*	converted p to ul due to Contribute linking problem -sonhoang 11-23-09 */
div.story ul.more {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	padding-top: 1.7em;
	margin-bottom: 2.8em;
}

div.story ul.more li {
	text-transform: uppercase;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	display: inline;
	padding-right: .5em;
}

div.story 	ul.more li a {
	color: #000000;
}

div.story 	ul.more li + li {
	border-left: thin solid #000000;
	padding-left: .5em;
}

body#content.ipj_home div.videos {
	padding-top: .875em;
	border-top: thin solid #000000;
}

body#content.ipj_home div.videos h2 {
	font-size: 100%;
	padding-bottom: .6875em;
}

body#content.ipj_home div.videos img {
	width: 9.1875em;
	height: 5.8125em;
	margin: .3125em;
}

body#content.ipj_home div.video {
	width: 9.875em;
	padding-bottom: .5em;
	background-color: #ffffff;
	float: left;
}

body#content.ipj_home div.video+div.video {
	margin-left: 1em;
}

body#content.ipj_home div.video p {
	font-size: 56.25%;
	margin-left: .625em;
}

body#content.ipj_home div.video h3 {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: .5em;
}

/* @group IPJ Footer */

body#content.ipj_home div.bottom_left_rounded_corner {
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ipj_home_bg_bottom_left.png);
}

body#content.ipj_home div.bottom_right_rounded_corner {
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ipj_home_bg_bottom_right.png);
}

body#content.ipj_home div.bottom_drop_shadow {
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ipj_home_bg_bottom_middle.png);
}

body#content.ipj_home div.choiceline {
	display: block;
	border-top: thin solid #d3cfcc;
	border-bottom: thin solid #d3cfcc;
}

/* @end */

/* @end */

/* @group Trans-Border Institute Home Page */

div#tbi_home.content {
	padding: 1.5625em;
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ksps_white_bg_top_grad.png);
}

div#tbi_home.content div.caption {
	top: 16.75em;
}

div#tbi_home.content div.events {
	background-color: #ebebeb;
}

div#tbi_home.content div.events h2 {
	background-color: #bcbcbc;
}

div#tbi_home.content div.events p.more a, div#tbi_home.content div.event h3 a {
	color: #000000;
}

div#tbi_home.content div.event + div.event {
	border-top: thin dotted #000000;
}

div#tbi_home.content div.spotlight {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: .9375em;
	margin-bottom: 1.5625em;
	width: 32.125em;
	border-top: .25em solid #002469;
}

div#tbi_home.content h2.highlights {
	padding-left: 1em;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.5em;
	color: #002469;
	border-bottom: thin dotted #002469;
}

div#tbi_home.content div.story {
	border-top: none;
}

div#tbi_home.content div.story h2 {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #002469;
}

div#tbi_home.content div.story div.summary {
	float: none;
	width: auto;
	margin-bottom: 1em;
	font-size: 81.25%;
	line-height: 1.5em;
}

div#tbi_home.content div.spotlight p.more {
	margin: 1em;
}

div#tbi_home.content div.publications {
	border-top: .25em solid #002469;
}

div#tbi_home.content h2.publications {
	padding-left: 1em;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 2.5em;
	border-bottom: thin dotted #002469;
	color: #002469;
}

div#tbi_home.content div.publication {
	padding-top: 1.1875em;
	padding-bottom: 1.375em;
	border-bottom: thin solid #002469;
	position: relative;
}

div#tbi_home.content div.publication img {
	width: 9.875em;
	height: 13.375em;
	padding-bottom: 2em;
	float: left;
}

div#tbi_home.content div.summary {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	width: 20.625em;
}

div#tbi_home.content div.summary h3 {
	font-size: 112.5%;
}

div#tbi_home.content div.summary h3 a {
	text-decoration: none;
	color: #002469;
}

div#tbi_home.content div.summary p.date {
	font-size: 81.25%;
	padding-top: 1.385em;
	padding-bottom: 1.385em;
	color: #002469;
}

div#tbi_home.content div.message {
	font-size: 81.25%;
	line-height: 1.38em;
}

div#tbi_home.content div.message ul {
	padding: 0;
	margin: 0;
	margin-left: 1em;
}

div#tbi_home.content div.publication p.more {
	clear: both;
	padding-top: 1.8em;
	margin-left: 18.5em;
}

div#tbi_home.content div.information {
	float: right;
	width: 20.75em;
	margin-bottom: 1.5625em;
}

div#tbi_home.content div.news {
	outline: thin dotted #002469;
	border: solid #ffffff .25em;
	background-color: #d1e3f5;
	padding-top: .875em;
	padding-left: .9375em;
	padding-right: .9375em;
	padding-bottom: 1.375em;
	color: #002469;
}

div#tbi_home.content div.news a {
	color: #002469;
	text-decoration: none;
}

div#tbi_home.content div.news h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 87.5%;
}

div#tbi_home.content div.news h2 {
	font-style: italic;
	padding-bottom: .785em;
}

div#tbi_home.content div.news_item {
	padding-bottom: 1.75em;
}

div#tbi_home.content div.news_item h3 {
	font-size: 87.5%;
}

div#tbi_home.content div.news p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	padding-top: .7em;
}

div#tbi_home.content div.project {
	border-top: thin dotted #002469;
	border-bottom: thin dotted #002469;
	margin-top: .625em;
	margin-bottom: .9375em;
	padding-top: .625em;
	padding-left: .875em;
	padding-right: .875em;
	padding-bottom: .625em;
	color: #002469;
}

div#tbi_home.content div.project h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}

div#tbi_home.content p.project {
	margin-top: .625em;
	margin-bottom: .625em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68.75%;
}

div#tbi_home.content div.subscribe {
	background-color: #5398db;
}

/* added h3 parent element to a -sonhoang 1-15-2010 */
div#tbi_home.content div.subscribe h3 a {
	background-color: #002869;
}

/* added h3 parent element to a -sonhoang 1-15-2010 */
div#tbi_home.content div.subscribe h3 a:hover {
	background-color: #000f50;
}

/*	added .social for social networking, will remove display:none when TBI has more -sonhoang 1-15-2010 */
div#tbi_home.content div.social {
	border-top: thin dotted #002869;
}

div#tbi_home.content p.social img {
	padding-top: 1em;
}

/* @end */

/* @group Venue Home Page */

div#venue_home.content {
	padding: 1.562em;
	background-image: url(http://www.sandiego.edu/peacestudies/images/template/ksps_white_bg_top_grad.png);
	background-position: top center;
	background-repeat: repeat-x;
	height: 42em;
}

div#venue_home.content h1 {
	color: #002469;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	margin-left: .9375em;
	display: inline;
	float: left;
}

div#venue_home.content p.calendar {
	text-transform: uppercase;
	font-size: 62.5%;
	font-weight: bold;
	display: inline;
	float: right;
	line-height: 1.5em;
	padding-right: 1em;
	border-right: solid thin #505050;
}

div#venue_home.content p.calendar a {
	color: #002469;
	text-decoration: none;
}

div#venue_home.content p.socialbookmark {
	padding-left: 1em;
	margin: 0;
	float: right;
}

div#venue_home.content div.description {
	clear: both;
	width: 18.5em;
	float: left;
}

div#venue_home.content p.intro {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 93.75%;
	line-height: 1.5em;
	padding-top: 1.5em;
	padding-left: 1em;
}

div#venue_home.content p.more {
	font-size: 62.5%;
	text-transform: uppercase;
	padding-top: 2.4em;
	padding-left: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: dotted thin;
}

div#venue_home.content p.more img {
	width: .8em;
	height: .8em;
}

div#venue_home.content p.more a {
	text-decoration: none;
	color: #002469;
	font-weight: bold;
}

div#venue_home.content div.contact {
	font-size: 68.75%;
	line-height: 1.75em;
	padding-top: .4375em;
	padding-bottom: .4375em;
	padding-left: 1.5em;
}

div#venue_home.content div.contact p a {
	color: #002469;
	text-decoration: none;
}

div#venue_home.content div.contact h2 {
	font-weight: bold;
	font-size: 100%;
}

div#venue_home.content img.venue {
	float: right;
	width: 36.625em;
	height: 19.875em;
	margin-top: .9375em;
	margin-bottom: 1.25em;
}

div.venue_videos {
	clear: both;
	width: 33em;
	height: 10.75em;
	border-top: dotted thin;
	border-bottom: dotted thin;
	padding-left: .4em;
	padding-bottom: 1.5625em;
	margin-bottom: 3em;
	float: left;
}

div.venue_videos div.video {
	width: 9.875em;
	height: 8.1875em;
	border: solid thin #969696;
	float: left;
}

div.venue_videos div.video+div.video {
	margin-left: 1em;
}

div.venue_videos img {
	width: 9.1875em;
	height: 5.8125em;
	margin: .3125em;
}

div.venue_videos h2 {
	font-size: 87.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002469;
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 1em;
}

div.venue_videos p {
	font-size: 62.5%;
	margin-left: .5em;
}

div.venue_videos p a {
	color: #000000;
	text-decoration: none;
}

div#venue_home.content div.planner {
	width: 20.8125em;
	float: right;
}

div#venue_home.content div.planner h2 {
	padding-left: 1em;
	color: #ffffff;
	background-color: #9b9b9b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 87.5%;
	line-height: 2em;
	font-style: italic;
}

/* @group Venue Accordion Menu */

div#venue_home.content div#Accordion1 {
	float: right;
	clear: none;
	width: 20.8125em;
	margin-bottom: 2.625em;
}

div#venue_home.content div#Accordion1:focus {
	outline-style: none;
}

/* @end */

/* @group Emergency Alert Bar */
div#emergency-wrapper {
	margin: .625em -1.575em -.575em -1.625em;
}

div#emergency-wrapper div.emergency {
	width: 59.375em;
}
/* @end */

/* @end */
