/* Robin Dare Stylesheet */





/* Import Navigation and Layout Styles ------------------------------- */

@import url(navigation.css);
@import url(structure.css);



/* Styles for Gallery pages */

#xslcontainer {float: left; width: 220px; height: 440px; border: 1px solid #ccc; margin: 1em; padding: 1em 0 0 0; background-color: #fff; text-align: center;}

#work {
	float: left;
	width: 220px;
	height: 440px;
	border: 1px solid #ccc;
	margin: 1em;
	padding: 1em 0 0 0;
	background-color: #fff;
	text-align: center;
	background-color: #111; 
	color: #fff; 
	border: 0;
}

#work img {
	width: 200px;
}

#workh {
	float: left;
	width: 220px;
	height: 260px;
	border: 1px solid #ccc;
	margin: 1em;
	padding: 1em 0 0 0;
	background-color: #fff;
	text-align: center;
	background-color: #111; 
	color: #fff; 
	border: 0;
}

#workh img {
	width: 200px;
}

#details {
	margin: 0 20px .5em 20px; 
	text-align: left;
	padding-top: .5em;
}

#details p {
	font-size: 1em;
	margin: 0;
}

#gallery {
	margin-left: -120px;
	float: left;
	padding: 0 20px 10px 0;
	clear: both;
	border-top: 1px solid #ccc;
	}

#gallery #image {
	float: left;
	border: 1px solid yellow;
}

#gallery img {
	width: 200px;
	}


/* HEADLINES ---------------------------------------------------------------- */
    
h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 2em;
	line-height: 1em;
	color: #fff;
	margin: .5em 0px .5em 0px;
	}

.nomargin {
margin-top: 0px; margin-bottom: 0px;
}

.h1a {
	color: salmon;
	/*color: #ADFF2F;*/ 
	display: inline;
}

.h1b {
	color: #FFF;
	display: inline;
}

h4 {margin:0px;}
h4.title {font-style: italic;}
	
h2 {
	font-size: 1.25em;
	line-height: 1.2em;
	color: #666;
	font-weight: bold;
	margin: 15px 0px 2px 0px;
	text-transform: uppercase;
	}
	

/* ekm body styles ------------------------------------------------------- */

p {
margin-top: 0px;
line-height: 1.4em;
}

p.testimonial {
font-size: 1.1em;
line-height: 1.8em;
font-style: italic;
text-align: right;
color: #666;
margin-bottom: 0px;
}

p.cite {
text-align: right;
font-size: .8em;
font-weight: bold;
margin-top: 0px;
color: #666;
}

p.footnotes {
font-size: .9em;
font-style: italic;
}

p.breadcrumb {
font-size: .95em;
color: #369;
margin-top: 6px;
margin-bottom: 1.5em;
}

p.intro {
font-size: 1.2em;
}

p.footer {
color: #000;
font-size: .5em;
}

p.small {
font-size: .75em;
}

img {
border: none;
}

tr {
vertical-align: top;
}

table.jobs td, th {
border: 1px solid #ccc;
padding: .5em;
}

th.fill {
background-color: #EDF4FD;
padding: .5em;
border-top: 1px solid #fff;
border-right: 0;
text-align: left;
}


th {
background-color: transparent;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
text-align: left;
}


dt {
font-weight: bold;
margin-top: 1em;
}


/* Data Lists ----------------------------------------------------------- */

ol li {
margin-top: 2em;
}

ol li ul li {
margin-top: .5em;
}

ul li {
margin-top: .5em;
}

ul.flushleft {
	margin: 14px 0px 20px 1em;
	padding: 0px 0px 0px 0px;
}

ul.none {
list-style-type: none;
}	


/* FLOATS ------------------------------------------------------------------ */

.floatleft {
	float: left;
	}
	
.floatleftpadding {
	float: left;
	margin: 8px 25px 10px 0px;
	}
	
.floatright {
	float: right;
	}
	
.floatrightpadding {
	float: right;
	margin: 8px 0px 10px 25px;
	}

.center {
	text-align: center;
	}








/* TABLES WITH DATA Styles -------------------------------------------------------------- */

