
/* CSS Document
/* CSS designed by FAR Studio Designs */
/* Summer 2008 */

/* Colors
  Bg burnt orange: 		#792100
  Sidebar brown:		#1f0801
  Text gold:			#b48235
  Text cream:			#f7d683
  Text dark red:		#bf0d0d
  Text Brown:			#200601
  Text Dark Tan:		#a95909
  BG light Parchment:	#f0daaf
  
*/
html	{
		height: 100%;
		}
  
body 	{  
		background: #200601 url(../SfHArt/students/bard_bg.jpg);
		background-attachment: fixed;
		color: #281606;
		font-family: Verdana, Arial, sans-serif;
		font-size: 62.5%;
		height: 100%;
		margin: 0px; 
		padding: 0px;
		}
*		{
		margin:0; padding:0;
		}		

h1		{height: 12px;	/* image replacement */
		width: 200px;
		text-indent: -9000px;
		}
h2, h3, h4, h5	{
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		margin: 20px 0 6px;
		}
h2 		{color: #792100;
		font-size: 2.5em;
		}
	
h3 		{color: #281606; 
		font-size: 2em;
		}
h4		{color: #cb7f08;
		font-size: 1.8em;
		}

a		{color: #ed1414; 
		text-decoration: none;
		font-style: italic;
		}
a:visited {color: #bf0d0d;}
a:hover 	{color: #cb7f08;}
a:active	{color: #65844a;}
		
img		{
		border: none;
		margin: 20px 20px 10px 0;		
		}
li		
		{
		font-size: 1.5em;
		list-style-type:none;
		}

p 		{
		font-size: 1.5em;
		margin: 0px 10px 0 20px;
		}
		
table	{
		background: #1f0801;
		border: 4px solid #b48235;
		color: #f7d683;
		margin: 20px;
		}
	td	{
		padding: 5px;
		text-align:center;
		width: 100px;
		}
					
/* id  */

div#wrapper	{  
			position: relative;
			background: #af5f1b url(../SfHArt/students/bard_main.jpg);
			background-position: 0 200px;
			background-repeat: repeat-y;
			margin: 0 auto; 
			width: 1000px;
			height: 100%;
			min-height: 100%;
			height: auto !important;	
			}

#lore	#wrapper	{  
			background: #af5f1b url(../SfHArt/students/bard_lore_bg.jpg);
			background-position: 0 200px;
			background-repeat: repeat-y;
			height: 100%;
			height: auto !important;	
			min-height: 100%;
			margin: 0 auto; 
			position: relative;
			width: 1000px;
			}

div#container	{
			/* setting up the sticky footer */
			padding- bottom: 120px;
			}							
div#header	{
			background: transparent url(../SfHArt/students/bard_header.jpg); 
			background-repeat: no-repeat;
			background-position: 0 0px;
			height: 208px;
			margin: 0;
			}						
/* Menu  */			
div#menu	{
			left: 170px;
			position: absolute;
			top: 160px;
			}

	
	div#menu	ul	{float:left;
				}
	div#menu	li	{
				font-size: 1.6em;
				margin: 6px 12px;
				padding: 2px 4px 6px;
				}							 


/*  Drop Down Menus adapted from CSSnewbie.com  and Suckerfish */
				
#nav, #nav ul {     
			margin: 0; 
			list-style: none;    
			z-index: 999; 
			} 
		#nav a:link 		{     
					color: #f7d683;
					display: block;
					width: 2em; 	
					} 
		#nav a:visited 		{     
					color: #200601;
					}
		#nav a:hover 		{     
					color: #b48235;
					
					}


		#nav li 	{     	
					background: #9c4700 url(../SfHArt/students/bard_menu_bg2.jpg);
					border: 3px solid #b48235;
					float: left;     
					margin: 6px 0;
					width: 6em; 
					}		
		#nav li ul 	{     
					position: absolute; 
					left: -999em; 
					} 
		#nav li ul 	li { 
					font-size: .9em;
					margin: 0;
					.top:  1.4em;
					width: 6.2em;
					}    
		#nav li:hover ul {
					left: auto;
					}
		#nav li:hover li {
					float: none;
					.float: left;
					}
		#nav li:hover ul, #nav li.sfhover ul {
					left: auto; 
					margin: 2px;
					width: 100%;
					}
		#nav > li	{background: none; border:none;}
							
		#nav li span.soon a 		{     
					background:url(../../SfHArt/classes/bard_menu_forums.gif) no-repeat;
					margin: 4px 0 0 -10px;
					padding: 0 20px;
					width: 56px;
					}		
		#nav li span.soon a:hover 		{     
					background:url(../../SfHArt/classes/bard_menu_soon.gif) no-repeat;
					padding: 0 20px;
					width: 86px;
					}

