/*
Theme Name: Digital Media Kingston
Description: Custom theme from Studio Tonne
Version: 1.0
Author: Michael Connolly
Author URI: http://www.studiotonne.com
*/

/* ================================================================ 
Based on a blank style from http://www.wpthemerkit.com
License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar Links - #sidebar ul li a:link
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
12. Michael's special additions
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/

.blueApply a:link, a:visited {
	color: #fff;
	text-decoration: none;
	}
	
.blueApply a:hover {
	text-decoration: underline;
	}

	
body {
	font-family: "Georgia", Times New Roman, Times, serif; 
	margin: 0px;
	padding: 0px;
	color: #4b575f;
	font-size: 80%;
}
#wrapper {
	width: 950px;
	margin: 10px auto 10px auto;
	padding: 0px;
	margin-top: 20px;
/*	background: url("_furniture/cols_950.gif"); */
 }
#header {
	height: 130px;
	width: 950px;
	margin: 0px;
	margin-bottom: 5px;

}
#main {
	width: 950px;
}
#content {
	width: 350px;
	padding: 0px;
	float: left;
	line-height: 1.3em;
}

#contentCourses {
	width: 605px; /* was 350px */
	padding: 0px;
	float: left;
	line-height: 1.3em;
	position: relative;
	float: left;
}

#sidebar-right {
	width: 350px;
	float: left;
	margin-left: 10px;
	padding: 0px;
}
#sidebar-left {
	width: 140px;
	float: left;
	margin-top: 0px;
	margin-left: 10px;
	padding: 0px;
	position: relative;
}
#footer {
	height: auto;
	clear: both;
	text-align: left;
	font-size: 75%;
	padding: 0px;
	border-top: 1px solid #cccccc;
	color: #999999;
	width: 950px;
	margin: 0 auto;
}

#footer img {
	margin-right: 10px;
	margin-top: 10px;
	position: relative;
	float: left;
	}

#flash {
	width: 950px;
	height: 350px;
	background-color: #cccccc;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-top: 200px;
	background: url("_furniture/dmk_masterbuilderswanted.jpg") no-repeat;
}

#flash.about {
	background: url("_furniture/aboutus.jpg") no-repeat;
	}
	
#flash.games-development {
	background: url("_furniture/dmk_gamesdevelopment.jpg") no-repeat;
	}
	
#flash.industry {
	background: url("_furniture/dmk_industry.jpg") no-repeat;
	}
	
#flash.people {
	background: url("_furniture/dmk_people.png") no-repeat;
	}
	
#flash.labs-tools {
	background: url("_furniture/dmk_labs&tools.jpg") no-repeat;
	}
	
#flash.threed-cgi {
	background: url("_furniture/dmk_cgi.jpg") no-repeat;
	}
	
#flash.coursesResearch {
	background: url("_furniture/dmk_masterbuilderswanted.jpg") no-repeat !important;
	}
	
#flash.culture {
	background: url("_furniture/dmk_masterbuilderswanted.jpg") no-repeat !important;
	}
	
#flash.uxDesign {
	background: url("_furniture/dmk_uxd.jpg") no-repeat;
	}
	

#applyNow {
	width: 605px;
	height: 17px;
	position: relative;
	float: left;
	background-color: #009ee0;
	padding: 5px;
	padding-top: 8px;
	padding-left: 20px;
	}
	
.twoCol {
	width: 605px;
	height: 17px;
	position: relative;
	float: left;
	padding: 5px;
	padding-top: 8px;
	padding-left: 20px;
	}
	
.twoColHalfPage {
	width: 450px;
	height: 18px;
	position: relative;
	float: left;
	padding: 5px;
	padding-top: 7px;
	padding-left: 20px;
	border-bottom: 10px solid #fff;
	}

#socialMedia {
	width: 240px;
	height: 17px;
	position: relative;
	float: left;
	background-color: #fff;
	padding: 5px;
	padding-top: 8px;
	margin-left: 0px;
	padding-left: 25px;
	background: url("_furniture/leftArrow_blueInvert.gif") no-repeat #ffffff;
	}
	
#socialMedia a:link, #socialMedia a:visited {
	padding: 0px;
	color: #009ee0;
	text-decoration: none;
}

