/* @group Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #C6C6C6; margin: 0 -30px; padding: 0; }
input, select { vertical-align: middle; }

select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 25px; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
em {font-style:italic}
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0 0 5px red; -webkit-box-shadow: 0 0 5px red; box-shadow: 0 0 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #08C; color:#fff; text-shadow: none; }
::selection { background:#08C; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #08C; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* @end */

/* @group Global Styles */

body, select, input, textarea { 
	color: #636363;
	font: 14px/26px "Lucida Grande", Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
}

select, input, textarea {
	line-height: normal;
}

body {
	background-color: #c1c4c9;
	background-image: url(../img/bg.jpg);
}

a, a:link, a:visited {
	color: #08c;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

p, image-center, blockquote, pre, ol, ul {
	margin-bottom: 20px;
}

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

h1, h2, h3, h4, h5 {
	color: #333;
	font-weight: normal;
	font-family: MuseoSans500, "Lucida Grande", Verdana, sans-serif;
}	

h1 {
	letter-spacing: -1px;
	color: #1C67AC;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 20px;
}

h2 {
	margin: 25px 0 5px 0;
	font-size: 20px;
	line-height: 25px;
}

h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 24px 0 2px 0;
}

h4 {
	font-size:14px;
}

blockquote, q {
	color: #919191;
	border-left: 3px solid #919191;
	padding-left: 17px;
	margin-left: 5px;
}

pre {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	background-color: #F2F2F2;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Menlo, Courier, monospace;
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 10px;
}

code {
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.066);
	background-color: #F2F2F2;
	border: 1px solid #DDD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Menlo, Courier, monospace;
	font-size: 11px;
	padding: 1px 3px;
}

pre code {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	border: none;
	padding: 0;
}

/* @end */

/* @group Header */

#banner-wrap {
	background-color: #5b5c5c;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.59375) 0px 0px 10px inset;
	-webkit-box-shadow: rgba(0, 0, 0, 0.59375) 0px 0px 10px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.59375) 0px 0px 10px inset;
	border-bottom: 1px solid #EEE;
}

#banner {
	margin: 0 auto;
	width: 750px;
	height: 90px;
}

#backfill_1274273_div {
	float: left;
}

header {
	-webkit-box-shadow: inset 0 0 25px rgba(255,255,255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 25px rgba(255,255,255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 25px rgba(255,255,255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 20px 0;
	height: 40px;
	background: #156cc4;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 5%, rgba(0,0,0,0) 97%), -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 0.2%, rgba(0,0,0,0) 99.8%, rgba(0,0,0,0.2) 100%), -moz-linear-gradient(top, #156cc4 0%, #0060c6 49%, #004fbf 50%, #0051bc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(5%,rgba(0,0,0,0)), color-stop(97%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.45))), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.2)), color-stop(0.2%,rgba(0,0,0,0)), color-stop(99.8%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#156cc4), color-stop(49%,#0060c6), color-stop(50%,#004fbf), color-stop(100%,#0051bc));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.45) 100%), -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 0.2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,0.2) 100%), -webkit-linear-gradient(top, #156cc4 0%,#0060c6 49%,#004fbf 50%,#0051bc 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.45) 100%), -o-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 0.2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,0.2) 100%), -o-linear-gradient(top, #156cc4 0%,#0060c6 49%,#004fbf 50%,#0051bc 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.45) 100%), -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 0.2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,0.2) 100%), -ms-linear-gradient(top, #156cc4 0%,#0060c6 49%,#004fbf 50%,#0051bc 100%);
	background: linear-gradient(top, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 5%,rgba(0,0,0,0) 97%,rgba(0,0,0,0.45) 100%), linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 0.2%,rgba(0,0,0,0) 99.8%,rgba(0,0,0,0.2) 100%), linear-gradient(top, #156cc4 0%,#0060c6 49%,#004fbf 50%,#0051bc 100%);
}

header h1 a {
	padding: 7px 10px 6px 50px;
	font-size: 24px;
	line-height: normal;
	float: left;
	background: url(../img/logo.png) no-repeat 15px 4px;
}

header a:link, header a:visited {
	color: #f3f8f8;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}

header a:hover, header a:active {
	text-decoration: none;
}

#search {
	display: block;
	position: relative;
	float: right;
	width: 268px;
	padding: 5px 0 8px 13px;
	border-left: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.15);
	
}

#search input {
	font-size: 12px;
	line-height: 12px;
	padding: 2px 5px 2px 22px;
	width: 225px;
	border: 1px solid #ccc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	background: #ffffff url(../img/search.png) no-repeat 5px 50%;
}

#search input:focus {
	outline: 0;
}

