/*  Theme: autumn05 
   'liberated' from 2005 OSWD, entry to the "fall"(autumn05) OSWD contest 
*/

/* main styles */
/* Below:  All these are global styles applied to everything.  However, they can be overwritten later in the CSS */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999
}

body { 
	margin: 0;
	padding: 0;
	width: 600px;
	height: 800px;
	text-align: center;
	background: #eee
}

#container { /* the container contains all the divs and makes sure they are centrally aligned.  Note that IE uses the text-align: center; in the body to align everything centrally */
	text-align: center;
	margin: 0 auto; 
	width: 600px;
	height: 800px;
}

#banner { 
	position: absolute;
	top: 0px;  /* shifts text into exact position */
	left: 0px;  /* shifts text into exact position */
	width:  770px; 
	height: 175px;
	background: url('/theme/autumn05/images/header.gif') no-repeat transparent;
}


#title_area {  /* header/banner area */
	position: absolute;
	top: 0px;  /* shifts text into exact position */
	left: 450px;  /* shifts text into exact position */
	width: 300px; /* 770px; */
	height: 50px; /* 125px; */
}

#sitetitle { /* Styles for the main site title */
	position: relative;
	top: 0px;  /* -175 8 20 shifts text into exact position */
	left: 0px;  /* 400 375 shifts text into exact position */
	font-family: Georgia, serif; 
	font-size: 36px; 
	line-height: 40px;
	font-weight: 100;  /* 100 is the thinnest font weight */
	color: #FF9933; /* nice light orange "autumn" type colour */
	letter-spacing: 8px; /* spaces out the letters a bit */
}
	
#subtitle {  /* Styles for the sites subtitle */
	position: relative;
	top: 0px;  /* shifts text into exact position */
	left: 0px;  /* shifts text into exact position */
	font-size: 12px; 
	font-weight: normal; /* normal bold */
	line-height: 18px;
	color: #6488F7; /* light blue */
	letter-spacing: 3px; /* spaces out the letters a bit */
}

#subtitle a {   /* Styles for any links in the sub title */
	color: #6488F7;
	text-decoration: none;
	border-bottom: 1px dashed #496FE4;
}

#subtitle.development {
	position: absolute;
	top: 10px;  /* -9shifts text into exact position */
	left: 135px;  /* -5 shifts text into exact position */
} 

#subtitle.dept {  /* Styles for the sites subtitle */
	position: absolute;
	top: 24px;  /* -5 shifts text into exact position */
	left: 60px;  /* -248 shifts text into exact position */
	color: #6488F7; /* light blue */
	letter-spacing: 4px; /* spaces out the letters a bit */
	font-weight: bold; /* normal bold */
}

#subtitle.theme {
	position: absolute;
	top: 38px;  /* shifts text into exact position */
	left: 150px;  /* -250 shifts text into exact position */
	font-size: 6px; 
	color: #7788AA; /* light blue */
} 

#subtitle.theme a {
	font-size: 10px; 
/*	color: #7788AA; /* light blue */
} 

#subtitle a:hover {   /* Styles for any links in the sub title, hover state */
	text-decoration: none;
	border-bottom: 3px dashed #FFF000;
}

/**  Topic Tabs *************************/
#topic_tabs_area { /* This div allows an area for the main navigation tabs */
	position: absolute;
	top: 65px;  /* -180 20 shifts text into exact position */
	left: 360px;  /* -15 375 shifts text into exact position */
	width: 400px; 
 	height: 70px; 
 	background: transparent
}

#topic_tabs   { /* Topic navigation */
	float: right;
	white-space: nowrap;
}

#topic_tabs li { /* Main nav list items */
	font-size: 10px;
	float: left;
	list-style: none;
	line-height: 21px; /* height of the tab */
	text-align: center
}

#topic_tabs a {   /* Main nav styles for all links */
	font-size: 10px;
	padding-left: 12px;
	display: block; /* Although a block suggests a vertical list, the float: right; property under #nav li causes the menu to float to an inline position */
	margin-right: 5px;
	width: 55px; 
	height: 21px;
	line-height: 21px; /* height of the tab */
	text-decoration: none;
}

#topic_tabs a:link, 
#topic_tabs a:visited { /* Main nav link and visited states */
	color: #1C44BC; 
	border-bottom: 2px solid #8599D4;
	background: url(' /theme/autumn05/images/linkbullet_default.gif') no-repeat 2% 60%;
	background: #B2C2F4; 
}

