/*-------------------------------------------------
  SPACE Webzine Stylesheet
  Based on the Stanch skin by Ivan Fong
  Mods by nCipher
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
/*	background: url(/themes/site_themes/pics/mattxbluebgsmall.png); */
	background: #999; 
	color: black;
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}
hr
{
	margin: 10px 0;
	border: 0;
	height: 1px;
	color: #555;
	background-color: #555;
	width: 100%;
}
p
{
	margin-top: 0px; /* hack to prevent white space on top! */
}
textarea
{
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-size: 11px;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: square;
	/* padding: 0; */
	/* margin: 0; */
}
li
{
	/* background: url(/themes/site_themes/pics/arrow.gif) left 5px no-repeat; */
	/* padding: 0 0 0 10px; */
	/* margin-left: 30px; */
}

/* Links */
a:link, a:visited
{
	color: blue;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
/*
#header a:link, #header a:visited
{
	color: black;
}
#header a:hover, #header a:active
{
	color: red;
}
*/

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	/* height: 136px; */
	margin: auto;
	/* text-align: center; */
}
#header h1
{
	/* background: #338; */
	margin: 0;
	font-size: 38px;
	text-align: center;
	line-height: 100px;
}
#header h2
{
	/* background: #338; */
	font-size: 38px;
	text-align: center;
}
.dawsonbutton
{
	width: 150px;
	height: 54px;
	margin: 17px 14px;
	float: left;
	background: url(/themes/site_themes/pics/dawsonlogo.png);
	border: 1px solid #999;
}
.valid
{
	float: right;
	padding: 0 14px;
}
.validxhtml
{
	margin: 10px 0 8px 0;
}
.validcss
{
	margin: 8px 0 10px 0;
}
.spacelogo
{
	border: 0;
	margin-left: 15px;
}
.weblogswf
{
	border: 0;
}

/*-------------------------------------------------
  New header
-------------------------------------------------*/
.newheader
{
	width: 100%;
	background: url(/themes/site_themes/pics/logo_fixed2.png) no-repeat;
	background-position: 15px 0;
}
.newnavbar
{
	/* background: #E9E9E9 url(/themes/site_themes/pics/aux-menu-triangle-3.png) left no-repeat; */
	background: url(/themes/site_themes/pics/aux-menu-triangle-3.png);
	/* font-weight: bold; */
}
.newnavbar a:link, .newnavbar a:visited
{
	color: #000000;
}
.newnavbar a:hover, .newnavbar a:active
{
	/* color: #799849; */
	color: #0000FF;
}
.searchlogin
{
	border: 1px solid #999;
}
.headersearch
{
	font-size: 12px;
	background: white;
	color: black;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	padding: 1px;
}
.headerbutton
{
	font-size: 11px;
	font-weight: bold;
	background: #B4B4B4;
	color: black;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 1px 4px;
}
.headerhr
{
	height: 1px;
	background: #999;
}

/*-------------------------------------------------
  Navigation bars
-------------------------------------------------*/
#navbar
{
	width: 100%;
	height: 35px;
	background: #DDDDDD url(/themes/site_themes/pics/navbar-blend.png) repeat-x bottom;
	/* border-top: 1px solid #555; */
	padding: 0;
}
.navbutton, .navbutton:link, .navbutton:visited
{
	margin: 0;
	padding: 9px 10px 12px 10px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Arial", "Trebuchet MS", sans-serif;
	color: black;
}
.navbutton:hover, .navbutton:active
{
	color: #799849;
	background: #E9E9E9 url(/themes/site_themes/pics/navbar-blend-hover.png) repeat-x bottom;
}
.navbuttonA, .navbuttonA:link, .navbuttonA:visited
{
	margin: 0;
	padding: 9px 10px 12px 10px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Arial", "Trebuchet MS", sans-serif;
	color: #799849;
}
.navbuttonA:hover, .navbuttonA:active
{
	color: black;
	background: #E9E9E9 url(/themes/site_themes/pics/navbar-blend-hover.png) repeat-x bottom;
}
.navbarsearch
{
	margin-right: 10px;
	padding-bottom: 1px;
	/* offset: 0 -1px; */
	/* font-weight: bold; */
}

