@charset "utf-8";
/* 
World on Campus 
Site built by Blue Ridge Solutions, Inc. 
Copyright Blue Ridge Solutions, Inc.  
www.blueridges.com 
*/

/* Global Tag Adjustments */
* { margin:0px; padding:0px; outline:none; }
img { border-width:0px; }

body { background:#f2f1eb; font:12px/20px Georgia, "Times New Roman", Times, serif; }
nav { font-family:Verdana, Geneva, sans-serif; }

h1, h2, h3, h4, h5, h6 { line-height:normal; font-weight:normal; }
h1 { font-size:20px; }
h2 { font-size:18px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:12px; }

p,ul,ol { margin-bottom:12px; }
li { margin-bottom:10px; margin-left:20px; }

a { text-decoration:none; color:#006699; }
a:hover { color:#32c8ff; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:black; }

small, figcaption, time { font-size:11px; line-height:normal; font-style:italic; color:#AAADAB; padding-right:10px; }
figcaption { margin-top:-5px; }

table { width:100%; border-collapse:collapse; }
td { padding:0px; vertical-align:top; }

#content h1 { font-size:18px; line-height:20px; }
#content h2 { font-size:14px; line-height:20px; color:#666666; font-weight:bold; text-transform:uppercase; }
#content h3 { font-size:14px; }
#content h4 { font-size:12px; }
#content h5 { font-size:10px; }
#content h6 { font-size:8px; }

section, aside { margin-bottom:20px; }
footer aside { width:246px; margin-top:20px; }
aside a, .grayout { font-style:italic; font-size:14px; line-height:normal; margin:10px 0; }
aside.menu a { line-height:18px; margin:6px 0; }

nav section .serif { font-size:12px; }

article aside h6, aside section h6 { margin:12px 0 5px; text-transform:uppercase; }

/* Global Classes (NO TAGS) */
.sans { font-family:Verdana, Geneva, sans-serif; }
.serif { font-family:Georgia, "Times New Roman", Times, serif; }

.menu a, .block { display:block; }
.links a, .tags a { display:inline-block; }
.tags a { font-size:10px; }

.nopad, table.nopad td { padding:0px!important; }
.nomar { margin:0px!important; }

.red1 { color:#c33; }
.red2 { color:#900; }
.blu1, .hov_blu1:hover { color:#069; }
.gray1 { color:#333; }
.gray2 { color:#666; }
.gray3 { color:#999; }
.pur1, .pur1 a { color:#60c; }

.grayout { color:#ddd; cursor:default; }

.right { float:right; }
.left { float:left; }
.clear { clear:both; }

.editor_content img.right { margin:0px 0px 10px 10px; }
.editor_content img.left { margin:0px 10px 10px 0px; }

.right_align { text-align:right; }
.left_align { text-align:left; }
.center_align { text-align:center; }

.hidden { position:absolute; top:auto; left:-10000px; width:1px; height:1px; overflow:hidden; }

.date { font-weight:normal; text-transform:none; }

.deck { margin-bottom:10px; }
.slug { font-family:Verdana, Geneva, sans-serif; font-weight:bold; color:#900; }
.byline { font-style:italic; color:#777; font-size:12px; }
.summary { }

section.left { width:712px; }
article.left { width:692px; padding:10px; }
aside.right { width:230px; }
aside.right section.bg1 { background:url('/images/aside_section_bg1.png') no-repeat top left; padding:10px; position:relative; margin:28px 0px 20px; }
aside.right section.bg1 h3 { margin-bottom:4px; }
aside.right section.bg1 h5 { margin-top:5px; text-transform:lowercase; font-weight:bold; }

.news_section_hdrs { height:44px; vertical-align:bottom; display:table-cell; width:180px; padding-bottom:4px; }

.play_overlay1 { position:absolute; top:50%; left:50%; margin-left:-15px; margin-top:-20px; width:30px; height:41px; }

.listing .click_block { border:1px solid #EDE4C7; border-top:0px; padding:10px; background:#FBF9F3; }
.listing .click_block:first-child { border-top:1px solid #EDE4C7; }
.listing .click_block:hover { background:#EDE4C7; }
.listing .click_block:hover .tan_dk { color:#fff; }
.listing .click_block a:hover { color:#000; }


/* Global Site Layout (NO CONTENT) */
#viewport_top { position:relative; height:112px; background:url(/images/viewport_top_bg.jpg) no-repeat top center; z-index:10; }
#viewport_mid, #site_mid { min-height:700px; background:url(/images/viewport_mid_bg.png) repeat-x top center; }
#viewport_btm { background:#dcf2fa url(/images/viewport_btm_bg.png) repeat-x top center; clear:both; position:relative; }
* html #viewport_mid, * html #site_mid { background-image:none; } /* IE6 */

#site_top, #site_mid, #site_btm { width:960px; padding:10px; margin:auto; position:relative; }

#viewport_top nav { width:969px; padding:0px 25px 3px; height:27px; position:fixed; top:0px; left:50%; margin-left:-510px; background:url(/images/top_nav_bg.png) no-repeat top center; z-index:10; }
#viewport_top nav > a, #viewport_top nav .right a { display:inline-block; line-height:22px; font-weight:bold; padding:0px 10px; text-transform:uppercase; color:white; }
#viewport_top nav > a:hover, #viewport_top nav .right a:hover, #viewport_top nav > a.active { color:#32c8ff; }
* html #viewport_top nav { position:absolute; background-image:url(/images/top_nav_bg.gif); } /* IE6 */

#viewport_top .drop_menu { border:1px solid #d8d3cd; border-top:none; background:#fdfaeb; display:none; }
#viewport_top .drop_menu section { width:auto; min-height:100px; min-width:155px; padding:10px 20px; margin-bottom:0px; background:url(/images/top_nav_section_bg.png) no-repeat top left; text-transform:lowercase; }
#viewport_top .drop_menu section.first { background:none; }
#viewport_top .drop_menu a { display:block; padding-left:5px; }

#site_top { height:92px; overflow:hidden; }

#site_logo { position:absolute; top:35px; left:15px; }

#site_mid { background-color:white; }

#site_btm aside.left { min-height:200px; }

/* Global Content Layouts */
#share_menu { width:171px; }

#default_layout article, #article_layout article { font-size:14px; }
#default_layout article h1, #article_layout article h1 { font-size:30px; }
#default_layout #share_menu { background:#eee; }
#default_layout #share_menu div { padding:10px; }

/* Article Layout */
#article_layout article div.deck { font-size:18px; color:#333; margin:10px 0px 40px; }
#article_layout #share_menu a.block { height:30px; }
#article_content header { margin-bottom:20px; }
#article_content #content { padding:0px 0px 0px 20px; width:500px; border-left:1px solid #aaadab; }
#article_content #content figure { margin:5px 20px 10px 0px; }
#article_content #content figure.right { margin:5px 0px 10px 20px; }
#article_content #content figure figcaption { padding:5px 0px; }

/* Pages */
#page_content { padding:0px 0px 0px 20px; width:500px; }

/** Home & Sections **/	
.section_header { font-size:14px; margin-bottom:5px; text-transform:uppercase; border-bottom:1px solid #aaadab; font-weight:bold; padding:5px; }
#index .sub_header { font:bold 14px Verdana, Geneva, sans-serif; margin:10px 0 5px;  }

#home_news { background:#f9f2e9 url(/images/home_news_top.jpg) repeat-x 0px 28px; position:relative; padding-bottom:10px; }
#home_news .section_header { color:#996633; background:white; }
#home_news .sub_header, #home_news .sub_header a { text-align:center; color:#666666; }
#home_news article { width:180px; }
#home_news article { margin:auto; }

#eRotate { overflow:hidden; }

/** Search **/
.search_result, .search_nav { padding:10px; margin-bottom:0px; position:relative; }
.search_result h3 a { font-size:16px; }
.search_result div { font-size:13px; }
.result_type { position:absolute; right:5px; bottom:5px; color:white; text-transform:uppercase; font-weight:bold; font-size:11px; }
.search_result:hover { background:#ddd; }



/** Print **/
@media print {
	.print_only { display:block; }
	nav, .right_column, .main_menu, #viewport_btm .left, #viewport_btm .right, .eCorners, #share_menu, #facebook, iframe, embed, object, .screen_only, form { display:none!important; }
	section.left, #article_content, #content { width:960px!important; border:none!important; }
	div.left, div.right, section.left, section.right, aside.left, aside.right, article.left, article.right { float:none!important; }
	#site_mid, #site_btm { padding-top:0px!important; padding-bottom:0px!important; }
	
}