/* CSS Document */
html,body {
	/*font-family: 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;*/
	font-size:90%; 
	font-family:verdana,sans-serif;
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	color:#333333;
	background:url(images/bg.jpg) top left repeat-x #E7E7E7;
	/*background:url(images/common/background.png) repeat-y top center #D5E9ED;*/
	}

h1 {font-size:0.1em;margin-left:-999em;}
	
h2 {font-family: Helvetica, Arial, Verdana, sans-serif;	font-size:3em;margin-top:20px;margin-bottom:30px;color:#40403D;}
h3 {font-size:2em;color:#40403D;font-weight:normal;}
h4 {padding-bottom:.25em;margin-bottom:0;font-size:1.3em;color:#25354c;font-weight:normal;}
h4 a{color:#25354c;text-decoration:none;}
h4.summary {margin:0;padding:0 0 0 100px;}

p {margin:1.2em;}

img {border:0;padding:0;}

a {color:#B60000;text-decoration:none;}

table {padding:0;margin:0; width:100%;border-collapse:collapse; }
th {padding:1em; border-top:1px solid #D1D1D1; border-bottom:1px solid #D1D1D1;text-align:left;background-color:#DEDEDE; color:#665F6E;}
td {padding:0.2em 1em;}
tr {border-bottom:1px solid #D1D1D1;padding:0}
tr:nth-child(odd) { background-color:#F8F8F8;}
tr:nth-child(even) { background-color:#F4F4F4;}


h2.tableheading {padding:0.2em 0.5em; background-color:#9FBD3B; margin:0; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px; font-size:3em;font-family: Helvetica, Arial, Verdana, sans-serif; font-weight:bold; letter-spacing:-.04em;color:#FFF;}
p.tabletasks {padding:1em; background-color:#E4E4E4; margin:0;}

acronym {cursor:help;}

a:hover {text-decoration:underline;}


/* COMMON LAYOUT */

/* MAIN CONTENT */
#siteinfo {float:left;width:600px;background-color:#fff;padding:20px;border-top:5px solid #E1DFDF;}
#maincontent {width:920px;margin:0 0 20px 0;clear:both;padding:20px; background-color:#FFFFFF;border-top:5px solid #E1DFDF;}

#wrapper {width:960px;padding:0px;margin:35px auto 0 auto;clear:both;}
.wrapper {width:960px;margin:0 auto;clear:both;}

/* SIDEBAR */
#sidebar {float:right;width:260px;padding:20px;background-color:#FFFFFF;border-top:5px solid #E1DFDF;}
#sidebar h3 {font-size:1.6em;letter-spacing:-0.05em;padding:0;margin:0;}
#sidebar li {list-style:square;padding:2px;margin-left:0;}
#sidebar ul {margin-left:0;}




#header {margin:0;padding:0;display:block; background-color:#fff;}
#sitetop {
	width:960px;
	margin:20px auto;
	position:relative;
	height:80px;
	padding:0;
	}
#nav {text-align:right;position:absolute;top:33px;right:0;}

/* Main Navigation*/
#sitetop a {color:#333333;margin:0px 1px;text-align:center;font-size:1.3em;padding:30px 7px 20px 7px; background:url(images/common/nav_mask.png) bottom left no-repeat #E1DFDF;}
#sitetop a.ncalogo {background:none;}

#sitetop a.home:hover, #sitetop a.homeactive,
#sitetop a.diary:hover, #sitetop a.diaryactive,
#sitetop a.news:hover, #sitetop a.communityactive,
#sitetop a.community:hover, #sitetop a.grantsactive,
#sitetop a.grants:hover, #sitetop a.historyactive,
#sitetop a.history:hover, #sitetop a.newsactive,
#sitetop a.about:hover,#sitetop a.aboutactive {
	color:#ffffff;
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:none;
	padding-bottom:20px;
	top:1px;
	}
	
#sitetop a.home:hover, #sitetop a.homeactive{background-color:#597700;}
#sitetop a.diary:hover, #sitetop a.diaryactive {background-color:#A7D3F0;}
#sitetop a.community:hover, #sitetop a.communityactive {background-color:#F4C51F;color:#333;}
#sitetop a.grants:hover, #sitetop a.grantsactive {background-color:#cb7000;}
#sitetop a.history:hover, #sitetop a.historyactive {background-color:#bd0900;}
#sitetop a.news:hover, #sitetop a.newsactive {background-color:#9FBD3B;}
#sitetop a.about:hover, #sitetop a.aboutactive {background-color:#5a5653;}





a.right {
	clear:left;
	}
		
/* PAGINATION */
#pagination, #diarypagination, #grantpagination {text-align:center;}
#pagination .active {background-color:#9FBD3B;color:#FFF; padding:10px;}	
#diarypagination .active {background-color:#A7DEF0;color:#FFF; padding:10px;}	
#grantpagination .active {background-color:#CB7000;color:#FFF; padding:10px;}	
#pagination a {padding:10px;background-color:#E0EBBC;color:#000;}
#diarypagination a {padding:10px;background-color:#DDEEF9;color:#000;}
#grantpagination a {padding:10px;background-color:#F9E09C;color:#000;}
#pagination a:hover {background-color:#9FBD3B;color:#FFF;}
#diarypagination a:hover {background-color:#A7DEF0;color:#FFF;}
#grantpagination a:hover {background-color:#CB7000;color:#FFF;}



/* FRONT PAGE */
#slides p {margin: 0;
padding: 0 1em;
font-size: 1.5em;
position: relative;
top: -50px;
line-height: 50px;
height: 50px;
color:#000;
background: rgb(244,197,31);
background: rgba(244,197,31,0.7);}

.hidden {display:none;}
#prevNext {border:2px solid #000;position:absolute;}
.jFlowNext div {
	background:url("/images/common/arrows.png") no-repeat scroll 0 0 transparent;
	height:150px;
	position:relative;
	top:-50px;
	left: 895px;
	width:50px;
	cursor:pointer;
	z-index:20;
}

.jFlowPrev div {
	background:url("/images/common/arrows.png") no-repeat scroll -50px 0 transparent;
	height:150px;
	position:relative;
	top:100px;
	left: 0;
	width:50px;
	cursor:pointer;
	z-index:20;
}

.jFlowPrev div:hover {
	background-position: -50px -150px;
}

.jFlowNext div:hover {
	background-position: 0px -150px;
}


#leftcolumn {width:470px;float:left;}
#rightcolumn {width:470px;float:right;}

#news {background-color:#F3F4F5;margin:0 0 10px 0;	}
p.news {background-color:#9AB742;padding:0.4em;margin:0;font-size:1.7em;border-bottom:4px solid #839B37;}
p.news a {color:#FFFFFF;}
div.newsstory {border-bottom:3px dotted #E1DFDF;padding:0 20px;}

#diary {background-color:#F3F4F5;margin:0 0 10px 0;	}
p.diary {background-color:#84B8DF;padding:0.4em;margin:0;font-size:1.7em;border-bottom:4px solid #67A8D8;}
p.diary a {color:#FFFFFF;}
div.diaryevent {border-bottom: 3px dotted #E1DFDF;padding:0 20px;}
	
.dated {float:right;background-color:#84B8DF;height: 68px;width: 68px;font-family: Arial, Helvetica, sans-serif;color: #FFFFFF;margin: 0;}
.dated .month, .dated .day, .dated .year {text-align: center;width: 68px;position: absolute;}
.dated .day {font-weight: bold;font-size: 30px;line-height: 32px;margin-top: 5px;}
.dated .month {overflow: hidden;font-size: 11px;margin-top: 34px;}
.dated .year {font-size: 13px;margin-top: 47px;}
/* DIARY PAGE */
.diarydescription {background-color:#DDEEF9;font-size:1.4em;padding:20px;margin:0;}

ul#diaryNav {margin:0;padding:0;}
ul#diaryNav a {color:#000; text-decoration:none;display:block;margin-bottom:10px; padding:10px;}
ul#diaryNav a:hover {background-color:#A7DEF0;}
ul#diaryNav li, #diaryNav li.active {list-style:none;background-color:#DDEEF9;margin:0;padding:0;color:#000;}
ul#diaryNav li.active {background-color:#A7DEF0;padding:10px;margin-bottom:10px;}


/*NEW STUFF*/
#typeselect {border:1px solid #BCD6DB;background:url(../images/diary/mtgtypbg.gif) top left repeat-x #DCEDF1;padding:10px 0px ;clear:both;margin:20px 0;}

#typeselect a{font-size:1.5em;padding:11px 20px;}

#typeselect a:hover {
	background:url(../images/diary/mtgtypselectbg.gif) bottom left repeat-x #567987;
	
	color:#FFFFFF;
	padding-bottom:19px;

	}

#typeselect a.selected {
	background:url(../images/diary/mtgtypselectbg.gif) bottom left repeat-x #567987;
	
	color:#FFFFFF;
	padding-bottom:19px;
	}


#diarydates	 {
	width:100%;
	border:2px solid #40403d;
	border-collapse:collapse;
	}

#diarydates th {
	background-color:#5a5653;
	color:#FFFFFF;
	}

#diarydates tr {
	height:2em;
	background-color:#FFFF99;
	}	









/* SITE PAGE */
.sitedescription {background-color:#FCEDBA;font-size:1.4em;padding:20px;margin:0;}

	
.division {margin-bottom:40px;border-bottom:2px solid #FFFFFF;}
/*h2.sitename {position: absolute; bottom: 0; left: 25px; width: 900px; font-weight: bold; color: #fff;background: #F4C51F;}*/

h2.sitename {margin: 0;
padding: 10px;
font-size: 3em;
position: absolute;
bottom:0;
width:930px;
line-height: 1em;
color:#FFF;
background: rgb(244,197,31);
background: rgba(244,197,31,0.7);}

.sitechooser {
	font-size:0.9em;
	padding-top:0;
	margin-top:20px;
	width:300px;
	margin-right:10px;
	float:left;
	border:5px solid #E1DFDF;
	background:url(/images/sites/chooser-grad.png) bottom right no-repeat #EEEEEE;
	}
.sitechooser p{
	padding:1em;
	margin:0;
	}
.sitechooser ul {
	list-style:none;
	padding:0;
	}
.sitechooser li{ 
	margin-bottom:2px;
	margin-left:10px;
	}
.sitechooser li img {
	vertical-align:middle;
	}
	
/* NEWS PAGE */

.newsdescription {background-color:#E0EBBC;font-size:1.4em;padding:20px;margin:0;}

a.imagelink {
	border:3px solid #E1DFDF;
	float:right;
	padding:0;
	margin:0;
	}
a.imagelink img {padding:2px;margin:0;}
a.imagelink:hover {
	border:3px solid #FF8400;
	}

#newsstory {
	float:left;
	width:530px;
	}

p.datestamp {
	margin-top:0;
	padding-left:90px;
	font-size:0.8em;
	color:#999999;
	}

.datef {position: absolute;background-color:#9FBD3B;height: 68px;width: 68px;font-family: Arial, Helvetica, sans-serif;color: #FFFFFF;margin: 0;border:3px solid #E1DFDF;}
.datef .month, .datef .day, .datef .year {text-align: center;width: 68px;position: absolute;}
.datef .day {font-weight: bold;font-size: 30px;line-height: 32px;margin-top: 5px;}
.datef .month {overflow: hidden;font-size: 11px;margin-top: 34px;}
.datef .year {font-size: 13px;margin-top: 47px;}
.newsarticle {clear:both; margin-bottom:40px; border-bottom:3px dotted #E1DFDF;}



/* NEWS SIDEBAR */	
#newshistory {background-color:#E0E0E0;}
p.yearSelector {background-color:#9FBD3B;padding:0;margin:0;text-align:center;line-height:1.8em;}
p.yearSelector a {font-size:1.6em;color:#FFF;line-height:1.8em;}
p.yearSelector a.prev {float:left;background-color:#40403D;padding:0 5px;}
p.yearSelector a.next {float:right;background-color:#40403D;padding:0 5px;}

p.monthsummary {clear:both;padding-top:8px;margin:0;}
p.monthsummary a{width:73px;height:60px;padding:4px;margin:0 8px 0 0;display:block;background-color:#9FBD3B;float:left;font-size:16px;color:#fff;border:none;line-height:16px;}
p.monthsummary a:hover {border:3px solid #4D4947;padding:1px;text-decoration:none;}
p.monthsummary a span.artno {color:#FFF;font-size:28px;line-height:28px;}
p.monthsummary a span.arttxt {font-size:10px; line-height:10px; padding:0; margin:0; }

ul#newsNav {margin:0;padding:0;}
ul#newsNav a {color:#000; text-decoration:none;display:block;margin-bottom:10px; padding:10px;}
ul#newsNav a:hover {background-color:#9FBD3B;color:#FFFFFF;}
ul#newsNav li, #diaryNav li.active {list-style:none;background-color:#E0EBBC;margin:0;padding:0;color:#000;}
ul#newsNav li.active {background-color:#9FBD3B;padding:10px;margin-bottom:10px;color:#FFFFFF;}

/* GRANTS PAGE */
.grantsdescription {background-color:#F9E09C;font-size:1.4em;padding:20px;margin:0;}
.grants {padding:5px 5px 5px 50px;background-color:#F3F3F3; }

.value {
	font-size:1.6em;
	font-weight:bold;
	color:#FFF;
	}


/* ABOUT PAGE */

.aboutdescription {background-color:#DCDBDA;font-size:1.4em;padding:20px;margin:0;}

ul#aboutNav {margin:0;padding:0;}
ul#aboutNav a {color:#000; text-decoration:none;display:block;margin-bottom:10px; padding:10px;}
ul#aboutNav a:hover {background-color:#5A5653;color:#FFFFFF;}
ul#aboutNav li, #diaryNav li.active {list-style:none;background-color:#DCDBDA;margin:0;padding:0;color:#000;}
ul#aboutNav li.active {background-color:#5A5653;padding:10px;margin-bottom:10px;color:#FFFFFF;}

.aboutsection {clear:left;height:150px;margin-bottom:20px;border:4px solid #DCDBDA;	background:url(/images/sites/chooser-grad.png) bottom right no-repeat #EEEEEE;}
.aboutsection a.image {float:left;}
.aboutsection .content {margin-left:320px;}
	
/* MEMBERS PAGE */
div.member {
	padding:0px;
	margin:7px;
	float:left;
	width:135px;
	}
.member p {
	padding:5px 0 ;
	margin:0;
	font-size:0.9em;
	}
a.peopleimage {
	margin:0 auto;
	border:1px solid #CCCCCC;
	background-color: #FFFFFF;
	}

a.peopleimage:hover {
	border:1px solid #FF8400;
	background-color:#FFFFFF;
	}
	
/* GROUPS PAGE */
div.groups {	
	width:340px;
	border:1px solid #CCCCCC;
	height:100px;
	padding:5px;
	float:left;
	margin:10px;
	background-color:#E4E9E6;
	}

div.groups a {
	float:left;
	}

div.groups p {
	width:200px;
	float:right;
	}
/* ##################### */

#footer {clear:both;border-top:4px solid #84B8DF;padding:0 10px 10px 10px;margin-top:20px;background:url(/images/common/footer_bg.png) top repeat-x #5A5653;
color:#ffffff;}
#footer a {color:#FFF;}
#footer h3 {color:#FFF; font-weight:normal; font-size:1.6em; border-bottom:2px solid #9A958F;}
#footer ul {list-style:none; margin:0; padding:0 0 10px 0;}
#footerwrapper {width:960px;margin:0 auto;}

#footerSites {width:280px; float:left; margin-right:40px;}
#footerSites ul li a {display:block; padding:5px; background-color:#9A958F; margin-bottom:10px; font-size:1.2em;}
#footerSites img {margin-right:20px; 	vertical-align:middle;}
#footerSites a:hover {background-color:#666666; color:#FFFFFF; text-decoration:none;}
#footerSupporters {width:280px; float:left;margin-right:40px;}
#footerCommunitcate {width:310px;float:right;}
.leftsocial {float:left;width:44%;padding:2%;background-color:#9A958F;margin-bottom:4%;}
.rightsocial {float:right;width:44%;padding:2%;background-color:#9A958F;margin-bottom:4%}
.tweet {border-left:5px solid #9A958F;padding:2%; background-color:#858078;}
.tweettime{font-size:0.8em;padding-left:20px;}
.quotation{font-size:1.4em;}

/* FORMS */

#formcontainer {background-color:#F0F0F0; margin:0; padding:10px;border-bottom:5px solid #E4E4E4;}
label {width:250px;margin-right:10px;float:left;clear:left;font-weight:bold;text-align:right;}
input[type=text] {border:1px solid #E4E4E4;font-size:2em; width:630px;}
input[type=submit] {width:auto;}
textarea {border:1px solid #E4E4E4; width:630px;}	

span.required {
	font-size:0.7em;
	color:#FF9900;
	}

p.error {
	font-size:0.9em;
	color:#CC0000;
	}

/* JQuery CSS */
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('/images/common/Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
