/* general */

body	{
	text-align: center;
	background:#FFF url(pix/header_bg.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding:0;
	margin:0;
	border: 0;
	color: #646464;
	line-height: 1.5;
}

.frame {
	margin: 0 auto 15px auto;
	width: 770px;
	clear:both;
}

#container {
	margin: 25px auto 0 auto;
	width: 770px;
	background: url(pix/bg_main.gif) right top repeat-y;
	clear:both;
}

	
img {
border:0;
}

/* text */

h1 {
	margin:15px 0;
	padding:5px ;
	font-size:195%;
	line-height:1;
	color: #333333;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #C7C7C7;
	border-top: 1px solid #C7C7C7;
	background:#F6F6F6;
	font-weight:normal;
	text-align:center;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:170%;
	margin:5px 0;
	font-weight:normal;
	color:#BE4525;
	line-height:1.3;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:135%;
	margin:0 0 5px 0;
	font-weight:normal;
	color:#756B48;
	line-height:1.3;
	padding-bottom:3px;
	border-bottom:1px solid #C2B791;
}

.date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	color:#666666;
	letter-spacing:3px;
	text-transform: uppercase;
}
	

.intro {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	color:#666666;
	line-height:150%;
	font-style:italic;
	padding:0 0 10px 0;
}

/* links */
a:link, a:visited {color:#BE4525;font-weight: normal;text-decoration:underline;}
a:active, a:hover {color:#2468AE;font-weight: normal;text-decoration:underline; background:#FFFCE5;}

.paypal a:link, .paypal a:visited {color:#FFF;font-weight: bold;text-decoration:none; background:#BE4525; padding:5px 10px}
.paypal a:active, .paypal a:hover {color:#FFF;font-weight: bold;text-decoration:none; background:#2468AE; padding:5px 10px}

/* structure */

.column_left {
	width:505px;
	float:left;
	text-align:left;
}

.column_right {
	width:237px;
	float:right;
	text-align:left;
}

#logo {
	background:url(pix/logo.gif) no-repeat;
	width:100%;
	height:79px;
	margin:10px 0;
}

#column_right_top {
	background:#FFF url(pix/column_right_top.gif) bottom no-repeat;
	height:18px;
	padding-top:11px;
}

img#portrait {
	margin:0 0 0 13px;
}


.news_article {
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	border-bottom:1px dashed #C7C7C7;
	clear:both;
}

.news_article img {
	float:right;
	margin:0 0 15px 15px;
}

.artwork {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	color:#666666;
	letter-spacing:3px;
	text-transform: uppercase;
	border: 1px solid #C7C7C7;
	padding:5px;
	margin:20px 0;
}

#footer {
	background:#F6F6F6;
	border-top: 1px solid #C7C7C7;
	padding:15px;
	color:#999999;
}

.box {
	background:#F2E7C2;
	width:180px;
	margin:20px 0 0 18px;
	color:#756B48;
}

.padding8 {
	padding:8px;
}


.paypal {
	margin-top:10px;
	color:#FFF;
	text-align:center;
	padding:5px;
}

/* primary navigation */

#nav {
	margin:0; 
	padding:0; 
	font-size:18px;
	line-height:1;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:750px;
	 
}

#nav ul {
	list-style-type:none; 
	margin:0; 
	padding:13px 0;
	width:auto;
}

#nav ul li {
	display: inline; 
	background:transparent; 
	margin:0;
	padding:0;
}

#nav ul li a:link, #nav ul li a:visited {
	padding:12px 20px;
	color:#FFD8CE;
	text-decoration:none;
	border-right: 1px #D27D67 dashed;
}

#nav ul li a:hover, #nav ul li a:active {
	background:none;
	text-decoration:underline;
} 

#home #nav ul li .home,
#prof #nav ul li .prof,
#creative #nav ul li .creative,
#contact #nav ul li .contact {
	color:white;
	font-weight: bold;
	text-decoration:underline;
}

#nav ul li a.left {
	border-left: 1px #D27D67 dashed;
}




/* forms */

form {
	margin:5px 0;
	padding:0;
}

input.textfield {
	border: 1px solid #756B48;
}



.contact fieldset {
	display: block;
	margin: 20px 0 0 0 ;
	padding:  0  15px 5px 15px;
	border:1px solid #C7C7C7;
}

.contact legend {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:135%;
	font-weight:normal;
	color:#646464;
	line-height:1.3;
}

.contact input {
	position: relative;
	top: -1.4em;
	left: 160px;
	display: block;
	width:220px;
	border:1px solid #CCCCCC;
	background: url(pix/bg_input.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:2px;
	font-size:12px;
}

.contact input.hidden {
	visibility:hidden;
	}


.contact textarea {
	position: relative;
	top: -17px;
	left: 160px;
	display: block;
	width:220px;
	height:14em;
	border:1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

.contact label
{
	clear: both;
	float: left;
	display: block;
	width: 144px;
	margin-top: -1em;
	font-weight: bold;
}

.contact label.first {
	padding-top: 20px;
}


.error {
	background:#2468AE;
	padding:5px;
	margin:10px 0;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}


input.submit {
	background: #BE4525 ;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 7px;
	margin:8px 0 0 0;
	cursor:pointer;
}


/* tables */

.worksample {
	width:100%;
	margin:10px 0;
}

.worksample td {
	background:#FFFBEA;
	padding:4px;
	border-bottom: 1px solid #E6DAAE;
	border-top: 2px solid #FFF;
	color:#756B48;
}

.worksample td.middle {
	text-align:center;
	width:55px;
}

.worksample td.italic {
	font-style:italic;
	font-size:75%;
	width:170px;
}

/* bugfixes */


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */