/*  
Layout Name: Kristen Stewart Online
Layout URI: http://kristenstewartonline.org/
Description: A 2 column layout for <a href="http://kristenstewartonline.org/">Kristen Stewart Online</a> by <a href="http://morningsundesigns.com/">Morningsun Designs</a>.
Version: 1.0
Author: Hiuxing
Author URI: http://morningsundesigns.com/
Tags: morningsun designs, 2 column, green, grey

	Kristen Stewart Online
	 http://kristenstewartonline.org/

	This layout was designed and built by Hiuxing Wen,
	whose design site you will find at http://morningsundesigns.com/
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	User must keep all the credits intact for legel use.

*/

			html, body {
				background: url(images/bg.png) repeat-x #eeeeee;
				font-family: Arial; 
				font-size: 11px; 
				color: #808080; 
				line-height: 12pt; 
     				text-align: justify; 
				margin: 0px;
				height: 100%;
			}

			a:link, a:visited, a:active {
				text-decoration: none;
				color: #15393c;
			} 

			a:hover {
				text-decoration: underline;
			}

			strong {   
				color: #2a5356;   
			}    

			.layout {
				margin: 0 auto; 
				width: 984px;
			}

			.header {	
				height: 540px;
			}

			.gallery {   
				width: 350px;
				text-align: center;
			}   

			.gallery img {   
				background: #838383; 
				width: 60px; 
				height: 60px; 
				border: 1px solid #838383; 
				-webkit-border-radius: 5px; 
				-moz-border-radius: 5px; 
				border-radius: 5px; 
				-khtml-border-radius: 5px; 
				padding: 3px; 
				margin: 3px; 
				opacity:.70; 
			}   
   
			.gallery img:hover {   
				background: #5e8e94; 
				border: 1px solid #5e8e94; 
				-webkit-border-radius: 5px; 
				-moz-border-radius: 5px; 
				border-radius: 5px; 
				-khtml-border-radius: 5px; 
				padding: 3px; 
				opacity:.80; 
			}

			.twitterm li {
				color:#808080;
				font-family: Verdana; 
				background: #ffffff;
				font-size: 9px;
				cursor: default;
				padding: 5px;
				display: block;
				margin-bottom: 1px;
				border-bottom: 1px solid #ffffff;
				margin-bottom: 2px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				-khtml-border-radius: 4px;
				opacity:.70;
			}

			.twitterm li:hover {
				color:#2a5356;
				background: #ffffff;
				border-bottom:1px solid #f1f1f1; 
			}

			.welcomem {
				color: #6e8e92;  
				font-family: Verdana;  
				font-size: 9px;  
				line-height: 10pt;  
				text-align: left;
				padding: 0px 0px 0px 0px;
			}   

			.sidebar {		
				width: 290px;			
				float: left;
				margin: 0 0 0 10px;
				padding: 0 15px 0 15px;
			}

			.content {
				width: 612px;			
				float: left;
				margin: 0 0 0 20px;
				padding: 0 1px 0 1px;
			}

			
			.footer {		    
				font-family: tahoma;			    
				color: #ffffff;    
				font-size: 9px;    
				line-height: 9pt;    
				letter-spacing: 0px;     
				text-transform: normal;    
				background: #1c1c1c;    
				width: auto;    
				height: 60px;    
				padding: 17px 30px 0px 65px; 
				margin: 50px 0px 0px 0px;    
				clear: both;			    
			}    
 
			.footer a {		    
				color: #78a0aa;
				text-decoration: none; 
			}    
    
			.flayout {      
				margin: 0px auto;    
				padding: 0px 0px 0px 10px;    
				width: 950px;	    
  			}    
    
			.flayoutr {      
				float: right;    
				padding: 0px 80px 0px 0px;    
			}  
