/*
Theme Name: Advancedtech
Theme URI: http://www.freewordpresslayouts.com
Version: 1.0
Description: 2 Column theme
Author: Smartertemplates.com
Author URI: http://www.smartertemplates.com
*/



/* Links */

a:link { text-decoration: none; color: #1F2C56; }

a:visited { text-decoration: none; color: #003366; }

a:hover, a:active { color: #CC6600; }

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 20px 0 10px; }

h1 { font-size: 22px; margin-bottom: 0px; margin-top: 10px;}

h2 { font-size: 20px; color: #330099; }

h3 { font-size: 18px; color: #330099;}

h4, h5, h6 { font-size: 20px; }

/* Other Html Elements */
.titles { font-weight: normal; border-bottom-width: 0; font-size: 20px; text-decoration: none; underline: none;}
.titles a:link, .titles a:visited, .titles a:active {
text-decoration: none;
underline: none;
font-size: 20px;
font-weight: normal;
border-bottom-width: 0;
}

p {line-height: 1.5em;}

pre, blockquote 
{
	overflow: auto;
	padding: 0 10px;
	margin: 20px 30px;
	line-height: 1.8em;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
}

pre:hover, blockquote:hover
{
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
}

pre { padding-top: 10px; padding-bottom: 10px; }

code { color: #779900; font-family: Consolas, Verdana, "Courier New", Sans-Serif; }

ul, ol { line-height: 2.0em; }

em {font-weight: bold; line-height: 2.0em;}

ul { list-style-image: url(images/bullet.gif); }

abbr, acronym { font-style: normal; border-bottom: 1px dotted #333333; cursor: help; }

del { text-decoration: line-through; color: #999999; }

ins { text-decoration: none; color: #009977; }

/* Structure */

body
{
	margin: 0;
	padding: 0;
	color: #222222;
	background: url(images/bgtop.gif) top left repeat-x;
	background-color: #A9C5D2;
	font: normal 76% "Arial", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}



#wrapper2 {
/*width: 876px;*/
width:1000px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;

}


#header
{
	float: left;
	width: 1000px;
	background: #FFFFFF;
	
	background-image: url(images/header_1000.jpg);
	padding-left: 0px;
	height: 115px;
}

#esrclink {
	width: 107px;
	height: 89px;
	margin: 13px 0 0 18px;
	}

#wrapper
{
	clear: both;
	float: left;
	width: 100%;
	color: #555555;
	background-image: url(images/content-bg-1000.gif);
	background-color: #FFFFFF;
	
}

#content-wrapper
{
	width: 830px;
	float: left;
	border-right: #666666 double 3px;
	margin-top: 5px;
}

.post-wrapper {
padding: 2px 10px 10px 20px;
width: 670px;
margin-left: 0px;
min-height: 100px;
clear:both;
}

#content
{
	float: left;
	padding: 0 0px 10px 4px;
}

#sidebar-wrapper
{
	width: 162px;
	float: right;
}

#sidebar
{
	float: right;
	padding: 0px 5px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 150px;
	
}

/* Footer */

#footer
{
	clear: both;
	float: left;
	width: 1000px;
	text-align: left;
	background: url(images/footer-bg-1000.jpg) bottom no-repeat;
	
}


#footer a {
	color: #F0A118;
	font-size: 11px;
	}

#footer a: visited {
	color: #F0A118;
	}
#footer a:hover {
	color: #FFC000;
	border-bottom: 1px dashed #FFC000;
	}
	
.alignleft {
	float: left;
	font-size: 11px;
	color: #F0A118;
	padding: 5px 5px 15px 8px;
}

.alignright {
	float: right;
	font-size: 11px;
	color: #F0A118;
	padding: 5px 8px 15px 0px;
}
	
	
#extras
{
	float: left;
	width: 780px;
	color: #444444;
	text-align: left;
	padding: 0 10px 10px;
	margin: 10px 12px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

/* Header */

#header h1 { padding-left: 30px; 
			display: none;}

/* Navigation */

#nav
{
	float: left;
	/*width: 876px;*/
	width:1000px;
	background-color: #5B2202;
	height: 23px;
	padding: 0px;
	background: #FFFFFF url(images/navmain-bg-1000.jpg) top left no-repeat;
}

#nav ul { list-style-type: none; list-style-image: none; float: left; padding: 0 0px 0 10px; line-height: 1.0em; margin:0px;}

#nav li { float: left; }

#nav li a:link,
#nav li a:visited
{
	float: left;
	color: #FFFFFF;
	background: #F28320;
	border: 1px #F28320;
	display: block;
	padding: 4px 10px;
	margin-right: 1px;
	height: 14px;
	font-size: 12px;
	margin-top: 2px;
	
}

#nav li a:hover,
#nav li a:active
{
	color: #000066;
	background: #FFB557;
	border: 1px #F28320;
	background-repeat: repeat-x;
	font-size: 12px;
	margin-top: 2px;
}

#nav li.active a
{
	color: #555555;
	background-color: #ffffff;
}

/* Wrapper */

#wrapper a:link { font-weight: bold; }

#wrapper a:visited { font-weight: bold; }

#wrapper a:hover, #wrapper a:active { }

/* Content */

#content .post { 
		min-height: 100px;
		}

#content .post-title a { border-bottom-width: 0;}

#content .post p.img { float: left; margin: 0 15px 0 0; }

#content .post p.img img { padding: 8px; border: 1px solid #d0d0d0; background-color: #eeeeee; }

#content .post-footer 
{ 
	font-size: 90%; 
	color: #888888;
	margin-bottom: 5px; 
	padding:5px 5px 5px 15px;
	background-repeat: none;
}

/* Video Player */

#vid {
	position: relative;
	width: 356px;
	height: 292px;
	background: #3300FF url(images/vid_bg.jpg) top left no-repeat;
	float: right;
	margin: 0px 0px 10px 10px;
	}
	
.flashvideo {
	border: #000000 dashed 1px;
	position: relative;
	/*top: -30px;
	float: right;
	margin: 0px 20px 10px 15px;*/
	margin: 0px auto 10px auto;
	width: 352px;
	padding: 5px;
	display:block; 
	}




/* Sidebar */

.sideblock
{
	padding: 5px 5px;
	margin-bottom: 20px;
	border-top: #666666 solid 1px;
}

.sideblock ul { }

.sideblock ul li {
	margin: 0px 0px 8px -12px;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	 }

.sideblock h3 { margin-top: 5px; font-size: 12px; color: #555555; font-weight: bold; }

.sideblock img { border: 0px; }

#sidebar dt { margin: 0; padding-top: 5px; font-weight: bold; color: #666666; }

#sidebar dd { margin: 0 0 5px; padding-bottom: 5px; line-height: 1.8em; }

#sidebar dd a:link { border-bottom-width: 0; font-weight: normal;  border-bottom: none; text-decoration: none;}

#sidebar dd a:visited { border-bottom-width: 0; font-weight: normal; border-bottom: none; text-decoration: none; }

#sidebar dd a:hover, #sidebar dd a:active { border-bottom: none; text-decoration: none;}


/* Sidebar Elements */

#rss	{
	margin: 0px 0px 10px 15px;
	}
	
#rss p {
	font-size: 80%;
	}
	
