@font-face { font-family: ITC Avant Garde Gothic Std; src: url('http://sheer-design.com/ITCAvantGardeStd-Bk.otf'); } 


*{
	margin: 0px;
	padding: 0px;
	border: 0px;
	}
	
a {
  outline: none;
}



body{
	background-image: url(http://sheer-design.com/images/bg.png);
	background-color: #38748b;
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
		
	margin: 0px;
	padding: 0px;
	
	font-family: 'ITC Avant Garde Gothic Std', 'Century Gothic', 'Trebuchet', 'Tahoma', sans-serif;
	font-size: 0.75em;
	color: #333333;
	}
	
p{
	margin: 1em;
	color: #606060;
	line-height: 150%;
	letter-spacing: 150%;
	}
	
p a{border-bottom: 1px dotted #555;
	text-decoration: none;
	color: #555;}

	p a:hover{border-bottom: 1px solid #3d6371;
			  color: #3d6371;}
			  
em{
	font-weight: bold;
	color: #3d6371;
	}
	
#mainContent a{border-bottom: 1px dotted #555;
	text-decoration: none;
	color: #555;}

	#mainContent a:hover{border-bottom: 1px solid #3d6371;
			  color: #3d6371;}
	
	
	h1{
		margin: 1em 1em 1em 0.6666666666em;
		font-size: 1.5em;
		font-weight: lighter;
		color: #3d6371;
		text-shadow: 1px 1px 1px #BBB;
		}
		
		h1 a {
			color: #3d6371;
			text-decoration: none;
			text-shadow: 1px 1px 1px #BBB;
			border-bottom: 1px dotted #607982;
			}
			
			h1 a:hover{
				border-bottom: 1px solid #3d6371;
				}
	
	h2{
		margin: 1.5em 1em 1em 0.9em;
		font-size: 1.2em;
		font-weight: lighter;
		color: #444;
		text-shadow: 1px 1px 1px #AAA;
		}
	
	h3{
		margin: 1.5em 1em 1em 0.95em;
		font-size: 1.1em;
		color: #555;
		font-weight: lighter;
		text-shadow: 1px 1px 1px #AAA;
		}
		
ul{
	padding: 1em 0em 0em 1em;
	}
		
ol{
	padding: 1em 0em 0em 3em;
	}
	
	
small{
	font-size: 0.6em;
	}
	
form textarea{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.6);
	outline: none;
	padding: 10px;
			}
	
	form textarea:focus{
			background-color: rgba(255, 255, 255, 0.8);
			}
			
			

h2 + form {
	margin: 20px;
	}
			
 #searchform label{
	padding: 5px;
	color: #FFF;
	color: rgba(255, 255, 255, 0.6);
	}
			
	#s{
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		height: 15px;
		outline: none;
		padding: 2px 5px 2px 5px;
		background-color: #FFF;
		background-color: rgba(255, 255, 255, 0.6);
		}
	
		#s:focus{
			background-color: rgba(255, 255, 255, 0.8);
			}
			
	#searchsubmit{
		text-indent: -9999px;
		height: 20px;
		width: 20px;
		background: url(images/search.png);
		opacity: 0.6;
		}
	
		#searchsubmit:hover{
			opacity: 0.8;
			cursor: pointer;
			}
			
.vcard img{
	display: none;
	}
	
.comment-meta{
	font-size: 0.8em;
	}
	
.commentlist{
	margin-top: 20px;
	}

	
#commentform label{
	display: block;
	}
	
#commentform input{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.6);
	height: 15px;
	width: 200px;
	outline: none;
	padding: 2px 5px 2px 5px;
			}
	
	#commentform input:focus{
			background-color: rgba(255, 255, 255, 0.8);
			}
	
	
	
#containAll{
	position: relative;
	margin: 0 auto;
	width: 996px;
	}
	

#head{
	position: relative;
	float: left;
	width: 996px;
	height: 123px;
	background-image: url(http://sheer-design.com/images/bg_head.png);
	background-position: top center;
	background-repeat: no-repeat;
	}
	
	#head .logo{	
			float: left;	
			width: 350px;
			height: 123px;
			margin: 0px 0px 0px 20px;
			background-image: url(http://sheer-design.com/images/sdNew09Logo_05.png);
			background-position: center left;
			background-repeat: no-repeat;
			}
			
	#head h1, #head h2{
			display: none;
			}
			
	#head form{
			float: right;
			margin: 50px 50px 0px 20px;
			}
			
	