#socialMedia a:hover {
	text-decoration: underline;
}
	
#applySocial_holder {
	width: 950px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 10px;
	background: url("_furniture/rightArrow_blueInvert.gif") right no-repeat #ffffff;
	}
	
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
	
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 0px;
	padding-top: 0px;
/*	border-top: 1px solid #ccc; */
	position: relative;
	float: left;
}

.postIndex {
	padding: 0px;
	padding-top: 0px;
	margin-top: -20px;
	position: relative;
	float: left;
}
.entry-content, .entry-excerpt {
	clear: left;
}

.entry-content2 {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	clear: left;
	width: 310px;
}

.entry-contentArchive {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	clear: left;
	width: 100%;
}

.entry-contentNews {
	
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 0px;
	clear: left;
	width: 455px;
}


.navigation { 
  position:relative;
  float: left;
  width: 475px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  background-color: #fff;

}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
	margin: 0px;
	margin-left: -10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
 	border-top: 5px solid #009ee0;
 
 	width: 465px;
 	position: relative;
 	float: left;
 	margin-bottom: 0px;
}
.underpost {
	font-size: .9em;
}

.catposted a{
	text-transform: uppercase;
	text-decoration: none;
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	font-size: 90%;
	font-weight: bold;
}

 
	
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links and header links too... */
/*
#header a:link, #header a:visited {
	padding: 0px;
	text-decoration: none;
	color: #999999;
}

#header a:hover {
	text-decoration: underline;
	color: #4b575f;
}
*/

#content a:link, #content a:visited {
	padding: 0px;
	color: #009ee0;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;

}

#contentCourses a:link, #contentCourses a:visited {
	padding: 0px;
	color: #009ee0;
	text-decoration: none;
}
#contentCourses a:hover {
	text-decoration: underline;

}

#sidebar-right {
	color: #4b575f;
	}
#sidebar-right h1 {
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	font-size: 140%;
	margin: 0px;
	color: #4b575f;
	}
#sidebar-right a:link, #sidebar-right a:visited {
	color: #009ee0;
	}
	
#sidebar-right a:hover {
	color: #00ff00;
	text-decoration: underline;
	}


#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #999999;
}
#footer a:hover {
	text-decoration: underline;
	color: #4b575f;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu{
	padding-top: 0px;
	white-space: nowrap;
	margin-bottom: 0px;
	width: auto;
	position: relative;
	float: left;
	height: 20px;
	text-align: left;
	padding-bottom: 0px;
}

.current_page_item {
	color: #4b575f !important;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 18px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a {
	color: #999999;
	padding: 0px;
	text-decoration: none;	
}
#menu li a:hover {
	color: #4b575f;
	text-decoration: underline;
}

/*===END SECTION 4===*/

/*===START SECTION 5 - sidebar links===*/
#sidebar-left ul, #sidebar-right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited, #sidebar-left2 li a:link, #sidebar-left2 li a:visited {
	display: block;
	text-decoration: none;
	padding: 0px;

}
#sidebar-left li a:hover, #sidebar-right li a:hover, #sidebar-left2 li a:hover{
	background-color: #FFFFFF;
	text-decoration: underline;
}
#sidebar-left ul ul, #sidebar-right ul ul, #sidebar-left2 ul ul {
  margin-left: 0px;
}
#sidebar-left ul ul li, #sidebar-right ul ul li {

  margin-left: 0px;
}
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	float: left;
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
}
/*
#content h1 {
	font-size: 1.5em;
}
*/
#sidebar-left h1 {
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	font-size: 1.4em;
	margin: 0px;
}
#sidebar-left h2, #sidebar-right h2 {

	font-size: 1.1em;
}
.post h2 {
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	font-size: 1.8em;
	margin: 0px;
	padding: 0;
	line-height: 1.0em;
	text-decoration: none;
}
.post h3 {
  	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
  	font-size: 1.8em;
  	margin: 0;
  	padding: 0;
}
h3 {
	font-size: 1.0em;
	padding: 0;
	margin: 0;
}

h4 {
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;

}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
li.author {
	padding: 5px;
}
ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
/*===END SECTION 8===*/



/*===START SECTION 10 - images when inserted into a post.===*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
/*===END SECTION 11===*/

