@charset "UTF-8";
/* CSS Document */

* {font-family:  Georgia, "Times New Roman", Times, serif}

#container {width:700px; margin: 0 auto;}
#header {margin-bottom:-10px;}
#footer {}
#portfolio {}

h1 {font-variant:small-caps; font-weight:200; border-bottom: 1px dotted #000; letter-spacing:2px}
h2 {font-variant:small-caps; font-weight:100; letter-spacing:1px}
h3 {color:#666; font-size:12px; font-weight:200; font-style:italic; text-align:right; margin-top:-18px;}
h4 {font-size:12px; font-style:italic; color:#666; border-top: 1px dotted #000; font-weight:200;}
	h4 span {font-variant:small-caps; font-weight:bold; font-style: normal; font-size:13px;}
	h4 a {color:#333;}
	h4 a:hover {text-decoration:none;}
p{font-size:12px; font-style:italic; margin-top:-20px;}

img {margin:5px 0 0;}	
img.border {border: 1px dotted #333; margin:-8px auto 3px auto;}	
img.no_border{margin:0;}

.clear {clear:both; height:15px;}
.subtext {font-size:18px; font-variant: normal; font-style:italic; letter-spacing:0px}
.left {text-align:right; float:left; margin: 5px 0 0 60px; list-style:none;}
.right {text-align:left; float:right;margin: 5px 60px 0 0; list-style:none;}

ul.left li, ul.right li { display: inline;}

.click_view {background-image:url(../images/diagonal_lines.jpg); font-style:italic; font-size:11px; width:201px; height:14px; padding:5px 8px; margin:4px 0 0 0;}
	.click_view span.white { background-color:#fff; margin-top:1px;}
	.click_view span.white a:link {text-decoration:underline; color:#000;}
	.click_view span.caps {font-variant:small-caps; font-style:normal;}
	
	.fl {float:left;}
	.fr {float:right;}
	
.more {display: none;}	
