/* Global Settings
----------------------------------------------------------------------------- */

body {
  font-size: 1em;
  font-family: Helvetica, geneva, 'Trebuchet MS', sans-serif;
  color:#000000;
  padding:0px;
  margin:0px;
  background: #ffffff url('../_site-files/site-images/left-bg_2010.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  }
  
img { border: 0px;}

a { color: #00b1ff; text-decoration: none; }
a:hover { background-color: #00b1ff; color: #ffffff; text-decoration: none;}

a.offsitelink{ color: #ff00cc; text-decoration: none; }
a:hover.offsitelink { background-color: #ff00cc; color: #ffffff; text-decoration: none;}

#container {
	margin: 0px;
	width: 955px;
}

hr {
	color: #000000;
	background-color: #333333;
	border: 2px solid #333333;
	margin: 20px 0px 10px 0px;
	width: 100%
}

/*  form settings */	
form { margin-top: 0; }
select, input, textarea, file { border-color: #BBBBBB #DDDDDD #DDDDDD #BBBBBB; border-width: 3px; border-style: double; background-color: #FFFFFF }

label {
	display: block;
	clear: left;
	float: left;
	width: 75px;
	font-weight: bold;
	line-height: 23px;
}


/* Main Content - Left Side
----------------------------------------------------------------------------- */

#content-left {
	float: left;
	width: 355px;
	text-align: center;
}

#main-header {
	background: #12131a;
	color: #ffffff;
	font-size: 2em;
	margin: 60px 0px 0px;
	text-align: left;
	width: 100%;
 }
 
 	#main-header a { color: #ffffff; background: none; border: 0px; }
	#main-header a:hover { color: #ffffff; background: none; border: 0px; }
 
 #main-nav {
	float: left;
	width: 110px;
	margin: 4px 0px; 
 }
 
 		#main-nav ul{
 			list-style-type: none;
			list-style-position: outside;
			text-align: left;
			margin: 0px;
			padding: 0px;
			font-size: .9em;
		 }
 
 		#main-nav ul li {
			text-align: right;
			margin: 5px 0px;
			width: 100px;
		}
		
		#main-nav ul li.onsite a {
			color: #000000;
			background: #ffffff;
			display:block;
			width: 100px;
			text-decoration: none;
			padding: 2px 5px 2px 0px; 
 		}
				
      #main-nav ul li.onsite a:hover {
 			color: #ffffff;
			background: #00b1ff;
			text-decoration: none;
			border-right: 10px solid #00b1ff;
 		}
		
		#main-nav ul li.onsite a.active {
 			color: #ffffff;
			background: #00b1ff;
			display:block;
			padding: 2px 5px 2px 0px; 
			border-right: 10px solid #00b1ff;
		}
		
		#main-nav ul li.offsite a {
 			color: #000000;
			background: #e5e5e5;
			display:block;
			width: 100px;
			text-decoration: none;
			padding: 2px 5px 2px 0px;
			  
 		}
		
		#main-nav ul li.offsite a:hover {
 			color: #ffffff;
			background: #ff00cc;
			text-decoration: none;
			border-right: 10px solid #ff00cc;
		}
		
		
 
 #sub-nav {
	float: right;
	width: 210px;
	margin: 10px 0px; 
 }
 
		 #sub-nav ul{
		 	list-style-type: none;
			list-style-position: outside;
			text-align: left;
			margin: 0px;
			padding: 0px;
		 }
 
 		#sub-nav ul li {
			text-align: left;
			margin: 0px;
			width: 205px;
		}
		
		#sub-nav ul li.top{
		 	background: #12131a;
			color: #ffffff;
			font-size: .9em;
			padding: 4px 0px 4px 5px;
			border-bottom: 1px solid #00b1ff;
		 }
 
 		#sub-nav ul li.bottom{
			color: #666666;
			font-size: .6em;
			width: 210px;
			padding: 3px 0px 6px 0px;
		 }
		 
		 #sub-nav ul li.bottom a{
			color: #00b1ff;
			background: #333333;
			padding: 3px 4px;
		 }
		 
		 #sub-nav ul li.bottom a:hover{
		 	color: #ffffff;
			background: #00b1ff;
			text-decoration: none;
			padding: 3px 4px;
		 }
		 
		 #sub-nav ul li.bottom a.active{
		 	color: #ffffff;
			background: #00b1ff;
			text-decoration: none;
			padding: 3px 4px;
		 }


/* Main Content - Right Side
----------------------------------------------------------------------------- */

#content-right {
	float: right;
	width: 580px;
	text-align: center;
}

#section-header {
	background: #12131a;
	color: #ffffff;
	font-size: 2em;
	margin: 60px 0px 0px;
	text-align: right;
	width: 100%;
 }

 
  /* Gallery & Previews
----------------------------------------------------------------------------- */

.gallery-intro1 {
	padding: 4px;
	font-weight: bold;
	background-color: #00b1ff;
	color: #ffffff;
	text-align: left;
	margin: 5px 0px;
}

.gallery-intro2 {
	width: 98%;
	padding: 4px;
	border-bottom: 1px solid #e5e5e5;
	color: #333333;
	font-size: .8em;
	text-align: left;
	margin: 4px 0px;
}

