/**********************************

fst internships styles

**********************************/

#wrapper {
	width:100%;
}

#container {
	width:990px;
	background:transparent url(../images/bg_container_slim.png) top center no-repeat;
	overflow:visible;
}

#content {
	width:990px;
	top:15px;
	padding-top:0;
}

#full {
	width:790px;
}

#intern_admin_dashboard #full {
	width: 970px;
}

#side {
	width:185px;
}

#intern_admin_dashboard #side {
	display:none;
}

#top {
	width:790px;
}

#left {
	width:500px;
}

#right {
	width:275px;
}

#footer {
	width:990px;
}

#column_left,
#column_right {
	width:250px;
}

/** home page **/

#home_index li.three_panel  {
	width:400px;
}

#home_index li.three_panel h3 {
	font-size:160%;
}

#home_index li.three_panel p {
	font-size:90%;	
}

.liner img {
	float:right;
	margin:0 0 10px 10px;
}

body {
	background:transparent url(../images/bg_body.png) no-repeat top;
}

h1,h2,h3,h4,p,li,dt,dd,img {
	color:#333;
}

.caption {
	color:#b5121b;
}

/** link styles **/
ul.link li,
div.link {
	background:transparent url(../images/bg_link.gif) no-repeat top left;
}

/** tools **/

#tools {
	height:25px;
	padding-right:35px;
}

#tools a {
	color: #ccc;
}

/** header **/

#header {
	overflow:hidden;
}

/** header_spacer **/

#header_spacer {
	height:134px;
}

/** header links **/

#header #fst-internships,
#header #lu {
	position:absolute;
	display:block;
}

#header #fst-internships a,
#header #lu a {
	display:block;
}

#header #fst-internships span,
#header #lu span {
	display:block;
	margin-left:-5000px;
	overflow:hidden;
}

#header #fst-internships {
	z-index:1;
	left:47px;
	top:9px;
	font-size:250%;
}

#header #lu {
	z-index:2;
	left:223px;
	top:9px;
}

#header #fst-internships,
#header #fst-internships * {
	width:468px;
	height:100px;
}
	
#header #lu,
#header #lu * {
	width:291px;
	height:100px;
}

/** breadcrumbs **/

#crumbs {
	height:25px;
	width:100%;
	float:left;
	border-bottom:0px #fff solid;
	z-index:2;
}

#crumbs p {
	color:#fff;
	font-size:65%;
	padding-top:6px;
	margin-left:10px;
}

#crumbs p a,
#crumbs p a:hover {
	color:#fff;
	text-decoration:none;
}

/** subnav **/

#subnav {
	float:left;
	margin-bottom:15px;
	z-index:1;
}

/** subnav list styles **/

#subnav ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #EEE;
	display:block;
	width:185px;
	overflow:hidden;
}

#subnav.empty ul {
	border-bottom:0px;
}

#subnav ul ul {
	float:left;
	margin-top:-1px;
	background:#fff;
	border-bottom:0px;
}

#subnav li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	font-size:75%;
	font-weight:bold;
	border-top:1px solid #EEE;
}

#subnav li.first {
	border-top:0px;
}

#subnav li li {
	font-weight:normal;
	font-size:95%;
	border-top:0px;
	border-top:1px solid #EEE;
}

/* a and span - default text and border styles */

#subnav li a {
	display:block;
	float:left;
	padding:5px;
	width:175px;
	text-decoration:none;
}

#subnav li li a {
	padding:5px 5px 5px 30px;
	width:150px;
	border-bottom:0px;
}

/* ie hack \*/
* html #subnav li a {
	height:1px;
	width:185px;
}
/* End ie hack */

/* a - standard background */

#subnav li a {
	color:#999;
	background:#fff;
}

#subnav li li a {
	color:#999;
	background:#fff;
}

/* a-hover */

#subnav li a:hover,
#subnav li.current a:hover {
	color:#b5121b;
	background:#fff;
}

#subnav li li a:hover,
#subnav li li.current a:hover {
	color:#b5121b;
	background:#fff;
}

/* current option */

#subnav li.current a {
	color:#b5121b;
	background:#fff;
}

#subnav li li.current a {
	color:#b5121b;
	background:#fff;
}

/** text **/

a {
	color:#b5121b;
}

a:hover {
	color:#b5121b;
}

h1,h2,h3,h4,dt{
	color:#b5121b;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
	color:#b5121b;
	text-decoration:none;
}

.red {
	color:#f00;
}

dl.line {
    border-bottom:#b5121b 1px solid;
}

dl.line dt {
    border-top:#b5121b 1px solid;
    padding-top:1em;
    padding-bottom:.5em;
}

dl.line dd {
    padding-bottom:.5em;
}

/** item **/

div.item {
	border-top:1px solid #b5121b;
}

div.item img,
div.clear img,
div.image_box img,
div.item iframe {
	border:1px solid #b5121b;
}

div.item img.noborder {
	border:none;
}

/** liner **/

div.liner {
	border:1px #F2F2F solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*
div.liner h2,
div.liner h3,
div.liner p,
div.liner li {
	color:#b5121b;
}
*/

/** panel **/

.panel {
    background-color:#F2F2F2;
}

/** highlight **/

.highlight {
    background-color:#F0699F;
    border-color:#F0699F;
}

.highlight h2,
.highlight h3,
.highlight p,
.highlight a {
    color:#fff;
}

.highlight .link p,
.highlight .link li {
	background:transparent url(http://www.lancaster.ac.uk/sci-tech/fst-internships/images/bg_link_alt.gif) no-repeat top left;
}

/** tables **/

table.styled th {
	background-color:#b5121b;
	color:#fff;
}

table.styled th a {
	color:#fff;
}

table.styled td {
	background-color:#BEC0C2;
}

table.styled td.alt {
	background-color:#676767;
	color:#fff;
}

/** footer **/

#footer {
    margin-top:50px;
	border-top:1px #F2F2F2 solid;
}

#footer {
	border-top:1px #684f7e solid;
}

#footer .footer_links {
/*	padding-left:10px;  */
	background-color:#f0f0f0;
}

#footer #footer_contact {
    position:absolute;
    top:0;
    right:5em;
}

/** home page **/

#leftColumn,
#rightColumn {
    margin-top:15px;
    width:49%;
    float:left;
    overflow:hidden;
}

#leftColumn {
    float:left;
}

#rightColumn {
    float:right;
}

#banner {
    height:300px;
    width:790px;
    overflow:hidden;
    background:transparent url(http://www.lancaster.ac.uk/sci-tech/fst-internships/images/index_banner.jpg) no-repeat;
}

#banner .bannerText {
    width:40%;
    margin:15px;
    padding:15px;
    background-color:#000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#banner .bannerText h2,
#banner .bannerText p,
#banner .bannerText li {
    color:#fff;
}

/** jquery plugin styles **/

/* facebox */
#facebox .b {background:url(http://www.lancaster.ac.uk/sci-tech/fst-internships/images/facebox_b.png);}
#facebox .tl {background:url(http://www.lancaster.ac.uk/sci-tech/fst-internships/images/facebox_tl.png);}
#facebox .tr {background:url(http://www.lancaster.ac.uk/sci-tech/fst-internships/images/facebox_tr.png);}
#facebox .bl {background:url(http://www.lancaster.ac.uk/sci-tech/fst-internships/images/facebox_bl.png);}
#facebox .br {background:url(http://www.lancaster.ac.uk/sci-tech/fst-internships/images/facebox_br.png);}
#facebox .footer {background:url(http://www.lancaster.ac.uk/sci-tech/fst-internships/images/facebox_footer.png) top right no-repeat;}