/*
Public Screen Stylesheet for Scholar's Secret
** Last updated: 8/4/09 **

(1)  Global
(2)  Layout
(3)  Specific Typography
(4)  Navigation
(5)  Lists
(6)  Tables
(7)  News Module
(8)  Send Page Module
(9)  Forms
(10) Pagination


/* (1) Global ========================================*/



body, .paragraph {
    color: #666;
    font: 13px "Myriad", "Lucida Grande", arial, helvetica, sans-serif;
    text-align: left;
    line-height: 20px;
}

body#public {
    background: #ddd9a3 url(graphics/images/header-bg.gif) repeat-x;
    color: #666;
    font: 13px "Myriad", "Lucida Grande", arial, helvetica, sans-serif;
    text-align: left;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

a img {
       border: 0 none;
}
.center {
    text-align: center;
}
.errorMessage {
    font-weight: bold;
    color:#f00;
}
.left-image {
    float: left;
    margin: 0 15px 15px 0;
}
.right-image {
    float: right;
    margin: 0 0 15px 15px;
}
.pdf {
	background: url(graphics/images/pdf.gif) no-repeat;
	line-height: 20px;
        height: 20px;
	display: block;
	padding: 0 0 0 25px;
        margin: 0 0 -15px 0;
	}

hr {
    color: #e7e7e7;
    background-color: #e7e7e7;
    height: 1px;
    margin: 15px 0;
    border: 0;
   }


/* Start Self Clearing */

#outerWrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* End Self Clearing */

#mainNav li ul, #footerNav li ul {
display:none !important;
}

/* IE6 PNG Transparency Fix */

* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "/graphics/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/* End IE6 PNG Transparency Fix */

/* (2) Layout ========================================*/

#outerWrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
	padding-bottom: -15px;
	}
#header {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 980px;
	height: 145px;
}
#header p {
	display: block;
	float: right;
	height: 85px;
	font-size: 14px;
	line-height: 85px;
	font-style: italic;
	color: #7f7d5c;
	font-family: "Georgia", "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	}
#header span {
	margin-left: 20px;
	font-style: normal;
	font-size: 22px;
	}
.content {
	background: #fff;
	float: left;
	padding: 25px;
	width: 670px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	}
	
	
.welcome {
	background: #fff url(graphics/images/watermark.jpg) no-repeat top right;
	min-height: 525px;
	height: auto !important;
	height: 525px;
	}
	
	
.contentInterior {
	background: #fff;
	float: left;
	padding: 25px;
	width: 670px;
	min-height: 590px;
	height: auto !important;
	height: 590px;
	}
.leftCol {
    float: right;
    width: 242px;
	padding-left: 10px;
}
.rightCol {
    float: left;
    width: 720px;
}
.news {
	background: #fff url(graphics/images/news-top.gif) no-repeat top;
	float: left;
	width: 192px;
	margin-top: 18px;
	padding: 0 25px;
	}
.headline {
        font-size: 16px;
        }
.news img {
	float: left;
	}
.newsWrapper h2 {
        font-size: 12px;
        line-height: 18px;
        margin: 0;
        padding: 0;
        }
.testimonials {
	padding: 10px 10px 0 25px;
	}
.testimonials p {
	margin: 0;
	}
.testimonialsWrap {
	background: #ddd9a3 url(graphics/images/testimonials-top.gif) no-repeat;
	float: right;
	width: 242px;
	padding: 0;
	margin: 0 0 18px 18px;
	}
.testimonialsWrap img {
	float: left;
	}
.featured {
	background: url(graphics/images/main.gif) no-repeat;
	float: left;
	width: 360px;
	height: 200px;
	padding: 28px 30px 0 330px;
	margin-bottom: 18px;
	}
#footer {
	height: 181px;
    text-align: left;
    width: 100%;
	background: #8e7e29;
    color: #ddd9a3;
    margin-top: 18px;
}

	
/* (3) Specific Typography ========================================*/