#rss img {
	float: left;
	margin-right: 5px;
	}

/* Extras */

#extras h6 { font-size: 14px; text-transform: uppercase; color: #555555; }

#friends
{
	float: left;
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
}

#links
{
	float: left;
	width: 275px;
	margin-right: 50px;
}

#about
{
	float: left;
	width: 250px;
	margin-right: 20px;
}

#friends ul { padding-left: 20px; }

#links dl, #links dt, #links dd { margin: 0; padding: 0; }

#links dt { font-weight: bold; padding-top: 5px; }

#links dd { margin-bottom: 5px; padding-bottom: 5px; border-bottom: 1px dotted #999999; }

	/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

/* Date for Posts */


.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	width: 54px;
	text-align: center;
	float: left;
	margin: 2px 5px 0px 0px;
}
.date .month {
	display: block;
	color: #FF7900;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 2px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #AEAEAE;
	font: 2.3em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -8px;
}

/* Misc elements */

.sectionNav ul li {
	display: inline;
	padding: 3px 5px;
	margin: 1px;
	background-color: #F9EBE5;
	}
	
.sectionTitle {
	padding: 3px 5px;
	background-color: #F9EBE5;
	}


.listLayout ol {
	list-style: none;
	clear: both;
	margin: 0 20px 0 -20px;
	}
	
