
body
{
    background-color: black;
}

h1
{
    text-align: center;
    color: #FFFFFF;
}

.flickrImage 
{
    text-align: center;
}

.flickrLink 
{
    text-align: center;
    text-decoration: none;
}

.lcbBack
{
    background: #e5ecf9;
}


#latestPost
{
    float: left;
    width:590px;
}


#latestPost img
{
   /* width:268px;*/
}

#otherPosts
{
    float: left;
    vertical-align: top;
    background: white;
    padding: 5px;
    margin: 1px;
    border: 2px solid #000066;
}

.linky
{
    text-decoration:none;
    cursor:pointer;
    margin-bottom:4px;
    border-bottom:  1px solid #000066; 
}

.linky a
{
    text-decoration:none;
}

.heading
{
	border: 5px solid #000000;
    background-image:url("../images/titlebg.jpg");
    height:40px;
} 

.dclass
{
    font-family: Croobie;
    font-size: large;
    text-align: center;
}

/* tweets CSS */
.twitStream{
	font-family: verdana;
	font-size: 11px;
}
.twitStream a{
	font-family: verdana;
	font-size: 11px;
}
.tweet{
	display: block;
	padding: .4em;
	margin: .4em 0;
}
.tweet-left{
	float: left;
	margin-right: 1em;
}
.tweet-left img{
	border: 2px solid #000000;
}
.tweet p.text{
	margin: 0;
	padding: 0;
}

.column {
   padding-bottom : 2000px;
   margin-bottom : -2000px;
} 

.picker 
{
    width: 100px;
}


.boxx {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
.darkbox {padding:1.5em;margin-bottom:1.5em;background:#333333;}

#colourTitle
{
    text-align: center;
    color: #FFFFFF;
}

.righty {
    float: right;
}

.fixedLabel
{
    display:block;
    float: left;
    clear: left;
    width: 100px;
    margin-top: 10px;
    vertical-align: bottom;
}