/* @end */

/* @group Dropdown Navigation */

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	float: right;
}
.sf-menu ul {
	position: absolute;
	top: -99999px;
	width: 120px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility:	inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 50px;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 10em;
	top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 10em;
	top: 0;
}

.pointy-outer, .pointy-inner {
	background: none;
	border-bottom-width: 0;
	height: 0;
	position: absolute;
	width: 0 !important;
}

.pointy-outer {
	border-bottom: 18px solid #fff;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	left: 50%;
	margin-left: -45px;
	top: -23px;
}

.pointy-inner {
	border-bottom: 15px solid rgba(0,0,0,0.77);
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	bottom: -18px;
	left: -15px;
}

.sf-menu > li {
	height: 60px;	
}

.sf-menu > li > a {
	border-left: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15);
	padding: 13px 0;
	min-width: 100px;
	text-align: center;
	font-weight: bold;
}

.sf-menu > li:nth-child(1) > a {
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15), -1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15), -1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.15),inset -1px 0 0 rgba(255,255,255,0.15), -1px 0 0 rgba(255,255,255,0.15);
}

.sf-menu > li > a:hover, .sf-menu > li.sfHover > a, .sf-menu > li > a.current {
	background: rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.2);
	box-shadow: inset 0 0 10px rgba(255,255,255,0.2);
}

.sf-menu > li:nth-child(1) > a:hover, .sf-menu > li:nth-child(1).sfHover > a {
	-webkit-box-shadow: inset 0 0 10px rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.15);
	-moz-box-shadow: inset 0 0 10px rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 0 10px rgba(255,255,255,0.2), -1px 0 0 rgba(255,255,255,0.15);
}

.sf-menu li ul {
	background: rgba(0,0,0,0.7);
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
	box-shadow: 0 0 10px rgba(0,0,0,0.7);
	padding: 5px 1px;
}

.sf-menu li li a {
	color: #fff;
	padding: 3px 5px 4px 15px;
	text-shadow: none;
}

.sf-menu li li a:hover, .sf-menu li li a.current {
	background: #618bf0;
	background: -moz-linear-gradient(top, #618bf0 0%, #1d64ed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#618bf0), color-stop(100%,#1d64ed));
	background: -webkit-linear-gradient(top, #618bf0 0%,#1d64ed 100%);
	background: -o-linear-gradient(top, #618bf0 0%,#1d64ed 100%);
	background: -ms-linear-gradient(top, #618bf0 0%,#1d64ed 100%);
	background: linear-gradient(top, #618bf0 0%,#1d64ed 100%);
	-webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
}


/* @end */

/* @group Layout */

#container {
	margin: 0 auto;
	width: 960px;
}

#main {
	background-color: #f2f4f6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: inset 0 1px 3px rgba(255,255,255,1), 0 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 1px 3px rgba(255,255,255,1), 0 1px 4px rgba(0,0,0,0.4);
	box-shadow: inset 0 1px 3px rgba(255,255,255,1), 0 1px 4px rgba(0,0,0,0.4);
}

#content {
	-webkit-box-shadow: 1px 0 0 #fff;
	-moz-box-shadow: 1px 0 0 #fff;
	box-shadow: 1px 0 0 #fff;
	background-color: #ffffff;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	float: left;
	border-right: 1px solid #c8d1d9;
	padding: 20px 30px;
	width: 618px;
	min-height: 1050px;
}

#upcomingMessage {
	display: none;
	position: relative;
	margin: -10px 140px 10px 290px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.7);
    border: 2px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.7);
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
	color: #fff;
}

#upcomingMessage a {
	text-decoration: none;
	color: #fff;
}

#upcomingMessage .pointy-outer {
	top: -18px;
}

#upcomingMessage #closeButton {
	position: absolute;
	top: 50%;
	right: 12px;
	bottom: auto;
	left: auto;
	margin: -7px 0 0 0;
	width: 14px;
	height: 14px;
	background: url('../img/close.png') no-repeat;
	text-indent: -1000px;
	cursor: pointer;
}

