body {
 font: 13px/16px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
 color: #000;
 background-color:#eeeeee;
}
#footer {
  text-align:center;
  padding:0px 0px 5px 0px;
  color:#444;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#foot-1 {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 1em 0;
	background: #ddd;
}
#foot-2 {
	text-align: left;
	line-height: 1.4em;
}
.footer-info {
	padding: 0;
}
.footer-info.about {
	border-right: 1px solid #ccc;
	padding: 1em 1em 0 1em;
}
.footer-info.about a {
	text-decoration: none;
	background-color: #fff;
	color: #333;
}
.footer-info h2 {
	margin: 1em 0;
	color: #000;
	font-size: 14px;
}
.feed h2 {
	color: #666;
	text-align: center;
}
.footer-info p {
	margin: 0 0 1em 0;
}
.cdirect {
	direction: rtl;
	unicode-bidi: bidi-override;
}
#footer a:hover{
  color:#59a5d1;
}
#content_500 {
	width: 508px;
}

/* Header
----------------------------------------------- */

h1 {
	height: 38px;
	width: 289px;
	margin-top:40px;
	margin-bottom: 40px;
	background-image: url('/images/nexustitle.jpg');
	background-repeat: no-repeat;
	background-position: 5px 0;
}
h1 a span {
	display: none;
}
h1 a {
	display: block;
	height: 38px;
	width: 283px;
}
/* Menu
----------------------------------------------- */
#navigation ol {
	margin: 0;
}
#navigation ol li a {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
#navigation {
	height: 115px;
}
#navigation #menu {
	margin-top: 50px;
}
#navigation #menu ol li {
	float: left;
	margin: 0 1.9em 0 0;
	list-style-type:  none;
}
#menulast a, li.light a {
 color: #999;
}
#menulast a:hover, li.light a:hover {
 color: #ff0000;
}
/* Nexus Flag
----------------------------------------------- */
#separator {
	border-top: solid 1px #ccc;
	border-bottom: 1px solid #999;
	height: 150px;
	background-image: url('/images/nexusflag.jpg');
	background-repeat: no-repeat;
	background-position: 50px 10px;
	margin-bottom: 0;
}
#featured {
	margin: 2em 0 0 390px;
	background-color: #eee;
	border-top: 2px solid #666;
}
#separator h2 a {
	float: left;
	font-size: 15px;
	font-weight: normal;
	background-color: #eee !important;
	padding: 0.4em;
	color: #000;
	margin: 0 3px 0 0;
	white-space: nowrap;
	text-decoration: none;
  line-height: 1.2em;
}
#separator h2 a:hover {
	background-color: #fff !important;
}
h2 a.first {
	border-bottom: 2px solid #24b5dc !important;
}
h2 a.first span {
	color: #666;
}
h2 a.second {
	border-bottom: 2px solid #c51e0c !important;
}
h2 a.third {
	border-bottom: 2px solid #318c25 !important;
}
h2 a.fourth {
	border-bottom: 2px solid #d6b931 !important;
}


div#categories {
	margin-bottom: 48px;
	background: #ddd;
	border-top: 2px solid #666;
}
ul.categories {
	background: #ddd;
	float: left;
}
ul.categories li {
	float: left;
}
ul.categories a {
	text-decoration: none;
	float: left;
	padding: 0.5em 2em;
	border-right: 2px solid #eee;
	font-weight: normal;
}
ul.categories a:hover {
	background: #aaa;
	color: #fff;
}
/* General
----------------------------------------------- */
a {
  color: #222;
  font-weight: bold;
}
a:hover {
  color:#ff4757;
}
.post a.dsq-comment-count {
  background-color: #eee;
  font-weight: normal;
  border-top: 8px solid #ccc;
  padding-top: 0.5em;
  color: #999;
}
div.cmt {
  padding-top: 1em;
}
div.cmt a:hover {
  color: #222;
  border-color: #ccc;
}
#next {
	text-align:center;
	margin:20px 0 20px 0;
}
#next a{	
	margin-right:20px;
	font-size: 20px;
	text-decoration:none;
}
#next big{
	font-size: 25px;
}

.date {
	padding:3px 3px 3px 6px;
	color: #222;
	border-top: 1px solid #ccc;
	border-left: 12px solid #ccc;
}
.date a{
	color: #222;
	text-decoration:none;
}

.tags a{
	color: #222;
}
.date a:hover, .tags a:hover {
	color:#59a5d1;
}

.tags {
	color: #333;
	padding: 0px 3px 4px 6px;
	border-bottom: 1px solid #ccc;
	border-left: 12px solid #ccc;
}

.tags a {
	padding: 1px 3px;
	margin: 0 0 3px 3px;
	font-style: italic;
}
.search {
	margin-top:15px;
}

