/* My entry to the "fall"(Autumn) OSWD contest */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee
}


/* 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: #fff }


/* main nav */


/* Layout */

#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 */
	margin: auto;
	width: 800px;
	background: url('images/hdr.gif') no-repeat top left;
	}

#navarea { width: 800px; height: 50px; background: transparent } /* This div allows an area for the main navigation tabs */

#hdr {  /* header/banner area */
	width: 800px;
	height: 80px;
	background:  transparent;
}

#lftcol {  /* left column showing the extra info on the left side of the main column */
	float: left;
	width: 200px;
	background: transparent
}

#lftcolmaincol {  /* left column showing the extra info on the left side of the main column */
	float: left;
	width: 200px;
	background: transparent
}

#maincol-artlink  { 
	float: right;
	width: 600px;
	background: #000000
}

#maincol-articles  { 
	float: right;
	width: 600px;
	background: #000000
}

#videos {  /* main column where the main text etc is located */
	float: right;
	width: 600px;
	background: #000000
}

#maincol {  /* main column where the main text etc is located */
	float: right;
	width: 600px;
	background: #000000
}

#bttmbar {  /* bottom bar houses the copyright information and the bottom navigation */
	margin-bottom: 0px;
	float: right;
	width: 600px;
	height: 30px;
	background: #000000; 
	overflow: hidden
}

#bttmbar span#copyright {   /*styles for the copyright text */
	margin-left: 10px;
	float: left;
	line-height: 30px;
	text-align: right;
	font-size: 9px; 
	color: #EAB649;
}

#bttmbar span#links a{   /*styles for the copyright text */
	margin-right: 10px;
	float: right;
	line-height: 30px;
	text-align: left;
	font-size: 9px; 
	color: #blue;
}

#bttmbar2 {  /* bottom bar houses the copyright information and the bottom navigation */
	margin-bottom: 20px;
	float: right;
	width: 600px;
	height: 30px;
	background: url('images/bttm.gif') no-repeat #EEEEEE; /* Adds the rounded corner image to the bottom */
	overflow: hidden
}
	
/* Text styles */

/* Below is the style for the main site title */


#sitetitle { /* Styles for the main site title */
	position: relative;
	top: 20px;  /* shifts text into exact position */
	left: 410px;  /* shifts text into exact position */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 34px;
	font-weight: 600;  /* 100 is the thinnest font weight */
	color: #EAB649; /* nice light orange "autumn" type colour */
	letter-spacing: 3px
	}
	
#subtitle {
	position: relative;
	top: 12px;
	left: 445px;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #C2C6AB;
	letter-spacing: 3px;
	}
	
#subtitle a {   /* Styles for any links in the sub title */
	font-size: 12px; 
	font-weight: normal;
	line-height: 18px;
	color: #6488F7;
	letter-spacing: 3px; /* spaces out the letters a bit */
	text-decoration: none;
	border-bottom: 1px dashed #496FE4;
}
	
#subtitle a:hover {   /* Styles for any links in the sub title, hover state */
	color: #FFF000; 
	text-decoration: none;
	border-bottom: 1px dashed #FFF000;
	}

#header {  /* main column where the main text etc is located */
	float: right;
	width: 600px;
	background: #000000
}

#header p {
	color: #ffffff;
	margin: 5px 40px 5px 25px;
	letter-spacing: 0px;
	overflow: auto;
	}  /* paragraph text in the main column */

#header h1 {
	margin: 30px 20px 0px 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	color: #EAB649;
	letter-spacing: 1.5px;
	font-style: normal;
	 }  /* headings in the header in the main column */
	 
#header h2 {    /* Styles for the header in the main column headers */
	margin: 3px 20px 3px 25px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: 100; 
	line-height: 16px; 
	color: #FFFFFF; 
	letter-spacing: 1px
	 }  /* sub headings in the header in the main column */
	 
#header h3 {    /* Styles for the header in the main column headers */
	margin: 3px 20px 3px 25px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: 100; 
	line-height: 14px; 
	color: #C2C6AB; 
	letter-spacing: 1px
	 }  /* sub headings in the header in the main column */

#header .date {
	margin-left: 25px;
	font-size: 10px;
	color: #C2C6AB;
	letter-spacing: 1px;
	margin-top: 0px;
	}

#header a:link, #header a:visited {   /* These are the styles for the left column links */
	margin: 3px 10px 3px 0px;
	padding-left: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow_Y.W.gif') no-repeat 0% 140%;
}
	
#header a:hover, #header a:active {
	margin: 3px 10px 3px 0px;
	padding-left: 11px;
	color: #EAB649;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow_Y.W.gif') no-repeat 0% -80%;
}

#maincol p {
	color: #ffffff;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 105px;
	letter-spacing: 0px;
	}  /* paragraph text in the main column */
	