#upcomingMessage #closeButton:hover {
	background: url('../img/closeHover.png') no-repeat;
}

#upcomingMessage #closeButton:active {
	background: url('../img/closePress.png') no-repeat;
}

/* @end */

/* @group Main Content */

.alert {
    background: #444 url(../img/linen2.png);
    margin: 15px 10px;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: inset 0 3px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 3px 10px rgba(0,0,0,0.5);
    box-shadow: inset 0 3px 10px rgba(0,0,0,0.5);
	color: #fff;
	text-shadow: #000 0 1px 2px;
	text-align: center;
	font-size: 15px;
}

.stories, .attachments {
	border-bottom: 1px solid #eee;
	margin: 0px -30px;
	padding: 15px 30px;
}

.stories:nth-child(1) {
	padding-top: 0;
}

.votebox {
	float:left;
	text-align: center;
}

.votenumber {
	font-size: 14px;
	line-height: 14px;
	font-weight:bold;
	display: block;
}

.arrow {
	width: 15px;
	height: 15px;
	margin: 2px auto 2px auto;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.arrow.up { background-image: url(../img/arrow-up.gif); }
.arrow.down { background-image: url(../img/arrow-down.gif); }
.arrow.up.voted { background-image: url(../img/arrow-upvote.gif); }
.arrow.down.voted { background-image: url(../img/arrow-downvote.gif); }

.title {
	padding-left: 30px;
}

.title h2 {
	margin: 3px 0 0 0;
}

.title h2 a {
	color: #333;
}
.title h2 a:hover {
	color: #08C;
	text-decoration: none;
}

.subtext {
	font-size: 11px;
}

.subtext a {
	color: #888;
}

.subtext a:hover {
	color: #08C;
}

.storycontent {
	margin-top: 20px;
	font-size: 12px;
	line-height: 19px;
}

.storycontent img, .comment-right img {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 10px;
	max-width: 598px;
}

.storycontent h1, .storycontent h2, .storycontent h3, .comment-right h1, .comment-right h2, .comment-right h3 {
	font-size: 16px;
	line-height: 24px;
	margin: 24px 0 2px 0;
	color: #333;
	font-weight: normal;
	letter-spacing: 0;
	margin: 20px 0 3px;
}

.storycontent .bsap img {
	padding: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.articleAds {
	margin-top: 20px;
}

.articleAds .ad1.odd {
	margin-left: 20px;
}

.articleAds .ad2.even {
	margin-right: 20px;
	float: right;
}

.adContainer {
	text-align: center;
	margin: 20px 0;
}

/* @end */

/* @group Formatting Help */

body.formatting {
	background: none;
}

.formatting h2 {
	margin: 5px 0;
}

.formatting h3, .formatting h4 {
	display: inline;
}

/* @end */

/* @group Segmented Navigation */

#segment {
	text-align: center;
}

#segment nav {
	display: inline-block;
	padding: 10px 20px;
	background: #eee;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #dddddd 50%, #cfcfcf 51%, #efefef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(50%,#dddddd), color-stop(51%,#cfcfcf), color-stop(100%,#efefef));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#dddddd 50%,#cfcfcf 51%,#efefef 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#dddddd 50%,#cfcfcf 51%,#efefef 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#dddddd 50%,#cfcfcf 51%,#efefef 100%);
	background: linear-gradient(top, #f9f9f9 0%,#dddddd 50%,#cfcfcf 51%,#efefef 100%);
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1), inset 0px 1px 0px #fff;
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1), inset 0px 1px 0px #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1), inset 0px 1px 0px #fff;
}

#segment nav ul {
	height: 21px;
	background: #d6d6d6;
	border: 1px solid #8e8e8e;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25), 0px 1px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.25), 0px 1px 0px rgba(255,255,255,0.5);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.25), 0px 1px 0px rgba(255,255,255,0.5);
	position: relative;
}

#segment nav ul li {
	float: left;
	font-size: 12px;
	line-height: 21px;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}

