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

img {
	border:none;
	vertical-align:middle;
}

img,div,a,ul,li {
	behavior:url(includes/js/iepngfix.htc);
}

body {
	background: url('../../images/bg.jpg') center -26px;
	margin:0px;
	color: #333333;
	font-size:15px;
}

a {
	color: #333333;
	text-decoration:none;
}

h1 {
	margin: 0;
	padding: 0;
}

a:hover {
	color: #222;
}

#me {
	background: url('../../images/me.png') center top no-repeat;
	position: absolute;
	top: 15px;
	width: 254px;
	height: 693px;
	left: 50%;
	margin-left:180px;
	z-index:5;
}

#bg {
	background: url('../../images/bg2.jpg') center top no-repeat;
	margin: auto;
	position:relative;
	margin-top:0px;
}

#logo {
	display:block;
	text-indent: -900px;
	overflow:hidden;
	width:800px;
	margin:auto;
	height:110px;
}

#footer {
	margin:10px;
	text-align:center;
	font-size:75%;
	padding-right: 150px;
	clear:both;
	padding-top: 20px;
}

.left-margin {
	width:600px;
	margin: auto;
	padding-right:120px;
}
.activity-title {
	float:left;
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	font-weight:bold;
	padding-left: 15px;
}
.actifivy-key {
	margin-right:50px;
	float:right;
}
.feed {
	margin:auto;
	background: #dbf6a7;
	color: #333333;
	border: 5px solid #c097df;
	height:110px;
	overflow-x:scroll;
	overflow-y:hidden;
}

.feed .wrapper {
	width:7000px;
	height:70px;
}
.rss-item {
	width:200px;
	overflow:hidden;
	float:left;
	height:100px;
	white-space:nowrap;
	margin-bottom:15px;
}
.rss-item div {
	border-top: #FFF 2px dotted;
	padding:2px;
	padding-right: 15px;
}
.rss-item .odd {
	background:#aee274;
}
.rss-item div:first-child {
	border:none;
}
.rss-item b {
	font-size:80%;
	vertical-align:text-top;
}
	
.main-project {
	margin-top: 40px;
	margin-right: 5%;
	background: #c097df;
	padding:5px;
	color: #333333;
	border-right: 2px solid #888;
	border-bottom: 2px solid #888;
	width:45%;
	float:left;
}

.main-project.last {
	margin-right:0;
	float:right;
}
	
.main-project img {
	margin-top: -25px;
	margin-left: -25px;
	float:left;
	margin-right:10px;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	vertical-align:}

.main-project span {
	font-family: Comic Sans MS, Comic Sans MS5, cursive;
	color:#FFFFFF;
	clear:both;
	display:block;
	font-size:110%;
}

.small-projects {
	background: #dbf6a7;
	padding:10px;
	text-align:center;
	margin: 25px 0px;
}

.small-projects a {
	background: url('../../images/small_projects_left.gif') no-repeat left #ace072;
	display:inline-block;
	height:29px;
	overflow:hidden;
	text-decoration:none;
	margin: 0px 10px;
}

.small-projects .bg {
	background: url('../../images/small_projects_right.gif') no-repeat top right #ace072;
	padding: 5px;
	overflow:hidden;
	padding-right:15px;
	display:inline-block;
	text-decoration:none;
	margin-left: 7px;
	height:29px;
}

.clear {
	clear: both;
}

.outisde-links img {
	float:left;
}
.share img {
	clear:both;
}
.share {
	float:left;
	padding: 0 20px;
}