.preview {
	width: 580px;
	text-align: center;
}

	.preview img {
		margin-top: 15px;
		border: 5px solid #e5e5e5;
	}
	
	.preview .info{
		margin: 5px 20px 0px 20px;
		text-align: left;
		font-size: .8em;
	}

	.preview .view-off{
		margin: 0px 10px 5px;
		padding: 4px 0px;
		text-align: center;
		background: #cccccc;
		color: #000000;
		display: block;
		font-weight: bold;
	}
	
	.preview .view-wallpaper{
		margin: 0px 10px 5px;
		padding: 4px 0px 4px 10px;
		text-align: left;
		background: #e5e5e5;
		color: #000000;
		display: block;
		font-weight: bold;
	}
	
	.preview .view a{
		margin: 0px 10px 5px;
		padding: 4px 0px;
		text-align: center;
		background: #00b1ff;
		color: #ffffff;
		display: block;
		font-weight: bold;
	}
	
	.preview .view a:hover{
		margin: 0px 10px 5px;
		text-align: center;
		background: #000000;
		color: #00b1ff;
		display: block;
		text-decoration: none;
		font-weight: bold;
	}
	
	.preview .title{
		margin: 4px 10px;
		padding: 2px 2px;
		text-align: left;
		border-bottom: 1px solid #e5e5e5;
		color: #000000;
	}
	
	.preview .date{
		margin: 4px 10px;
		padding: 2px 2px;
		text-align: left;
		border-bottom: 1px solid #e5e5e5;
		color: #000000;
	}
	
	.preview .used{
		margin: 4px 10px;
		padding: 2px 2px;
		text-align: left;
		border-bottom: 1px solid #e5e5e5;
		color: #000000;
	}
	
	.preview .desc{
		margin: 4px 10px;
		padding: 2px 2px;
		text-align: justify;
		color: #000000;
	}
	
	.preview .photo-thumb{
		text-align: left;
		margin: 0px 35px;
		}	
		
		
 
 /* Updates Page
----------------------------------------------------------------------------- */

#updates {
	width: 100%;
	float: left;
	margin: 10px 0px;
	text-align: left;
	}


	 .updates-title {
	   border-bottom: 2px solid #e5e5e5;
		color: #000000;
		font-size: .9em;
		font-weight: bold;
		padding: 2px;
		}
		
	 .updates-title2 {
		background-color: #00b1ff;
		color: #ffffff;
		font-size: .9em;
		font-weight: bold;
		padding: 2px;
		}
	 
	 .updates-desc {
	 	color: #333333;
		margin: 4px 4px; 
		text-align: justify;
		font-size: .8em;
	 }
	 

	 
	 	 
 /* About Page
----------------------------------------------------------------------------- */

	.aboutme-box1 {
		width: 100%;
		float: left;
		margin: 10px 0px;
		padding: 0px;
		float: left;
		display: block;
		}
		
	.aboutme-box1 .title {
		text-align: left;
		background-color: #12131a;
		color: #ffffff;
		padding: 2px 4px;
		margin: 0px;
		font-weight: bold;
		font-size: .8em;
		}
	
	.aboutme-box1 .desc {
		font-size: .8em;
		text-align: justify;
		padding: 4px;
		line-height: 20px;
		}
		
		
	.aboutme-box2 {
		width: 46%;
		margin: 10px 0px;
		padding: 0px;
		float: left;
		display: block;
		}
		
	.aboutme-box2 .title {
		text-align: left;
		background-color: #12131a;
		color: #ffffff;
		padding: 2px 4px;
		margin: 0px;
		font-weight: bold;
		font-size: .8em;
		}
	
	.aboutme-box2 .desc {
		font-size: .8em;
		text-align: justify;
		padding: 4px;
		line-height: 20px;
		}
		
	.aboutme-box3 {
		width: 46%;
		margin: 10px 0px;
		padding: 0px;
		float: right;
		display: block;
		text-align: left;
		font-size: .8em;
		}
		
	.aboutme-box3 .title {
		text-align: left;
		background-color: #12131a;
		color: #ffffff;
		padding: 2px 4px;
		margin: 0px;
		font-weight: bold;
		}
	
	.aboutme-box3 .desc {
		text-align: left;
		padding: 4px;
		line-height: 20px;
		border-bottom: 1px solid #e5e5e5;
		}
		
	 .about-sarah1 {
	 	text-align: left;
		margin: 4px 4px; 
	 }
	 
	 .about-sarah2 {
	 	text-align: justify;
		margin: 4px 4px; 
		font-size: .8em;
	 }
		
	
	
	/* Contact Page
----------------------------------------------------------------------------- */	

	.contact-box-l {
		float: left;
		display: block;
		text-align: justify;
		padding: 4px;
		line-height: 20px;
		width: 240px;
		font-size: .8em;
		margin: 10px 0px;
		}
		
	.contact-box-r {
		float: right;
		text-align: right;
		padding: 4px;
		line-height: 20px;
		width: 300px;
		font-size: .8em;
		margin: 10px 0px;
		}



	/* Store
----------------------------------------------------------------------------- */	

	.store-box {
		float: left;
		display: block;
		text-align: left;
		padding: 4px;
		line-height: 20px;
		font-size: .8em;
		margin: 10px 0px;
		}