@charset "utf-8";
/* CSS Document */
body{
	background-color: #dcd9d9;
	background-image: url(img/body-bg.png);
	background-repeat: repeat-x;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper{
	width: 340px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5%;
}
#header{
	height: 122px;
	width: 340px;
	background-image: url(img/header.png);
}
#logo{
	height: 50px;
	width: 223px;
	background-image: url(img/logo.png);
	margin-top: 50px;
	float:left;
}
#connect{
	margin-top: 61px;
	float: right;
	margin-right: 3px;
}
#rss-link, #twitter-link, #facebook-link{
	height: 29px;
	width: 30px;
	background-image: url(img/connect.png);
	display: block;
	float:left;
	margin-right: 5px;
}
#twitter-link{
	background-position: -32px;
}
#facebook-link{
	background-position: -64px;
}
.content{
	background-color: #5688a8;
	background-image: url(img/content-bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.post{
	background-color: #a0cae5;
	padding: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #47728d;
}
.post p{ 
        padding: 0px;
        margin: 0px; 
}
a#more-post{
	text-align: center;
	background-color: #a0cae5;
	padding: 10px;
	margin-bottom: 5px;
	display: block;
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}
#contact-bx{
	margin-top: -15px;
}
.contlist{
	background-color: #a0cae5;
	padding: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #47728d;
	font-weight: bold;
}
.contlist a{
	color:#000;
	text-decoration:none;
}
#el, #msn, #fb, #tw, #yt{
	width: 80px;
	display:block;
	float: left;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	margin-right: 15px;
	color: #FFF;
	text-align: center;
}
#el{ 
	background-color: #fc9d05;
}
#msn{
	background-color: #77c965;
}
#fb{
	background-color: #4269a8;
	}
#tw{
	background-color: #32cdfd;
}
#yt{
	background: #ff3333;
}
#navi{
	background-color: #92b2c7;
	padding: 10px;
	margin-bottom: 50px;
}
#abt-link{
	background-image: url(img/navi-abt.png);
	height: 41px;
	width: 100px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
}
#cont-link{
	background-image: url(img/navi-cont.png);
	height: 41px;
	width: 100px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-left: 10px;
	cursor: pointer;
}
#tweets-link{
	background-image: url(img/navi-tweets.png);
	height: 41px;
	width: 100px;
	display: block;
	float: left;
	background-repeat: no-repeat;
	cursor: pointer;
}
a#abt-link:hover, a#cont-link:hover, a#tweets-link:hover{
	background-color: #d5e2ea;
}
#About, #Contact{
	display: none;
}
.tab-active{
	background-color: #d5e2ea;
}
#abt-head{
	margin: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}
#abt-container{
	background-image: url(img/about-bg.png);
	height: 187px;
	width: 279px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.abt-post{
	margin-top: 2px;
	margin-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 3px;
}
#last{
	border: none;
}