#menu{
	position: relative;
	float: left;
	width: 961px;
	height: 33px;
	padding: 0px 0px 0px 35px;
	margin: 0px;
	font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde Gothic Std','ITC Avant Garde Gothic','Avant Garde Gothic','ITC Avant Garde','Avant Garde','Gothic Book' 'Century Gothic', 'Gotham', 'Tahoma' 'Trebuchet', 'Tahoma', sans-serif;
	font-size: 1em;
	font-weight: lighter;
	}

	#menu ul{
			position: relative;
			padding: 1em 0em 0em 1em;
			}

	#menu li{
			font-weight: normal;
			list-style-type: none;
			display: inline;
			vertical-align: middle;
			padding: 0px;
			margin: 0px;
			}
			
		#menu li a{
			text-decoration: none;
			color: rgba(255, 255, 255, 0.6);
			padding: 1em;
			}
			
			#menu li a:hover{
			top: 1px;
			color: rgba(255, 255, 255, 0.8);
			text-decoration: underline;
			text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.6);
			}
			
			#menu li .active{
			}
			
			#menu li .active:hover{
			}


#containContent{
	position: relative;
	float: left;
	width: 996px;
	padding-bottom: 2em;
	background-image: url(http://sheer-design.com/images/bg_content.png);
	background-position: top center;
	background-repeat: repeat-y;
	}
	
	.transborder{
			float: left;
			margin: 10px 20px 10px 18px;
			background-color: rgba(255, 255, 255, 0.1);
 			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			-webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
			box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
			}
			
	
	#mainContent{
			float: left;
			width: 540px;
			margin: 10px;
			padding: 10px;
			background-color: rgba(255, 255, 255, 0.7);
 			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			}
			
			#mainContent ul{
				list-style-type: square;
				color: #606060;
				margin: -1.5em 1em 1em 1em;
				}
			
			#mainContent li{
				margin: 0.6em;
				line-height: normal;
				}
			
			
	#secondaryContent{
			float: right;
			overflow: hidden;
			width: 330px;
			text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
			margin: 20px 20px 0px 0px;
			font-size: 0.9em;
			color: rgba(255, 255, 255, 0.4);
			}
			
			#secondaryContent h1{
					text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
					}
			
			#secondaryContent p{
					color: rgba(255, 255, 255, 0.4);
					}
			
			#secondaryContent p a{
					color: rgba(255, 255, 255, 0.4);
					border: none;
					}
			
				#secondaryContent p a{
						color: rgba(255, 255, 255, 0.6);
						}
			
			#secondaryContent ul{
					list-style-type: none;
					}
					
				#secondaryContent ul li{
					margin-bottom: 1em;
					color: rgba(255, 255, 255, 0.6);
					}	
					
					#secondaryContent ul li a{
						margin-bottom: 1em;
						color: rgba(255, 255, 255, 0.6);
						text-decoration: none;
						display: block;
						padding: 0px;
						margin: 0px;
						}	
					
					#secondaryContent ul li a:hover{
						color: rgba(255, 255, 255, 0.6);
						text-decoration: underline;
						}	
					
					#secondaryContent ul li a span{
						color: rgba(255, 255, 255, 0.4);
						text-decoration: none;
						}	
					
					#secondaryContent span a:hover{
						color: rgba(255, 255, 255, 0.6);
						text-decoration: none;
						}	
			
			#secondaryContent ol{
					list-style-type: none;
					margin-left: -2em;
					}
					
					
				#secondaryContent ol li{
					margin-bottom: 1em;
					color: rgba(255, 255, 255, 0.6);
					font-weight: bold;
					}	
					
					#secondaryContent ol li a{
						margin-bottom: 1em;
						color: rgba(255, 255, 255, 0.6);
						text-decoration: none;
						display: block;
						padding: 0px;
						margin: 0px;
						}	
					
					#secondaryContent ol li a:hover{
						color: rgba(255, 255, 255, 0.6);
						text-decoration: underline;
						}	
					
					#secondaryContent ol li a span{
						color: rgba(255, 255, 255, 0.4);
						text-decoration: none;
						}	
					
				#secondaryContent ol li + li{
					margin-bottom: 1em;
					color: rgba(255, 255, 255, 0.4);
					font-weight: normal;
					}	
					
	
	li.hobnobs{
		background-image: url('http://sheer-design.com/images/hobnobs.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 25px;
		padding-left: 35px;
		}
	li.finewine{
		background-image: url('http://sheer-design.com/images/finewine.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 25px;
		padding-left: 35px;
		}
		
		
		
	li.linkedin{
		background-image: url('http://sheer-design.com/images/linkedin.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
		
	li.lastfm{
		background-image: url('http://sheer-design.com/images/lastfm.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
		
	li.flickr{
		background-image: url('http://sheer-design.com/images/flickr.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
		
	li.twitter{
		background-image: url('http://sheer-design.com/images/twitter.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
		
	li.wordpress{
		background-image: url('http://sheer-design.com/images/wordpress.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
		
	li.digg{
		background-image: url('http://sheer-design.com/images/digg.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
		
	li.aim{
		background-image: url('http://sheer-design.com/images/aim.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
		
	li.skype{
		background-image: url('http://sheer-design.com/images/skype.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
		
	li.facebook{
		background-image: url('http://sheer-design.com/images/facebook.png');
		background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
		background-repeat: no-repeat;
		line-height: 32px;
		padding-left: 40px;
		}
			

#foot{
	position: relative;
	float: left;
	margin-top: 20px;
	width: 996px;
	height: 50px;
	text-align: center;
	font-size: 0.9em;
	text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
	}
	
	#foot p{
		margin: 5px;
		color: rgba(255, 255, 255, 0.6);
		}
	
	#foot a{
		color: rgba(255, 255, 255, 0.6);
		border-bottom: 1px dotted #607982;}

		#foot a:hover{border-bottom: 1px solid #B0C9D2;
			  color: #B0C9D2;}


.error {font-size: xx-small;
		color: rgba(255, 255, 255, 0.4);
		overflow: hidden;
		margin: 0px 0px 10px 35px;}
		
		
		
#sloganizer{
		text-align: center;
		padding: 35px;
		line-height: 1em;
		}
		
	#sloganizer span{
		font-family: 'ITC Avant Garde Gothic Std', 'Avant Garde Gothic Std','ITC Avant Garde Gothic','Avant Garde Gothic','ITC Avant Garde','Avant Garde','Gothic Book' 'Century Gothic', 'Gotham', 'Tahoma' 'Trebuchet', 'Tahoma', sans-serif;
		font-size: 2em;
		line-height: 0.7em
		color: #AAA;
		letter-spacing: 80%;
		}
	
	
	#sloganizer span a{
		color: rgba(255, 255, 255, 0.4);
		display: inline;
	}
	
	#sloganizer a{
		margin-bottom: 1em;
		color: rgba(255, 255, 255, 0.4);
		text-decoration: none;
		display: block;
		padding: 0px;
		margin-top: 2em;
		line-height: 1.2em;
		border: none;
		}	
					
		#sloganizer a:hover{
			color: rgba(255, 255, 255, 0.4);
			text-decoration: underline;
			}


   #portfolioArray{
   		padding: 0px;
   		margin: 60px;
  		list-style-type: none;
  		text-align: center;
   		}
   		
   		#portfolioArray li{
			font-weight: normal;
			margin: 5px; 
			display:inline-table;
			height: 85px;
			vertical-align: middle;
   		}
   		
   		#portfolioArray img {
   			background-image: url(http://sheer-design.com/images/flickrshadow.png);
   			 padding: 3px 7px 7px 3px;
   			 }
   			 
   		
   .flickr_badge_image {margin: 5px; display:inline-table;}
   .flickr_badge_image img {background-image: url(http://sheer-design.com/images/flickrshadow.png); padding: 3px 7px 7px 3px;}
   
   .floatright {float: right;}
   
   .navigation a {
			text-decoration: none;
			color: rgba(255, 255, 255, 0.6);
			padding: 1em;
			}
			
		.navigation a:hover{
			top: 1px;
			color: rgba(255, 255, 255, 0.8);
			text-decoration: underline;
			text-shadow: 3px 3px 20px rgba(0, 0, 0, 0.6);
			
			
			
			
			