.listLayout ol li {
	font-weight: bold;
	margin: 5px;
	background-color: #ECECEC;
	padding: 6px;
	}
	
.listLayout ol li.alternate {
	background-color: #F9EBE5;
	}
	
.listName {
	color: #000000;
	font-size: 110%;
	}
	
#workshopAd {
	color:#000000;
	background-color: #F9EBE5;
	line-height: 2.0em;
	border-bottom: #000000 solid 1px;
	text-align: center;
	font-variant:small-caps;
	}
	

#comingSoon {
	background: #ffffff url(images/sidebar-bg.gif) top left repeat-x;
	padding: 0 15px;
	width: 600px;
	margin: 20px 0 0 20px;
	border-top: #555555 solid 1px;
	}

.people_list ol {
	list-style: none;
	clear: both;
	}
	
.people_list .title {
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	color:#000099;
	}
	
.people_list ol li {
	background: #ffffff url(images/sidebar-bg.gif) top left repeat-x;
	padding: 10px 15px;
	width: 600px;
	margin-bottom: 10px;
	border-top: #555555 solid 1px;
	}
	
.people_list ol li ul li {
	background: none;
	border: 0px;
	width: inherit;
	margin-bottom: 5px;
	padding: 0px;
	}
	
.people_list ol li img {
	float:left;
	margin: 0px 8px 0px 0px;
	}

#left {
	width: 60px;
	float: left;
}

.slogan {
display: none;
font-size: 13px;
color: #6F6F6F;
text-transform: lowercase;
margin-left: 30px;
margin-bottom: 2px;

}

.page_item {margin-top: 0px; padding-top: 0px;}

.link_set  { margin-top: -15px;	}

.link_set ul li {	list-style: none;	}

.link_set ul li ul li{	list-style: inherit;	}

.link_set h2 {	font-size: 14px; color:#333333;	}

.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:auto; }
.alignright { display:block; margin-left:auto; }

/* video data specific stuff */

.clear { clear:both; }

#content-wrapper-full {
    margin:12px 10px;
    background:#1f2c58;
    min-height:400px;
    color: #fff;
    padding: 20px;
    position:relative;
}

#content-wrapper-full a:link,
#content-wrapper-full a:visited,
#content-wrapper-full a:active
{
	color:#fff;
}

#content-wrapper-full a:hover {
	color:#CC6600;
}

.breadcrumb {
	float:left;
	padding:0 0 0 5px;
	background:#fff url(images/data/breadcrumb-left.gif) top left no-repeat;
}

.breadcrumb .inner {
	background:#fff url(images/data/breadcrumb-right.gif) top right no-repeat;
	height: 28px;
	color: #322f31;
	padding:0 9px 0 0;
	
}

#content-wrapper-full .breadcrumb .inner a,
#content-wrapper-full .breadcrumb .inner span {
	padding-left:26px;
	background:transparent url(images/data/breadcrumb-divider.gif) top left no-repeat;
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	position:relative;
	font-weight:bold;
}

#content-wrapper-full .breadcrumb .inner a.first,
#content-wrapper-full .breadcrumb .inner span.first  {
	background-image: none;
	padding-left:5px;
}

#content-wrapper-full .breadcrumb .inner a:link,
#content-wrapper-full .breadcrumb .inner a:visited,
#content-wrapper-full .breadcrumb .inner a:active,
#content-wrapper-full .breadcrumb .inner span {
	color: #322f31;
}

#content-wrapper-full .breadcrumb .inner a:hover {
	color:#CC6600;
}

#content-wrapper-full .breadcrumb .inner a.last {
	color:#CC6600;
}

#content-wrapper-full .left-col,
#content-wrapper-full .right-col {
	width:470px;
	float:left;
}

#content-wrapper-full .welcome {
	margin: 10px 0;
	font-style: italic;
	font-size: 18px;
}

#cava-wrapper {
	/*background: #fff;*/
	/*padding:10px;
	color: #000;*/
}

#cava-wrapper p {
	margin: 10px;
}

#content-wrapper-full .left-col .main-link {
	font-weight: bold;
	font-size:36px;
}

/* regions map */

#regions-wrapper {
	float:right;
}

#regions {
	width:467px;
	height:500px;
	background: transparent url(images/data/BSLCPMap_AllCities1.png) top left no-repeat;
	position: relative;
	list-style:none;
	list-style-image:none;
}

