@media screen, projection, print {

* {margin: 0; padding: 0;}

body {
	font: 80%/2em Arial, sans-serif;
	background: #fff url(../image/background.png) left top repeat-x;
	color: #232323;
	padding: 0 0 15px;
	text-align: center;
}

/* ClearFix */
.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    content: "."; 
}
.clearfix {display:inline-block;}

h2,h3,h4,h5,h6,p,blockquote {margin: 0 0 10px;}
h2 {font-weight: normal;}
p {font-size: 1.2em; word-spacing:0.15em;}
a, a:visited, a:active {color: #000;}
#col1 a:hover, #col2 a:hover, #col3 a:hover, #siteinfo a:hover {background-color: #ececec;}
img {border: 0;}
hr {display: none;}
blockquote {
	padding: 10px 20px;
	font-style: italic;
	font-size: 1.3em;
	background: #ececec;
	border-bottom: 1px dotted #d4d4d4;
	border-top: 1px dotted #d4d4d4;
}
blockquote p {margin: 0; font-size: 1em;}

#container {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
#masthead {position: relative;}
#logo {
	width: 970px;
	height: 170px;
	background: url(../image/logo.png) no-repeat 0 0;
	margin: 30px 0 15px 11px;
}

#main-nav {
	width: 100%;
	list-style: none;
	height: 30px;
	background: #232323;
	margin: 0 0 15px;
}
#main-nav li {display: inline;}
#main-nav li a {
	float: right;
	font-size: 1.2em;
	text-decoration: none;
	color: #f4f4f4;
	border-left: 1px dotted #d4d4d4;
	padding: 7px 15px 0;
	height: 23px;
	font-weight: bold;
}
#main-nav li a:hover {background: #000; color: #fff;}

div.content {
	float: left;
	width: 970px;
}

/* footer */
#siteinfo {
	width: 940px;
	margin: 15px auto 0;
	padding: 15px 15px 10px;
	background: #232323;
	color: #f4f4f4;
}
#siteinfo a {color: #f4f4f4;}
#siteinfo a:hover {color: #232323; text-decoration: none;}
#siteinfo p {font-size: 0.8em;}
#siteinfo p.sinfo1 {float: left;}
#siteinfo p.sinfo2 {text-align: right;}

#mouse {
	position: absolute;
	right:30px;
	top: 15px;
}

/** Style the tweets */
.twitters {
  position: absolute;
  left: 150px;
  top: -20px;
  border: 1px dashed #e5e5e5;
  font-size: 50%;
  padding: 5px;
  overflow: auto;
  margin: 20px;
}

.twitters ul {
  list-style: none;
  padding: 0;
  white-space: nowrap;
}

.twitters span.prefix {
  font-weight: bold;
}

.twitters span.time {
  font-style: italic;
  color: #c5c5c5;
}

.twitters span.status {
  font-style: italic;
  }

}