/*  
Theme Name: York Internal
Description: A Wordpress theme adaptation of York University's Internal XHTML/CSS templates.
Version: 1.9.8
Author: Rajiv Rawat
Author URI: http://rawat.org/

Version 1.9.8  includes:

  corrected for IE 6+
  updates for WP 2.8
  expanded width (960px)
  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

*/

body {
	border: 0;
	margin: 0;
	padding: 0;
	background: #999 url('http://www.yorku.ca/yorkext/images/background-wide.png') repeat-y top left;
	font-family: Arial, Helvetica, sans-serif;
	}

/* PAGE SUBHEADERS AND BREADCRUMB TRAIL */

#pagetitle {
	float: right;
	margin: 0px;
	width: 770px;
	border-top: 0px;
	border-left: 7px solid #f00;
	border-right: 0px;
	border-bottom: 1px solid #f00;
	padding: 10px 0px 6px 13px;
	background: #eee;
	}

#pageicon {
	float: right;
	margin-left: 170px;
	margin: 0px;
	width: 790px;
	border: 0px;
	background: #f00;
	}

#pageicon img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#pageicon a {
	border: 0px;
	}

	
.footnote {
	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;
	}	
	

/* CONTENT FORMATTING FOR IE6 ERROR */

* html #content {
	overflow:hidden;
	width: 580px;
	}

/* CONTENT FORMATTING */

#content-3column {
	padding-left: 15px;
	width: 580px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

#content-2column {
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}

#content {
	font-size: 12px;
	color: #333;
	line-height: 1.5;
	width: auto;
	}

#content b {
	font-weight: bold;
	}

#content a, a:link, a:active, a:visited, a:hover {
	text-decoration:none;
	}

#content a, a:link, a:active, a:visited {
	color: #c00;
	}

#content a:hover {
	color: #666;
	}

#content .smallbodytext {
	font-size: 11px; 
	text-decoration:none;
	color: #666;
	}
 
#content .smallbodytext a, #content .smallbodytext a:link, #content .smallbodytext a:active, #content .smallbodytext a:visited {
	font-size: 11px; 
	text-decoration:none;
	color: #666;
	}

#content .smallbodytext a:hover {
	font-size: 11px;
	text-decoration:none;
	color: #c00;
	}

#content blockquote {
	color: #666;
	font-size: 11px; 
	margin: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px #ccc dotted;
	background: #f8f8f8;
	}

#content subtitle {
	font-size: 11px; 
	text-align: center;
	color:#333;
	line-height: 1.2;
	padding: 0 10px 10px 10px;
	}

/* HEADING TAGS */

h1, h2, h3, h4 {
	font-family: Corbel, Arial, Helvetica, sans-serif;
	}

#content h1 {
	font-size: 24px;
	font-weight: bold;
	}

#content h2, .heading {
	font-size: 22px;
	font-weight: bold;
	color: #666;
	}

#content h3, .subheading {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	}

#content h4 {
	font-size: 16px;
	font-weight: normal;
	font-variant: small-caps;
	color: #666;
	}

#content .postheader {
	margin-top: 10px;
	}

#content .divider {
	margin-bottom: 5px;
	margin-right: 5px;
	border-bottom: 1px dotted #ddd;
	}

#graphicalheader .subheading {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	}

/* LIST TAGS */

#content p {
	margin:10px 0;
	}

#content ul {
	margin:10px 0;
	padding: 0;
	list-style-type: none;
	}

#content ul li {
	padding-left: 20px;
	padding-bottom: 10px;
	background: url('img/bullet.png') left 3px no-repeat;
	}


/* TABLE TAGS */

#content table, #content tr, #content td {
	font-size: 11px;
	color: #333;
	}

/* MISCELLANEOUS TAGS */

#content .teletype {
	font-family: Courier, monospace;
	font-size: 11px;
	color: #333;
	}

#content td.textboxheadera, #content td.textboxheaderb {
	font-weight: bold; 
	color: #fff;
	background-color: #c00;
	text-align: center;
	}

#content td.textboxheadera {
	font-size: 12px;
	}

#content td.textboxheaderb {
	font-size: 11px;
	}

#content .whitetitletext, 
#graphicalheader .whitetitletext {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	}

/* IMAGES IN CONTENT FOR IE6 */

* html #content img {
	border: 0;
	padding: 0;
	}

/* IMAGES IN CONTENT */

img.centered, img.alignnone, img.aligncenter, img.pp_image, img.cmd-avatar, img[align="middle"], img[align="center"], img[align="right"], img.alignright, img.alignleft, img[align="left"], img.attachment-thumbnail, img.attachment-medium {
	border:#ddd 1px solid;
	padding: 2px;
	}

