@charset "utf-8";

body  {
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size:14px;
	background: #252525;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}

.container {
		}

a {
	color: #660000;
	text-decoration: none;
	letter-spacing: 1px;
	}

a:link, a:visited {
	
	}
	
a:hover {

	}
	
p a:hover {
	border-bottom: dotted #999999 1px;
}

td  {
	font-size:10px;
	}
	
h1 {
	margin: 0;
	width: 100%;
	padding: 10px 0 10px 0;
	border-top: #999999 dotted 2px;
	font: bold 16px arial;
}

h2 {
	color: #333333;
	font: bold 20px arial;
}

h3 {
	font: bold 18px arial;
}

h4 {
	color: #666666;
	font: bold 14px arial;
	padding: 0 0 0 5px;
	margin: 2px 0px 2px 5px;
	}

img {
	border: none;
}

img.solid {
	border:1px solid #999999;
	margin:5px 2pt 2px 2px;
	padding:5px; 
	}
	
.bio {
	float: left;
	padding: 0 10px 10px 0;
	}
	

.leftnav ul{
	font: bold 18px arial;
	padding-left: 0;
	margin-left: 0;
	text-decoration: none;
}

.leftnav ul li{
	list-style: none;
	display: inline;
}

.leftnav ul li a{
	padding: 5px 10px 5px 35px;
	text-decoration: none;
	border: none;
	/* float: left; */
	color: #AAACB0; 
}

.leftnav ul li a:hover, .leftnav ul li a:active {
	padding: 5px 10px 5px 50px;
	/*display: inline;*/	
	color: #FFFFFF;
} 

.toppic, .toppic a {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
} 

.layout #container {
	width: 1000px;
	background: #FFFFFF url(../images/sidebar.png) repeat-y;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	text-align: left;
} 

.layout #header { 
	z-index: 3;
	background: url(../images/logo-text.png) no-repeat bottom; 
	height: 195px;
	/* padding: 0 10px; */
}

.layout #right {
	background: url(../images/right-canal-pointe.jpg) no-repeat top right;
} 

.layout #sidebar {
	float: left;
	width: 199px;
	padding: 15px 0;
}

.layout #mainContent { 
	background: #ffffff;
	margin: -10px 230px 0 230px;
	padding: 0 0 20px 0;
	width: 535px;
	min-height: 300px;
} 

.layout #footer { 
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	height: 24px;
	color:#FFFFFF;
	font-size:10px;
	border-bottom: #FFFFFF solid 1px;
	border-right: #FFFFFF solid 1px;
	border-left: #FFFFFF solid 1px;
	background: #666666 url(../images/footer-bg.png) repeat-x;
} 
.layout #footer p {
	margin: 0; 
	text-align: center;
	padding: 2px 0;
	}
	
.layout #footer a {
	margin: 0; 
	text-align: center;
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing: 0px;
	padding: 2px 0;
	}

.layout #footer a:hover {
	text-decoration:underline;
	border: none;
	}

/* Ascribe Portfolio */

#portfolio{

}

.title {
	font-weight: bold;
}

.pane #vcard{
	float: left;
}

.pane ul{
	text-decoration: none;
}

.pane ul li{
	list-style: none;
}

.pane ul li a{
	text-decoration: none;
}

.pane ul li a:hover, .leftnav ul li a:active {

}

.thumbs { 
	width: 500px;
}

.info { 
	position: relative;
}

#description { 
	width: 500px;
}

/* Layout Formatting */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Form Formatting */

label {
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

.submit input {
margin-left: 4.5em;
}

input {
	color: #660000;
	background: #fee3ad;
	border: 1px solid #781351;
}

.submit input {
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

fieldset {
border: 1px solid #781351;
width: 20em;
}

legend {
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px;
} 

#message {
	font-family: tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	border: solid #003c2b 2px;
	padding: 15px;
	line-height: 20px;}
	
#error {
	font-family: tahoma;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
	background: #ffffff;
	border: solid #003c2b 2px;
	padding: 15px;
	line-height: 20px;}