/* Sidebar
----------------------------------------------- */
#sidebarad {
  text-align: center;
  margin-top: 24px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  background-color: #eee;
}
#sidebartxt {
  text-align: center;
  margin-top: 24px;
  background-color: #ddd;
  border-width: 0px;
	padding: 24px 0;
}
#sidebar a:hover{
	color:#59a5d1;
}
#searchform {
	border: 2px solid #ccc;
	padding: 1em;
	background: #ddd;
	margin-top: 24px;
}
#searchform form {
	margin: 0;
}
#intro {
	border-top: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1em;
}
#feeds {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	border-left: 2px solid #ccc;
	padding: 1em;
	height: 55px;
	background: #e0e0e0;
}
#feeds h4 {
	margin-bottom: 10px;
}
#feeds a {
	font-weight: normal;
}
#feeds img {
	float: left;
	margin-right: 10px;
}
#feeds span.badge {
	float: left;
	margin: 5px 15px 0 0;
}
#promo {
	margin-bottom: 24px;
}
#promo a span {
	display: none;
}
#promo a {
	display: block;
	border: 2px solid #ccc;
	background-image: url('/images/twittercomp.jpg');
	height: 100px;
	width: 100% - 4px;
	margin-top: 24px;
}
#promo a:hover {
	opacity: 0.8;
}
#popularthreads h2, .dsq-widget h2 {
	margin-top: 0;
	color: #fff;
	background-color: #666;
  padding: 0.4em 0.2em;
  text-align: center;
}
#popularthreads a {
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
	line-height: 18px;
}
#popularthreads p {
  font-size: 11px;
}
#popularthreads li {
	border-bottom: 1px solid #ddd;
}
#recentcomments li.dsq-widget-item {
	border-bottom: 5px solid #ddd;
	padding: 0 0 10px 0;
	background: #fefefe;
}
#recentcomments img {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
}
#recentcomments a.dsq-widget-user {
	display: block;
	margin: 0 0 10px 0;
	text-decoration: none;
	background: #ddd;
	padding-top: 6px;
	height: 26px;
}
#recentcomments span.dsq-widget-comment {
	margin: 0 5px;
	display: block;
}
#recentcomments p.dsq-widget-meta {
	margin: 10px 5px 10px 5px;
	font-size: 0.9em;
}

/* Posts
----------------------------------------------- */
#comments-container {
  margin-top: 50px;
	border-top: 1px solid #666;
}
#follower {
	width: 488px;
	height: 60px;
	padding-left: 20px;
	margin-top: 40px;
}
.post {
	margin-bottom:90px;
}
.post a, #promo a {
	font-weight: bold;
	color: #555;
	background-color: #fff;
	text-decoration: none;
}
.post a:hover, #promo a:hover {
	color: #ff0000;
}
.post a.permalink {
  padding: 0 !important;
}
.text img {
  max-width: 100%;
}
.post h2, .post h2 a {
	color: #000;
	margin-bottom:0.5em;
	font-size: 26px;
	font-weight: normal !important;
	font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
  background-color: #eee !important;
}
.post h2 a:hover {
	color: #ff0000;
}
.post p {
	line-height:18px;
	padding-bottom:12px;
}	
blockquote {
	margin:5px 0px 18px 30px;
	padding:3px 0px 3px 5px;
	border-left: 1px solid #c2c2c2;
}
.post ul, .post ol {
	margin: 5px 0px 16px 30px;
}
.post ul li, .post ol li {
	margin-bottom: 0.3em;
}

.post ul {
	list-style: disc;
}
.post ol {
	list-style: decimal;
}
.post .caption {
  margin-top: 1em;
}
.post .caption a {}
.post img.permalink {
	border-width: 0px;
	width: 23px;
	height: 9px;
	position: absolute;
	margin-top:2px;
	margin-left: 490px;
	display: none;
}
.post:hover img.permalink {
    display: block;
}

/* Quote Post
----------------------------------------------- */
.post .quote {
	font-size: 26px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.post .source {
	background-color: #fff;
	padding: 0.2em;
}
.post .source a {
  text-decoration: none;
  color: #000;
  padding: 0;
}
.post .source a:hover {
  color: #ff0000;
}

/* Link Post
----------------------------------------------- */
.link .linka {
	margin-bottom: 1em;
}
.link .linka a {
	font-size: 18px;
      line-height: 1.6em;
	padding: 0.2em;
	text-decoration: none;
	background-color: #fff;
	font-weight: normal;
}

/* Photo Post
----------------------------------------------- */
.photo img {
	border: 4px solid #fff;
	height: auto;
}
.photo .caption {
  border-left: 4px solid #fff;
  padding: 1em 1em 0.5em 1em !important;
  margin-top: 0px;
}

/* Video Post
----------------------------------------------- */
.video .caption, .video .caption p {
  font-size: 18px;
  line-height: 1.2em !important;
  margin-top: 0.5em;
}

/* Chat Post
----------------------------------------------- */
.chat ul {
	margin-top:-5px;
	list-style-type:  none;
	margin-left:-5px;
}
.chat ul, .chat ul li {
	padding: 4px 4px 4px 4px;
}
.chat ul li.even {
	background-color: #e5e5e5;
}
.chat ul li span.label {
	color:#444;
	font-weight: bold;
}
/* Share??
----------------------------------------------- */
#share {
  padding: 0 0 1em 0.5em;
  text-align: right;
}
#share span.fb {
  float: right;
  margin: 1px 0 3px 0px;
  padding: 0;
}
/* SuperMenu Hover
----------------------------------------------- */
a.nexus-super {
	background-color: #5380ac;
	color: #fff !important;
}
a.tablet-super {background-color: #eee;}

/* Feedburner
----------------------------------------------- */
div.feedburnerFeedBlock {
	
}
div.feedburnerFeedBlock a {
	text-decoration: none;
	font-weight: normal;
}
div.feedburnerFeedBlock p.feedTitle {
	display: none;
}
div.feedburnerFeedBlock ul li {
	padding: 0.5em 0 0 0;
	margin-bottom: 0.5em;
	border-top: 4px solid #ddd;
}
div.feedburnerFeedBlock p.date {
	display: inline;
	font-size: 1em !important;
	border-width: 0 !important;
	color: #999;
	margin-left: 1em;
}
div.feedburnerFeedBlock ul li div { /* description */
	display: none;
}
div.feedburnerFeedBlock div#creditfooter {
	display: none;
}
.ad234 {
	margin: 30px 0 0 50px;
	height: 60px;
	width: 234px;
	background-color: #eee;
}a