#segment nav ul li.current {
	margin: -1px;
	border: 1px solid #8E8E8E;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%, #fdfdfd 40%, #efefef 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef), color-stop(40%,#fdfdfd), color-stop(60%,#efefef));
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%,#fdfdfd 40%,#efefef 60%);
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%,#fdfdfd 40%,#efefef 60%);
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%,#fdfdfd 40%,#efefef 60%);
	background: linear-gradient(top, #ffffff 0%,#efefef 100%,#fdfdfd 40%,#efefef 60%);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.98) inset;
	-moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.98) inset;
	box-shadow: 0 1px 2px rgba(255, 255, 255, 0.98) inset;

}

#segment nav ul li a {
	color: #333;
	padding: 0 15px;
}

#segment nav ul li a:hover {
	text-decoration: none;
}

/* @end */

/* @group Form elements */

.formBox {
	margin: 40px auto;
	padding-bottom: 1px;
	background-color: rgb(245,245,245);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
	box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.formBox h2 {
	color: #555;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, rgb(240,240,240) 0%, rgb(230,230,230) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,240,240)), color-stop(100%,rgb(230,230,230)));
	background: -webkit-linear-gradient(top, rgb(240,240,240) 0%,rgb(230,230,230) 100%);
	background: -o-linear-gradient(top, rgb(240,240,240) 0%,rgb(230,230,230) 100%);
	background: -ms-linear-gradient(top, rgb(240,240,240) 0%,rgb(230,230,230) 100%);
	background: linear-gradient(top, rgb(240,240,240) 0%,rgb(230,230,230) 100%);
	-webkit-box-shadow: inset 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1);
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-radius: 4px 4px 0 0;
	text-shadow: 0 1px 0 #fff;
	border-bottom: 1px solid #bebebe;
}

.formBox li {
	margin: 15px 0 15px 120px;
}

.formBox.login li {
	margin: 15px 0 15px 100px;
}

.formBox ul {
	list-style-type: none;
	margin: 30px;
}

.formBox li label {
	float: left;
	margin-left: -119px;
	width: 119px;
}

.formBox.login li label {
	float: left;
	margin-left: -99px;
	width: 99px;
}

.rightLi {
	float: right;
}

.formBox li#rememberContainer {
	float: left;
	margin: 0 0 0 100px;
}

.formBox li#rememberContainer label {
	margin-left: 0;
	float: none;
}

.formBox input[type="text"], .formBox input[type="password"], .formBox textarea {
	width: 97%;
}

.formBox input[type="checkbox"] {
	margin-right: 4px;
	vertical-align: baseline;
}

.formBox select {
	font-size: 16px;
}

input[type="text"], input[type="password"], textarea {
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
	border-top: 1px solid rgb(171,171,171);
	border-left: 1px solid rgb(186,186,186);
	border-right: 1px solid rgb(186,186,186);
	border-bottom: 1px solid rgb(197,197,197);
	padding: 3px;
}

.buttons {
	display: inline-block;
	padding: 0 20px;
	height: 22px;
	line-height: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
	font-family: "Lucida Grande", lucida, "Helvetica Neue", helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255,255,255,0.09);
}