#maincol h1 {    /* Styles for the main column headers */
	margin: 30px 10px 0px 25px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: 100; 
	line-height: 16px; 
	color: #EAB649; 
	letter-spacing: 2px
	 }  /* headings in the main column */
	 
#maincol h2 {    /* Styles for the main column headers */
	margin: 3px 10px 3px 25px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 100; 
	line-height: 16px; 
	color: #FFFFFF; 
	letter-spacing: 1px
	 }  /* sub headings in the main column */
	 
#maincol h3 {    /* Styles for the main column headers */
	margin: 3px 10px 3px 25px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: 100; 
	line-height: 14px; 
	color: #C2C6AB; 
	letter-spacing: 1px
	 }  /* sub headings in the main column */
	 
#articles {  /* main column where the main text etc is located */
	float: right;
	width: 600px;
	background: #000000
}

#articles p {
	color: #ffffff;
	margin: 5px 40px 5px 105px;
	letter-spacing: 0px;
	overflow: auto;
	}  /* paragraph text in the main column */

#articles h1 {    /* Styles for the main column headers */
	margin: 30px 10px 0px 25px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: 600; 
	line-height: 16px; 
	color: #EAB649; 
	letter-spacing: 2px
	 }  /* headings in the main column */
	 
#articles h2 {    /* Styles for the main column headers */
	margin: 3px 10px 3px 25px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 100; 
	line-height: 16px; 
	color: #FFFFFF; 
	letter-spacing: 1px
	 }  /* sub headings in the main column */
	 
#articles h3 {    /* Styles for the main column headers */
	margin: 3px 10px 3px 25px; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: 100; 
	line-height: 16px; 
	color: #FFFFFF; 
	letter-spacing: 1px
	 }  /* sub headings in the main column */

#maincol .date {
	margin-left: 25px;
	font-size: 10px;
	color: #C2C6AB;
	letter-spacing: 1px;
	margin-top: 0px;
}

#maincol a:link, #maincol a:visited {   /* These are the styles for the Main column links */
	padding-left: 11px;
	color: #EAB649;
	text-decoration: none;
	text-align: left;
	background: url('images/linkarrow.gif') no-repeat 0% 140%;
}

#maincol a:hover, #maincol a:active {   /* These are the styles for the Main column links */
	padding-left: 11px;
	color: #C2C6AB;
	text-decoration: none;
	text-align: left;
	background: url('images/linkarrow.gif') no-repeat 0% -80%;
}

#articles a:link, #articles a:visited {   /* These are the styles for the left column links */
	padding-left: 11px;
	color: #C2C6AB;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow.gif') no-repeat 0% 140%;
}
	
#articles a:hover, #articles a:active {    /* These are the styles for the left column links */
	padding-left: 11px;
	color: #EAB649;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow.gif') no-repeat 0% -80%;
}

#maincol-artlink a:link, #maincol-artlink a:visited {   /* These are the styles for the left column links */
	padding-left: 11px;
	color: #C2C6AB;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow.gif') no-repeat 0% 140%;
}
	
#maincol-artlink a:hover, #maincol-artlink a:active {    /* These are the styles for the left column links */
	padding-left: 11px;
	color: #EAB649;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow.gif') no-repeat 0% -80%;
}
	
#maincol-articles a:link, #maincol-articles a:visited {   /* These are the styles for the left column links */
	padding-left: 11px;
	color: #C2C6AB;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow.gif') no-repeat 0% 140%;
}
	
#maincol-articles a:hover, #maincol-articles a:active {    /* These are the styles for the left column links */
	padding-left: 11px;
	color: #EAB649;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow.gif') no-repeat 0% -80%;
}

#lftcol a:link, #lftcol a:visited {   /* These are the styles for the left column links */
	padding-left: 11px;
	color: #C2C6AB;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow.gif') no-repeat 0% 140%;
}
	
#lftcol a:hover, #lftcol a:active {    /* These are the styles for the left column links */
	padding-left: 11px;
	color: #EAB649;
	text-decoration: none;
	text-align: left;
	background: url('images/lftlinkarrow.gif') no-repeat 0% -80%;
}

.leftcolbox h1,h2 {   /* Titles in the left column */
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 15px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0px;
	font-size: 11px;
	line-height: 14px;	
}

.leftcolbox h3 {   /* Titles in the left column */
	font-family: Verdana, Arial, sans-serif;
	margin: 0 15px 12px 28px;
	font-weight: normal;
	color: #C2C6AB;
	letter-spacing: 0px;
	font-size: 11px;
	line-height: 16px;
}

/* Main Nav */

#nav   /* Main nav */
{
	float: right;
	margin-top: 27px;
	white-space: nowrap;
}