/*===START SECTION 12 - Michael adds some meat to the gravy===*/

#searchform {
	position: absolute;
	float: right;
	right: 0;

	}
	
#s {
	border: none;
	height: 18px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 5px;
	width: 155px;
	background-color: #e6eaed;
	margin: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-family: Georgia, serif;
	font-size: 1em;
	color: #4b575f;
	}
	
.entry-content img{
	margin-left: 0px;
	margin-bottom: 10px;
	}

.pageTitle {
	width: 285px;
	height: 18px;
	position: relative;
	float: left;
	padding: 5px;
	padding-left: 20px;
	padding-top: 7px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00;
	}

.pageTitle h3, .oppsTitle h3, .oppsTitle2 h3, .topBars h3 {
	color: #fff;
	}
	
.pageTitle a:link {
	color: #fff;
	}
	


img {
	border-style: none;
	}
	
.entry-contentNews img {
	margin-left: -10px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 475px;
	height: auto;

	}

	
.oppsTitle {
	width: 285px;
	height: 18px;
	position: relative;
	float: left;
	background: url("_furniture/leftArrow_blue.gif") no-repeat #009ee0;
	padding: 5px;
	padding-left: 20px;
	padding-top: 7px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	
.oppsTitle2 {
	width: 120px;
	height: 18px;
	position: relative;
	float: left;
	background: url("_furniture/leftArrow_blue.gif") no-repeat #009ee0;
	padding: 5px;
	padding-left: 20px;
	padding-top: 7px;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	
#sideBarOppsWrapper {
	width: 230px;
	height: auto;
	position: relative;
	float: left;
	margin-left: 10px;
	}
	
.bigLinkerWrapper {
	width: 205px;
	height: 130px;
	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00;
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 20px;
	position: relative;
	float: left;
	}
	
.bigLinkerWrapper h3 {
	color: #fff;
	}
	
.greyTriangle {
	background: url("_furniture/leftArrow_grey.gif") no-repeat #4b575f;
	}
	
.lightGreyTriangle {
	background: url("_furniture/leftArrow_lightGrey.gif") no-repeat #e6eaed;
	}
	
.lightGreyTriangle h3 {
	color: #4b575f;
	}
	
.greenTriangle {
	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00;
	}
	
.blueTriangle {
	background: url("_furniture/leftArrow_blue.gif") no-repeat #009ee0;
	}
	
.blueApply {
	background: url("_furniture/leftArrow_blue.gif") no-repeat #009ee0;
	}
	
.lightBlueTriangle {
	background: url("_furniture/leftArrow_lightBlue.gif") no-repeat #8bceef;
	}
	

	
	
	

.bigLinkerImg {
	width: 220px;
	height: 120px;
	margin-top: 10px;
	margin-left: -10px;
	}
	
.sixColLinkerWrapper {
	width: 280px;
	height: auto;
/*	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00; */
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 10px;
	padding-top: 7px;
	padding-left: 20px;
	padding-bottom: 0px;
	position: relative;
	float: left;
	margin-right: 10px;

	}
	
.twitterWrapper {
	width: 310px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	position: relative;
	float: left;
	margin-right: 10px;

	}
	
.sixColLinkerFront {
	width: 300px;
	height: auto;
/*	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00; */
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	}
	
.sixColDescription {
	width: 290px;
	height: auto;
/*	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00; */
	margin-bottom: 0px;
	margin-left: -20px;
	padding: 10px;
	padding-top: 8px;
	padding-left: 10px;
	position: relative;
	float: left;
	background-color: #E6EAED;
	}
	
.sixColDescriptionStaffBlog {
	width: 290px;
	height: auto;
/*	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00; */
	margin-bottom: 0px;
	margin-left: -20px;
	padding: 10px;
	padding-top: 8px;
	padding-left: 10px;
	position: relative;
	float: left;
	margin-top: 8px;
	background-color: #E6EAED;
	}
	
.halfPageDescription {
	width: 450px;
	height: auto;
/*	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00; */
	margin-bottom: 0px;
	margin-left: -20px;
	padding: 10px;
	padding-top: 8px;
	padding-left: 10px;
	position: relative;
	float: left;
	margin-top: 8px;
	background-color: #E6EAED;
	color: #4b575f;
	}
	
.courseSixColLinkerWrapper {
	width: 310px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 10px;
	position: relative;
	float: left;
	}
	
.courseSixColLinkerWrapperStatic {
	width: 310px;
	height: auto;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 10px;
	position: relative;
	float: left;
	}
	
.courseTwelveColLinkerWrapper {
	width: 630px;
	height: auto;
	margin-bottom: -10px;
	margin-top: -17px;
	padding: 0px;
	margin-right: 0px;
	position: relative;
	float: left; 
	}
	
.hubNewsTwelveColLinkerWrapper {
	width: 455px;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px;
	margin-right: 0px;
	position: relative;
	float: left; 
	padding-bottom: 0px;
	background: #e6eaed;
	border-bottom: 10px solid #fff;
	}
	
.hubFeaturedTwelveColLinkerWrapper {
	width: 455px;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 10px;
	margin-right: 0px;
	position: relative;
	float: left; 
	padding-bottom: 0px;
	border-bottom: 10px solid #fff;
	}
	
.hubTwelveColLinkerWrapper {
	width: 630px;
	height: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	position: relative;
	float: left; 
	}
	
.peopleTwelveColLinkerWrapper {
	width: 630px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	position: relative;
	float: left;
	}
	
.labsTwelveColLinkerWrapper {
	width: 630px;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	position: relative;
	float: left;
	}
	
.resetTop {
	margin-top: -14px;
	
	}	


.relCourseLinkerWrapper {
	width: 440px;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 0px;
	padding-top: 8px;
	padding-left: 20px;
	margin-right: 10px;
	position: relative;
	float: left;

	}
	
.right {
	float:right;
	margin: 0px;
	}
	
.rightResearchCentres {
	float:right;
	margin-right: -10px;
	}
	
.rightCourses2 {
	float:right;
	margin-right: 0px;
	}
	
.rightCourses {
	margin-right: 10px;
	}
	
.sixColLinkerImg, .sixColLinkerImgStatic {
	width: 310px;
	height: auto;
	margin-top: 8px;
	margin-left: -20px;
	}
	
.indSWF {
	background: url("_furniture/iphonesponsors.jpg") no-repeat;
	}
	
.hundred {
	position: relative;
	float: left;
	}
	
.sixColLinkerImgAbout {
	width: 310px;
	height: auto;
	margin-top: 8px;
	margin-left: -20px;
	}
	
.sixColLinkerImgAbout img{
	max-width: 100%;
	}
	
.sixColLinkerImg img{
	max-width: 100%;
	}
	

	
.relColLinkerImg {
	width: 470px;
	height: 90px;
	margin-top: 8px;
	margin-left: -20px;
	overflow:hidden;
	}
	
.courseImg {
	width: 310px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	overflow:hidden;
	position: relative;
	float: left;
	margin-right: 10px;
	}
	
.aboutImg {
	width: 310px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	overflow:hidden;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.threeColLinkerWrapper {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 9px;
	padding-top: 8px;
	padding-left: 20px;
	margin-right: 10px;
	position: relative;
	float: left;
	}
	
.threeColLinkerImg {
	width: 230px;
	height: 135px;
	margin-top: 6px;
	margin-left: -20px;
	margin-bottom: -9px;
	background-color: #ffcccc;
	overflow: hidden;
	bottom: 0;
	}
	
.fourColPeopleWrapper {
	width: 205px;
	height: auto;
	margin-bottom: 10px;
	padding: 5px;
	padding-bottom: 5px;
	padding-top: 8px;
	padding-left: 20px; 
	margin-right: 10px;
	position: relative;
	float: left;
	color: #fff;
	cursor: pointer;
	}

	
	
.fourColPeopleWrapper h1, .courseTwelveColLinkerWrapper h1, .biggie h1, .hubTwelveColLinkerWrapper h1, .peopleTwelveColLinkerWrapper h1, .labsTwelveColLinkerWrapper h1 {
/*	color: #fff; */
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	font-size: 140%;
	margin: 0px;
	line-height: 100%;
	}
	
.fourColPeopleImg {
	width: 230px;
	height: 126px;
	margin-top: 8px;
	margin-left: -20px;
	overflow: hidden;
	position: relative;
	float: left;
	}


.related h1 {
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	font-size: 140%;
	margin: 0px;
	margin-bottom: 10px;
	color: #4b575f;
	line-height: 100%;
	}
	
.relatedDivs {
	height: 300px;
	}
	
.sixColLinkerWrapper h3, .threeColLinkerWrapper h3, .relCourseLinkerWrapper {
	color: #fff;
	}
	
.sixColLinkerWrapper h1 {
	font-family: Helvetica, "Helvetica Neue", Arial, san-serif;
	font-size: 140%;
	margin: 0px;
	color: #4b575f;
	}
	
.coursesWrapper {
 	position: relative;
 	float: left;
 	width: 960px;
 	margin-top: 0px;
 	}
	
#topRightWrap {
	width: 334px;
	height: auto;
	position: relative;
	float: right;
	margin-bottom: 80px;
	}

#searchsubmit {
	position: relative;
	float: right;
	margin-top: 8px;
	}