#topic_tabs a:hover, 
#topic_tabs a:active { /* Main nav hover and active states */
	color: #FFF000; 
	border-bottom: 2px solid #1C44BC;
	background: url(' /theme/autumn05/images/linkbullet_active.gif') no-repeat 2% 60%;
	background: #1C44BC;
}

/** Gap Cover *********************/
/** TODO: Move to Ruler class instead **/
#gap_cover {  /* behind header/banner area */
	position: absolute;
	top: 120px;  /* 120px 20 shifts text into exact position */
	left: 240px;  /* 340px 375 shifts text into exact position */
	margin: 0 0 20px 0;
	width: 550px;
	height: 50px;
	background: url('/theme/autumn05/images/leafrule.gif');
	border: 0;
}

/** Main Col *************************/

#maincol {  /* main column where the main text etc is located */
	position: absolute;
	top: 175px;  /* -190 20 shifts text into exact position */
	left: 200px;  /* 200 375 shifts text into exact position */
	float: right; /* center right; */
	width: 552px;
	background: #1C44BC;
}

#content_box {
	margin: 10px 10px 10px 10px; 
	background: url(' /theme/autumn05/images/footer_bottom.png') no-repeat #1C44BC;
}

#content_box p {  /* paragraph text in the main column */
	color: #C5CEE7; 
	margin: 15px 0px 5px 25px; 
	letter-spacing: 2px;
}  

#nav_bar_area {  /* left column showing the extra info on the left side of the main column */
	position: absolute;
	width: 200px;
	height: 600px;
	top: 155px;  /* 200px shifts text into exact position */
	left: 50px;  /* 180px shifts text into exact position */
	float: left;
	background: transparent;
}


.nav_bar_linkage {  /* main column where the main text etc is located */
	position: absolute;
	top: 20px;  /* shifts text into exact position */
	left: 700px;  /* shifts text into exact position */
	width: 30px;
	height: 434px;
	background: url(' /theme/autumn05/images/nav_box_linkage.gif') no-repeat ;
}



#footer_bar {  /* bottom bar houses the copyright information and the bottom navigation */
	position: absolute;
	top: 750px;  /* 200px shifts text into exact position */
	left: 205px;  /* 180px shifts text into exact position */
/*	float: clear; */
	width: 540px;
	height: 80px;
	margin-bottom: 12px;
	background: url(' /theme/autumn05/images/footer_top.gif') no-repeat #1C44BC;
/*	background: #0123456; /* #FFFF1C44BC; */
	overflow: hidden
}

.footer_bar_bottom {
	position: relative;
	top: 0px;  /* 200px shifts text into exact position */
	left: -5px;  /* 180px shifts text into exact position */
	height: 60px;
	width: 580px;
	background: url('/theme/autumn05/images/footer_bottom.png') no-repeat #1C44BC;
	background: transparent;
	overflow: hidden;
}

#footer_bar_top {
	position: absolute;
	top: 730px;  /* 200px shifts text into exact position */
	left: 190px;  /* 180px shifts text into exact position */
	height: 25px;
	width: 570px;
	background: url('/theme/autumn05/images/footer_top.png') no-repeat;
/*	background: transparent; */
	overflow: hidden;
}

.footer_nav { float: left; font-size: 9px; line-height: 20px; margin-right: 10px }
.footer_nav li {float: left; display: inline; font-weight: normal;}
.footer_nav a {  padding-left: 10px;  }
.footer_nav a:link, #footer_nav a:visited { color: #6488F7; }
.footer_nav a:hover, #footer_nav a:active { text-decoration: none; color: #6488F7; }

#rule {  /* Rules - blowing leaves that separate blog items */
	margin: 0 0 20px 0;
	width: 570px;
	height: 50px;
	background: url(' /theme/autumn05/images/leafrule.gif');
	border: 0;
}

div.rule {  /* Rules - blowing leaves that separate blog items */
	margin: 0 0 20px 0;
	width: 550px;
	height: 50px;
	background: url(' /theme/autumn05/images/leafrule.gif');
	border: 0;
}

/************************************************
/////////////////////////////////////////////////
// Sub classes and attributes
//////////////////////////////////////////////// */

