@charset "UTF-8";
/* CSS Document */

/* 
     ****************************************************************
     *                                                              *
     *     Web design and development copyright 2007                *
     *     Lynn Cummings                                            *
     *     www.lynncummings.com                                     *
     *                                                              *   
     ****************************************************************
*/

/* This is a modified version of the main style sheet with special table styles removed and added innermost container classes. It is attached to the calendar, k2news gallery and search results pages. */

/* top elements */
* {
	background-image: none;
}

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	background-color: #a4b6c8;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

/* links */
a {
	color: #CC3300;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	color: #628db2;
} 
h2 {
	font-size: 1.3em;
	color: #6F6F6F;
}
h3 {
	font-size: 1.3em;
	color: #8999AC;
}

p, h1, h2, h3 {
	margin-top: 14px;
	margin-right: 15px;
	margin-bottom: 14px;
	margin-left: 15px;
}

/* lists */
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #628DB2;
}
ul span, ol span {
	color: #666666; 
}


/* images */
img {
	border: none;
}
img.border {  /* adds a border to non-floating images */
	border: 1px solid #628DB2;
}
img.float-right {
    margin: 5px 0px 5px 15px;
	border: 1px solid #628DB2;
}
img.float-left {
    margin: 5px 15px 5px 0px;
	border: 1px solid #628DB2;
}
img.float-right_borderless {
    margin: 5px 0px 4px 15px;
	border: none;
	float: right;
}
img.float-left_borderless {
    margin: 5px 15px 4px 0px;
	border: none;
	float: left;
}
/* prevents linked images from displaying a border */
a img {
	border: none
}
a:hover img {
	border: none
}
a img.border {
	border: 1px solid #CC3300;
}
a:hover img.border {
	border: 1px solid #71a2cc !important; /* IE fix*/
	border: 2px solid #71a2cc;
}
/* bottom nav arrows */
img.arrows {
	margin: 10px 15px 0 0;
	border: none
}

/* alignment classes */
.float-left  { 
	float: left;
}
.float-right {	
	float: right;
}
.align-left  {  
	text-align: left;
}
.align-right { 
	text-align: right;
}

/* code */
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
    background: #fafafa;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #A4B6C8;
}

/* acronym */
acronym {
    cursor: help;
    border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 15px;
	padding: 0 0 0 20px;
	background: #fafafa;
	color: #628DB2;
	font-family: Georgia, 'Bookman Old Style', Serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #A4B6C8;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #fafafa; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #628DB2;
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #5C9EE1;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #fafafa;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#wrapper {
	width: 820px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	background-image: url(/images/topbluegradient.jpg);
	background-repeat: repeat-x;
	background-position: left 200px;
}
#content-wrapper {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* header */
#header {
	position: relative;
	height: 85px;	
	background: #fff url(/images/headerbg.gif) repeat-x 0% 100%;	
}
#header form.searchform {
	position: absolute;
	top: 7px;
	right: -12px;
}

/* top right menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 0;
	bottom: 3px !important;
	bottom: 2px;
	font-family: Arial, 'Trebuchet MS', Tahoma, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
#header li {
    display:inline;
    margin:0; padding:0;
}
#header a {
    float:left;
    background: url(/images/tableft.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}
#header a span {
    float:left;
    display:block;
    background: url(/images/tabright.gif) no-repeat right top;
    padding:6px 15px 3px 8px;
    color: #333;
}

/* left column */
#leftcol {
	float: left;
	width: 23%;
	display: inline;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 20px;
}

/* left column | main navigation */
#leftcol ul.sidemenu {
	list-style:none;
	margin: 8px 0 10px 15px;
	padding:0;		
}
#leftcol ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}

/* navigation links */
#leftcol ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	min-height:18px;
	background-color: #E5EDF2;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #A4B6C8;
}

* html body #leftcol ul.sidemenu a { height: 18px; }

/* nav hover and nav current page id */
#leftcol ul.sidemenu a:hover, body#index #t-index a, body#calendar #t-calendar a, body#gallery #t-gallery a, body#conferences #t-conferences a, body#firenet #t-firenet a, body#board #t-board a, body#scholarships #t-scholarships a, body#links #t-links a, body#contact #t-contact a, body#membership #t-membership a, body#documents #t-documents a, body#magazine #t-magazine a, body#journal #t-journal a, body#books #t-books a, body#subscribe #t-subscribe a, body#sitemap #t-sitemap a {
	padding:2px 5px 2px 10px;
	color: #CC3300;
	border-left:4px solid #CC3300;
	background-color: #edf5fa;
	}
	
/* main content column on index page */
#main {
	float: left;
	margin-left: 13px;
	width: 52%;
	padding: 0;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
}

/* main content column on 2-column pages */
#main_inside {
	float: left;
	margin-left: 25px;
	width: 73%;
	margin-bottom: 25px;
	padding: 0;
	margin-top: 8px;
}

/* search container */
#search_container {
	background-color: transparent;
	border: none;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0px;
}

/* calendar container */
#calendar_container {
	background-color: transparent;
	border: none;
	margin-left: 15px;
	padding-left: 0px;
}

/* news container */
#news_container {
	background-color: transparent;
	border: none;
	margin-left: 12px;
	margin-right: 20px;
	padding-left: 0px;
}

/* gallery container */
#gallery_container {
	background-color: transparent;
	border: none;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 0;
	padding-left: 0px;
}

/* printer-friendly footer */
#print-footer {
	background-color: #fafafa;
	border: 1px solid #f2f2f2;
	font-size: 95%;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 15px;
	background-image: url(/images/printer.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#print-footer p {
	padding-left: 10px; margin: 0 10px 0 5px;
}

/* right column */
#rightcol {
	float: right;
	width: 23%;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 20px;
}

/* footer */
#footer {
	clear: both;
	color: #FFF;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 100%;
	font-size: 95%;
	background-color: #c74624;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #71a2cc;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FF9900;
}
#footer .footer-left {
	float: left;
	width: 65%;
}
#footer .footer-right {
	float: right;
	width: 30%;
}
#footer_shadow {
	height: 25px;
	background-image: url(/images/bluedropshadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a4b6c8;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */

#header a:hover span {
	color:#FFF;
}
#header a:hover {
    background-position:0% -42px;
}
#header a:hover span {
    background-position:100% -42px;
}
#header #current a {
    background-position:0% -42px;
    color: #FFF;
}
#header #current a span {
    background-position:100% -42px;
    color: #FFF;
}

/* additional classes */
.clear { 
	clear: both;
}
.red {	 
	color: #CC3300;
}
.blue {	 
	color: #71a2cc;
}
.dk_blue {
	color: #336699;
}
.dk_gray {
	color: #444444;
}
.author {
	margin: -15px 0 0 15px;
	font-style: italic;
}
