@charset "UTF-8";
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#3b3b3b;
	overflow-x: hidden;
	background:#ccc url(images/bg.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
	background-position:center top;
}
html, body {
	height:100%
}
img{border-style:none;}
a {
	color:#16aece;
	text-transform:uppercase;
	text-decoration:none;
}

a:hover {
	color:#88898b;
}
#container {
	width:967px;
	height:100%;
	padding-bottom:185px;
	margin:0 auto;
}

#container #header {
	float:left;
	width:967px;
	height:164px;
	margin:0 auto;
	background:#000 url(images/header_bg.jpg) no-repeat;
}

#container #header .logo {
	float:left;
	width:261px;
	height:154px;
	margin:11px 0px 0px 30px;
}

#container #header .back {
	float:right;
	width:640px;
	height:11px;
	text-align:right;
	margin:100px 28px 0px 0px;
}

#container #header .social {
	float:right;
	width:640px;
	height:26px;
	margin-top:10px;
	margin-right:28px;
}

#container #header .social ul {
	float:right;
	margin:0;
	padding:0;
}

#container #header .social ul li {
	float:left;
	list-style:none;
	margin-left:5px;
}

#container #header .social ul li.last {
	margin-left:0px;
}

#container #content {
	float:left;
	display:table;
	width:967px;
	height:100%;
	min-height:100%;
	padding:0;
	margin:0 auto;
	padding-bottom:20px;
	background:url(images/tp_bg.png) repeat-y;
}

#container #content #sidebar {
	float:left;
	width:241px;
	height:auto;
	margin:20px 0px 0px 27px;
}

#container #content #sidebar .module {
  display:table;
	width:290px;
	height:100%;
	font-size:9.5px;
	color:#88898b;
	margin:20px 0px 20px 0px;
	padding-bottom:15px;
	background:#e2e2e2;
}

#container #content #sidebar .banner {
	position:relative;
	width:186px;
	height:33px;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	background:url(images/right_banner.png) no-repeat;
	top:6px;
	left:138px;
}

#container #content #sidebar .banner p {
	padding:0;
	margin:0;
	padding:12px 0px 0px 10px;
}

#container #content #sidebar .module ul {
  float:left;
  margin:0;
}

#container #content #sidebar .module ul li {
  float:left;
  list-style:none;
}

#container #content #sidebar .module .left, #container #content #sidebar .module .left-2, #container #content #sidebar .module .right {
	float:left;
	width:220px;
	height:auto;
  font-size:9.5px;
	color:#88898b;
	line-height:17px;
	margin-left:27px;
	margin-top:15px;
	text-transform:uppercase;
}

#container #content #sidebar .module .left-2 {
  text-transform:lowercase;
}

#container #content #sidebar .module ul {
  float:left;
  margin:0;
  padding:0;
}

#container #content #sidebar .module ul li {
  float:left;
  width:220px;
  height:auto;
  list-style:none;
  margin-right:14px;
}

#container #content #sidebar .module ul li a {
  color:#88898b;
  text-decoration:none;
}

#container #content #sidebar .module ul li a:hover {
  color:#16aece;
  text-decoration:none;
}

#container #content #news_feed {
	float:left;
	width:600px;
	height:auto;
	margin:20px 0px 0px 30px;
}

#container #content .hdr .word1, #container #content .hdr .word2, #container #content h4 {
	font-size:17px;
	font-weight:bold;
	color:#16aece;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

#container #content #news_feed .posts .entry h4 {
	font-size:15px;
	font-weight:normal;
	color:#16aece;
	margin:0;
	padding:0;
}

#container #content .hdr .word2 {
	color:#88898b;
}

#container #content #news_feed hr, #container #content #sidebar hr {
	float:left;
	width:600px;
	height:1px;
	background:#cccccd;
	border:none;
	margin:4px 0px 0px 0px;
	padding:0;
}

#container #content #sidebar hr {
	width:290px;
}

#container #content #news_feed .featured {
	float:left;
	width:600px;
	height:210px;
	margin:20px 0px 10px 0px;
}

#container #content #news_feed .featured .img {
	float:left;
	width:290px;
	height:200px;
	overflow:hidden;
}

#container #content #news_feed .featured .entry {
	float:left;
	width:262px;
	height:210px;
	font-size:11px;
	color:#88898b;
	margin:0px 0px 0px 30px;
}

#container #content #news_feed .featured .entry p {
	line-height:17px;
}

#container #content #news_feed .featured .entry .more, #container #content #news_feed .featured .entry .date, #container #content #news_feed .featured .entry .comment {
	float:left;
	text-transform:uppercase;
	margin-top:-13px;
}

#container #content #news_feed .featured .entry .comment a {
  color:#ffffff;
  text-decoration:none;
}

#container #content #news_feed .featured .entry .comment a:hover {
  color:#16aece;
  text-decoration:none;
}

#container #content #news_feed .featured .entry .more div {
	float:left;
	margin-top:1px;
	margin-right:5px;
}

#container #content #news_feed .featured .entry .more a {
	width:17px;
	height:17px;
	font-size:12px;
	font-weight:normal;
	color:#16aece;
	text-decoration:none;
}

#container #content #news_feed .featured .entry .more a:hover {
	color:#88898b;
	text-decoration:none;
}

#container #content #news_feed .featured .entry .date, #container #content #news_feed .featured .entry .comment {
	float:left;
	width:170px;
	text-align:right;
	padding-right:8px;
}

#container #content #news_feed .featured .entry p {
	width:262px;
	height:143px;
}

