@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #416561;
	background-color: #FFF;
	margin:0;
}
.header-container {
	background: #0f4252; /* Old browsers */
	background: -moz-linear-gradient(left, #0f4252 0%, #838d57 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0f4252), color-stop(100%,#838d57)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #0f4252 0%,#838d57 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #0f4252 0%,#838d57 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #0f4252 0%,#838d57 100%); /* IE10+ */
	background: linear-gradient(left, #0f4252 0%,#838d57 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4252', endColorstr='#838d57',GradientType=1 ); /* IE6-9 */	
}
.header-content {
	max-width: 700px;
	margin: 0 auto;	
	padding: 40px 20px 20px 20px;
	position:relative;
	display:block;
}
.header-content .logo {
	max-width: 50%;	
}

.main-container {
	
}

.main-content {
	max-width: 700px;
	margin: 0 auto 50px auto;	
	padding: 20px 20px 20px 20px;
}

.main-content h1 {
	color: #6A938C;
	padding:10px 0 20px 0;
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 34px;
	font-size: 28px;
}

.main-menu {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding:0;
	display:block;
}	
.main-menu li {
	margin: 0 6px 0 0;
	padding: 0;
	display:inline-block;
	font-size: 10px;
}

.main-menu li a {
	padding: 4px 7px;
	border-radius: 4px;
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}
.main-menu li a:link, .main-menu li a:visited {
	background-color:#9CA66F;
}
.main-menu li a:hover, .main-menu li a:active {
	background-color:#AD6F67;
}
.tweetlist {
	list-style-type: none;
	margin:20px 0 0 0;
	padding:0;
	counter-reset: item;
}	
.tweetlist li {
	margin: 10px 0;
	padding: 10px 10px 10px 60px;
	background-color:#F5FAFA;
	border-radius: 8px;
	position:relative;
}

.tweetlist li:before {
	content: counter(item);
	counter-increment: item;
	display:block;
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 22px;
	color:#95B3AF;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
    }
	
	
.tweetlist li p {
	margin:0;	
}
.edittweets li:hover {
	background-color:#EFE2DA;
}

.edittweets li {
	cursor:pointer;
}
.downrated {
	opacity:0.3;	
}
.datetime {
	font-style:italic;
	font-size: 10px;
	color:#6C8682;
}
.fulltweet {
	font-size: 10px;
	color:#416561;
	line-height: 16px;
	display:block;
	padding: 6px;
	background-color: #EDF2F2;
	border-radius: 4px;
	overflow: visible;
	position: relative;
}

.clearfix:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }


.tweet {
	font-size:22px;
	line-height: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited {
	text-decoration:none;
	font-weight:bold;
	color: #416561;
}
a:hover, a:active {
	text-decoration:underline;
	font-weight:bold;
	color: #AD6F67;
}
.fulltweet a:link, .fulltweet a:visited {
	color:#416561;
}
.fulltweet a:hover, .fulltweet a:active {
	color:#AD6F67;
}
.tweet a:link, .tweet a:visited {
	color: #416561;
	font-weight:normal;
}
.tweet a:hover, .tweet a:active {
	color: #AD6F67;
	font-weight:normal;
	text-decoration:none;
}
.description {
	font-size: 13px;
	line-height: 19px;
	padding: 10px 0;
	display:block;
	color: #6D8780;
}
.thumbs {
	display:inline-block;	
	float:left
}
.fttext {
	overflow:hidden
}
.thumbs img {
	height: 32px;
	width: 32px;
	margin-right: 8px;
	border-width: 0px;
	border-style: none;
}
.header-links {
	display: inline-block;
	float:right;	
	color: #fff;
	font-size: 10px;
	line-height: 16px;
}
.header-thumb {
	display: inline-block;
	float:right;
}
.header-links a {
	color: #fff;
}
.smaller {
	font-size:0.8em;	
}
.footer {
	border-top: 1px dotted #699;
	margin-top: 20px;
	padding-top: 10px;
	font-size:10px;
	line-height:16px;
}
.error {
	font-size: 14px;
	color:#FFF;
	line-height: 16px;
	display:block;
	padding: 6px 10px;
	background-color: #BD583C;
	border-radius: 4px;
	overflow: visible;
	position: relative;
	font-style: italic;
}


.archive {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding:0;
	display:block;
}	
.archive li {
	margin: 0 0 6px 0;
	padding: 0;
	display:block;
	font-size: 14px;
}
.archive li a {
	display: block;
	padding: 4px 4%;
	border-radius: 4px;
	text-decoration:none;
	font-weight:normal;
}

.archive li a:link, .archive li a:visited {
	background-color:#D1D6BC;
}
.archive li a:hover, .archive li a:active {
	background-color:#DDC4BF;
}

form {
	margin-bottom:20px;	
}
.search {
	width:50%;
	border-radius: 4px;
	background-color: #F5FAFA;
	padding: 6px 7px;
	border: 1px solid #B6DADA;
	font-size: 14px;
}
.search-button {
	padding: 7px 7px;
	border-radius: 4px;
	color: #fff;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	background-color:#9CA66F;
	cursor:pointer;
	border: 0;
	margin-left:6px;
}
.search-button:hover {
	background-color:#AD6F67;
}
.bottom-menu {
	display:none;
}
.top-menu{
	display:block;
}

@media screen and (max-width: 480px) {
.intro {
	display:none;
}

.bottom-menu {
	display:block;
}
.top-menu {
	display:none;
}
.header-content .logo {
	max-width: 100%;	
	}
	
	.header-links {
		float:none;
		margin-bottom: 20px;
		margin-right: 44px;
	}
	
	.header-thumb {
	position:absolute;
	top:40px;
	right:20px;
}
.thumbs {
	width:48px;	
}
.thumbs img {
	height: 42px;
	width: 42px;
	margin-bottom:4px;
}

.main-menu li {
	margin: 0 0 6px 0 !important;
	padding: 0;
	display:block;
	font-size: 14px;
	text-align:center;
}

.main-menu li a {
	padding: 6px 2%;
	border-radius: 6px;
	width:96%;
	display:block;
}

.tweetlist li {
	padding: 40px 10px 10px 10px;
}

.main-content h1 {
	line-height: 30px;
	font-size: 22px;
	padding:10px 0 0 0;
	margin: 0 0 10px 0;
}
.tweet {
	font-size:18px;
	line-height: 24px;
}
}