@-webkit-keyframes blinking {
   from {
	   -webkit-box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
   50% {
	   -webkit-box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0.2), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
	to {
	   -webkit-box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
	}
	
	@-moz-keyframes blinking {
   from {
	   -moz-box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
   50% {
	   -moz-box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0.2), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
	to {
	   -moz-box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
	}
	
	@keyframes blinking {
   from {
	   box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
   50% {
	   box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0.2), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
	to {
	   box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
		}
	}

.buttons.ok {
	border-top-color: #5a5caf;
	border-bottom-color: #52536f;
	border-left-color: #56578f;
	border-right-color: #56578f;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #D3F7FD),
		color-stop(0.5, #87C5FB),
		color-stop(0.5, #A1D1F9),
		color-stop(1, #D4E9FC)
		);
	background-image: -moz-linear-gradient(
		center bottom,
		#D3F7FD 0%,
		#87C5FB 50%,
		#A1D1F9 50%,
		#D4E9FC 100%
		);
	-webkit-animation-name: blinking;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	-moz-animation-name: blinking;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-moz-animation-duration: 1s;
	animation-name: blinking;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 1s;
}

.buttons.ok:active, .buttons.default:active, .buttons.small:active {
	-webkit-box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0.3), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
	-webkit-animation-name: none;
	-moz-box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0.3), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
	-moz-animation-name: none;
	box-shadow: 
			inset 0 19px 0 rgba(0,115,215,0.3), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
	animation-name: none;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #D3F7FD),
		color-stop(0.5, #87C5FB),
		color-stop(0.5, #A1D1F9),
		color-stop(1, #D4E9FC)
		);
	background-image: -moz-linear-gradient(
		center bottom,
		#D3F7FD 0%,
		#87C5FB 50%,
		#A1D1F9 50%,
		#D4E9FC 100%
		);
	border-top-color: #5a5caf;
	border-bottom-color: #52536f;
	border-left-color: #56578f;
	border-right-color: #56578f;
}


.buttons.default, .buttons.inactive, .buttons.small {
	border-color: #9a9a9a;
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #EBEBEB),
		color-stop(0.5, #ECECEC),
		color-stop(0.5, #F3F3F3),
		color-stop(1, #FFFFFF)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#EBEBEB 0%,
		#ECECEC 50%,
		#F3F3F3 50%,
		#FFFFFF 100%
	);
	-webkit-box-shadow: 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
	-moz-box-shadow: 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
	box-shadow: 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);		
}

.buttons.inactive {
	opacity: 0.5;
	cursor: default;
}

.buttons.small {
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	padding: 0 7px;
}

.buttons.small:active {
	-webkit-box-shadow: 
			inset 0 16px 0 rgba(0,115,215,0.3), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
	-moz-box-shadow: 
			inset 0 16px 0 rgba(0,115,215,0.3), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
	box-shadow: 
			inset 0 16px 0 rgba(0,115,215,0.3), 
			inset 0 1px 0 rgba(255,255,255,1),
			0 1px 0 rgba(0,0,0,0.09);
}

/* @end */

/* @group Submit */

.formBox.upload {
	width: 400px;
}

.formBox.upload form {
	padding: 20px;
}

.formBox.upload p {
	margin: 20px;
}

.formBox.upload img {
	max-width: 360px;
}

input[type="file"] {
	width: 250px;
}

.loading {
	padding: 40px 20px 20px;
	background: url(../img/loader.gif) no-repeat 50% 20px;
	text-align: center;
}

#bodytext {
	height: 200px;
	resize: vertical;
}


/* Profile */

#personal_info {
	margin-top: 30px;
}

#stats {
	float: right;
	width:230px;
	margin: 20px 0 20px 20px;
}

#stats dl {
	padding: 10px 0 10px 10px;
}

dt {
	font-weight: bold;
	float: left;
	clear: left;
	width: 110px;
}

dd {
	float: left;
}

.formBox.profile {
	width: 500px;
}

.formBox.profile img {
	float: left;
	margin: 5px 15px 0 -80px;
	padding: 6px;
	background: white;
	border: 1px solid #D5D1C2;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
}

/* Comments */

.comment-form {
	height: 180px;
	width: 560px;
	resize: vertical;
}

#comment_content {
	width: 610px;
}

#comments h3 {
	margin-bottom: 10px;
}

.comment-left {
	background-color: #f2f2f2;
	border: 1px solid rgba(0, 0, 0, 0.078125);
	border-radius: 3px;
	-moz-border-radius: 3px;
	height: 40px;
	padding: 3px;
	vertical-align: middle;
}

.comment-left img {
	float: left;
	background: rgba(255, 255, 255, 0.699219);
	border: 1px solid #BBB;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: 0px;
	padding: 3px;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.148438);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.148438);
}

.commentsubtext  {
	font-size: 12px;
	padding: 8px 8px 8px 50px;
}

.commentsubtext a {
	font-weight: bold;
}

.comment-right {
	margin: 0px 10px 20px 0px;
	padding:6px 12px 10px 12px;
	overflow:hidden;
	font-size: 12px;
	line-height: 20px;
}

.commenttools {
	padding: 0px 10px;
	float:right;
	font-size: 10px;
}

.inline-comment {
	margin: 0 0 20px 50px;
}

.child-comment {
	margin-left: 30px;
}

#commentLogin {
	font-weight:bold;
	border:#ccc solid 1px;
	text-align:center;
	padding: 8px;
}

/* @end */

/* @group Sidebar */

aside {
	float: right;
	width: 270px;
	margin-top: 10px;
}

#login {
	text-align: center;
	color: #424242;
	padding-bottom: 5px;
	text-transform: capitalize; 
}

aside ul {
	list-style-type:none;
	font-size: 12px;
	margin: 0 0 0 10px;
	line-height: 18px;
}