#container #content #news_feed .featured .entry .comment {
	width:22px;
	height:17px;
	color:#fff;
	text-align:center;
	padding-right:0px;
	background:url(images/cmt_icon.jpg) no-repeat;
}

#container #content #news_feed .posts {
	float:left;
	width:598px;
	height:auto;
}

#container #content #news_feed .posts .banner {
	position:relative;
	width:186px;
	height:33px;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	background:url(images/left_banner.png) no-repeat;
	top:40px;
	left:-46px;
}

#container #content #news_feed .posts .banner p {
	padding:0;
	margin:0;
	padding:14px 0px 0px 45px;
}

#container #content #news_feed .posts .img {
	float:left;
	width:195px;
	height:141px;
	position:relative;
	margin:-18px 0px 0px 95px;
	z-index:2;
	overflow:hidden;
}

#container #content #news_feed .posts .entry {
	float:left;
	width:262px;
	height:auto;
	min-height:141px;
	font-size:11px;
	color:#88898b;
	margin:-18px 0px 10px 30px;
}

#container #content #news_feed .posts .entry p {
	line-height:17px;
}

#container #content #news_feed .posts .entry .more, #container #content #news_feed .posts .entry .date, #container #content #news_feed .posts .entry .comment {
	float:left;
	text-transform:uppercase;
}

#container #content #news_feed .posts .entry .comment a {
  font-size:10px;
  color:#ffffff;
  text-decoration:none;
}

#container #content #news_feed .posts .entry .comment a:hover {
  font-size:10px;
  color:#16aece;
  text-decoration:none;
}

#container #content #news_feed .posts .entry .more div {
	float:left;
	margin-top:1px;
	margin-right:5px;
}

#container #content #news_feed .posts .entry .more a {
	width:17px;
	height:17px;
	font-size:12px;
	font-weight:normal;
	color:#16aece;
	text-decoration:none;
}

#container #content #news_feed .posts .entry .more a:hover {
	color:#88898b;
	text-decoration:none;
}

#container #content #news_feed .posts .entry .date, #container #content #news_feed .posts .entry .comment {
	float:left;
	width:170px;
	text-align:right;
	padding-right:8px;
}

#container #content #news_feed .posts .entry p {
	width:262px;
	height:auto;
}

#container #content #news_feed .posts .entry .comment {
	width:22px;
	height:17px;
	color:#fff;
	text-align:center;
	padding-right:0px;
	background:url(images/cmt_icon.jpg) no-repeat;
}

#footer {
	position:relative;
	width:100%;
	height:220px;
	margin:0 auto;
	margin-top:-33px;
	text-align:center;
	clear:both;
	background:url(images/city_bg.png) repeat-x;
	background-position:center bottom;
	z-index:-10;
}
#footer #fcontent {
	width:967px;
	height:220px;
	min-height:100%;
	padding:0;
	margin:0 auto;
	background:url(images/footer_bg.png) repeat-y;
	/*background-color:#eaeaea;*/
}
#footer #fcontent .fpages, #footer #fcontent .fcontact, #footer #fcontent .ffollow  {
	float:left;
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
	margin-top:25px;
}
#footer #fcontent .fpages li, #footer #fcontent .fcontact li, #footer #fcontent .ffollow li {
  margin-bottom:0px;
  line-height:18px;
}
#footer #fcontent .fpages {
	width:410px;
	margin-left:35px;
}
#footer #fcontent .fcontact {
	width:215px;
}
#footer #fcontent .ffollow {
	width:290px;
}
#footer #fcontent .copy {
  clear:both;
  float:left;
  font-size:10px;
  color:#666666;
  margin-left:35px;
  text-align:left;
}
#footer #fcontent .hdr .word1, #footer #fcontent .hdr .word2 {
	font-size:13px;
	font-weight:bold;
	color:#16aece;
	text-transform:uppercase;
	line-height:0;
	margin:0;
	padding:0;
}
#footer #fcontent .hdr .word2 {
	color:#88898b;
}
#footer #fcontent a { 
	font-weight:bold;
	color:#666666;
}
#footer #fcontent a:hover { 
	color:#16aece;
}
#footer #fcontent .hr {
  height:20px;
}
#footer #fcontent .ffollow li.follow {
  margin-top:6px;
}
#footer #fcontent .ffollow li a {
  padding-right:5px;
}
#footer #fcontent p {
  padding-top:150px;
}
.clear {
  width:inherit;
  clear:both;
}
.internal {
  display:table;
  height:100%;
  margin-top:30px;
  line-height:22px;
}
#container #content #news_feed .internal .date-int, #container #content #news_feed .internal .comment-int {
	float:left;
	width:auto;
	height:auto;
	text-align:left;
	padding-right:8px;
	margin-bottom:15px;
}

#container #content #news_feed .internal .comment-int {
	width:22px;
	height:24px;
	color:#fff;
	text-align:center;
	padding-right:0px;
	margin-left:10px;
	background:url(images/cmt_icon.jpg) no-repeat;
	background-position:0px 4px;
}

#container #content #news_feed .internal .comment-int a {
  font-size:10px;
  color:#ffffff;
  text-decoration:none;
}

#container #content #news_feed .internal .comment-int a:hover {
  font-size:10px;
  color:#16aece;
  text-decoration:none;
}

.commentlist {
  padding-left:0px;
}
.commentlist li {
  width:600px;
  list-style-position: inside;
  margin:10px 0px 10px 0px;
  border-bottom:1px solid #cccccd;
}
#float-logo {
  position:absolute;
  top:80px;
  right:-25px;
}
.navigation {
  padding-top:10px; 
}
