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

/* Colors
  Background Red:  		#780f00
  Grey:				  	#999
  Text gold:			#cb7f08
  Text dark red:		#3f0200
  Dark Grey:			#333
  light Grey:			#ccc
  
*/
  
html	{height:100%;}

body 	{color: #000;  
		background: #000 url(../SfHArt/students/rogue_bg.jpg) repeat-x;
		font-family: Verdana, Arial, sans-serif;
		font-size: 62.5%;
		height: 100%;
		}
*		{
		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: #999;
		font-size: 2.5em;
		}
	
h3 		{color: #281606; 
		font-size: 2em;
		}
h4		{color: #3f0200;
		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;
		padding: 5px 0;
		}
li		
		{
		font-size: 1.5em;
		list-style-type:none;
		}
p 		{
		font-size: 1.5em;
		margin: 10px 10px 20px 20px;
		}
table	{
		background: #000;
		border: 2px solid #780f00;
		margin: 20px;
		}
	td	{
		color: #999;
		padding: 5px;
		text-align:center;
		width: 100px;
		}	

		
/* id  */

div#wrapper	{  
			background: #000 url(../SfHArt/students/rogue_main.jpg) repeat-y;

			position: relative;
			margin: 0 auto; 
			width: 1000px;
			height: 100%;
			min-height: 100%;
			height: auto !important;	
			}
							
div#header	{
			background: transparent url(../SfHArt/students/rogue_header.jpg); 
			background-repeat: no-repeat;
			background-position: 0 0px;
			height: 206px;
			margin: 0;
			}						
/* Menu  */			
div#menu	{
			color:#333;
			left: 56px;
			position: absolute;
			top: 150px;
			}
	
	div#menu	ul	{float:left;
				padding: 0px 0 14px 0;
				}
	div#menu	li	{
				font-size: 1.6em;
				margin-left: 4px;
				padding: 0px 12px;
				}							 


/*  Drop Down Menus adapted from CSSnewbie.com  and Suckerfish */
				
#nav, #nav ul {     
			padding: 0px;     
			margin: 0; 
			list-style: none;    
			z-index: 999; 
			} 
		#nav a:link 		{     
					color: #3f0200;
					display: block;
					width: 2em; 	
					} 
		#nav a:visited 		{     
					color: #3f0200;
					}
		#nav a:hover 		{     
					color: #cb7f08;
					}
		#nav a:active {
					color: #f2c898; 
					}

		#nav li 	{     	
					background: #000;
					border: 1px solid #780f00;
					float: left;     
					margin: 4px;
					width: 6em; 
					}		
		#nav li ul 	{     
					position: absolute; 
					left: -999em; 
					} 
		#nav  li a	{
					display: block;
					}

		#nav li ul 	li { 
					float: left;
					font-size: .9em;
					.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: 0 2px;
					padding:2px;
					width: 100%;
					}
		#nav > li	{background: none; border:none;}
		#nav li span.soon a 		{     
					color: #000; background:url(../../SfHArt/classes/rogue_menu_forums.gif) no-repeat;
					margin: 2px 0 0 -16px;
					padding: 6px 20px 0;
					width: 60px;
					}		
		#nav li span.soon a:hover 		{     
					color: #000; background:url(../../SfHArt/classes/rogue_menu_soon.gif) no-repeat;
					width: 88px;
					}
						



#main	{
			height:100%;
			left: 20px;
			padding: 20px 0 100px 48px;
			position: relative;
			width:500px;
			}
	#main	img	{
				margin: 0 20px 20px 0;
				}

#sidebar {
			color: #999;
			left: 630px;
			position: absolute;
			padding: 0px 5px 0px 30px;
			top: 250px;
			width: 280px;
			}			
					
		#sidebar li 
		{
			margin: 0 0 6px;
		}

#footer	{
			
			background: #bf0d0d url(../SfHArt/students/rogue_footer.jpg);
			clear: both;
			color: #d756f2;
			font-size: .9em;
			height: 60px;
			margin: 0 auto; 
			position: relative;
			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;
			}		
			
#roguewhat	{
			position: relative;
			top: 0px;
			
			}
	#roguewhat	a	{
				background: url(../SfHArt/students/rogue_button_what.jpg) no-repeat;
				display: block;
				height: 38px;
				position: absolute;
				outline: none;
				text-indent: -900%;
				width: 218px;
				}						
	#roguewhat	a:hover	{
				background-position: left bottom;
				}
#roguehome	{
			position: relative;
			top: 0px;
			left: 40%;
			}
	#roguehome	a	{
				background: url(../SfHArt/students/rogue_btn_gohome.jpg) no-repeat;
				display: block;
				height: 50px;
				position: absolute;
				outline: none;
				text-indent: -900%;
				width: 300px;
				}						
	#roguehome	a:hover	{
				background-position: left bottom;
				}
/* code for CSS button swap */			
#logon	{
			position: relative;
			top: 0px;
			}
	#logon	a	{
				background: url(/SfHArt/classes/warrior_button_login.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: #ccc;
		width: 480px;
		height: 200px;
	}								

.name	{
		color: #CCCCCC;
		font-size: 1.4em;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant:small-caps;
		margin: 0 0 20px;
		}
		
.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;
}