#regions li a {
	position:absolute;
	height:10px;
	width:75px;
	/*border:1px solid red;*/
	text-indent:-9999px;
	height:40px;
	outline:0;
}

#regions li#region-glasgow a {
	top:150px;
	left:207px;
}

#regions li#region-belfast a {
	top:215px;
	left:157px;
}

#regions li#region-newcastle a {
	top:200px;
	left:287px;
}

#regions li#region-manchester a {
	top:280px;
	left:266px;
}

#regions li#region-birmingham a {
	top:338px;
	left:272px;
}

#regions li#region-cardiff a {
	top:380px;
	left:215px;
	width:65px;
}

#regions li#region-bristol a {
	top:391px;
	left:283px;
	width:65px;
}

#regions li#region-london a {
	top:391px;
	left:350px;
	width:65px;
}

#text-wrapper {
	float:left;
	position:relative;
	width:400px;
	margin-right:20px;
}

#left-wrapper {
	float:left;
	width:300px;
	position:relative;
}

#main-wrapper {
	float:left;
	width:630px;
}

#task-wrapper {
	position:relative;
	height: 510px;
}

#task-wrapper ul {
	list-style: none;
	list-style-image: none;
}

#task-wrapper li {
	display:block;
	width:180px;
	height:200px;
	background: transparent url(images/data/button-larger.png) top left no-repeat;
	position: absolute;
	font-size:20px;
	line-height: 40px;
	font-weight: bold;
	text-align:center;
}


#task-wrapper li a {
	display:block;
	padding-top:72px;
	outline:0;
}

#task-wrapper li a:link,
#task-wrapper li a:visited,
#task-wrapper li a:active {
	color: #CC6600;
}

#task-narrative {
	top:0;
	left:50px;
}

#task-lexical-elicitation-task {
	top:0;
	left: 350px;
}

#task-wrapper #task-lexical-elicitation-task a {
	padding-top:58px;
}

#task-conversation {
	top: 200px;
	left:50px;
}

#task-interviews {
	top: 200px;
	left: 350px;
}

#content-wrapper-full img.map {
	margin-top:15px;
}

#task-wrapper li.locked .inner {
	width:180px;
	height:200px;
	background: transparent url(images/data/lock.png) 100px 120px no-repeat;
}

#age-group-wrapper {
	position:relative;
	height: 510px;
}

#age-group-wrapper ul {
	list-style: none;
	list-style-image: none;
}

#age-group-wrapper li {
	display:block;
	width:180px;
	height:200px;
	background: transparent url(images/data/button-larger.png) top left no-repeat;
	position: absolute;
	font-size:36px;
	line-height: 40px;
	font-weight: bold;
	text-align:center;
}


#age-group-wrapper li a {
	display:block;
	padding-top:68px;
	outline:0;
}

#age-group-wrapper li a:link,
#age-group-wrapper li a:visited,
#age-group-wrapper li a:active {
	color: #CC6600;
}

#age-group-16-40 {
	top:0;
	left:200px;
}

/*
#age-group-20-40 {
	top:0;
	left: 350px;
}
*/

#age-group-41-65 {
	top: 200px;
	left:50px;
}

#age-group-65plus {
	top: 200px;
	left: 350px;
}

#thumb-carousel {
	list-style:none;
	list-style-image:none;
}

#carousel-wrapper {
	padding:0px 0px;
	margin-left:28px;
	position:relative;
	background-color: #1c294b;
	width:550px;
}

#video-wrapper {
	margin-left:60px;
	margin-top:10px;
}

.jcarousel-item img:hover {
	cursor: pointer;
}

#video-overlay-regions {
	position:absolute;
	top:84px;
	left:-84px;
	z-index:10;
}

#video-overlay-home {
	position:absolute;
	top:105px;
	left:180px;
}

#bslcorpus-intro {
	margin-right:140px;
}

#cava-wrapper #cava-intro {
	margin-left:140px;
}


#content-wrapper-full .left-col .main-link {
	position:absolute;
	z-index:9999;
	top:30px;
	left:20px;
	width:400px;
	height:360px;
	display:block;
}

#content-wrapper-full .right-col .main-link {
	position:absolute;
	z-index:9999;
	top:30px;
	left:470px;
	width:400px;
	height:360px;
	display:block;
}