img.centered, img.aligncenter, img[align="center"] {
	display: block;
	margin: 0 auto 2px auto;
	}

#content img.cmd-avatar, img.alignright, img[align="right"] {
	float: right;
	margin: 0 0 2px 7px;
	}

#content img.alignleft, img[align="left"] {
	float: left;
	margin: 0 7px 2px 0;
	}

.wp-caption {
	border:#ddd 1px solid;
	padding-top: 4px;
	text-align: center;
	background-color: #f3f3f3;
	margin: 5px auto;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* LEFT NAVIGATION DEFINITIONS */

#navlist {
	position: relative;
	z-order: 5;
	top: 0;
	left: 0;
	width: 170px;
	height: auto;
	min-height: auto;
	margin: 0;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 45px;
	background-color: #eee;
	font-size: 11px;
	color: #666;
	}

#navlist a, #navlist a:link, #navlist a:visited, #navlist a:hover {
	display: block;
	margin: 0;
	border: 0;
	text-decoration: none;
	}

#navlist a, #navlist a:link, #navlist a:visited {
	color: #666;
	}

#navlist a:hover {
	color: #c00;
	}
	
#navlist h2 {
	border: 0;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 125%;
	color: #666;
	}

/* LEFT NAVIGATION STRUCTURE */


#navlist ul {
	border: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 5px;
	list-style-type: none;
	}

#navlist li {
	margin: 0;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0;
	}


#navlist li ul {
	list-style-type: none;
	margin-left: -5px;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#navlist li ul li {
	background: url('img/arrow_bullet.gif') left top no-repeat;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 0;
	}

#navlist li a {
	display: block;
	width: 100%;
	padding: 0;
	line-height: 10px;
	text-decoration: none;
	}

html>body #navlist li a {
	width: auto;
	}

/* RIGHT SIDEBAR DEFINITIONS */

#rightnav {
	float: right;
	width: 180px;
	background: #eee;  
	border: 0;
	margin: 0 0 10px 0;
	padding: 0 0 45px 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: 14px;
	font-weight: bold;
	line-height: 125%;
	}


/* RIGHT SIDEBAR STRUCTURE */

#rightnav ul {
	border: 0;
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 10px;
	}

#rightnav li {
	border: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	list-style-type: none;
	}

#rightnav li ul {
	list-style-type: none;
	margin-left: -5px;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#rightnav li ul li {
	//background: url('img/arrow_bullet.gif') left top no-repeat;
	list-style-type: disc;
	color: #FFFFFF;
	border: 0;
	margin-left: -15px;
	margin-right: -10px;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	padding-right: 0px;
	}

##rightnav .googlesearch {
	width: 180px;
	margin-left: 770px;
	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: 8px auto;
	width: 150px;
	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;
        background: #ccc;
	}

#wp-calendar a, #wp-calendar a:link, #wp-calendar a:active, #wp-calendar a:visited {
	display: block;
	color: #c00;

	}

#wp-calendar a:hover {
	display: block;
	color: #666;
	}

#wp-calendar td:hover {
	border:#666 1px dotted;
	}

#wp-calendar #today {
	color: #333;
 	background: #ddd;
	}

#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: 100px !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: 35px !important;
	padding: 4px;
	border: 1px outset #666;
	background: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	}


/* Begin Comments*/


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	color:#666;

	margin: 1em;
	padding: 0 0 10px 50px;
	background: url('img/blockquote.gif') no-repeat left top;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 80%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	}

#commentform .submitbutton {
	padding: 4px;
	border: 1px outset #666;
	background: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 11px; 
	text-decoration:none;
	color: #666;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Feed */

.feed div.feedtitle {font-size: 18px; font-family: Corbel, Arial, Helvetica, sans-serif; font-weight: bold;margin: 0;padding: 0;}

.feed div.feedtitle a:link, .feed div.feedtitle a:visited {color: #666;text-decoration: none;}

.feed li {border-top: 1px dotted #ccc;}

.feeditem a:link, .feeditem a:visited {position: relative;z-index: 24;text-decoration: none;color: #333; padding:2px;}

.feeditem a:hover {z-index: 25;background: #fff;color: #693;}

.feeditem a span { display: none }

.feeditem a:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: 2em;
	width: 400px;
	padding: 5px;
	border: 1px solid #360;
	font-size: 11px;
	background-color: #360;
	color: #fff;
	filter: alpha(opacity=90); -moz-opacity: 0.90; opacity: 0.90; -khtml-opacity: 0.90;
	-moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	}

/* End Feed */

