/*  
Theme Name: York Wide Blog
Description: A Wordpress theme adaptation of York University's Internal XHTML/CSS templates.
Version: 1.0 WPMu
Author: CNS DevTeam

Version 0.9.2  includes:

  corrected for IE 6+
  updates for WP 2.2
  bullet for subpages.
  a cleaned up stylesheet with excess definitions removed. 
  style definitions for sidebar calendar.
  standardized colour schema.
  further refinements to CSS.

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php

*/
.alignleft
{
float: left;
}


.alignright 
{
float: right;
}

/* YORK STANDARDS */

.current_page_item { 
	font-weight: bold;
}

#titlebanner {
	#position: absolute;
	margin-left: -10px;
}

#rightnav #s {
	width: 90px;
	margin-left:5px;
}

html {
	height: 100%;
	min-height: 100%;

	}

body {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}


#graphicalheader {
	float: right;
	width: 790px;
	padding: 0px;
	margin-left: 0px;
	background-color: #fff;
	margin: 0px;
	border: 0px;
	}

	
/* PAGE SUBHEADER AND BREADCRUMB TRAIL */

#pagetitle {
	float: right;
	margin-left: 170px;
	margin: 0px;
	width: 770px;
	border-top: 0px;
	border-left: 7px solid #f00;
	border-right: 0px;
	border-bottom: 1px solid #f00;
	padding-top: 10px;
	padding-left: 13px;
	padding-right: 0px;
	padding-bottom: 6px;
	background: #eee;
        font-size: x-large;
	}
	
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	color: #666;
	}

.footnote a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	}

.footnote a, a:link, a:active, a:visited {
	color: #999;
	}

.footnote a:hover {
	color: #c00;
	}	
	


/* RIGHT SIDEBAR DEFINITIONS */

#rightnav {
	float: right;
	left: 600px;	
	top:140px;	
	width: 180px;
	background: #eee;  
	border: 0;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 45px;
	padding-left: 0;
	padding-right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	}

#rightnav a, a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	}

#rightnav a, a:link, a:active, a:visited {
	color: #666;
	}

#rightnav a:hover {
	color: #c00;
	}

#rightnav p {
	border: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	}

#rightnav h2 {
	border: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	}

/* RIGHT SIDEBAR STRUCTURE */

#rightnav ul {
	border: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 10px;
	list-style-type: none;
	}

#rightnav li {
	border: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	}

#rightnav li ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#rightnav li ul li {
	border: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	}

##rightnav .googlesearch {
	width: 180px;
	margin-left: 600px;
	padding: 0px;
	background: #eee url('http://www.yorku.ca/yorkweb/internalhubimages/search-background.gif') repeat-x top left;
	margin: 0px;
	border: 0px;
	}

#rightnav img {
	border:0;
	}

/* CALENDAR */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto;
	width: 155px;
	border:#eee 1px solid;
	text-decoration: none;
	font-size: 11px;
	color: #999;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar #next a:hover, #wp-calendar #prev a:hover {
	color: #c00;
	}

#wp-calendar a, #wp-calendar a:link, #wp-calendar a:active, #wp-calendar a:visited {
	display: block;
	color: #666;
	}

#wp-calendar a:hover {
	display: block;
	color: #c00;
	}

#wp-calendar td:hover {
	border:#666 1px dotted;
	}

#wp-calendar #today {
	color: #000;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	color: #666;
	font-weight:bold;
	font-size: 13px;
	margin:0;
	padding:3px 0;
	}

#wp-calendar thead {
	margin:0;
	padding:0;
	color: #666;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	border:#ddd 1px solid;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	border:#ddd 1px solid;
	}

/* SEARCH */

#searchform {
	margin-top: 10px !important;

	}

#searchform br {
	display:none;
	}
#searchform .searchfield  {
	width: 110px !important;
	padding: 4px;
	border: 1px solid #666;
	line-height: 12px;
	text-transform:none;
	background: eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 666;
	}


#searchform .searchbutton {
	width: 30px !important;
	padding: 4px;
	border: 1px outset #666;
	background: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	}

<!--

#floatright  .humaheading {color: #000000; font-size:16px; font-weight:bold}
#content .humaheading {color: #000000; font-size:16px; font-weight:bold}
#content .subheading {color: #000000; font-size:14px; font-weight:bold}
#content h3 {color:#000000; font-size:16px; font-weight:bold}
#content a {font-size: 18px;}

.greyedout {color:#666666;}

#datalist table {
/*border: 1px;*/
}

th {color: #ffffff;
background:#333333;
font-size: 11px;
font-weight:bold;
text-align:left;
text-transform:uppercase;
}

#content #relatedinfo {
position: relative;

float: right;
margin: 0;
padding-left: 15px;
padding-right: 0px;
padding-bottom: 10px;
}

#caption {
font-style: italic;
font-size: 10px;
text-align: right;
padding-right: 0px;
}

#content #relatedinfo ul li {
padding-left: 20px;
list-style: none;
background-image: url(images/bulleticon.gif);
}

#content h2{font-size: 20px;}
#toprow {
width: 610px;
}
#toprowleft {
float: left;
width: 400px;
}
#toprowright {
float: right;
width: 205px;
}
#bottomrow {
clear: both;
width: 610px;
}
#bottomrowleft {
float: left;
width: 400px;
}
#bottomrowright {
float: right;
width: 205px;
}

.current_page_item ul li.page_item {
font-weight: normal;
}

.page_item ul {display:none;} 
.current_page_item ul  {display:block} 
.current_page_parent ul {display:block} 
#button ul li ul li {padding-left: 17px; background-image: url('http://www.yorku.ca/yorkweb/standards/images/gt.gif'); background-repeat: no-repeat;} 
#button ul li ul li.current_page_item {background-image: url('http://www.yorku.ca/yorkweb/standards/images/gt-bold.gif'); background-repeat: no-repeat;}

/* The background image here*/
#content {
min-height: 410px;
background-image: url(http://euce.apps01.yorku.ca/wp-content//themes/yorkwideblog/img/York-logo.pn);
background-repeat: no-repeat;
background-position: 121px 200px;
background-attachment: scroll;
} 


-->