.sm_32_icon, .sm_32_icon span { position: relative; margin: 0; padding: 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

.sm_32_icon { z-index: 2; display: inline-block; margin: 1px; width: inherit; height: inherit; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); opacity: .8; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; transition: all .25s ease-in-out; }

.sm_32_icon span { z-index: 3; display: block; width: 30px; height: 30px; background-image: url(../img/sm_32_icons.png); -webkit-transition: all .1s ease-in-out; -moz-transition   : all .1s ease-in-out; -o-transition: all .1s ease-in-out; -ms-transition: all .1s ease-in-out; transition: all .1s ease-in-out; }

.sm_32_icon:hover { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; }

.sm_32_icon:active span { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.sm_shadow { -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); }

.sm_32_facebook { border: 1px solid #25386f; background: rgb(76,115,182); background: -moz-linear-gradient(top,  rgba(76,115,182,1) 0%, rgba(62,93,156,1) 41%, rgba(59,89,152,1) 52%, rgba(59,89,152,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,115,182,1)), color-stop(41%,rgba(62,93,156,1)), color-stop(52%,rgba(59,89,152,1)), color-stop(100%,rgba(59,89,152,1))); background: -webkit-linear-gradient(top,  rgba(76,115,182,1) 0%,rgba(62,93,156,1) 41%,rgba(59,89,152,1) 52%,rgba(59,89,152,1) 100%); background: -o-linear-gradient(top,  rgba(76,115,182,1) 0%,rgba(62,93,156,1) 41%,rgba(59,89,152,1) 52%,rgba(59,89,152,1) 100%); background: -ms-linear-gradient(top,  rgba(76,115,182,1) 0%,rgba(62,93,156,1) 41%,rgba(59,89,152,1) 52%,rgba(59,89,152,1) 100%); background: linear-gradient(top,  rgba(76,115,182,1) 0%,rgba(62,93,156,1) 41%,rgba(59,89,152,1) 52%,rgba(59,89,152,1) 100%); }

.sm_32_facebook span { -webkit-box-shadow: inset 0px 0px 1px 1px #72addb; -moz-box-shadow: inset 0px 0px 1px 1px #72addb; box-shadow: inset 0px 0px 1px 1px #72addb; }

.sm_32_gmail { border: 1px solid #8e0b00; background: rgb(199,22,0); background: -moz-linear-gradient(top,  rgba(199,22,0,1) 0%, rgba(176,17,0,1) 52%, rgba(176,17,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(199,22,0,1)), color-stop(52%,rgba(176,17,0,1)), color-stop(100%,rgba(176,17,0,1))); background: -webkit-linear-gradient(top,  rgba(199,22,0,1) 0%,rgba(176,17,0,1) 52%,rgba(176,17,0,1) 100%); background: -o-linear-gradient(top,  rgba(199,22,0,1) 0%,rgba(176,17,0,1) 52%,rgba(176,17,0,1) 100%); background: -ms-linear-gradient(top,  rgba(199,22,0,1) 0%,rgba(176,17,0,1) 52%,rgba(176,17,0,1) 100%); background: linear-gradient(top,  rgba(199,22,0,1) 0%,rgba(176,17,0,1) 52%,rgba(176,17,0,1) 100%); }

.sm_32_gmail span { -webkit-box-shadow: inset 0px 0px 1px 1px #e32100; -moz-box-shadow: inset 0px 0px 1px 1px #e32100; box-shadow: inset 0px 0px 1px 1px #e32100; }


.sm_32_googlepluscolor { border: 1px solid #1c1c1c; background: rgb(58,58,58); background: -moz-linear-gradient(top,  rgba(58,58,58,1) 0%, rgba(45,45,45,1) 52%, rgba(45,45,45,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,58,58,1)), color-stop(52%,rgba(45,45,45,1)), color-stop(100%,rgba(45,45,45,1))); background: -webkit-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(45,45,45,1) 52%,rgba(45,45,45,1) 100%); background: -o-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(45,45,45,1) 52%,rgba(45,45,45,1) 100%); background: -ms-linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(45,45,45,1) 52%,rgba(45,45,45,1) 100%); background: linear-gradient(top,  rgba(58,58,58,1) 0%,rgba(45,45,45,1) 52%,rgba(45,45,45,1) 100%); }

.sm_32_googlepluscolor { border-top: none; height: 31px; }

.sm_32_googlepluscolor { -webkit-box-shadow: inset 0px 0px 1px 1px #575757, 0px 1px 1px rgba(0, 0, 0, .3); -moz-box-shadow: inset 0px 0px 1px 1px #575757, 0px 1px 1px rgba(0, 0, 0, .3); box-shadow: inset 0px 0px 1px 1px #575757, 0px 1px 1px rgba(0, 0, 0, .3); }

.sm_32_googlepluscolor:active { -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); box-shadow: 0px 1px 1px rgba(0, 0, 0, .3); }

.sm_32_rss { border: 1px solid #ec5f01; background: rgb(250,173,3); background: -moz-linear-gradient(top,  rgba(250,173,3,1) 0%, rgba(248,140,2,1) 48%, rgba(248,139,2,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,173,3,1)), color-stop(48%,rgba(248,140,2,1)), color-stop(100%,rgba(248,139,2,1))); background: -webkit-linear-gradient(top,  rgba(250,173,3,1) 0%,rgba(248,140,2,1) 48%,rgba(248,139,2,1) 100%); background: -o-linear-gradient(top,  rgba(250,173,3,1) 0%,rgba(248,140,2,1) 48%,rgba(248,139,2,1) 100%); background: -ms-linear-gradient(top,  rgba(250,173,3,1) 0%,rgba(248,140,2,1) 48%,rgba(248,139,2,1) 100%); background: linear-gradient(top,  rgba(250,173,3,1) 0%,rgba(248,140,2,1) 48%,rgba(248,139,2,1) 100%); }

.sm_32_rss span { -webkit-box-shadow: inset 0px 0px 1px 1px #fdd605; -moz-box-shadow: inset 0px 0px 1px 1px #fdd605; box-shadow: inset 0px 0px 1px 1px #fdd605; }

.sm_32_twitter2 { border: 1px solid #2ab3e9; background: rgb(88,219,249); background: -moz-linear-gradient(top,  rgba(88,219,249,1) 0%, rgba(68,204,246,1) 52%, rgba(68,204,246,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(88,219,249,1)), color-stop(52%,rgba(68,204,246,1)), color-stop(100%,rgba(68,204,246,1))); background: -webkit-linear-gradient(top,  rgba(88,219,249,1) 0%,rgba(68,204,246,1) 52%,rgba(68,204,246,1) 100%); background: -o-linear-gradient(top,  rgba(88,219,249,1) 0%,rgba(68,204,246,1) 52%,rgba(68,204,246,1) 100%); background: -ms-linear-gradient(top,  rgba(88,219,249,1) 0%,rgba(68,204,246,1) 52%,rgba(68,204,246,1) 100%); background: linear-gradient(top,  rgba(88,219,249,1) 0%,rgba(68,204,246,1) 52%,rgba(68,204,246,1) 100%); }

.sm_32_twitter2 span { -webkit-box-shadow: inset 0px 0px 1px 1px #84edfc; -moz-box-shadow: inset 0px 0px 1px 1px #84edfc; box-shadow: inset 0px 0px 1px 1px #84edfc; }

.sm_32_facebook span { background-position        : 0px 0px; }
.sm_32_gmail span { background-position           : -420px 0px; }
.sm_32_googlepluscolor span { background-position : -570px 0px; }
.sm_32_rss span { background-position             : -840px 0px; }
.sm_32_twitter2 span { background-position        : -900px 0px; }

#follow {
	margin: 0 10px 10px 0;
	padding: 10px 25px 0 25px;
}

#follow ul {
	list-style-type: none;
	float: left;
	margin: 0;
}

#follow li {
	float: left;
	margin: 0 4px;
}

.tipsy { padding: 5px; font-size: 11px; line-height: 16px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../img/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

.ads a {
	margin: 0 10px 10px 0;
}

.sort li a {
	color: #444;
	padding: 4px 0 0 20px;
	background: url(../img/cat.png) no-repeat left bottom;
}

.active {
	font-weight: bold;
}

.sidebar-stories li {
	margin-bottom:-3px;
	line-height:22px;
}

.sidebar-vote-number a {
	font-size:11px;
	padding-right:3px;
	margin-right:2px;
	border-right:1px solid #DEDEDE;
}

.sidebar-article a {
	color:#444;
}

/* @end */

/* @group Footer */

footer {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	clear: both;
	padding: 20px 15px;
}

footer ul {
	float: right;
	list-style: none;
}

footer ul li {
	float: left;
	padding: 0 2px;
}

footer ul li:after {
    content: " | "
}

footer ul li:last-child:after {
    content: "";
}

footer, footer a:link, footer a:visited {
	color: #606060;
}

footer a:hover, footer a:active {
	color: #1C67AC;
}

#footerText {
	float: left;
}

#footerLinks {
	float: right;
}

/* @end */

/* Pagination */

.pagination {
	height:30px;
	margin:40px 0 20px 0;
	text-align: center;
	clear: both;
}

.pagination p {
	display: inline-block;
}

.pagination a, .pagination a:link, .pagination span {
	background:url(../img/pagination.png) 0 0 no-repeat;
	display:block;
	float:left;
	width:28px;
	height:27px;
	text-decoration:none;
	text-align:center;
	line-height:26px;
	margin-right:3px;
	font-weight:bold;
	color:#717171;
	text-shadow:1px 1px 0 #fff;
}

.pagination a:active {
	margin-top:1px;
}

.pagination a:hover {
	background-position:0 -27px;
}

.pagination .pagescurrent {
	text-shadow:0 1px 0 #585858;
	color:#fff;
	background-position:-140px 0;
}

.pagination a.next, .pagination span.next {
	background-position:-113px 0 !important;
}

.pagination a.next:hover {
	background-position:-113px -27px !important;
}

.pagination a.previous, .pagination span.previous {
	background-position:-28px 0 !important;
}

.pagination a.previous:hover {
	background-position:-28px -27px !important;
}

.pagination .dotdotdot {
	background:none;
	width:auto;
	font-weight:normal;
	margin-right:7px;
	margin-left: 4px;
	line-height:27px;
}
.wp-pagenavi .extend {
	padding:0 5px;
	margin:0 5px 0 1px;
}


/* @group Login and Register */

.formBox.login {
	width: 350px;
}

.formBox.register {
	width: 400px;
}

.formBox #recaptcha_area {
	margin: 0px auto;
}

/* @end */

/* @group FancyBox */

#fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; }
#fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('../img/fancybox/fancybox.png'); }
#fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; }
#fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; }
#fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; }
#fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; }
#fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; }
#fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url('../img/fancybox/fancybox.png') -40px 0px; cursor: pointer; z-index: 1103; display: none; }
#fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; }
#fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; }
#fancybox-frame { width: 100%; height: 100%; border: none; display: block; }
#fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url('../img/fancybox/blank.gif'); z-index: 1102; display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; }
#fancybox-left-ico { background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; } /* IE6 */ 
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto; right: 20px; }
.fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; }
#fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url('../img/fancybox/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px; right: -20px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -162px; }
#fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url('../img/fancybox/fancybox-y.png'); background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px; right: -20px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -182px; }
#fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url('../img/fancybox/fancybox-x.png'); background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -142px; }
#fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url('../img/fancybox/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px; left: -20px; background-image: url('../img/fancybox/fancybox.png'); background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; }
.fancybox-title-outside { padding-top: 10px; color: #fff; }
.fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; }
#fancybox-title-over { padding: 10px; background-image: url('../img/fancybox/fancy_title_over.png'); display: block; }
.fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; }
#fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; }
#fancybox-title-float-wrap td { border: none; white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px; background: url('../img/fancybox/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url('../img/fancybox/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px; background: url('../img/fancybox/fancybox.png') -55px -90px no-repeat; }

/* @end */

/* @group Helper Classes */

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
	z-index: 29;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
	z-index: 29;
}

.c { text-align: center; }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* @end */

/* @group Fonts */

@font-face {
	font-family: 'MuseoSans500';
	src: url('type/museosans_500-webfont.eot');
	src: local('☺'), url('type/museosans_500-webfont.woff') format('woff'), url('type/museosans_500-webfont.ttf') format('truetype'), url('type/museosans_500-webfont.svg#webfontOPBtSDZZ') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  aside, header nav, #search { display: none !important; }
  #content { width: 90% !important; border-right-width: 0 !important;}
  header h1 a { font-size: 42px !important; padding: 25px !important;}
}