table.tablestyle {
	width: 100%;
	margin: 10px 0px 5px 0px;
	vertical-align: top;
	}
	
table.tablestyle thead {
	font-weight: bold;
	color:#000000;
	text-transform: uppercase; 
	text-align: left;
	vertical-align: top;
	}
	
table.tablestyle th, table.tablestyle td {
	padding: 0.5em 1em;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	vertical-align: top;
	}

tr.bgstyle td {
	line-height: 1.2em;
	padding: 0.5em 1em;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	vertical-align: top;
	background: #F0E9CE;
	}
	
tfoot.footstyle {
	display: none;
	}






/* LIST Styles -------------------------------------------------------------- */
	
/* Default List ---------- */

ul.list {
	list-style-type: none;
	font-weight: normal;
	margin: 14px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
	}
	
ul.list li {
	background-image: url(../_images/bullet_graydot.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 13px;	
	}

/* Wide List ---------- */

ul.widelist  {
	list-style-type: none;
	margin: 14px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
	}
		
ul.widelist li {
	background-image: url(../_images/bullet_graydot.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 11px 0px 11px 0px;
	padding: 0px 0px 0px 13px;	
	}

/* Plain List ---------- */

ul.plainlist {
	display: block;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
		
ul.plainlist li {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
ul.plainlist li.subhead {
	display: block;
	font-weight: normal;
	margin: 13px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

/* Plain List Large --------- */

ul.plainlist_large {
	display: block;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}	
		
ul.plainlist_large li {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

	
/* Key Dates List ---------- */

ul.keydates{
	display: block;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}	
		
ul.keydates li {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/* Icon List ---------- */

.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}

li.pdf {
	background-image: url(images/bullet_pdf1.png);
	background-repeat: no-repeat;
	background-position: 0 10%;
	padding: 3px 0 3px 22px;
	margin: .4em 0;
	}
	
li.pdfmap {
	background-image: url(../_images/bullet_pdf2.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
	}

li.worddoc {
	background-image: url(../_images/bullet_word.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}
	
li.rssfeed {
	background-image: url(../_images/bullet_rssfeed.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}

li.text_white {
	background-image: url(images/bullet_text_white.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}
	
li.text_blue {
	background-image: url(images/bullet_text_blue.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}
	
li.news {
	background-image: url(../_images/bullet_news.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}
	
li.pointer {
	background-image: url(../_images/bullet_pointer.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}







/* FORM Styles -----------------------------------------------------------*/

/* General Styles */

form {
	margin: 0px 0px 0px 0px;
	}

input {
	font-weight: normal; 
	font-size: 13px; 
	}

textarea { 
	font-size: 13px;
	background: #ffffff;
	border: 1px solid; 
	border-color: #999 #D9D9D9 #D9D9D9 #999;
	}

#label,
#label_req,
#checkbox {
clear: both;
float: left;
width: 10em;
text-align: right;
margin-bottom: 1.5em;
margin-right: .5em;
border: 0px solid red;
padding-top: 0px;
}

#checkbox {
margin-bottom: 0em;
}


#label_req {
color: #F00;
}


#data {
margin-bottom: 1.5em;
border: 0px solid blue;
}





/* FOOTER ------------------------------------------------------------------ */

#footer {
	display: block; 
	height: 211px;
	background-image: url(../_images/bg_footer.png);
	background-repeat: repeat-x;
	margin: 70px 0px 0px 0px;
	padding: 0px;
	}
	
#footertext {
	display: block; 
	width: 930px; 
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: .98em;
	line-height: 1.4em; 
	color: #999999;
	margin: 0px auto 0px auto;
	padding-top: 45px;
	}
	
#footertext a:link {
	color: #999999;
	text-decoration: underline;
	}






/* LINK Styles -------------------------------------------------------------- */

a:link {
	color: salmon;
	text-decoration: underline;
	}


a:visited {
	color: linen;
	text-decoration: underline;	
	}


a:hover {
	color: salmon;
	text-decoration: none;	
	}

a:active {
	color: salmon;
	text-decoration: none;	
	}
	

#rdfooter a:link {
	color: salmon;
	text-decoration: underline;
	}

#rdfooter a:hover {
	color: salmon;
	text-decoration: none;
	}	