/*  Main
*******************************************************************************************************/
					
					



#main	{
			position: relative;
			left: 40px;
			top: 12px;
			width:560px;
			}
#lore2	{
			position: relative;
			left: 160px;
			padding: 10px 0 40px;
			top: 0px;
			width:560px;
			}
	#lore2	p {
				padding: 10px 0 0;
				}


#sidebar {
			color: #f7d683;
			left: 730px;
			position: absolute;
			right: 10px;
			top: 240px;
			width: 260px;
			}			
					
		#sidebar li 
		{
			margin: 0 0 6px;
		}

#footer	{
			background: transparent url(../SfHArt/students/bard_footer.jpg);
			clear: both;
			color: #f7d683;
			font-size: .9em;
			height: 56px;
			margin: 0 auto; 
			position: relative;
			padding: 10px 20px 10px;
			text-align:center;
			z-index: 10;
			}

/* Sticky footer code */

html, body, #wrapper {height: 100%;
			}
body > #wrapper		{height: auto; min-height: 100%;
			}									
			
.right		{float: right; }
.left		{float: left;}	
.clear		{clear: both;}

.down		{margin: 40px 0 0 0; }
.downmin	{margin: 10px 0 0 0; }	
.downmore	{margin: 50px 0 0 0; }	
		
.center		{margin: 0 auto;
			text-align: center;
			}	
.name	{
		font-size: 1.4em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		margin: 0 0 20px;
		}
.welcome {margin: 20px 0 26px;}			
			
				
/* CSS Hover Button */
#bardwhat	{
			position: relative;
			top: -40px;
			}
	#bardwhat	a	{
				background: url(../SfHArt/students/bard_button_what.jpg) no-repeat;
				display: block;
				height: 38px;
				position: absolute;
				outline: none;
				text-indent: -900%;
				width: 218px;
				}						
	#bardwhat	a:hover	{
				background-position: left bottom;
				}

#bardhome	{
			position: relative;
			top: 0px;
			left: 34%;
			}
	#bardhome	a	{
				background: url(../SfHArt/students/bard_btn_gohome.jpg) no-repeat;
				display: block;
				height: 50px;
				position: absolute;
				outline: none;
				text-indent: -900%;
				width: 300px;
				}						
	#bardhome	a:hover	{
				background-position: left bottom;
				}
/* code for CSS button swap */			
#logon	{
			position: relative;
			top: 0px;
			}
	#logon	a	{
				background: url(/SfHArt/main_signin.jpg) no-repeat;
				display: block;
				height: 38px;
				position: absolute;
				outline: none;
				text-indent: -900%;
				width: 218px;
				}						
	#logon	a:hover	{
				background-position: left bottom;
				}
				
				
	.wideinput	textarea
	{
		background: #f0daaf;
		width: 620px;
		height: 200px;
	}						
	
.btn, .btnleft, .btnmid, .btnright {
			position: absolute;
			top: 450px;
			/*left: 430px;*/
			width: 136px;
			height: 38px;
			color: 	#e8c756;
			background: #7a1600 url(/SfHArt/test/button_next_up.gif);
			padding: 7px 42px;
			margin: 20px;
		border-top: 1px solid 	#491808; 
		border-left: 1px solid #482e0c;
		border-right: 1px solid #56260a;
		border-bottom: 2px solid #160d02;
			}
			
.btnleft 
{
	left: 10px;
}
			
.btnmid
{
	left: 220px;
}
			
.btnright
{
	left: 430px;
}