p {
    margin-bottom: 18px;
}
h1, .heading1 {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 34px;
    margin-bottom: 10px;
}
h2, .heading2 {
    font-family: "Georgia", "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 34px;
    margin-bottom: 0px;
}
sup {
    font-size: 9px;
}
.news h1 {
	line-height: 1.2;
	margin: 28px 0 0 0;
	}
.featured h1 {
	font-size: 24px;
	}

	
/* (4) Navigation ========================================*/

a:link,
a:visited {
    color: #b97d34;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
#logo {
	padding: 0 0 10px 0;
    margin: 10px 0 0 0;
    float: right;
	}
#mainNav {
	font-family: "Georgia", "Times New Roman", Times, serif;
	background: url(graphics/images/nav.gif) no-repeat;
    float: left;
	width: 760px;
	height: 43px;
	overflow: hidden;
	margin-top: 105px;
}
#mainNav ul {
    float: left;
    margin: 0;
    padding: 0 0 0 21px;
    list-style-type: none;
    height: 43px;
}
#mainNav li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
#mainNav li a {
    border-left: 1px solid #d08f40;
    border-right: 1px solid #bb8039;
    color: #fff;
    display: block;
    font-size: 17px;
    line-height: 43px;
    padding: 0 18px;
    margin: 0;
    text-decoration: none;
}
#mainNav li a.first {
	border-left: none;
	}
#mainNav li a.last {
	border-right: none;
	}
#mainNav li a:hover, #mainNav li a.current {
    background: url(graphics/images/nav-hover.gif) repeat-x;
    text-decoration: none;
	color: #ded9a3;
}
.secondaryNavigation {
	background: #968b36 url(graphics/images/subnav-top.gif) no-repeat top;
	float: left;
	width: 192px;
	margin-top: 18px;
	padding: 28px 25px 0 25px;
	}
.secondaryNavigation ul {
	background: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
.secondaryNavigation ul li {
	padding: 0;
	margin: 0;
        width: 100%;
	}
.secondaryNavigation ul li a, .secondaryNavigation ul li a:visited {
	color: #fff;
	border-bottom: 1px solid #847a2f;
	display: block;
	padding: 5px;
	}
.secondaryNavigation ul li a:hover, .secondaryNavigation ul li a.current  {
        background: #9F9545;
	text-decoration: none;
	}
.secondaryNavigation ul li a.last {
	border: none;
	}
.secondaryNavigation img {
	float: left;
	}
#networks {
	float: right;
	width: 245px;
        text-align: right;
	}
#footerLeft {
        float: left;
        width: 650px;
        }
#footerNav ul {
	padding: 0;
	font-size: 12px;
        float: left;
	}
#footerNav p {
        clear: both;
        }
#footerNav {
	margin: 0 auto;
	width: 980px;
    font-size: 12px;
	height: 138px;
    color: #ddd9a3;
    text-align: left;
	padding: 20px;
}
#footerNav li {
    display: inline;
    margin: 0;
    padding: 0;
}
#footerNav a {
	color: #fff;
	}
#footerNav li a {
    padding: 0 15px 0 0;
    text-decoration: none;
	color: #fff;
}
#footerNav li a:hover {
    text-decoration: underline;
}
.footerNav {
	margin-bottom: 20px;
	}
.featured a {
	font-weight: bold;
	}
.more {
    float: left;
    font-weight: bold;
    margin: 0 0 20px;
	}
.credit {
    margin: 0 0 0 10px;
}
.credit a {
	position: absolute;
	margin: 4px 0 0 8px;
	}
	
/* (5) Lists ========================================*/

.contentInterior ol, .contentInterior ul {
    margin-left: 3em;
}
.contentInterior ul {
    margin: 0 0 18px 24px;
}

/* (6) Tables ========================================*/

table {
    width: 100%;
}
th {
    background: #dfdfdf;
    color: #222;
    font-size: 14px;
    font-weight: 500;
}

/* (7) News Module ========================================*/