#maincol xxp {  /* paragraph text in the main column */
	color: #C5CEE7;
	margin: 15px 10px 5px 25px;
	letter-spacing: 2px;
}

#maincol p {    /* Styles for the main column headers */
	margin: 15px 0px 5px 25px; 
	font-family: Georgia, serif; 
	font-size: 17px; 
	font-weight: 100; 
	line-height: 19px; 
	color: #C5CEE7;
	letter-spacing: 2px;
	background: transparent;
}  /* headings in the main column */


#maincol h1,h2 {    /* Styles for the main column headers */
	margin: 15px 0px 5px 25px; 
	font-family: Georgia, serif; 
	font-size: 17px; 
	font-weight: 100; 
	line-height: 19px; 
	color: #FF9933; 
	letter-spacing: 2px;
	background: transparent;
}  /* headings in the main column */

#maincol .date {    /* These are the styles for the blog dates */
	margin-left: 25px; 
	font-size: 9px; 
	color: #6488F7;
	letter-spacing: 1px;
}

#maincol a:link, 
#maincol a:visited {   /* These are the styles for the Main column links */
	padding-left: 11px;
	color: #EA6059;
	text-decoration: none;
	text-align: left;
	background: url(' /theme/autumn/images/linkarrow_default.gif') no-repeat 0% 140%;
}

#maincol a:hover, 
#maincol a:active {   /* These are the styles for the Main column links */
	padding-left: 11px;
	color: #FFF000;
	text-decoration: none;
	text-align: left;
	background: url(' /theme/autumn05/images/linkarrow_active.gif') no-repeat 0% -80%;
}

#maincol ul {   /* styles main area unordered(bulleted) lists */
	margin-top: 15px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-bottom: 15px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-left: 50px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	list-style: square /* This controls the bullet point style. */
}

#maincol li {  /* List items in the main column */
	color: #C5CEE7;
	margin-left: 10px /* This margin acts as an indent for each list item.  Indenting the whole list doesn't work well in IE. */
}

#maincol ol {   /* styles main area ordered(numbered) lists */
	margin-top: 15px; 
	margin-bottom: 15px; 
	font-size: 0.7em;
	line-height: 1.5em;
	list-style-type:  decimal
}

#nav_bar_area a:link, 
#nav_bar_area a:visited {   /* These are the styles for the left column links */
	padding: 0 0 0 11px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	background: url(' /theme/autumn05/images/linkarrow_default.gif') no-repeat 0% -200%;
}
	
#nav_bar_area a:hover, 
#nav_bar_area a:active {    /* These are the styles for the left column links */
	padding-left: 11px;
	color: #FFF000;
	text-decoration: none;
	text-align: left;
	background: url(' /theme/autumn05/images/linkarrow_default.gif') no-repeat 0% 260%;
}
	

/* Other styles */

.nav_bar_box {  /* Use this to create one of the boxes in the left column */
/* The bottom is included in the background image */
	padding: 0 0 0px 0;
	margin: 20px;
	width: 170px;
        background: url('/theme/autumn05/images/nav_box_bottom.gif') no-repeat bottom #B0B21F;
	overflow: hidden;
	}
	
	
.nav_bar_boxtop {
/* This div adds the top rounded corners of the box.  */
	height: 15px;
	width: 170px;
	background: url('/theme/autumn05/images/nav_box_top.gif');
}
	
.nav_bar_box p {   /* text style for left col boxes */
	margin: 0 15px 12px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
}

.nav_bar_box img { /* Styles for images in the left column boxes */
	margin: 0 auto;
}

.nav_bar_box h1,h2,h3 {   /* Titles in the left column */
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0;
	font-size: 11px;
	line-height: 14px;	
}

.nav_bar_boxbottom {  /* TODO: Not really used ? */
	height: 10px;
	width: 170px;
	background: url('/theme/autumn05/images/nav_box_bottom.gif');
	}

acronym {  /* Acronyms are hovered over to reveal their meaning e.g. OSWD = Open Source Web Design */ 
	color: #ccc;
	border-bottom: 1px dashed #ccc;
	cursor: help;  /* To make cursor appear as a help question mark/arrow  */
}

/* Bottom Nav */

#copyright {   /*styles for the copyright text */
	margin-left: 10px;
	float: left;
	line-height: 35px;
	text-align: right;
	font-size: 9px; 
	color: #6488F7;
}

