@charset "UTF-8";

@font-face { font-family: Carnivalee Freakshow; src: url('http://www.mediafont.com/storage/contents/9306/font.eot'); /* IE */ src: local('Carnivalee Freakshow'), url('http://www.mediafont.com/storage/contents/9306/Carnevalee Freakshow.ttf'); /* non-IE */ }

/* it's good practice to zero the margin, padding, and other elements to account for differing browser defaults */
html, body, div, ul, ol, li p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0;
}

body {font-family:Vardana; font-size:16px; font-weight:500;}

/* --- page layout styles --- */

.fpd #header { 
	min-width: 50em;
	border-top: white 10px solid;
	border-left: white 10px solid;
}
.fpd #menu {
	float: left; 
	width: 8.5em; /* since this element is floated, a width must be given */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	border-left: white 10px solid;
	background: url(28p8cn.jpg) no-repeat;
}
.fpd #content {
	width: 39em;
	margin: 0 0 0 11em;
	<!-- margin: 0 14em 0 13em; *. -->
} 
.fpd #content {
	margin: 0 0 0 11em;
	border-right: white 10px solid;
} 


/* --- content styles --- */
#content ul, ol {
	list-style-position: inside;
	margin: 0 0 0 0;
}
#content a:link {
	color: rgb(0, 75, 0);
	text-decoration: underline;
}
#content a:visited {
	color: rgb(0, 75, 0);
	text-decoration: underline;
}
#content a:hover {
        color: rgb(0, 75, 0); 
        text-decoration: underline;
}
#content li {
	list-style-position: inside;
        margin: 0.8em 0 0.8em 2em;
}
#content ul,ol {
	list-style-position: inside;
        margin: 0.3em 0.3em 0.3em 0;
}
#content img {
	margin: 0 0 .1em 0;
}

/* --- menu styles --- */
#menu a {
	font-family: Carnivalee Freakshow,Vardana;
	display: block;
	font-weight: normal;
	font-size: 1.3em;
	text-decoration: none;
	padding: .15em 0 .25em .25em;
}
#menu a:link {
	color: black;
        text-decoration: none;
}
#menu a:visited {
        color: black;
        text-decoration: none;
}
#menu a:hover {
        text-decoration: underline;
	background-image: url(colt_small.png);
        background-repeat: no-repeat;
        background-position: top right;
}
body#home a#home_link,
body#schedule a#schedule_link,
body#abstracts a#abstracts_link,
body#speakers a#speakers_link,
body#registration a#registration_link,
body#support a#support_link,
body#visitor a#visitor_link,
body#food a#food_link,
body#sharing a#sharing_link,
body#previous a#previous_link,
body#participants a#participants_link,
body#contact a#contact_link,
body#presentations a#presentations_link {
	color: black;
        text-decoration: underline;
	background-image: url(colt_small.png);
        background-repeat: no-repeat;
        background-position: top right;
}
#menu img {
	margin-bottom: .15em;
}

/* --- header styles --- */
#header a {
        font-weight: normal;
        font-size: .9em;
        text-decoration: none;
        padding: .15em 0 .25em .25em;
}
#header a:link {
        color: black;
        text-decoration: none;
}
#header a:visited {
        color: black;
        text-decoration: none;
}
#header a:hover {
        color: #cc0000;
        text-decoration: underline;
}

.fail {
	border: #B22222 2px solid;
	padding-left: 5px;
}

.hidden {
	display:none;
}

.border {
	border: black 1px solid;
	margin-left: 10px;
	padding-left: 5px;
}