
					 

html, body{
margin:0;
padding:0;
background-color: #c7c4c4;
}


body{
font-family: Helvetica;
font-size: 12px;
line-height: 16px;
color: #444444;

}



		
a {color: #ff3274;}
a:hover	{color: #ff3274; text-decoration: underline;}
a:active {color: #ff3274;;}
a:visited {color: #ff3274;}


	


/*----------------NAVIGATION--------------*/


#nav {
position: absolute;
top: 80px;
right: 200px;
border: 0px solid #000000; 
z-index: 25;

}


#nav ul {
margin: 0;
padding: 0;
overflow: auto; 
}


#nav li {
list-style-type: none;
display: inline;
float: left;
margin-right: 30px;
}  



#nav li a {
text-decoration: none;
}

#nav li a:hover {
text-decoration: underline;
}









/*--------------------BLOGLIST-----------------*/

#bloglist {
text-transform: capitalise;
font-family: Trebuchet MS;
color: #444444;
font-size: 12px;
font-weight:normal;
padding: 0px 2px 0px 2px;
}

#bloglist ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}




#bloglist li a {
list-style-type: none;
text-decoration: none;
color: #444444;
padding: 5px 0px 5px 5px;
display:block;
}



#bloglist li a:hover {
color: #e8138a;
}









#twitter_update_list {
text-transform: capitalise;
font-family: Trebuchet MS;
color: #444444;
font-size: 11px;
font-weight:normal;
padding: 75px 10px 0px 25px;
margin-bottom: 30px;
width:200px;
}

#twitter_update_list ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}


#twitter_update_list li {
padding: 4px 0px 4px 5px;
display:block;
}


#twitter_update_list li a {
color: #e8138a;
}



/* ------------------------------------------------------------------------------------
STRUCTURE					 */

.container{	
margin: 0 auto;
background: url('darkbox-bgrpt.jpg') repeat-y;
border: 0px solid #000000;
text-align: center;
width: 1000px;
height: 1000px;
position:relative;
                
}
                 
                

.mainwrapper {
	width: 100%;
	position: absolute;
	top: 20px;
	left: 0px;
	text-align: center;
}

.main { 
width:1000px;
position:relative;
margin: 0 auto;
text-align: left;
background: url('') top center no-repeat;
border: 0px solid #000000;
}




.content { 
width:850px;
height:350px;
text-align: left;
position:absolute;
top:130px;
left:50px;
background: url('') top center no-repeat;
border: 0px solid #000000;

}



.maintext { 
width:430px;
height:350px;
text-align: left;
position:absolute;
top:0px;
left:0px;
background: url('') top center no-repeat;
border: 0px solid #000000;

}








.blogbox {
position:absolute;
top:600px;
left:40px;
width: 280px;
height: 350px;
background:#e8e7e7 url('greybox.jpg') top left no-repeat;
border: 0px solid #ffffff;
text-align: left;
padding: 5px;
margin: 0px;

}




.flickrbox {
position:absolute;
top:600px;
left:340px;
width: 280px;
height: 350px;
background: #e8e7e7 url('greybox.jpg') top left no-repeat;
border: 0px solid #ffffff;
text-align: center;
padding: 5px;
margin: 0px;

}




.twitterbox {
position:absolute;
top:600px;
left:640px;
width: 280px;
height: 350px;
background:#e8e7e7 url('twitterbox.png') top left no-repeat;
border: 0px solid #ffffff;
text-align: left;
padding: 5px;
margin: 0px;

}







.footer{				clear:both; }

/* ------------------------------------------------------------------------------------
CUSTOM						 */






.logo {
width: 355px;
height:100px;
position:absolute;
top:10px;
left:30px;
background: url('') no-repeat;
border: 0px solid #000000;
z-index: 1;
}






h1 {
font-family: trebuchet ms;
font-size: 22px;
line-height:0px;
color:#e90d8c;
display:block;
font-weight: normal;
text-align: center;
padding:3px 5px 10px 5px;



}




h4 {
font-family: Helvetica;
font-size: 22px;
line-height:26px;
color:#444444;
font-weight: bold;
text-align: left;
padding:0px;
margin:0px 2px 20px 0px;



}