.newsList {
    clear: both;
    margin: 0 !important;
    list-style: none;
}
.newsList li {
    margin: 0 0 11px 0;
}
.newsitem {
    margin: 10px 0;
}
li.newsSpacer {
    border-top: 1px solid #e0d9c0;
    margin-top: 18px;
}
.newsList h2 {
    font-weight: normal;
    line-height: 14px;
    margin: 20px 0 0 0;
	font-family: "Myriad", "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 12px;
}
.newsList h2 a {
    font-size: 13px;
    font-weight: normal;
}
.newsList p {
    margin-bottom: 0;
}
.newsBlurb p {
    margin-bottom: 18px;
    font-size: 9px;
}
.newsblurb {
    font-size: 11px;
    color: #333333;
    line-height: 14px;
}

.newsSubHeadline {
    font-weight: 700;
}
.meta {
    font-weight: normal;
    font-size: 10px;
    margin-bottom: 0px;
}
.newsBlurb {
    margin-top: 8px;
    
}
a.moreNews {
    float: left;
    font-size: 11px;
    margin: -5px 0 30px 0;
    text-decoration: none;
}
a:hover.moreNews {
    text-decoration: underline;
}
.newsDetailWrapper h1 {
    margin-bottom: 0;
}
#freedom_calendar { position: absolute; left: 100px; top: 100px; width: 175px; z-index: 100; visibility: hidden; clip:rect(0px 175px 145px 0px); height:145px; }

/* (8) Send Page Module ========================================*/

.sendpage { clear:both; }
.sendpageBody div, .sendpageBody td { padding: 2px 0px; }

.sendpageBody {
    background-color: #fff;
    color: #444;
    font: 12px helvetica, arial, sans-serif;
    text-align: center;
}
.sendpageFormText {
    text-align: left;
}
.sendpageFormTextRequired {
    text-align: right;
    padding-right: 10px;
}
.sendpageHeader {
    color: #ddd;
    font-weight: bold;
    font-size:12px;
}
.sendpageBody input[type="text"] {
    border: 0 none;
    font-size:12px;
    padding: 3px;
    margin-bottom: 2px;
    width: 120px;
}
.sendpageBody textarea {
    border: 0 none;
    height: 50px;
    width: 100%;
}

/* (9) Forms ========================================*/

.formtext, .formtextRequired {
     text-align: right;
     margin-right: 30px;
     }
.formtextRequired {
     font-weight: bold;
     }
textarea {
     }
form table td {
     padding-bottom: 5px;
     }

#form {

}


/* (10) Pagination ========================================*/

.pagination {
    clear: both;
    display: block;
}
.pagination a, .pagination a:link, .pagination a:visited {
    text-decoration: none;
}
.pagination .prevnextCurrent, .pagination .prevnextWindow, .pagination .prevnextWindowArrow {
    border: solid 1px #DDD9A3;
    margin: 0;
    padding: 4px 6px;
    font-size: 11px;
    margin-right: 2px;
    display: inline;
    display: inline-block;
}
.pagination a.prevnextWindow:hover, .pagination a.prevnextLink:hover, .pagination .prevnextWindowArrow:hover {
    border: solid 1px #000;
    color: #000;
}
.pagination .prevnextCurrent {
    background: #DDD9A3;
    color: #000;
    font-weight: bold;
    padding: 4px 6px;
}
.pagination a.prevnextLink {
    border: 1px solid #DDD9A3;
    padding: 4px 6px 4px;
    margin-right: 2px;
    font-size: 11px;
    display: block;
}

/* ModuleBegin::newsfeed */
.newsfeedListWrapper { }
.newsfeedNumber { }
.newsfeedTitle { }
.newsfeedSource { }
.newsfeedDetailWrapper { }
.newsfeedDetailWrapper .newsItem {border-bottom:1px solid #ccc; margin-bottom:10px;padding-bottom:10px;}
.newsfeedDetailWrapper .newsItem img {margin:0 10px 0 0;}
.newsfeedDetailWrapper .newsItem span {display:block;}
.newsfeedDetailWrapper .newsItem .newsListHeadline {font-size:120%;}
.newsfeedDetailWrapper .newsItem .newsListPublishline {font-size:90%;}
/* ModuleEnd::newsfeed */
