@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #000;
}

#container {
	width: 840px;
	margin: 32px auto;
}

/*MAINFRAME*/
#main {
	width: 600px;
	margin-bottom: 32px;
	padding: 10px 20px;
	background-color: #FFF;
	float: left;
}

#headline {
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px dashed;
}

.subtitle {
	font-size: 16px;
	font-weight: bold;
}

.text {
	margin-bottom: 32px;
}

#paypal {
	margin-top: 6px;
}

#footer {
	padding: 3px 0 0 0;
	margin-bottom: 32px;
	font-size: 10px;
	border-top: 1px dashed;
}

#ads {
	width: 128px;
	padding-top: 5px;
	margin-bottom: 8px;
	border-top: 1px dashed;
}

.small {
	font-size: 10px;
}


/*SIDEBAR*/
#sidebar {
	width: 170px;
	padding: 10px 0 10px 10px;
	background-color: #FFF;
	float: right;
}

#sidebartitle {
	width: 160px;
	margin-bottom: 24px;
	border-bottom: 1px dashed;
}

#published {
	width: 160px;
	margin-bottom: 24px;
	border-bottom: 1px dashed;
}

.sidebartext {
	margin-bottom: 12px;
}

.icon {
	width: 16px;
	float: left;
}
.iconText {
	width: 144px;
	padding: 1px 0 0 20px;
}

#twitter {
	width: 160px;
	margin-bottom: 6px;
}

#facebook {
	width: 160px;
	margin-bottom: 6px;
}

#flickr {
	width: 160px;
	padding-top: 6px;
	border-top: 1px dashed;
}


a:link {
	color: #000;
}

a:visited {
	color: #000;
}

a:hover {
	color: #00CDFF;
}

a:active {
	color: #000;
}

/*LINKS W/OUT DECORATION*/
#sidebar a:link {
	color: #000;
	text-decoration: none;
}

#sidebar a:visited {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	color: #00CDFF;
	text-decoration: none;
}

#sidebar a:active {
	color: #000;
	text-decoration: none;
}

img {border:none; text-decoration:none;}


/*FLICKR*/
#flickr_badge_uber_wrapper {width:170px;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:0 10px 10px 0; float: left;}
.flickr_badge_image img {border: none;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#000000;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#000000 !important;}
