.featuredimages {
	margin:3em 0;
	padding:0;
	overflow:auto;
	width:100%;
	background:url(../images/greybar.gif) repeat-x;
	}

.mainimagecontainer{
	background:url(../images/greybar_shadow_featured.gif) no-repeat;
	padding:1em;
	width:460px;
	overflow:auto;
	float:left;
	}

.mainimage {
	background-color:#333333;
	height:300px;
	width:460px;
	float:left;
	}
	
.mainimage img {	
	margin:1em;
	}
	
.maintext {
	height:310px;
	position:relative;
	padding:0;
	margin:0;
	margin-top:1em;
	}

.featuredimages h2 {
	font-weight:bold;
	font-size:3em;
	line-height:0.7em;
	}

.featuredimages p {
	margin-top:5em;
	margin-right:1em;
	}

.findoutmore {
	background-color:#333333;
	float:right;
	font-size:1em;
	margin-right:1em;
	position:absolute;
	bottom:0;
	right:0;
	}

.findoutmore p {
	margin:0.5em;	
	padding:0;
	color:#FFFFFF;
	}
	
.findoutmore a:link, .otherworkmore a:link{
color:#FFFFFF;
text-decoration:none;
	}
	
.findoutmore a:hover, .findoutmore a:visited, .otherworkmore a:hover, .otherworkmore a:visited{
color:#cccccc;
text-decoration:none;
	}
	
.othercontainer{
	padding:0;
	margin:1em 0;
	}

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

.othercontainer ul li{
	width:220px;
	display:inline;
	margin-top:3em;
	}

.otherworkmargin {
	float:left;
	margin-right:2em;
	}

.otherwork {
	width:220px;
	height:150px;
	margin:0;
	background-color:#333333;
	}
	
.otherwork img {	
	margin:1em;
	}
	
.last {
	float:right;
	margin-right:1em;
	}
	
.first {
	margin-left:1em;
	}

.otherworkmore{
	background-color:#333333;
	float:right;
	padding:0.5em;
	font-size:1em;
	margin-top:1em;
	}

.otherworkmore p {	
	margin:0.2em;
	padding:0;
	color:#FFFFFF;
	}

/* SOCIAL MEDIA BITS AND BOBS */

.social {
	margin-top:6em;
	background:url(../images/greybar.gif) repeat-x;
	overflow:auto;
	width:100%;
	}
	
/*OLD TEST FLICKR CODE
.flickrcontainer ul {
	list-style-type:none;
	width:470px;
	float:right;
	margin:0;
	padding:0;
	display:inline;
	}
	
.flickrcontainer ul li{
	display:inline;
	width:140px;
	height:140px;
	background-color:#333333
	}

.flickrcontainer ul li img{
	margin:1em;
	}

.flickrmargin {
	float:left;
	margin-right:20px;
	}
*/

/*NEW FLICKR*/
.flickr_badge_image {
	float:right; 
	width:100px; 
	height:100px; 
	background-color:#333333; 
	margin:1em;
	}
	
.flickr_badge_image img { 
	border:none; 
	margin:1em; 
	width:80px; 
	height:80px;}	
	
.delicioustwitter{
	width:460px;
	margin-left:1em;
	padding-top:1em;
	}

.delicioustwitterheader h2{
	font-weight:bold;
	font-size:3em;
	line-height:0.7em;
	}

.delicious{
	font-size:1.2em;
	clear:both;
	margin-top:1em;
	}

.delicious-extended {
	font-style:italic;
	}
	
.delicious-post {
	list-style-type:none;
	margin-bottom:0.5em;
	margin-right:1em;
	padding:0.2em;
	}
	
.delicious-post a {
	text-decoration:none;
	color:#333333;
	}
	
.delicious-post a:before {
	content:url(../images/delicious.gif);
	padding-top:1em;
	vertical-align:middle;
	margin-right:1em;
	}

.delicious-post a:visited, a:hover {
	color:#666666;
	}
	
.delicious-odd {
	background-color:#F7F7F7;
	}
	
.delicious-post p{
	margin-top:0.5em;
	}
	
#twitter_div{
	margin-top:77px;
	width:100%;
	overflow:auto;
	}
	
#twitter_update_list li{
	font-size:1.2em;
	list-style-type:none;
	margin-bottom:0.5em;
	margin-right:1em;
	padding:0.2em;
	}

#twitter_update_list li span:before {
	content:url(../images/twitter.gif);
	padding-top:1em;
	vertical-align:middle;
	margin-right:1em;
	}
	
#twitter_update_list li a{
	font-style:italic;
	text-decoration:none;
	float:right;
	color:#333333;
	}
	
#twitter_update_list li a:hover{
	color:#666666;
	}

#twitter_update_list li span a{
	font-style:normal;
	float:none;
	text-decoration:underline;
	}



/*GREY BOX*/

#header{
	width:100%;
	margin-top:2em;
	background:url(../images/greybar.gif) repeat-x;
	}

#greybox{
	background-color:#333333;
	margin: 1em;
	position:relative;
	padding:1em;
	margin-top:3em;
	}
	
.greyboxtext{
	font-size:1.6em;
	color:#333333;
	padding:0.5em;
	background:url(../images/header_bg.gif) repeat-x top left;
	}

.greyboxtext p {
	font-weight:500;
	}
	
.dateandtime {
	font-size:0.9em;
	font-style:italic;
	text-align:right;
	}