.topBars {
	width: 87px;
	height: 16px;
	margin-top: 0px;
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 5px;
	padding-top: 9px;
	}
	
.addthis_container {
	margin-left: 10px;
	}
	
.topBars h3 {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-style: italic;
	}
	
.contactFAQ {
	width: 100px;
	height: 18px;
	margin-top: 0px;
	position: relative;
	float: left;
	margin-right: 10px;
	padding: 0px;
	}
	
#dmkMark {
	width: 110px;
	height: 30px;
	margin: 0px;
	position: relative;
	float: left;
	margin-top: 68px;
	padding: 0px;
	cursor: pointer;
	}
	
#kuMark {
	width: auto;
	height: auto;
	margin: 0px;
	position: absolute;
	float: left;
	margin-top: 0px;
	padding: 0px;
	}
	
#topBarsWrap {
	width: 310px;
	height: 30px;
	margin-top: 35px;
	position: relative;
	float: left;
	}

.digital { 
	background-color: #009ee0;
	}
	
.media {
	background-color: #00ff00;
	}
	
.kingston {
	background-color: #4b575f;
	}


	
.faqPage {
	width: 590px;
	margin-bottom: 20px;

	}
	
.pageTitleBig {
	width: 565px;
	}
	
.pageTitleBigCourses {
	width: 925px;
	}
	
