/* info start */
.info, .youtube, .stats, .flickr {
	float: right;
	width: 327px;
	margin-bottom: 20px;
}

.headline {
	color: #C4C4C4;
}

.youtube .headline h3,
.flickr .headline h3,
.stats .headline h3 {
	margin: 0;
	color: #4C4D4F;
	font-weight: bold;
	float: left;
	font-size: 2.0em;
	font-style: italic;
	line-height: 1.13em;
	font-family:Georgia,"Times New Roman",Times,serif;
	width: 100%;
}

.info .headline,
.youtube .headline,
.stats .headline,
.flickr .headline {
	margin-bottom: 20px;
}

.info .date {
	display: block;
	font-size: 0.91em;
	margin: 0 0 0 16px;
	color: #666;
}

.info-items {
	overflow: hidden;
	height: 100%;
	background: url(../images/body-noise.gif) repeat;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.info-item-left {
	overflow: hidden;
	height: 100%;
	padding: 7px 0px 7px 0px;
	text-align: left;
	line-height: 1.16em;
	color:#caccaad;
	font-size: 18px;
	font-weight: bold;
	width: 30%;
	float: left;
}

.info-item-right {
	overflow: hidden;
	height: 100%;
	padding: 10px;
	text-align: left;
	line-height: 1.16em;
	color:#caccaad;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
}

.info-item:hover {
	text-decoration: none;
}

.info-item .time {
	float: left;
	padding-right: 14px;
	color: #f90;
	font-size: 18px;
	min-width: 60px;
	text-align: right;
}

* html .info-item .time {
	padding-right: 11px;
}

.info-item div {
	overflow: hidden;
	height: 1%;
}

.info-item-left div.photo {
	padding-left: 8px;
}

.info-item-left div.photo p img {
	border: 1px #CCCCCC solid;
}

.info-item-left div.photo p {
	margin: 0;
	line-height: 1.16em;
	color:#acacad;
	float:left;
	font-size: 18px;
	font-weight: bold;
	border: 7px #FFFFFF solid;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.name {
	font-size: 24px;
	color: #FFFF00;
	margin-bottom: 5px;
}

.job {
	font-size: 18px;
	color: #c2d73c;
	margin-bottom: 5px;
}

.web,
.web a {
	font-size: 12px;
	color: #0099CC;
}

.youtube, .flickr {
	position:relative;
}

.youtube ul, .flickr ul {
	padding:0;
}

.youtube ul li, .flickr ul li {
	display:inline;
}

.youtube ul li img, .flickr ul li img {
	background-color:#C2D73C;border:1px solid #ffffff;height:70px;margin:0pt 6px 6px 0;padding:4px;width:90px;
}

.youtube ul li a, .flickr ul li a {
	padding:0;
}

.youtube ul li a:hover, .flickr ul li a:hover {
	background-color:transparent;padding:0pt;
}

.youtube ul li a img:hover, .flickr ul li a img:hover {
	background-color:#ffff00;border:1px solid #C2D73C;
}

.youtube h4, .flickr h4 {
	font-size:180%;font-weight:bold;margin:0.6em 0pt 0.4em;
}

.stats-items {
	height: 100%;
	margin-top: 20px;
}

.stats-item {
	overflow: hidden;
	margin-top: -1px;
	height: 100%;
	margin-left: 4px;
	padding: 10px 22px 10px 5px;
}

.stats-item:hover {
	text-decoration: none;
	background-color: #EEEEEE;
}

.stats-item .time {
	float: left;
	padding-right: 14px;
	color: #f90;
	font-size: 18px;
	min-width: 100px;
	text-align: right;
}

* html .stats-item .time {
	padding-right: 11px;
}

.stats-item div {
	overflow: hidden;
	height: 1%;
}

.stats-item p {
	margin: 0;
	line-height: 1.16em;
	color:#acacad;
	float:left;
	font-size: 18px;
	font-weight: bold;
}

.pagination {
	background: url(../images/pagination1.png) no-repeat 0 0;
	min-height: 45px;
	cursor: pointer;
	color: #acadac;
}

.pagination:hover {
	color: #1c94c4;
}

.pagination h1 {
	font-size:16px;
	padding-left:220px;
	padding-top:14px;
}