#nav li  /* Main nav list items */
{
	font-size: 10px;
	float: left;
	list-style: none;
	line-height: 21px;
	text-align: left;
	font-weight: normal;
}

#nav a {
	font-size: 10px;
	padding-left: 15px;
	display: block;
	margin-right: 3px;
	height: 21px;
	line-height: 21px;
	text-decoration: none;
	float: left;
	padding-right: 6px;
	 }

#nav a:link, #nav a:visited  /* Main nav link and visited states */
{
	color: #FFFFFF; 
	border-bottom: 3px solid #D71920;
	background: url('images/toplinkbullet.gif') no-repeat 2% 60% #000000; 
}

#nav a:hover, #nav a:active /* Main nav hover and active states */
{
	color: #FFFFFF; 
	border-bottom: 3px solid #EAB649;
	background: url('images/toplinkbullet2.gif') no-repeat 2% 60% #000000;
}

/* Other styles */

div.rule {  /* Rules - blowing leaves that separate blog items */
	margin: 0 0 15px 0;
	width: 600px;
	height: 50px;
	background: url('images/rule_3.gif');
	border: 0;
}

div.leftcolbox {  /* Use this to create one of the boxes in the left column */
	padding: 0 0 0px 0;
	margin: 15px;
	width: 170px;
	background: url('images/leftboxbottom.gif') no-repeat bottom #000000;
	overflow: hidden;
	}
	
div.leftcolboxtop { /* This div adds the top rounded corners of the box.  The bottom is included in the leftcolbox div as the background image */
	height: 10px;
	width: 170px;
	background: url('images/leftboxtop.gif') no-repeat top;
}
	
.leftcolbox p {   /* text style for left col boxes */
	margin: 0 15px 12px 15px;
	font-size: 11px;
	line-height: 16px;
	color: #C2C6AB;
}

.leftcolbox img { /* Styles for images in the left column boxes */
	margin: 0 auto;
}

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 */

#bttmnav { float: right; margin-right: 10px }
#bttmnav li {display: inline; font-weight: normal;}
#bttmnav a {  padding-left: 10px; font-size: 9px; line-height: 30px; }
#bttmnav a:link, #bttmnav a:visited { color: #FFFFFF; }
#bttmnav a:hover, #bttmnav a:active { text-decoration: none; color: #FFFFFF; }

/* Normal lists */


#maincol ul {   /* styles main area unordered(bulleted) lists */
	margin-top: 0px; /* This margin is the top margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-bottom: 5px; /* This margin is the bottom margin of the WHOLE list, hence why it is specified in ul and not li */
	margin-right: 40px;
	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-type: square;
}

#maincol li {
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 40px;
	margin-bottom: 5px;
}

#maincol ol {   /* styles main area ordered(numbered) lists */
	color: #FFFFFF;
	margin-left: 135px;
	margin-right: 40px;
	margin-bottom: 5px;
	list-style-type: disc;
 }
 
#articles ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	list-style: square;
	font-size: 12px; 
	font-weight: 100; 
	line-height: 16px; 
	color: #FFFFFF; 
	letter-spacing: 1px
}

#articles li {
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 40px;
}

#articles ol {
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: 25px;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 40px;
	font-size: 11px;
	line-height: 14px;
	list-style: circle;
 }
 
 #articles-sub ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 80px;
	font-size: 12px;
	font-weight: 100;
	line-height: 16px;
	color: #FFFFFF;
	letter-spacing: 1px;
	list-style-type: circle;
}

#articles-sub li {
	color: #FFFFFF;
	margin-left: 10px;
	margin-right: 40px;
}

 #lftcol 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: 20px; /* 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. */
}

#lftcol li {
	color: #C2C6AB;
	margin-left: 10px;
	margin-right: 15px;
}

#videos p {
	color: #000000;
	margin: 5px 0px 5px 105px;
	letter-spacing: 0px;
	overflow: auto;
	}  /* paragraph text in the main column */

div.maincol img {
	margin: 0 auto;
	border-style: none;
	position: relative;
	left: 105px;
	background-image: url(images/projects/Su09/Osmundsen&Bolivar2_sm.jpg);
}

#img a:link, #header a:visited {   /* These are the styles for the left column links */
	margin: 3px 10px 3px 0px;
	text-align: left;
}
	
#img a:hover, #header a:active {
	margin: 3px 10px 3px 0px;
	text-align: left;
}

.imagezoom {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 675px;
	padding: 2px;
	border: 2pt solid #ff0000;
	background-color: #000000;
	position: absolute;
	display: none;
	z-index: 10;
	
}

.imagezoom img {
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 22px;
	padding-right: 22px
}

.zoom_close {
	width: 630px;
	text-align: right;
}

.zoom_close a:link, .zoom_close a:visited {
	color: #ff0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}

.zoom_close a:hover {
	color: #ff0000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
}