.faqPage h2 {
	font-size: 120%;
	}
	
.faqPage h3 {
	font-size: 110%;
	font-family: "Georgia", Times New Roman, Times, serif;
	padding-left: 20px;
	}
	
.textwidget {
	margin-top: -10px;
	color: #00ff00;
	}
	
#headerWrap {
	position:absolute;
	width: 950px;
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	}

#topcontrol {
	background: url("_furniture/up.gif") no-repeat #00ff00;
	width: 100%;
	height: 9px;
	margin-left: -10px;
	padding-top: 11px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 0.8em;
	} 
	
#topcontrol a:link, #topcontrol a:visited {
	padding: 0px;
	color: #fff;
	text-decoration: none;
	}
	
#topcontrol a:hover {
	text-decoration: underline;
	}
	
#menuFooter {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	font-size: 120%;
	}

#menuFooter li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 10px;
	}

#menuFooter ul {
	margin: 0px;
	padding: 0px;
	}

#menuFooter li a:link, #menuFooter li a:visited {
	padding: 0px;
	text-decoration: none;
	}

#menuFooter li a:hover {
	text-decoration: underline;
	}

.stbuttontext {
	margin-left: 25px;	
	}
	
.courses {
	width: 580px;
	margin-right: 10px;
	position: relative;
	float: left;
	}
	
.lightGrey {
	background-color: #e6eaed;
	}
	
.lightGreyPeople {
	background-color: #e6eaed;
	height: auto;
	margin-bottom: 10px;
	}
	
.bigText {
	padding: 0px;
	height: auto;
	}
	
.toggle, .headerToggle {
	cursor: pointer;
	}
	
.personWrapper {
	width: 950px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	}
	
.personWrapperArchive {
	width: 950px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;

	}
		
.personWrapperCourse {
	width: 950px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	}
	
.indexWrapperCourse {
	width: 630px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
	}
	
