/*
Theme Name: Ivan's Revenge
Theme URI: http://icrontic.com/
Description: All that is rad.
Author: Matt Lincoln Russell
Author URI: http://lincolnwebs.com/
Tags: 
Version: 14
*/

/* http://meyerweb.com/eric/tools/css/reset/ v2.0b2 | 201101 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0;
	font-size: 100%; font: inherit;
	vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0; }
.clearfixright:after {
  clear: right;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0; }

/* BASICS & STRUCTURE */
body {
	font-size: 62.5%;
	font-family: vera-sans-1, vera-sans-2, Helvetica, Arial, sans-serif;
	background-color: #FCFCFC;
	color: #111;
	line-height: 1.7; }
.retainer {
	width: 970px;
	margin: 0 auto;
	padding: 0 15px; }
.clear { clear: both; }
p, li, dd, dt { font-size: 1.3em; }
em { font-style: italic; }
strong { font-weight: bold; }
sub {
	font-size: .7em;
	vertical-align: bottom; }	
sup {
	font-size: .7em;
	vertical-align: top; }
small {
   font-size: .9em; }
.meta {
   color: #777;
   white-space: nowrap; }
.accent { color: #E76105; }
.dark { color: #DDD; }

/* Overrides */

.Hidden {
   display: none;
}

/* Screen readers only, as part of Section 508 compliance. */
.sr-only {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   padding: 0;
   overflow: hidden;
   clip: rect(0,0,0,0);
   border: 0;
}

/* LINKS */
a, a:visited, .meta .unmeta a {    color: #2758A8; text-decoration: none; }
a:hover, .meta .unmeta a:hover {   color: #E76105; text-decoration: underline; }
a:active, .meta .unmeta a:active { color: #FFA71B; text-decoration: underline; }
a:hover span { text-decoration: underline; }

.alt a, .alt a:visited { color: #E76105; }
.alt a:hover { color: #E76105; }
.alt a:active { color: #FFA71B; }

.dark a { color: #6FAAFF; }
.dark a:hover {  color: #E76105; }
.dark a:active { color: #FFA71B; }

.meta a { color: #777; }
.meta a:hover { color: #E76105; }
.meta a:active { color: #FFA71B; }

.articlemeta .author a {
   color: #E76105;
   font-weight: 700;
   font-size: 1.2em; }
.articlemeta .author a:active { color: #FFA71B; }

.relatedarticle a:hover { text-decoration: none; }
.sidebar h2 a:hover{ text-decoration: none; }


/* HEADINGS */
h1, h2, h3, h4, h5, h6 { 
	font-family: myriad-pro-1, myriad-pro-2, Helvetica, Arial, sans-serif;
	line-height: 1.3;
	color: #000; }
h1 {
    font-size: 4.5em;
    font-weight: 700;
    line-height: 1.1; }
.headline h2 {
   font-weight: 400;
   font-size: 3.5em;
   line-height: 1.1; }
h2 {
	font-size: 2.2em;
	font-weight: 400; }
.sidebar h2 {
   border-bottom: 1px solid #E76105; }
h3 {
	font-size: 1.8em;
	text-transform: uppercase; }
h4, h5, h6 {
	font-size: 1.8em;
	font-style: italic; }
.dark h1, .dark h2, .dark h3, .dark h4 {
   color: #FFF; }
.content h2, .content h3, .content h4 {
   font-weight: 700; }
   
/* SHARING BAR */
.SharingBar {
   top: -40px;
   width: 100%;
   position: fixed;
   z-index: 1; }
.SharingBar .retainer {
   background: #DDE2EB;
   padding-top: 2px;
   border-top: 4px solid black;
   border-bottom: 1px solid #FCFCFC;
   height: 33px; }
.SharingBar .Logo {
   height: 30px;
   float: right;
   padding-right: 30px; }
.SharingBar .Title {
   display: block;
   float: left;
   margin-left: 0;
   width: auto;
   border: 0;
   padding-right: 20px;
   font-size: 1.6em;
   font-weight: bold;
   line-height: .9;
   max-width: 450px; }
.SharingBar .Title td {
   height: 30px;
   padding: 0;
   vertical-align: middle; }
.SharingBar .Title tr:hover td {
   background: none; }
.SharingButton {
   float: left;
   padding-top: 6px; }
.SharingButton.Reddit {
   padding-right: 15px; }
 .SharingButton.Twitter {
   padding-top: 5px; }
.SharingButton.Google {
   padding-top: 8px; }


/* PRIMARY NAV */
.Navigation {
	background: url(images/nav.png) repeat-x top left;
	border-top: 10px solid black;
	height: 30px;
	line-height: 1.3; }	
.Navbar li, .Menu li {
	display: inline;
	float: left;
	height: 20px; }
.Navbar li {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal; }
.Navigation a { 
	display: block;
	height: 20px;
	padding: 7px 8px 3px 8px;
	color: white; }
.Navigation a:hover { 
	color: #E76105;
	background-color: #1C3E76; }
.Navigation a:active { 
	color: #FFA71B; }
.Navigation li.Here a {
	background-color: #DDE2EB;
	color: #000; }
.Menu { 
	float: right;
	font-size: .9em; }
.UserMenu a {
   font-weight: normal; }


.BreadcrumbsWrapper span {
   display: inline;
   float: left;
   height: 20px;
   font-size: 12px; }
.BreadcrumbsWrapper {
   float: left; }
.Navigation .BreadcrumbsWrapper {
   color: white; }
.Crumb { 
   padding: 7px 0 0; }
	

/* HEADER */	
.Head {
	height: 105px;
	padding-top: 10px;
	line-height: 1.3;
	background-color: #DDE2EB;  }
.Identity { 
	float: left; }
.Logo img {
   padding: 5px 0 2px;
   width: 190px; }
.Slogan {
	font-size: 1.2em;
	font-weight: 400; }	
.Leaderboard {
   margin-top: 5px;
	margin-left: 220px;
	height: 90px;
	width: 728px; }
.wrap-banner-ad {
	height: 90px; }


/* FOOTER */
.Foot {
	clear: left;
	background: url(images/footer.png) repeat-x top left #333;
	color: white; }	
.FootCol {
   float: left;
	width: 200px;
	margin: 20px 0; }
.FootCol1,.FootCol2, .FootCol3 {
	margin-right: 20px; }
.FootCol4 {
   width: 310px;
   text-align: right; }
.FootCol h2 {
   margin-bottom: 5px; }
.Foot li {
	margin-top: 0; }
.Rss { margin-bottom: -1px; }
.Copyright {
   padding: 10px 0;
   color: white;
   text-align: left; }
.Search {
   clear: both;
   padding: 0 0 30px 0; }
#SearchBox {
	display: block;
	float: left;
	width: 230px;
	height: 20px;
	padding: 0;
	margin-right: 5px;
	background: #DDE2EB;
	border-top: 2px solid #333;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	border-left: 2px solid #777; }
#SearchSubmit {
	display: block;
	height: 24px;
	padding: 4px 5px 6px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	background: #2758A8;
	color: white;
	border-top: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 1px solid black; }
#searchsubmit:hover {
	background: #1C3E76;  }
#searchsubmit:active {
	background: #FFA71B;
	color: black;
	border-top: 2px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 2px solid black; }


/*** BEGIN WORDPRESS-ONLY ***/


/* PAGE */
.page {
	background: #FCFCFC url(images/ivan.png) no-repeat 15px bottom;
	clear: both;
	padding-top: 15px; }	 
.main {
	margin-left: 220px; }
.main p {
	margin-bottom: 2px; }	
.main .postmetadata {
	color: #777; }
p.more {
	margin-top: 15px; }


/* ARTICLE LIST */	
.entry {
	margin-bottom: 5px;
	clear: right; }
.entry .lede {
   line-height: 1.6;
   margin-bottom: 5px; }
.feature {
   border-bottom: 1px solid #DDD; }
.headline {
   width: 970px;
   border-bottom: 1px solid #DDD; }
.feature-image {
	float: right;
	margin-top: -14px;
	margin-left: 30px;
	width: 300px;
	padding-bottom: 10px; }
.entry p {
   padding-top: 5px; }
.headline p { 
   font-size: 1.6em; }
p.meta { font-size: 1.2em; }
a.headline-readit {
   color: #E76105;
   white-space: nowrap; }
.pagination {
	padding: 10px 0 20px;
	font-size: 1.3em;
	font-weight: bold; }
.pagination .newer {
   float: right;
   margin-top: -23px; }


/* SIDEBAR */
.sidebar {
   float: left;
	width: 190px; }
.ad-medrect { 
   height: 250px;
   width: 300px;
   margin-bottom: 20px; }
.section {
   margin: 0 0 30px 0; }
p.ad {
	margin-top: 0;
	font-weight: 300;
	font-size: 1.2em;
	color: #777;
	text-align: center; }
   
   
#Panel .FilterMenu li,
.PanelInfo li {
	border-bottom: 1px solid #ddd;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   padding: 2px 0;
   line-height: 1.5;
}
#Panel .FilterMenu li:first-child,
.PanelInfo li:first-child {
	border-top: 1px solid #ddd;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#Panel .FilterMenu .Aside,
.PanelInfo .Aside {
   float: right;
}
.PanelInfo .Heading {
   color: #000;
   font-weight: bold;
}
.PanelInfo li strong {
   font-weight: normal;
   text-align: left;
}
.PanelInfo li .LastMessage {
   float: right;
}
.PanelInfo .Meta {
   font-size: 11px;
}
.PanelInfo .Meta span,
.PanelInfo .Meta strong {
   margin-right: 8px;
}
.PanelInfo .Meta span a {
   margin-left: 8px;
}
.PanelInfo .Meta strong {
	display: inline;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
	background: #FF0;
	color:#000;
	font-size:9px;
	font-weight:bold;
	padding: 3px;
	line-height: 1;
}
.PanelInfo .Parent {
	text-align: left;
	font-weight: bold;
	background: none;
	color: #333;
	padding: 2px 0;
}
#Panel .FilterMenu .Features,
.PanelInfo .Features {
	background: #f7f7f7;
   background: rgba(0, 0, 0, 0.03);
	font-weight: bold;
}
.PanelInfo .Features strong {
   font-weight: bold;
}
.PanelActivity .ShowAll,
.PanelInfo .ShowAll {
   font-weight: bold;
   border: 0;
   text-align: right;
	background: none;
}
.PanelInfo li:first-child {
   border-top: none;
}

.Box {
   color: #70727C;
   margin-bottom: 30px;
}
.Box h4 {
   color: #2758A8;
   margin: 0 0 5px 0;
   padding: 0;
   border-bottom: 1px solid #E76105;
   font-size: 18px;
   font-weight: normal;
   font-style: normal;
}

.GuestBox p {
   font-size: 11px;
   line-height: 1.5;
   margin: 10px 0;
}

.NavLabel {
   font-weight: bold;
   margin-right: 4px;
}
.NavButton {
   color: #333;
   text-shadow: 0 0 1px #fff;
   display: inline-block;
   cursor: pointer;
   font-size: 13px;
   line-height: 16px;
   font-weight: bold;
   padding: 5px 8px;
	background: #fafafa;
   border: 1px solid #999;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
	white-space: nowrap;
   background: #fdfdfd;
   background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 31%);
   background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 31%);
   background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 31%);
   background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 31%);
   background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(255,255,255) 31%);
   background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(0, rgb(240,240,240)),
      color-stop(0.31, rgb(255,255,255))
   );
   box-shadow: 0 1px 1px #ddd;
}
.ButtonGroup.Open .NavButton.Handle {
   background: #eee;
}

/* Split Button Dropdown */
.ButtonGroup.Multi > .NavButton:first-child,
.ButtonGroup.Multi > .Button:first-child {
   border-top-right-radius: 0;
   border-bottom-right-radius: 0;
}

.ButtonGroup.Multi > .NavButton.Handle,
.ButtonGroup.Multi > .Button.Handle {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-left: 0;
}

/*.Multi .Button:last {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   font-size: 12px;
   line-height: 1;
   border-left: 0;
}
.Multi .NavButton.Handle {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
   border-left: 0;
   margin: 0;
}*/
.NavButton.Handle .Sprite,
.Button.Handle .Sprite {
    display: inline-block;
    border-style: solid;
    border-width: 4px;
    border-color: #000 transparent transparent transparent;
    position: relative;
    top: 2px;
    margin: 0;
    height: initial;
    width: initial;
    vertical-align: middle;
}
.ButtonGroup.Big .NavButton.Handle .Sprite,
.ButtonGroup.Big .Button.Handle .Sprite {
   top: 0;
}
.ButtonGroup {
    position: relative;
    display: inline-block;
}
.ButtonGroup .Dropdown {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 1px;
    z-index: 100;
}

.ButtonGroup.DropRight .Dropdown {
   right: 0;
   left: auto;
}
#Panel .ButtonGroup .Dropdown {
   right: 0;
}
.ProfileOptions .ButtonGroup .Dropdown {
   left: auto;
   right: 0;
}
.ButtonGroup.Open .Dropdown {
   display: block;
}
.ButtonGroup.Big .NavButton,
.ButtonGroup.Big .Button {
   font-size: 15px;
   padding: 8px;
   text-align: center;
}
.ButtonGroup.Big {
    display: block;
    white-space: nowrap;
}
#Panel .ButtonGroup.Big > .NavButton:first-child,
#Panel .ButtonGroup.Big > .Button:first-child {
    width: 78%;
}

.ActivateSlider {
   display: inline-block;
   background: #bbb;
   /*background: rgba(0, 0, 0, .2);*/
   box-shadow: 0 10px 30px rgba(0, 0, 0, .5) inset;
   border: solid 1px #ccc;
   width: 125px;
   border-radius: 4px;
   padding: 1px;
   position: relative;
}

.ActivateSlider-Active {
   text-align: right;
}

.FilterMenu .Activities,
.FilterMenu .Categories {
   display: none; }
#Panel .BoxActivityFilter {
   margin-top: 30px; }
.BoxCategories {
   margin: 30px 0; }
.PanelCategories .Depth1 {
   /*font-weight: bold;*/ }
.PanelCategories .Depth2 {
   padding-left: 15px; }
.PanelCategories .Depth3,
.PanelCategories .Count {
   display: none; }

.FilterMenu .Discussions,
.AllCategories,
.MyDrafts {
   display: none; }
   
.PanelInfo .DiscussionLink {
   font-size: 13px; }
.ShowAll { display: none; }

#WhosOnline .Count {
   display: none;
}
.PhotoGrid img {
   margin: 1px;
   vertical-align: text-bottom;
   height: 24px;
   width: 24px;
}

.event {
   margin: 10px 0; }

.newcomment, .newarticle {
   margin: 15px 0;
   font-size: 1.2em; }
.newcomment .avatar,  .newarticle .avatar {
   float: left; }
.newcomment div, .newarticle div {
   margin-left: 35px;
   line-height: 1.3; }
.newcomment .title {
   display: block;
   padding-top: 2px; }
.newcomment .title a {
   color: #777; }
.newcomment .comment a {
   color: #000; }
.newcomment .author {
   font-weight: 700; }
   
.sidebar-image {
   float: right;
   padding: 0 0 20px 5px;
	width: 120px; }
.newarticle {
   clear: right; }
.newarticle .title {
   font-size: 1.3em;
   font-weight: 700; }
.newarticle p {
   font-size: 1em; }
.newarticle .meta {
   display: block; }


/* META */
.articlemeta {
   margin: 20px 0;
   line-height: 1.7;
   font-size: 1.3em;
   color: #777; }
.articlemeta img {
   float: left;
   padding-right: 10px;
   padding-top: 5px; }
.articlemeta .author {
   padding-right: 10px; } 
.articlemeta .category {
   display: block; }
.articlemeta .category a {
   background: #DDE2EB;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   color: #1C3E76;
   padding: 1px 4px;
   white-space: nowrap; }
.articlemeta .category a:hover {
   background: #1C3E76;
   color: #E76105; }

/* CONTENT */
.content {
   margin-top: 10px; }
.content p {
	margin-bottom: 20px; }
.content ul, .content ol {
	margin: 0 0 20px 0;
   text-indent: 30px; }
.content ul ul, .content ol ol {
	font-size: 1em; }
.content ul { list-style: disc; }
.content ol { list-style: decimal; }
.content li { 
   margin-bottom: 5px; 
   list-style-position: inside; }	
.col2 { width: 200px; margin-left: 110px; }
.col3 { width: 310px; margin-left: 110px; }
.col4 { width: 420px; margin-left: 110px; }
.col5 { width: 530px; margin-left: 0px; } /* Keep on page */
.col6 { width: 640px; margin-left: 0px; }
.alignright { 
	float: right;
	margin: 0 0 10px 30px;
	display: inline; }
.aligncenter, .centered {
	margin-left: 110px; }
.alignleft {
	margin-left: 0; }
	
.ad-middle { 
   margin: 0 30px 20px 0;
   width: 300px;
   float: left; }
	
/* CAPTIONS */	
.content .wp-caption img { 
	margin-bottom: 0;
	padding-bottom: 0; }
.content .wp-caption p { 
	margin-top: -4px; }	
.col6 p { width: 620px; } /* Compensate for padding */
.col5 p { width: 510px; }
.col4 p { width: 400px; } 
.col3 p { width: 290px; }
.col2 p { width: 180px; }
.wp-caption-text, div.figure p.caption {
	margin: 0; /* was -4px in mockups; can't remember why */
	padding: 3px 5px;
	font-style: italic;
	line-height: 1.3;
	color: #333;
	background: #DDE2EB; }	

/* MEDIA */
p img {
	padding: 0;
	max-width: 100%; }
div.figure { 
	margin: 10px; } /* div.figure is Draco embed wrapper */
	
/* TABLES  */
table {
	margin-left: 110px;
	width: 410px;
	font-size: 1.1em;
	border: 1px solid #2758A8; }
td {
	padding: 5px 10px; }
th { 
	padding: 10px;
	font-size: 1.2em;
	border-bottom: 1px dotted #2758A8; }
tr:nth-child(odd) td {
	background: #DDE2EB; }
tr:hover td {
	background: #C6CFDF; }
	
/* QUOTES */
blockquote {
	margin: 10px 15px;
	padding-left: 10px;
	border-left: 5px solid #C6CFDF;
	font-size: 1em; }
.ic-message blockquote {
	font-size: 1.2em; } /* Fixes tiny comment quotes */
blockquote cite {
	margin: 5px 0 0;
	display: block;
	text-align: right; }
blockquote cite:before {
	content: "- "; }
.ic-quote-byline {
	font-size: .9em;
	font-style: italic;
	padding-bottom: 2px; }	

/* PAGING */
.paging a {
   margin-right: 10px; }
   
/* RELATED */
.relatedarticle {
   display: inline-block;
   width: 200px;
   margin: 0 20px 20px 0;
   line-height: 1.3;
   font-weight: 700; }
.relatedarticle.last {
   margin-right: 0px; }
.relatedimage {
   padding: 0;
	width: 200px;
	height: 80px; }



/* COMMENTS */
ol.commentlist {
	padding-top: 5px;
	text-align: left; }
ol.commentlist li {
	clear: left;
	list-style: none;
	border-top: 3px solid #DDE2EB;
	padding-bottom: 5px; }
ol.commentlist li.author {
	background-color: #FFFFCC; }
div.ic-postbit-author {
	float: left;
	display: inline;
	width: 60px;
	height: auto;
	padding: 5px 0 5px 0;
	overflow: hidden; } 

span.ic-username {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 5px; }
.commentlist img.avatar {
	padding-top: 3px; }
	
small.ic-postbit-meta {
	display: block;
	float: right;
	padding-bottom: 5px; }
li.ic-postbit a.ic-postdate {
	text-decoration: none;
	color: #777; }
li.ic-postbit a.ic-postdate:hover {
	text-decoration: underline;
	color: #E76105; }
li.ic-postbit a.ic-postdate:active {
	color: #FFA71B; }
	
div.ic-message {
	min-height: 60px;
	margin-left: 45px;
	padding: 5px 10px 5px 10px;
	font-size: 1em; }
div.ic-message blockquote {
   font-size: 1em; }
div.ic-message a {
	text-decoration: underline; }
div.ic-message span a {
	text-decoration: none; }	
.commentlist .ic-message p {
	line-height: 1.5;
	padding-bottom: 10px; }

#call-to-comment {
	padding: 10px 0 5px 0px;
	font-weight: bold; }
#call-to-comment a {
	text-decoration: none; }

#commentform {
	background-color: #DDE2EB;
	padding: 0 0 10px 110px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; }
#commentform p {
	margin: 0;
	font-family: Arial, Verdana, Sans-Serif;  }
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0; }
#commentform input #answer { width: 50px; }
#commentform textarea {
	width: 420px;
	height: 90px;
	margin-top: 6px;
	padding: 2px; }
#commentform #submit { }
#comment-notice {
	display: inline;
	padding-left: 10px; }


/* PRINT */
@media print {
   .navigation, #logo-and-slogan p, .comments, ol.commentlist, #commentform, .footer, .sidebar { 
      display: none; }
   div.retainer, .main {
   	width: auto; }
   .header {
   	height: auto; }
   #logo-and-slogan {
   	float: none; }
   	
   .content a:link:after, 
   .content a:visited:after,
   .ic-message a:link:after,
   .ic-message a:visited:after, {
     content: " (" attr(href) ") ";
     font-size: 90%;
   }
}

/* Note: The MessageModule (in /applications/dashboard/modules) wraps all messages
  that it renders in a div with this DismissMessage class. */
/* Messages */
.DismissMessage a.Dismiss {
	font-family: arial;
   position: absolute;
	font-weight: bold;
   line-height: 1;
   color: #999;
	top: 3px;
	right: 5px;
}
.DismissMessage a.Dismiss,
.DismissMessage a.Dismiss:hover {
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   color: #777;
   display: block;
   height:14px;
   margin:0;
   padding:1px 3px 2px 4px;
   width:auto;
   font-family:arial;
   font-size:16px;
   font-weight:bold;
   right: -1px;
   top: -1px;
}
.DismissMessage strong {
	font-weight: bold;
}
.DismissMessage a.Dismiss:hover {
   text-decoration: none;
   border: none;
   background: #333;
   color: #fff;
}
.DismissMessage {
	font-size: 1.3em;
	text-align: left;
	position: relative;
   color: #000;
   border: none;
   border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   margin: 0 0 10px;
   padding: 10px;
}
.CasualMessage {
   background: #CFECFF;
   border: 1px solid #ABDAFB;
   color: #1E79A7;
}
.InfoMessage {
   background: #F6F6F6;
   border: 1px solid #ddd;
}
.AlertMessage {
   background: #fff8ce;
   border: 1px solid #DEDDAF;
}
.WarningMessage {
   background: #ffebe9;
   border: 1px solid #FFCCC9;
}

.Sponsor {
   padding: 0 0 40px;
}


/* Buttons */
.Button {
   display: inline-block;
   cursor: pointer;
   margin: 0;
   font-size: 11px;
   padding: 4px 6px;
	background: #f8f8f8;
   color: #02475A;
   border: 1px solid #999;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
	white-space: nowrap;
	background:-webkit-gradient(linear, center bottom, center top, from(#cccccc), to(#ffffff));
	background:-moz-linear-gradient(top, #ffffff, #cccccc);
	-pie-background:linear-gradient(top, #ffffff, #cccccc);
	background:linear-gradient(top, #ffffff, #cccccc);
   text-shadow: 0 1px 0 #fff;
	box-shadow: 0px 0px 1px #999;
	-moz-box-shadow: 0px 0px 1px #999;
	-webkit-box-shadow: 0px 0px 1px #999;
   line-height: 1;
}
form .Button {
	font-size: 14px;
   font-weight: bold;
}
.Button:hover {
   color: #111;
   border: 1px solid #666;
}
.Button:focus {
   background: #eee;
}
.BigButton {
   display: block;
   text-align: center;
   margin: 0 0 10px;
   font-size: 15px;
   font-weight: bold;
   padding: 8px 0;
   border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}
.Buttons {
   margin-top: 10px;
}
a.BigButton {
   font-family: myriad-pro-1, myriad-pro-2, Helvetica, Arial, sans-serif;
   color: #1C3E76;
   font-size: 18px;
}

#Bookmark_List .Options {
   display: none; }

/* Widescreen Support */
@media screen and (min-width: 1100px) {
   #Body, .retainer { width: 1070px; }
}
@media screen and (min-width: 1210px) {
   #Body, .retainer { width: 1180px; }
}
@media screen and (min-width: 1320px) {
   #Panel { width: 300px; }
   #Body, .retainer { width: 1290px;   }
   .main { margin-left: 330px; }
   .Leaderboard { margin-left: 330px; }
}
@media screen and (min-width: 1540px) {
   #Body, .retainer { width: 1510px;   }
}

/* Smallscreen Support */
@media screen and (max-width: 990px) {
   #Body, .retainer { width: 850px; }
   #rad { display: none; }
   .FootCol3 { margin-right: 0; }
   /*.Identity { float: none; }
   .Head { height: auto; }
   .Leaderboard { margin: 0 auto; padding: 15px 0; }*/
}
@media screen and (max-width: 880px) {
   #Body, .retainer { width: 740px; }
   .LastCommentBy { display: none; }
   .SharingBar .Title { display: none; }
}
@media screen and (max-width: 770px) {
   #Body, .retainer { width: 630px; }
   .BreadcrumbsWrapper { width: 300px; }
   .BreadcrumbsWrapper span.HomeCrumb { display: none; }
   .Navigation a { padding: 7px 4px 3px 4px; }
   .Leaderboard { margin-left: -15px; }
   .DiscussionAuthor { display: none; }
   .MItem, .HasNew { margin-right: 10px; }
   .FootCol1, .FootCol2 { margin-right: 0; }
}