/* Layout */

body {
	margin: 0px;
	padding: 0px;
	font: 12px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", "Trebuchet MS", Tahoma, Arial, Geneva, Helvetica, sans-serif;
	background: #560 url(images/bgolicol.jpg) no-repeat fixed center center;
	color: #bc7;
}
.clear {
	clear: both;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#container {
	width: 960px;
	margin: 0px auto;
	background: url(images/bgolimid.jpg) repeat-y center top;
}
#profile {
	float: left;
	width: 240px;
	padding: 15px;
}
#flickrbadge {
}
#flickrbadge img {
	border: none;
	height: 75px;
	width: 75px;
}
#flickrbadge a {
	border: 1px solid #780;
	display: block;
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 2px;
}
#flickrbadge a:hover {
	border: 1px solid #990;
}

h1 {
	margin-bottom: 10px;
	font-size: 36px;
	letter-spacing: -2px;
	font-weight: normal;
	color: #efc;
	margin-top: 0px;
	clear: both;
}
p {
	margin: 0px 0px 10px;
}
h2 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal;
	color: #efc;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li {
	margin-bottom: 3px;
}
a {
	text-decoration: none;
	color: #CCCC00;
}
a:hover {
	border-bottom: 1px solid #990;
}
#description {
	display: none;
}

#blog {
	float: left;
	width: 480px;
	padding: 15px;
}
h3 {
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #333300;
}
dl {
	margin: 0px;
}
dt {
	font-weight: bold;
	color: #efc;
}
dd {
	margin: 0px 0px 10px;
}
#blog a {
	border-bottom: 1px solid #780;
}
#blog a:visited {
	color: #bc7;
	border-bottom: 1px solid #783;
}
#blog a:hover {
	border-bottom: 1px solid #990;
	color: #CCCC00;
}


#links {
	width: 150px;
	float: right;
	padding: 15px;
	text-align: center;

}#footer {
	padding: 15px 180px 15px 270px;
	text-align: center;
	font-size: 11px;
	background: url(images/bgolifot.jpg) no-repeat center top;
}