.indexWrapperAbout {
	width: 630px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: -9px;
	border-bottom: 1px solid #cccccc;
	}
	
.indexWrapperLatest {
	width: 475px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
	background-color: #e5ffe5;
	}
	
.personImgWrapper {
	position: relative;
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	width: 310px;
	
	}
	
.personDetailsWrapper {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 150px;
	height: auto;
	}
	
.personWorkImg {
	width: 230px;
	height: auto;
	margin-top: 0px; 
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	}
	
.personWorkImg img {
	max-width: 100%;
	}
	
.personImg {
	width: 230px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 10px;
/*	background-color: #8bceef; */
	}
	
.resCenImg {
	width: 230px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 10px;
	}
	
.labsImg {
	width: 230px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 10px;
	}
	
.labsImg img {
	max-width: 470px;
	}
	
.researchCentres {
	width: 230px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;

	position: relative;
	float: left;
	margin-bottom: 10px;
	}
	
.personImgHold {

	}
	
.researchImgHold {

	}
	
.personImgHoldBlog {
	width: 310px;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 0px;
	background-color: #8bceef;

	}
	
.personTitle {
	height: 19px;
	position: relative;
	float: left;
	padding: 5px;
	padding-left: 20px;
	padding-top: 6px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url("_furniture/leftArrow_blue.gif") no-repeat #009ee0;
	}
	
.peeper {
	background-color: #8bceef;

}
	
.relatedCoursesTitle {
	height: 19px;
	position: relative;
	float: left;
	padding: 5px;
	padding-left: 20px;
	padding-top: 6px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url("_furniture/leftArrow_grey.gif") no-repeat #4b575f;
	}
	
.greenTitle {
	height: 19px;
	position: relative;
	float: left;
	padding: 5px;
	padding-left: 20px;
	padding-top: 6px;
	margin-left: 0px;
	margin-bottom: 10px;
	background: url("_furniture/leftArrow_green.gif") no-repeat #00ff00;
	} 
	
.personTitle h3, .relatedCoursesTitle h3, .greenTitle h3 {
	color: #fff;
	}
	
.personMainWrapper {
	width: 450px;
	position: relative;
	float:left;
	margin-left: 10px;
	}

	
.blueTriangle a:link, a:visited {
	color: #f00dfe;
	}
	

	
.coursesWrapper li {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
	}

.coursesWrapper ul {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	}
	
	
.courseDetailsWrapper {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 450px;
	height: auto;
	}
	
.courseImgOverviewWrapper {
	position: relative;
	float: left;
/*	border-bottom: 1px solid #cccccc; */
	}
	
.lightBlueTriangle h3 {
	color: #4b575f;
	}
	
.borderBottom {
	border-bottom: 1px solid #cccccc;
	}
	
.labs {
	width: 470px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	
.simplepie {
	text-decoration: none;
	font-family: "Georgia", Times New Roman, Times, serif;
	width: 310px;
	float: left;
	margin-top: -7px; 
	margin-left: 0px;
	padding: 0px;
	position: relative;
	
	}
	
/*
	
.contactFAQ a {
	text-decoration: none;
	color: #999999;
	}
	
.contactFAQ a:hover {
	text-decoration: underline;
	color: #4b575f;
	}
	
.contactFAQ li current_page_item a {
	color: #4b575f;
	} */
	
.contactFAQ li {
	display: block;
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.contactFAQ ul {
	margin: 0px;
	padding: 0px;

}
.contactFAQ li a {
	color: #999999;
	padding: 0px;
	text-decoration: none;
	
}
.contactFAQ li a:hover {
	color: #4b575f;
	text-decoration: underline;
}

.contactFAQ .current_page_item a {
	color: #4b575f;
	}	
	
.biggie {
	height: 40px;
	}

.noBorder {
	border: none;
	margin-bottom: 0px;
	}
	
#dmkMarkHub, #dmkMarkAbout {
	position: absolute;
	cursor: pointer;
	background: url("_furniture/dmkMast.gif") no-repeat;
	}


	
.breadcrumb {
	position: relative;
	float: left;

	}
	
.breader a:link, a:visited{
		color: #4b575f;
		text-decoration: none;
		}
	
.breadcrumb a:hover {
	color: #4b575f;
	text-decoration: underline;
	}	