.navbar2
{
	padding: 2px 12px 8px 12px;
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Arial", "Trebuchet MS", sans-serif;
	color: black;
}
.navbar2 a:link, .navbar2 a:visited
{
	color: black;
	text-decoration: none;
}
.navbar2 a:hover, .navbar2 a:active
{
	color: #799849;
	text-decoration: none;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#fixedwidth
{
	width: 991px;
	border-width: 0 1px 1px 1px;
	border-color: black;
	border-style: solid;
	background: white;
	padding-bottom: 8px;
	margin-bottom: 8px;
	text-align: justify;
}
#wrapper1
{
	/* background: white url(/themes/site_themes/pics/fadeout.jpg) repeat-x; */
	margin: 0;
}
#wrapper2
{
	background: url(/themes/site_themes/pics/left-241.png) repeat-y left;
	margin: 0;
	/* padding: 0 0 0 241px; */
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/

/*-------------------------------------------------
  Search
-------------------------------------------------*/
.searchtable
{
	width: 100%;
	background: #DDD url(/themes/site_themes/pics/blend-search-plain.png) repeat-x bottom;
	padding: 3px 12px 6px 12px;
	margin-bottom: -2px;
	font-size: 10px;
	font-weight: bold;
}
.searchfield
{
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-size: 11px;
	background: white;
	color: black;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
}
.searchbutton
{
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Trebuchet MS", "Trebuchet", "Arial", sans-serif;
	font-size: 11px;
	background: #B4B4B4;
	color: black;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 1px;
}

/*-------------------------------------------------
  Subheader
-------------------------------------------------*/
.subheader
{
	margin: 0 30px 10px 30px;
	font-size: 20px;
	vertical-align: middle;
}
.subbanner
{
	margin-right: 20px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contentpreview
{
	width: 100%;
	/* border: 1px solid #999; */
	border-left: 1px solid #FFF;
	border-top: 1px solid #555;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-bottom: 10px;
	/* background: #DDD; */
}
.contentsplash
{
	width: 100px;
}
.contentbrief
{
	width: 596px;
	/* padding: 10px; */
	margin: 0;
	/* background: silver; */
}
.contentbrief h2
{
	font-size: 18px;
}
.contentbrief h2 a:link, h2 a:visited
{
	color: black;
}
.contentbrief h3
{
	font-size: 12px;
}
.contenttitle
{
	padding: 6px 12px;
	border: 1px solid #999;
	background: #FFF url(/themes/site_themes/pics/blend-title.png) repeat-x bottom;
}
.contenttitle h2
{
	font-size: 18px;
}
.contenttitle h2 a:link, h2 a:visited
{
	color: black;
}
.contenttitle h2 a:hover, h2 a:active
{
	color: #682;
}
.contentbyline
{
	margin-top: 5px;
	font-style: italic;
}
.contentbody
{
	font-size: 12px;
	text-align: justify;
	margin: 15px 12px 12px 12px;
	padding: 0 30px 4px 0;
}
.lg_social
{
	font-size: 10px;
	margin: 8px;
	padding: 4px 0 14px 0;
}
.gototop
{
	width: 22px;
	height: 22px;
	margin: 0 0 4px 10px;
	float: right;
	background: url(/themes/site_themes/pics/up.png);
}

/*-------------------------------------------------
  Splash page tables
-------------------------------------------------*/
.splashtable
{
	margin: -2px -2px 2px -2px;
	text-align: center;
}
.splashtable td
{
	vertical-align: top;
}
.splashsubtable
{
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: left;
}
.splashsubtable td
{
	vertical-align: middle;
}
.splashsubtable th
{
	border-bottom: 2px solid #999;
	padding: 4px;
	background: #FFF url(/themes/site_themes/pics/blend-th.png) repeat-x bottom;
	color: black;
	text-align: center;
}
.splashsubtableleft
{
	margin-bottom: 10px;
}
.quicklinks
{
	font-size: 12px;
}
/*
.quicklinks a:link, .quicklinks a:visited
{
	color: #799849;
}
.quicklinks a:hover, .quicklinks a:active
{
	color: #000000;
}
*/
.quicklinks ul
{
	list-style-image: url(/themes/site_themes/pics/arrow.gif);
}

/*-------------------------------------------------
  Calendar styles
-------------------------------------------------*/
.calendarDiv
{
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.calendarTable
{
	background: #999;
	margin: -1px;
}
.calendarTable th
{
	background: #FFF url(/themes/site_themes/pics/blend-th.png) repeat-x bottom;
	padding: 4px;
	color: black;
	border-bottom: 1px solid #999;
}
.calendarTable td
{
	/* background: #FFF; */
	padding: 4px;
	width: 66px;
}
.monthtitle
{
	color: #6D8738;
}
.calendarWeek
{
	height: 35px;
	padding: 4px;
	background: #FFFFFF;
}
.calendarDefCell
{
	height: 70px;
	text-align: left;
	vertical-align: top;
	padding: 4px;
}
.calendarSPACE
{
	background: #C0D099;
}
.calendarLOCAL
{
	background: #9999FF;
}
.calendarOUTER
{
	background: #CCCCCC;
}
.calendarNoEntry
{
	background: #FFFFFF;
}
.calendarDay
{
	border: 1px solid #999;
	padding: 2px;
	margin: 0 4px 4px 0;
	width: 22px;
	text-align: center;
	float: left;
}
.calendarToday, .calendarToday:link, .calendarToday:visited, .calendarToday:hover, .calendarToday:active
{
	background: #F00;
	font-weight: bold;
	color: #FFF;
}
.calendarCell
{
	background: #FFF;
}

/*-------------------------------------------------
  Gallery styles
-------------------------------------------------*/
.tableborder
{
	border: 1px solid #999;
}
.tableborder th
{
	background: #CCC;
}
.imgborder
{
	border: 1px solid #000;
}
.itemtitle
{
	margin: 3px 0 0 0;
	color: #000;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.itemthumb
{
	border-top: 2px solid #999;
	text-align: center;
	padding: 15px 3px 8px 3px;
}

/*-------------------------------------------------
  Page Break plugin styles
-------------------------------------------------*/
.pagebreak
{
	/* float: left; */
	margin: 12px;
	padding: 6px 0;
}
.pagebreak a:link, .pagebreak a:visited, .pagebreak b, .pagebreak strong
{
	padding: 2px 8px;
	border: 1px solid black;
	background: #CCC;
}
.pagebreak a:hover, .pagebreak a:active
{
	background: #9DBC5E;
	color: black;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(/themes/site_themes/pics/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	white-space: nowrap; /* fix for IE */
	/* line-height: 12px; */
	padding: 0 2px 0 16px;
}
.contentitempostedby
{
	background: url(/themes/site_themes/pics/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	white-space: nowrap; /* fix for IE */
	/* line-height: 12px; */
	padding: 0 2px 0 16px;
}
.contentitemcomments
{
	background: url(/themes/site_themes/pics/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	white-space: nowrap; /* fix for IE */
	/* line-height: 12px; */
	padding: 0 2px 0 16px;
}
.contentitemedit
{
	background: url(/themes/site_themes/pics/bgedit.gif) center left no-repeat;
	font-size: 10px;
	white-space: nowrap; /* fix for IE */
	/* line-height: 12px; */
	padding: 0 2px 0 16px;
}
.contentitemprint
{
	background: url(/themes/site_themes/pics/bgprint.gif) center left no-repeat;
	font-size: 10px;
	white-space: nowrap; /* fix for IE */
	/* line-height: 12px; */
	padding: 0 2px 0 16px;
}
.contentitem
{
	padding: 0;
	margin: 0;
}
.contentitem1, .contentitem2, .contentitem3, .contentitem4, .contentitem5
{
	float: left;
	background: silver;
	padding: 4px 10px;
	margin: 1px 1px 0 0;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.commentspace
{
	margin-bottom: 12px;
}
.commenttable
{
	background: #DDF;
	padding-right: 12px;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 0 12px 12px 12px;
}
.commenttable p
{
	margin-bottom: 0;
}
.commentavatar
{
	border: 1px solid black;
}
.itemcomment
{
	background: #DDF url(/themes/site_themes/pics/quote.png) no-repeat;
	background-position: 8px 4px;
	padding: 6px 48px;
	border: 1px solid #999;
	margin: 12px;
}
.commentauthor
{
	font-size: 12px;
}
.commentbody, .commentinfo
{
	/* font-size: 12px; */
	/* padding: 12px; */
}
.commentbody
{
	padding-top: 10px;
}

/*-------------------------------------------------
  Features
-------------------------------------------------*/
#sidebarcontainerleft
{
	width: 224px;
	padding: 0;
	margin: 0;
}

/* Features lists (left) */
.sidebardl
{
	padding: 0;
	margin: 0 0 10px 0;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2.5px;
	/* opacity: 0.7; */
}
.sidebardltitle
{
	background: #FFF url(/themes/site_themes/pics/blend-th.png) repeat-x bottom;
	color: #000;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	font-family: "Verdana", "Tahoma", "Lucida Sans Unicode", "Arial", "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
.featureform
{
	background: #FFF;
	padding: 8px 10px;
	border-top: 2px solid #999;
}
.sidebarlink a:link, .sidebarlink a:visited
{
	background: #FFF url(/themes/site_themes/pics/arrow.gif) left center no-repeat;
	background-position: 10px;
	color: #000;
	padding: 3px 10px 3px 20px;
	width: 192px;
	float: left;
	border-top: 2px solid #999;
}
.sidebarlink a:hover, .sidebarlink a:active
{
	background: #9DBC5E url(/themes/site_themes/pics/arrow.gif) left center no-repeat;
	background-position: 10px;
	color: #000;
	padding: 3px 10px 3px 20px;
}
.sidebarlinkmonth a:link, .sidebarlinkmonth a:visited
{
	background: #C0D099 url(/themes/site_themes/pics/arrow.gif) left center no-repeat;
	background-position: 10px;
	color: #000;
	padding: 3px 10px 3px 20px;
	width: 192px;
	float: left;
	border-top: 2px solid #999;
}
.sidebarlinkmonth a:hover, .sidebarlinkmonth a:active
{
	background: #CFDBB2 url(/themes/site_themes/pics/arrow.gif) left center no-repeat;
	background-position: 10px;
	padding: 3px 10px 3px 20px;
}

/* JT REVERSES link and hover colors */
/*
.sidebarlink_rev a:link, .sidebarlink_rev a:visited
{
	background: #DEE9C9 url(/themes/site_themes/pics/arrow.gif) left center no-repeat;
	background-position: 10px;
	color: #000;
	padding: 3px 10px 3px 20px;
	width: 192px;
	float: left;
	border-top: 2px solid #999;
}
.sidebarlink_rev a:hover, .sidebarlink_rev a:active
{
	background: #FFF url(/themes/site_themes/pics/arrow.gif) left center no-repeat;
	background-position: 10px;
	color: #000;
	padding: 3px 10px 3px 20px;
}
*/

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	background: #FFF url(/themes/site_themes/pics/blend-title.png) repeat-x bottom;
	/* text-align: center; */
	font-size: 10px;
	/* font-weight: bold; */
	padding: 10px 12px;
	border: 1px solid #999;
	margin: 0 8px 0 8px;
}
#copyrights
{
	color: black;
}
#copyrights a:link, #copyrights a:visited
{
        color: black;
}
#copyrights a:hover, #copyrights a:active
{
        color: #799849;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.login
{
	margin-right: 10px;
}
.logintable
{
	border: 1px solid black;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.commentform
{
	margin: 12px;
	padding: 12px;
	background: #DDD;
	border: 1px solid #999;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.commentform img
{
	margin: 5px 0 0 0;
}
.formfield
{
	display: block;
	font-size: 11px;
	background: white;
	color: black;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 0 0 3px 0;
}
.formbutton
{
	display: block;
	font-size: 11px;
	background: #B4B4B4;
	color: black;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin: 3px 0;
}

#nucleus_cf_name, #nucleus_cf_email, #nucleus_cf_location, #nucleus_cf_url
{
	width: 480px;
	margin-right: 105px;
	font-family: "Arial", "Tahoma", "Trebuchet MS", "Verdana", sans-serif;
}
.commentform textarea, .commentform .formfield
{
	width: 480px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
	font-family: "Arial", "Tahoma", "Trebuchet MS", "Verdana", sans-serif;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* Credits in About SPACE */
.credits
{
	font-family: "Palatino", "Garamond", "Calisto MT", "Thames", "Times New Roman", "Times", serif;
}
.credits th
{
	color: #16741C;
	font-size: 32px;
	padding: 4px 32px;
}
.credits td
{
	color: black;
	font-size: 18px;
	font-weight: bold;
}
.students td
{
	padding: 0px 10px;
}
.staff td
{
	padding: 0px 32px;
}

/* Leftbox and Rightbox toolbar buttons */
.border
{
	padding: 8px;
	border: 1px solid black;
	font-size: smaller;
}
.leftbox
{
	float: left;
	margin: 5px 12px 5px 0;
	display: inline;
}
.rightbox
{
	float: right;
	margin: 5px 0 5px 12px;
	display: inline;
}
