body{
	font-family: Courier New;	
	font-size:10pt;
	color:#68553c;
	padding:0;
	margin:0;
	background: #f0e9df;

}


#content{
	width:1100px;	
	margin:0 auto;
	padding-left:15px;
}

a, a:visited{
	color:black;
	text-decoration:none;
	border-bottom:1px dashed black;
}

a:hover{
	border-bottom:1px solid black;	
}

	
a img{
border:0px;
}



.karasmith img{
	padding-top:25px;
	}

.nav{
	 margin:10px 0 0 0px;
	 padding-bottom:25px;
}

.nav a{
	margin-right:30px;	
}

#menu ul{
	padding:0px;
	margin:-10px 0px;
	}

#menu li{
margin-right:25px;
list-style-type:none;
display:inline;
}

#menu a{
border:none;
filter: alpha(opacity=70); /* internet explorer */
	-khtml-opacity: 0.7;      /* khtml, old safari */
	-moz-opacity: 0.7;       /* mozilla, netscape */
	opacity: 0.7;           /* fx, safari, opera */

}
#menu a:hover{
filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
#menu li.active a{
filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}
#menu li.active:hover{
filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
	}
#menu img{
height:14px;
}

#header a, a#lbCloseLink, a.splash{
	border:0px;	
}

#portfoliobox{
	margin-left:75px;
}

.portfolio img{
border:3px solid white;
height:150px;
margin: 20px 60px 0 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
filter: alpha(opacity=50); /* internet explorer */
	-khtml-opacity: 0.5;      /* khtml, old safari */
	-moz-opacity: 0.5;       /* mozilla, netscape */
	opacity: 0.5;           /* fx, safari, opera */
}

.portfolio img:hover{
border:3px solid white;
height:150px;
margin: 20px 60px 0 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
filter: alpha(opacity=100); /* internet explorer */
	-khtml-opacity: 1;      /* khtml, old safari */
	-moz-opacity: 1;       /* mozilla, netscape */
	opacity: 1;           /* fx, safari, opera */
}

.portfoliotext img{
height:15px;
margin-right:60px;
}

a.portfolio, a.portfolio:visited, a.portfoliotext, a.portfoliotext:visited{
border-bottom:0px;
}

/*Slideshow */

.slideshow {
	margin-top:10px;
    margin-bottom:5px;
    font-size: 15pt;
}

.painting{
	margin-right:20px;
	margin-top:25px;
	float:left;
	clear:both;
}
.painting a{
	border:0px;		
}

.painting img{
	position:relative;
	z-index: 1;	
}

.red{
color:red;
}

img.image{
	max-height:400px;
	margin:-4px;
	position:relative;
	z-index:0;
  /*  border: 6px solid white;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; */
	float:left;

}
.arrows {
	margin-top:20px;
}

.caption{
	float:left;
	width:300px;
	margin-top:355px;
	font-size:10pt;
	color:black;
	filter:alpha(opacity=50);
    -moz-opacity:0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
	text-align:left;
}


/* Text BG */



.text{
	background: url('../images/textbg.jpg');
	background-repeat:no-repeat;
	width:800px;
	padding:120px 100px;
	height:1500px;
	color:#000;
	-moz-opacity:.60; 
	filter:alpha(opacity=60); 
	opacity:.60; 
	line-height:1.2em;
	font-weight:bold;
}

.text h3, h2{
margin-bottom:0;
text-transform:uppercase;
font-size:140%;
}

.text strong{
	text-transform:uppercase;

}

.text ul{
	list-style:none;
	padding-left:0px;	
	
}


/* Tumblr */
	
.tumblr_posts{
	margin-right:70px;
	
}
	
.tumblr_posts li{
	list-style:none;
}

.tumblr_title{
	font-weight:bold;	
	font-size:14pt;
	text-transform:uppercase;
}

#news{
height:1200px;
width:900px;
overflow-y:scroll;
}

/* Footer */
#footer{
width:100%;
position:fixed;
bottom:0px;
background-color:#f0e9df;
text-align:right;
padding:2px 5px;
right:0px;
}


