/***********************************
CSS Document by Tygostudios Productions
A Sondroyo Communications Network Group
January 2009
Respect Copyright
************************************/

/******************
general attributes
*******************/

body {
	background-color: #eaede6;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	color: black;
	}
	
body h3 {
	font-size: 12px;
	line-height:22px;
	}
	
#minibar {
	background-image:url(/framework/cornell_back.png);
	background-repeat:repeat-x;
	}
	
	
#logobar {
	background-color: white;
}	

#titlebar {
	background-image: url(/framework/titlebar_back.jpg);
	background-repeat: repeat-x;
	}
	
#content {
	border-left: 1px solid #295846;
	border-right: 1px solid #295846;
	border-bottom: 1px solid #295846;
	background-color: white;
	font-size: 12px;
	line-height:22px;
	}
	
#content-data {
	border: 1px solid #7fa292;
	background-color: white;
	font-size: 12px;
	line-height:22px;
	}
	
#centerline {
	background-image: url(/framework/centerline.jpg);
	background-repeat: repeat-y;
	}
	
#footer {
}

/******************
links
*******************/

A:link {text-decoration: underline; color: #23845f; }
A:visited {text-decoration: underline; color: #23845f;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #000000;}

/*for other stuff*/
.other A:link {text-decoration: underline; color: #9C332D; }
.other A:visited {text-decoration: underline; color: #9C332D;}
.other A:active {text-decoration: none; color: #9C332D;}
.other A:hover {text-decoration: none; color: #9C332D;}


/********************
main layout
******************/
	
hr {
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/ 
	color: #becdc7;
	border: none 0; 
	border-top: 1px solid #becdc7;/*the border*/ 
	}
	
.right {
	margin: 25px 0px 25px 25px;
	}
	
.left {
	margin: 25px 25px 25px 0px;
	}
	
#rightTable1 {
	margin: 50px 0px 50px 50px;
	}

.greenborder {
	border: 1px solid #a6b6b7;
	background-color: #f6f8f8;
	font-size: 12px;
	line-height:22px;
	}
	
.greenborder h3 {
	font-size: 12px;
	line-height:22px;
	}

.greenborder table, .greenborder table h3 {
	font-size: 12px;
	line-height:22px;
	}
	
#content li 
{
list-style-type: square;
list-style-image:url(/framework/arrow2.gif);
margin: .3em 0 0 -1em;
}

.spaceIndexBack {
	background-image:url(/framework/spaceindexback.png);
	background-repeat:repeat-y;
	}

/*****************
icons next to links
******************/


/* all the icons so far are from the monobook scheme for wikipedia.
this is assumed to be legitimate usage as they can be downloaded with MediaWiki, free software
if this is incorrect please contact webmaster@nyruralschools.org*/

/* Change the external link icon to an Adobe icon for all PDF files
   in browsers that support these CSS selectors, like Mozilla and Opera */
#content a[href$=".pdf"], 
#content a[href*=".pdf?"], 
#content a[href*=".pdf#"],
#content a[href$=".PDF"], 
#content a[href*=".PDF?"], 
#content a[href*=".PDF#"] {
    background: 
        url("http://www.nyruralschools.org/framework/icons/acrobat.gif")
        center right no-repeat;
    padding-right: 16px;
}
 
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
   is used (notably Template:PDFlink). This works in IE, unlike the above. */
.pdf a {
    background: 
        url("http://www.nyruralschools.org/framework/icons/acrobat.gif")
        center right no-repeat;
    padding-right: 17px;
}

/*#content a[href ^="mailto:"],
.mailto {
	background: url("http://www.nyruralschools.org/framework/icons/mail.gif") center right no-repeat;
	padding-right: 18px;
	color:white;
	}*/
	
/* Where the tagFiles div is called, add in jpg icons and external link icons */
.tagFiles a[href$=".jpg"] {
    background: 
        url("http://www.nyruralschools.org/framework/icons/file.gif")
        center right no-repeat;
    padding-right: 17px;
}

.tagFiles a[href$=".html"],
.tagFiles a[href$=".asp"],
.tagFiles a[href$=".org/"],
.tagFiles a[href$=".edu/"],
.tagFiles a[href$=".htm"],
.tagFiles a[href$="cardi/"] {
    background: 
        url("http://www.nyruralschools.org/framework/icons/external.png")
        center right no-repeat;
    padding-right: 16px;
}