/*  
Theme Name: CrystalShiloh.com
Theme URI: http://www.crystalshiloh.com/wordpress
Description: Theme for CrystalShiloh.com, based on MovableType theme.
Version: 1
Author: Andrew Genduso
Author URI: http://www.crystalshiloh.com/
*/



	body {
		margin:20px 20px 20px 20px;
		background:#000000;	
        color: #1990FF;
    }

    html {
		scrollbar-face-color: #1990FF;
		scrollbar-highlight-color:  #ffffff;
		scrollbar-shadow-color:  #000000;
		scrollbar-3dlight-color:  #808080;
		scrollbar-arrow-color: #1990FF;
		scrollbar-track-color: #F694C9;
		scrollbar-darkshadow-color: #404040; 
    }

	A 			{ color: #9683F7; text-decoration: underline; font-weight:bold; }
	A:link		{ color: #9683F7; text-decoration: underline; }
	A:visited	{ color: #9683F7; text-decoration: underline; }
	A:active	{ color: #F694C9;  }
	A:hover		{ color: #F694C9;  }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		font-family: arial, sans-serif;
		color:#F694C9;
		font-size:x-large;
		font-weight:bold;
		border-left:1px solid #F694C9;	
		border-right:1px solid #F694C9;  		
		border-top:1px solid #F694C9;  		
  		background:#000000;
  		padding:15px;
    }

	#banner a,
    #banner a:link,
    #banner a:visited,
    #banner a:active,
    #banner a:hover {
		font-family:arial, sans-serif;
		font-size: x-large;
		color: #F694C9;
		text-decoration: none;
	}

	.description {
		font-family:arial, sans-serif;
		color:#1990FF;
		font-size:x-small;
		font-weight:bold;
  		background:#000000;
  		text-transform:none;	
	}
				
	#content {
		float:left;
		position:relative;
		width:60%;
		background:#000000;
		margin-right:15px;
		margin-bottom:20px;
		border:1px solid #F694C9;	
	}

	#container {
		background:#FFF;
		border:1px solid #F694C9;		
	}

	#links {
		background:#000000;
		padding:15px;				
		border:1px solid #F694C9;			
	}
		
	.blog {
  		padding:15px;
		background:#000000; 
	}

	.blogbody {
		font-family:arial, sans-serif;
		color:#1990FF;
		font-size:small;
		font-weight:normal;
  		background:#000000;
  		line-height:150%;
	}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited {
		color: #9683F7;
		font-weight: normal;
		text-decoration: underline;
	}

	.blogbody a:active,
	.blogbody a:hover {
		color: #F694C9;
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: arial, sans-serif;
		font-size: small;
		color: #F694C9;
		text-transform:uppercase;
	}			

	#menu {
  		margin-bottom:15px;
		color: #9683F7;
		font-weight: bold;
		text-align:center;
	}		

	#menu a,
	#menu a:link,
	#menu a:visited {
		color: #9683F7;
	}

	#menu a:active,
	#menu a:hover {
		color: #F694C9;
	}

	.date	{ 
		font-family: arial, sans-serif; 
		font-size: small; 
		color: #9683F7; 
		border-bottom:1px solid #9683F7;
		margin-bottom:10px;
		font-weight:bold;
	}			
		
	.posted	{ 
		font-family: arial, sans-serif; 
		font-size: x-small; 
		color: #1990FF; 
		margin-bottom:25px;
	}
		
		
	.calendar {
		font-family: arial, sans-serif;
		color:#1990FF;
		font-size:x-small;
		font-weight:normal;
  		background:#000000;
  		line-height:140%;
  		padding:2px;
  		text-align:center;	
	}

    #wp-calendar {
        margin-left:auto;
        margin-right:auto;
        align:center;
        line-height:140%;
        padding:2px;
        text-align:center;
    }
	
	.calendarhead {	
		font-family: arial, sans-serif;
		color:#1990FF;
		font-size:x-small;
		font-weight:bold;
  		background:#000000;
  		line-height:140%;
  		padding:2px;					
	}	
	
	.side {
		font-family: arial, sans-serif;
		color:#1990FF;
		font-size:x-small;
		font-weight:normal;
  		background:#000000;
  		line-height:140%;
  		padding:2px;
	}	
		
	.sidetitle {
		font-family:  arial, sans-serif;
		color:#F694C9;
		font-size:small;
		font-weight:normal;
  		padding:2px;
  		margin-top:10px;
		letter-spacing: .1em;
		border-bottom:1px dotted #F694C9;
		text-align:center;
  		background:#000000;		
	}		
	
	.syndicate {
		font-family: arial, sans-serif;
		font-size:xx-small;
		font-weight:bold;		
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-align:center;
  		background:#000000;  		
	}	
		
	.powered {
		font-family: arial, sans-serif;
		color:#1990FF;
		font-size:xx-small;
		font-weight:bold;
		line-height:140%;
		text-transform:uppercase; 
		padding:2px;
		margin-top:20px;
		text-align:center;
		letter-spacing: .2em;					
	}	
