@import url('css/reset.css');

@import url('css/typography.css');


/* The Big Stuff */

body { margin: 0; padding:0; text-align: center; background: url('images/bg.gif') top left repeat-x #3c77ad; font-family: 'Myriad Web', Tahoma, Arial; font-size: 75.5%; }
div#body { width: 777px; text-align: left; margin: 0 auto 0 auto; }
div#header { width: 781px; height: 179px; background: url('images/header.jpg') top left no-repeat; }
div#frame { width: 781px; background: url('images/page.gif') top left repeat-y; }

/* Header (Logo, mainly)  */
div#header { margin-bottom: 10px; }
div#header h1 { margin: 9px 0 0 22px; width: 189px; height: 84px; display: block; text-indent: -999em; background: url('images/logo.gif') top left no-repeat; float: left; }
div#header h1 a { display: block; width: 189px; height: 84px; }

/* Links */
a { color: #0e4a81; text-decoration: none; }
a:hover { text-decoration: none; }
a:visited {  }

/* Navigation */

div#nav {
 position: relative;
 margin-left: 18px;
 height: 60px;
 width: 615px;
 background: url('images/navbg_inside.gif') top left no-repeat #4c4c4c;
 overflow: hidden;
 text-align: left;
 display: block;
}

body.home div#nav {
 background-image: url('images/navbg.gif'); 
}

div#nav ul li {
 list-style-type: none;
 /*background: #4c4c4c;*/
 margin-left: 0; 
}

div#nav ul li a {
 float: left;
 display: block;
 display: block;
 text-align: center;
 color: white;
 text-transform: uppercase;
 text-decoration: none;
 font-weight: bold;
 font-size: 13.25px;
 _padding: 8.5px 25px 8.5px 25px;
 padding: 7px 20px 7px 20px;
 /*background: url('images/menudivider.gif') left 12px no-repeat;*/ 
}

ul.globalMenu {
 margin-left: 0;
 position: absolute;
 top: 0;
 width: 617px; 
}

ul.globalMenu li ul { display: none; margin-left: 0; }
body ul.globalMenu li.selectedPage ul, body ul.globalMenu li.selectedPage ul li, body ul.globalMenu li.selectedPageRoot ul { display: block; }

ul.globalMenu li.selectedPage ul, ul.globalMenu li.selectedPageRoot ul { /*background: url('images/cornbottom.gif') right bottom no-repeat;*/ width: 615px; position: absolute; left: 0; top: 40px; font-size: .8em; }
div#nav ul.globalMenu li.selectedPage ul li a, div#nav ul.globalMenu li.selectedPageRoot ul li a { margin-right: 5px; float: left; padding: 2px 8px 5px 10px; text-transform: capitalize; }

div#nav ul li a:hover { background: #0d206a; }
div#nav ul li li a:hover { background: none; }

div#nav ul li.last a {
 padding-right: 26px;
 padding-left: 30px;
 background: url('images/cornerright.gif') top right no-repeat;
}

div#nav ul li.last a:hover {
 background: url('images/cornerright_on.gif') top right no-repeat #13327b; 
}

div#nav ul li.first a {
 background: url('images/cornerleft.gif') top left no-repeat; 
}

div#nav ul li.first a:hover {
 background: url('images/cornerleft_on2.gif') top left no-repeat #13327b; 
}

/* Sidebar */
div#sub { float: right; margin-right: 40px; margin-top: -60px; width: 110px; _margin-right: 10px; }
body.home div#sub { _margin-top: -275px; }

/* Sidebar Buttons */
div#sub ul.subnav li { list-style-type: none; }
div#sub ul.subnav li a { display: block; text-indent: -999em; width: 110px; margin-bottom: 10px; height: 40px; }
div#sub ul.subnav li a:hover { background-position: top right; }

li#donate a { background: url('images/btn/donate.gif') top left no-repeat; }
li#apply a { background: url('http://leadershipprogram.org/Websites/lpr/Images/application.gif') top left no-repeat; }
li#defend a { background: url('images/btn/defend.gif') top left no-repeat; }
li#alumni a { background: url('images/btn/alum.gif') top left no-repeat; }

/* Extras (Mainly things that are always hidden.) */
.hide { display: none; }
div.breadCrumb { display: none; }
div.rss { display: none; }

/* Content */
div#container { padding-top: 20px; clear: left; }
div#main { /*margin-left: 18px;*/ float: left; width: 600px; _margin-left: -20px; }
div#main h1 { margin-left: 18px; }

div#teaser { width: 781px; height: 250px; overflow: hidden; background: url('images/page.gif') repeat-y;clear: both; padding: 10px 0 10px 0; }

/* Events */
div#events { width: 370px; margin-left: 18px; float: left; }
div.container h1, div#recent h2 { font-size: 2.2em; font-weight: 600; color: #053364; }
div.element { margin-left: 18px; float: left; }
div.element ul { margin-left: 0; }
div.element ul li { list-style-type: none; }
div.element ul li a { color: #3b3b3b; font-weight: bold; }

/* Recent Blog Entries */
div#recent { float: left; margin-left: 18px; margin-right: 18px; width: 320px; margin-top: 15px; }
div#recent ul li h2.postTitle  { font-size: 2.2em; font-weight: 600; color: #053364; margin-bottom: .9em; }
div#recent div.element ul li a { font-weight: 600;  color: #053364; }
div#recent div.postBody { color: #797979; }

/* Gallery */
div#gallery { float: left; width: 245px; }
div#gallery img { border: 1px solid #878988; padding: 4px; background: #ebd2d7; margin: 5px; }
div#gallery p { float: right; }


/* Footer */
div#footer { padding-top: 4px; clear: both; height: 9px; width: 100%; background: url('images/footer.gif') top left no-repeat #3c77ad; text-align: center; margin: 0 auto; }
div#footer div.textElement { width: 781px; }
div#footer div.textElement p { display: inline; color: #ffffff; text-align: center; }
div#footer div.textElement ul, div#footer div.textElement ul li, div#footer div.textElement ul li a { color: white; display: inline; }
div#footer div.textElement ul li { padding-right: 2px; border-right: thin solid white; }
div#footer ul li.last { border-right: none; }

/* Home Page Only */
body.home div#header { background: url('images/header_home.jpg') top left no-repeat; }
body.home div#frame { background: url('images/page_home.gif') top left repeat-y; }
body.home div#main h2 { color: #9f0000; }
body.home div#main ul { margin-bottom: 1.2em; color: #16416e; font-weight: bold; }
body.home div#main p { color: #797979; font-size: 1.1em; }

body.home div#main { width: 360px; }
body.home div#main h3 { font-size: 1.4em; line-height: 2.1em; font-weight: bold; color: #3b3b3b; }
body.home div#recent { float: left; margin-left: 18px; margin-right: 18px; width: 320px; margin-top: 0; }

body.home div.blogList h2 a { font-size: 0.6em; line-height: 0.5em; }
body.home div.blogList ul li { margin: 0; padding: 0; }

/* Home Page Only - Sidebar Buttons */
body.home li#donate a { background: url('images/btn/donate_home.gif') top left no-repeat; }
body.home li#apply a { background: url('http://leadershipprogram.org/Websites/lpr/Images/application.gif') top left no-repeat; }
body.home li#defenhttps://lpr.publishpath.com/asp/designmanager/EditDesign.aspx?design=%7e%2fWebsites%2flpr%2ftemplates%2flpr
Edit Designd a { background: url('images/btn/defend_home.gif') top left no-repeat; }
body.home li#alumni a { background: url('images/btn/alum_home.gif') top left no-repeat; }

/* Admin */
body.editing div#main { width: 96%; }

/* IE6 Fix */
* html div#nav ul li, *div#nav ul li { display: inline; padding-bottom: 10px; }
* html ul.globalMenu li.selectedPage ul, * html ul.globalMenu li.selectedPageRoot ul { color: black; }
* html div#nav ul.globalMenu li.selectedPage ul, * html div#nav ul.globalMenu li.selectedPageRoot ul { top: 0px; position: relative; }

div#nav ul li ul li ul { display: none; }
* html div#nav ul li ul li { }
* html div#nav ul li.last { position: absolute; top: 0; right: 0; }
* html div#nav ul li.sponsors { position: absolute; top: 0; right: 130px; }
* html li.events { position: absolute; top: 0; right: 250px; }
* html li.selectedPage, * html li.selectedPageRoot { position: relative; right: 0; }
