/***********************************************************************
   GEARCULT.com
 ***********************************************************************/

html {
    min-width: 950px;
} /*  ie7 specific */

body {
    color: #000;
    margin: 0;
    padding: 0 20px;
    text-align: center;
    font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
    font-size: 13px;
    background: #eeeeee;
/*    background: #E4EBE3; */
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
    font: 83%/1.2 arial, helvetica, sans-serif;
}

input {
    line-height: 1;
}

h1, h2, h3, h4, h5 {
  font-size: 13px;
  margin: 0px;
  padding: 0px; }

h1 {
  font-size: 14px; }

h4, h5 {
  font-size: 11px; }

h3 {
    margin: 0 0 0.5em 0;
    font: normal 135%/1 arial,sans-serif;
    letter-spacing: -0.03em;
}

h2 a, h2 a:visited {
    color: #0059bf;
    font-size: 11px;
    text-decoration: none;
} /*IE6, IE7*/



h3 a, h3 a:visited {
    color: #000;
    text-decoration: none;
    background: url(/img/link-line.gif) repeat-x 0 95%;
} /*IE6, IE7*/

h3 a:hover {
    color: #7c0000; 
}

.more:link, .more:visited {
    font-weight: bold;
    color: #7777bb;
    padding-left: 0.5em;
}

p {
/*  font-family: "lucida grande", tahoma, verdana, arial, sans-serif; */
  font-size: 13px;
  text-align: left; 
  line-height: 1.4;}

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

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

a:hover {
  text-decoration: underline; }

img {
  border: 0px; }

select {
  border:1px solid #BDC7D8;
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:13px;
  padding:2px;
}

ul.compact {
    margin: 0;
    padding-left: 20px;
}

li {
    margin-bottom: 0.3em;
}

form {
    margin: 0;
}

#container {
    text-align: left;
    margin: 0 auto;
    max-width: 1200px;
}   

#wrapper {
    background: url(/img/main-back.gif) 0 0 no-repeat;
    padding: 15px 0 0 15px;
    min-height: 400px;
} /*IE6*/

#contents {
    clear: both;
    padding: 0 15px 30px 0;
    margin-top: 7px;
    background: #fff url(/img/main-back.gif) 100% 0 no-repeat;
}

.thumb {
    float: right;
}

.thumb img {
    padding: 3px;
    border: 1px solid #999;
    margin:  0 0 1em 2em;
}

.thumb span {
    display: none;
}

/* MAIN CODE */

.main {
    margin-right: 310px;
}

.sidebar {
    background: #f9f9f9;
    float: right;
    width: 300px;
 /*   clear: right; */
    margin: 0 0 2em 0;
    min-height: 300px;
}

.selector {
    background: url(/img/tab-line.gif) 0 50% repeat-x;
    width: 100%;
    float: right;
    font-size: 100%;
}

.selector h2 {
    background: #fff;
    float: left;
    color: #333;
    font-size: 140%;
    word-spacing: -0.1em;
    padding-right: 5px;
    padding-top: 6px;
}

.selector .tool, .selector .tool:visited {
    float: right;
    font-weight: bold;
    text-decoration: none;
    color: #8aa07f;
    padding: 2px 1px;
    border: 4px solid #fff;
    background: #fff;
    margin-top: 3px;
    height: 20px;
    word-spacing: -0.1em;
}

.selector span.tool {
    background: #8aa07f url(/img/menu-current.gif) 100% -90px no-repeat;
    padding: 0;
    height: auto;
} /*ie6*/

.selector span.tool strong {
    display: block;
    background: url(/img/menu-current.gif) 0 -90px no-repeat;
    color: #fff;
    padding: 2px 6px;
    height: 16px;
}

.selector a.tool:hover {
    text-decoration: underline;
}


/* HEADER CODE */

#h {
    background: #000000;
    color: #fff;
    float: left;
    width: 100%;
    margin-bottom: 7px;
    position: relative;
    z-index: 99999;
}

#h a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#h a:hover, #h a:focus {
    color: #fff;
    text-decoration: underline;
}

/* GEARCULT LOGO */
h1 {
    font-size: 100%;
    margin: 0;
    float: left;
}

h1 a {
    display: block;
    height: 55px;
    width: 401px;
    text-indent: -2000em;
    z-index: 1000; /* need for FX and IE */
    background: url(/img/gearcult.jpg)  no-repeat;
}

h1 a:hover, h1 a:focus {
    cursor: pointer; /* IE7 */
}
/* END GEARCULT LOGO */

.side-header {
    padding: 0 35px 0 10px;
    float: right;
    margin: 0;
    position: relative;
    min-height: 33px;
} /*IE6*/

.side-header a {
    padding: 5px 10px 4px 10px;
    margin: 11px 0;
    display: block;
    float: left;
    line-height: 1;
    word-spacing: -0.1em;
}

.side-header a.activity {
    margin: 11px 10px 0 -6px;
    padding: 0;
    background: url(/img/menu-current.gif) 100% -150px no-repeat;
    border: none;
    text-decoration: none;
} /*IE6*/

.side-header a.activity strong {
    padding: 5px 16px 3px 5px;
    display: block;
    height: 15px;
}

.side-header a.activity:hover strong,
.side-header a.activity:focus strong
.side-header a.current strong {
    background: url(/img/menu-current.gif) 0 -120px no-repeat;
}

.side-header a.activity:hover,
.side-header a.activity:focus,
.side-header a.current {
    background: #668eb5 url(/img/menu-current.gif) 100% -120px no-repeat;
    cursor: pointer;
    text-decoration: none !important;
}

.side-header a.header-alert, .side-header a.header-alert:hover {
    border: none;
    font-size: 85%;
    color: #ffeb68 !important;
    margin-left: -10px;
    text-decoration: none !important;
}

.side-header a.current {
    background-position: 100% -300px !important;
}

.side-header img {
    vertical-align: middle;
    border: 1px solid #ddd;
    padding: 1px;
    position: absolute;
    left: -6px;
    top: 12px;
}

#h ul, #h li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#h ul {
    float: left;
}

#h li {
    float: left;
    margin: 4px 0 5px 0;
    position: relative;
}

#h-pri {
    padding-top: 5px;
    float: left;
    width: 100%;
    font-size: 106%;
    position: relative;
    background: #7C0000;
}

#h-pri ul {
    padding-left: 2px;
    min-height: 25px;
}

#h-pri li
{
    float: left;
    margin: 0 0.20em;
}


#h li a, #h-pri li a {
    color: #fff;
    word-spacing: -0.1em;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px;
}


#h-pri li a.current strong {
    color: #fff;
    position: relative;
    display: block;
    float: left;
    background: #3c0000;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

#h-pri li a:hover strong,
#h-pri li a:focus strong,
#h li a:hover, #h-pri li a:hover {
    color: #fff;
    word-spacing: -0.1em;
    position: relative;
    display: block;
    float: left;
    background: #3c0000;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
}

/** lower **/

#h-low {
    background: #460808 url(/img/menu-low.gif) 100% 100% no-repeat;
    clear: both;
    padding-top: 5px;
    float: left;
    width: 100%;
    font-size: 103%;
    position: relative;
 /*   background: #460808;  */
    z-index: 1400000; /*smaller than submenu*/
}

#h-low ul {
    background:transparent url(/img/menu-low.gif) no-repeat scroll 0pt 100%;
    padding-left: 12px;
    min-height: 22px;
}

#h-low li
{
    float: left;
    margin: 0 0.20em;
}

#h-low li a {
    font-size: 85%;
    color: #d5d8ce;
    word-spacing: -0.1em;
    position: relative;
    display: block;
    float: left;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

#h-low li a.current strong {
    color: #7c0000;
    position: relative;
    display: block;
    float: left;
    background: #fff;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

#h-low li a:hover strong,
#h-low li a:focus strong,
#h-low li a:hover {
    color: #7c0000;
    word-spacing: -0.1em;
    position: relative;
    display: block;
    float: left;
    background: #fff;
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    text-decoration: none;
}

/*  NEWS CODE */

.news-summary, .news-full, .news-full-confirm {
    padding: 0.7em 0 3.5em 0;
    position: relative;
    clear: left;
    min-height: 55px;
}

.news-body {
    padding-left: 60px;
}

.news-body strong {
    font-size: 85%;
    color: #666;
}

.news-body h3 {
    margin: 2px 0 0 0;
    font-size: 140%;
    letter-spacing: -0.01em;
    font-weight: bold;
    line-height: 1.1;
/*    background: #e7e7ef;  */
}

.news-body p {
    margin: 0.2em 0 0.1em 0;
    line-height: 1.3;
}

.news-body p a {
    color: #7C0000;
}


.news-body em {
    font-style: normal;
    font-size: 85%;
    color: #666;
}

.news-gearcult {
    position: absolute;
    top: 0.8em;
    left: 0;
    text-align: center;
    font-size: 85%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(/img/shade-news.gif) no-repeat;
}

.news-gearcult li {
    margin: 0;
    padding: 0;
}

.gearcult-count a , .gearcult-count span, .gearcult-count-s a, .gearcult-count-s span {
    display: block;
    padding: 10px 0 4px 0;
    text-decoration: none;
    width: 50px;
    min-height: 40px;
    color: #8c0000;
    text-align: center;
}

.news-summary .gearcult-count strong, .news-full .gearcult-count strong, .news-summary .gearcult-count-s strong, .news-full .gearcult-count-s strong {
    font-size: 160%;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    display: block;
    color: #7c0000;
}

.news-summary .gearcult-count-s strong, .news-full .gearcult-count-s strong {
    font-size: 160%;
}

.gearcult-count img, .gearcult-count-s img {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
}

.gearcult-count a:hover, .gearcult-count-s a:hover, .gearcult-count a:hover strong, .gearcult-count-s a:hover strong {
    color: #9c0000;
}

li.gearcult-it, li.ungearcult-it, li.dugg-it, li.buried-it {
    margin-top: 1px;
    padding: 0 0 5px 0;
    background: url(/img/gearcult-box-2.gif) 0 100%;
    float: left;
} /*IE6*/

.gearcult-it a, .gearcult-it span, .ungearcult-it a, .ungearcult-it span, .dugg-it a, .dugg-it span, .buried-it a, .buried-it span {
    color: #444;
    font-weight: bold;
    display: block;
    margin-bottom: -5px;
    padding: 4px 1px 5px 1px;
    background: url(/img/gearcult-box-2.gif) 0 0;
    width: 49px;
    text-decoration: none;
    text-align: center;
}

li.gearcult-it:hover {
    background-position: -300px 100%;
}

li.gearcult-it:hover a {
    background-position: -300px 0;
}

.gearcult-it span, .dugg-it span, .buried-it span {
    color: #999;
}

.news-details {
    position: relative;
    color: #777;
}

.news-details a, .sub-menu a, a.toplinep {
    color: #4A6948;
} /*IE6*/

.news-details a:hover, .sub-menu a:hover {
    color: #000;
}

.user-info {
    padding: 3px 0 0 0;
}

.user-info a {
    color: #333;
    text-decoration: none;
}

.user-info img {
    margin-right: 4px;
    padding: 1px;
}

.user-photo, .user-image {
    border: 1px solid #ccc;
    vertical-align: middle;
}

.tool {
    display: block;
    float: left;
    font-size: 85%;
    padding: 2px 6px;
    min-height: 20px;
    white-space: nowrap; /*need for IE6*/
}

.news-photo {
    display: block;
    float: right;
    background: #fff;
    padding: 2px;
    border: 1px solid #A5C2E3;
    margin: 0 15px 3px 10px;
    text-decoration: none;
}

.d {
    color: #7c0000;
    font-weight: bold;
    white-space: nowrap;
    word-spacing: -0.1em;
}

 
a.news-label {
    background: none;
}
 
.news-label img {
    vertical-align: middle;
}

.topic {
    font-size: 85%;
    color: #666;
}

.topic a {
    color: #666;
    text-decoration: none;
}

.topic a:hover {
    color: #000;
    text-decoration: underline;
}

.tags {
    font-size: 80%;
    color: #8aa07f;
}

.news-body p .tags a {
    color: #8aa07f;
}

.tag_cloud {
    font-size: 60%;
    color: #8aa07f;
}


/* TOOLS */

.comments, .share, .bury-link, .fave, .faved {
    padding: 4px 6px 4px 18px;
    text-decoration: none;
}

.bury {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}

dl .tool {
    font-size: 100%;
    bottom: 4px;
    position: relative;
}

a.tool-toggle {
    height: 16px;
    width: 11px;
    background: #fff url(/img/submenu-toggle.gif) no-repeat -100px 3px;
    border: 1px solid #fff;
    position: absolute;
    right: 5px;
    top: 3px;
}

a.tool-toggle:hover {
    border: 1px solid #a5c2e3;
}
    
.comments {
    background: url(/img/tools.gif) no-repeat 0 -196px;
    word-spacing: -0.1em;
}
    
.share {
    background: url(/img/tools.gif) no-repeat 0 4px;
}
    
.bury-link {
    background: url(/img/tools.gif) no-repeat 0 -96px;
    margin-right: 12px;
    padding-right: 2px;
}
    
.fave {
    background: url(/img/tools.gif) no-repeat 0 -396px;
}

.faved {
    background: url(/img/tools.gif) no-repeat 0 -496px;
}

.bury-opt {
    position: absolute;
    display: none;
    top: 24px;
    left: 0;
    width: 120px;
    border: 1px solid #b7cce0;
    padding: 10px;
    background: #fff;
    z-index: 99999999999999999999;
}

.bury-opt a {
    display: block;
    padding: 5px;
    border-top: 1px solid #ddd;
    text-decoration: none;
    font-weight: bold;
}

.bury-opt a:hover {
    background: #eee;
}

.bury-opt span {
    display: block;
    padding-bottom: 3px;
}


/* Page Numbers */
.pages {
    padding: 1em;
    margin: 1em 0;
    clear: left;
    font-size: 85%;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #fff;
    background: #fff;
    color: #7C0000;
}

.pages span.current {
    border: 1px solid #7C0000;
    font-weight: bold;
    background: #7C0000;
    color: #fff;
}

.pages a, .pages a:visited{
    border: 1px solid #7C0000;
    text-decoration: none;
    color: #7c0000;
}

.pages a:hover {
    color: #460808;
    border-color: #460808;
}

.pages a.nextprev {
    font-weight: bold;
}

.pages span.nextprev {
    color: #666;
}

.pages span.nextprev {
    border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev-next {
    float: right;
}

/* Video Styles */

.v .news-body {
    padding-left: 200px;
    padding-right: 0;
    margin-left: 0;
    min-height: 65px;
} /*ie6*/

.v .v-details {
    font-size: 85%;
    padding: 1px 0 3px 0;
    color: #666;
}

.v .v-details em {
    font-size: 100%;
}

.v .v-details a {
    text-decoration: none;
    color: #666;
}

.v .v-details a:hover {
    text-decoration: underline;
    color: #000;
}

.v h3 {
    font-size: 140%;
    padding-top: 5px;
}

span.news-img {
    display: block;
    width: 130px;
    height: 97px;
    background: #ddecee url(/img/v-default.gif) ;
    border: 1px solid #a5c2e3;
    position: absolute;
    left: 60px;
    top: 8px;
}

.img-summary span.news-img {
    background: #ddecee url(/img/i-default.gif);
}

span.news-img em {
    display: block;
    width: 80px;
    height: 80px;
    text-indent: -2000em;
    background: url(/img/v-frame-simple.png);
}

* html span.news-img em {
    background: url(/img/v-frame-simple.gif);
}

.img-summary span.news-img em {
    background: url(/img/i-frame-simple.png);
}

* html .img-summary span.news-img em {
    background: url(/img/i-frame-simple.gif);
}


/* COMMENTS */

.related-stories {
    padding-bottom: 10px;
    letter-spacing: -0.03em;
    line-height: 1.4;

}

.related-stories h2 {
    margin-bottom: 3px;

}


.related-stories a, .related-stories a:visited {
  font-size: 110%;
  color: #0059bf;
  font-weight: bold;

}


.comment {
    color: #111;
}

#c-options form {
    margin: 0;
    padding: 0;
    clear: none;
}

#c-options {
    height: 1em;
    padding: 0;
    font-size: 85%;
    width: 100%;
} /* ie6 */

#c-options a, #c-options form {
	float: right;
}

.c-tool-settings, .c-tool-expand, .c-tool-block {
    padding: 3px 3px 3px 23px;
    text-decoration: none;
    border: 1px solid #DDEAF6;
}

.c-tool-expand {
    background: url(/img/c-tool-expand.gif) no-repeat 4px 50%;
    margin: 0 0 0 5px;
}

.c-tool-block {
    margin: 0 5px;
    background: url(/img/c-tool-block.gif) no-repeat 4px 50%;
}

.c-tool-settings {
    background: url(/img/c-tool-settings.gif) no-repeat 4px 50%;
}

#c-options select {
    font-size: 100%;
}

.hide {
    display: none;
}

.comment li {
    list-style-type: none;
    margin: 0 0 20px 0;
    color: #222;
    padding: 0;
} /*ie6, ie7*/

.comment li li {
    margin: 0 0 10px 10px;
} /*ie6, ie7*/

.comment ul {
    margin: 10px 0 1em 0;
    padding: 1em 0;
} /*ie7*/

.c-body {
    margin: 5px 5px 10px 5px;
    overflow: hidden;
} * html .c-body { overflow: visible; }

/* different message header styles */

.c-head {
    padding: 5px 5px 5px 22px;
    font-size: 85%;
    position: relative;
    background: #D0DACB;
    border-top: 1px solid #c0c7cd;
} /*ie6 ie7*/

.c-head .c-img-user {
	border: 1px solid #ccc;
	position: absolute;
	left: 4px;
	top: 4px;
}

.c-head .c-block {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}

.c-head .c-block:hover {
	cursor: pointer;
}

.c-user {
    background-color: #94AEC3;
    border-color: #628bad;
}

.c-user a, .c-user {
    color: #2B4154;
}

.c-friends {
    background-color:#f0fce4;
    border-color: #abcc8a;
}

.c-friends a, .c-friends {
    color: #5C793C;
}

.c-disabled {
    background-color: #eee;
    border-color: #ccc;
    margin-bottom: 10px;
}

.c-disabled, .c-disabled strong, .c-disabled a {
    color: #666;
    font-weight: normal;
}

.c-active a, .c-active {
    color: #7c0000;
}

.c-userimg {
    margin-right: 3px;
    vertical-align: middle;
	border: 1px solid #ccc;
}

.c-gearcults {
    float: right;
    font-weight: bold;
    margin-top: -2px;
}

.c-gearcults img {
    margin: 0 0 0 2px;
    vertical-align: middle;
}

.c-friend {
    font-weight: normal;
    padding-right: 10px;
    padding-left: 16px;
    background: url(/img/c-friend.png) no-repeat;
}

.c-friend img {
    padding-right: 4px;
}

.c-userdata {
    color: #6C6C0A;
    font-size: 85%;
    margin: 5px 0;
}

.c-reply .c-userdata {
	font-size: 100%;
	color: #5080a8;
	display: none;
}

.c-reply input {
	font-size: 100%;
	margin-top: 3px;
}

.c-ir .c-box {
    font-weight: normal;
    background: #fff;
    border-left: 1px solid #fff;
    color: #999;
    padding: 4px 10px;
}

a.c-box {
    display: block;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    color: #666;
    background: #fff url(/img/c-comments-add.png) no-repeat 6px 4px;
    padding: 4px 10px 4px 26px;
    margin: -0.5em 0 0 20px;
    border-left: 1px solid #fff;
}

.c-box span.lnk, .c-span-higlight {
    text-decoration: underline;
    color: #105CB6;
}

a.c-box:hover {
	background-position: 6px -96px;
}

.c-box-on, .c-box-on:hover {
	background-position: 6px -196px !important;
}

.c-ir .c-box:hover {
	background: #fff;
	border-color: #fff;
	color: #666;
}

a.c-box:hover, a.c-box-on, .c-ir .c-box-on, .c-ir .c-box-on .c-span-higlight, .c-ir .c-box-on:hover, a.c-box:hover span.lnk, .c-box-on span.lnk, a.c-box-on {
    background-color: #8db5d7;
    color: #fff;
    border-color: #8db5d7;
}

a.c-fetching, a.c-fetching:hover {
	background: #8db5d7 url(/img/c-loading.gif) 6px 4px no-repeat !important;
    border-left: 1px solid #8db5d7;
}

a.c-fetching, a.c-fetching:hover, a.c-fetching span.lnk {
	color: #fff !important;
}

.c-box-t span:hover, .c-box-t a:focus {
    color: #003;
}

.c-jerk {
    background: #f9f9f9;
    padding: 4px 4px 4px 15px;
    font-size: 85%;
    margin: -10px 0 10px 0;
    color: #666;
    text-align: right;
    display: none;
}

.c-jerk a {
    color: #666;
}

.c-replies, .c-ir .c-reply {
    border-left: 1px solid #8db5d7;
    margin: 0 0 0 20px;
}

.c-hide {
    display: none;
}

.c-ir .c-replies {
    border: none;
}

.c-replies ul {
    padding-top: 10px;
    margin: 0;
}

.c-ir c-replies {
    margin-left: 20px;
}

.c-reply {
    clear: left;
    padding: 10px;
    background: #d9e7f3;
    font-size: 85%;
}

.c-form {
    background: #d9e7f3;
}

.c-form {
    margin: 0;
    padding: 5px;
}

.c-reply a {
    text-decoration: none;
    color: #113b63;
}

.c-reply a span {
    font-weight: none;
}

.c-captcha input {
	float: left;
	margin: 3px 5px 0 0;
}

.c-audio-captcha {
	vertical-align: top;
	margin-left: 5px;
}

.c-captcha label {
	display: block;
}

.c-captcha {
	margin: 5px 0;
}

.comment textarea {
    width: 95%;
    height: 5em;
    font-size: 100%;
    margin: 0;
    display: block;
} /*ie6*/

.c-overflow {
    clear: left;
    margin: 30px 0;
    background: #D6E2EC;
    text-align: center;
}

.c-overflow a {
    background: #fff url(/img/c-comments-add.png) 7px 1px no-repeat;
    padding: 2px 10px 2px 27px;
    font-weight: bold;
}

.c-overflow strong {
    text-decoration: underline;
}

.c-overflow img {
    vertical-align: middle;
    padding-right: 4px;
}

.c-base-reply .c-head {
    background: #7c0000;
    color: #fff;
    margin: 0;
    padding: 4px 10px 0 5px;
} /*ie6*/

.c-base-reply .c-time {
	font-size: 85%;
	color: #5C793C;
}

.c-base-reply a {
    color: #5C793C;
}

.c-base-reply form, .c-bot-reply-notice {
    background: #7c0000;
    padding: 8px 10px 10px;
    color: #5C793C;
}

.c-bot-reply-notice {
	clear: left;
}

.c-base-reply .c-captcha {
	font-size: 85%;
}

.c-box em {
    font-style: normal;
    font-weight: normal;
}

a.c-edit {
    background: #fff097 url(/img/c-edit.gif) no-repeat scroll 3px 50%;
    display: block;
    font-size: 85%;
    margin: 0;
    padding: 3px 3px 3px 22px;
    text-decoration: none;
}

a.c-edit:hover {
    background-color: #f2dd63;
}

a.c-edit span.c-edit-lnk {
    font-weight: bold;
    color: #105CB6;
    text-decoration: underline;
}

.c-hide textarea {
	margin: 5px 0 2px 0;
}

.c-notice {
	clear: left;
	padding-top: 1em;
}

.c-notice div {
    background:#EDF7E6;
    border: 2px double #BDE79F;
    display: block;
    font-size: 85%;
    margin-bottom: 5px;
    padding: 2px;
}

.c-notice div a {
    display: block;
    background: #D7F0C6 url(/img/c-notice.png) no-repeat scroll 5px 50%;
    padding: 3px 3px 3px 25px;
    text-decoration: none;
    color: #6F8460;
}

.c-notice a strong {
	text-decoration: underline;
}

.c-gearcult-active, .c-bury-active, .c-block, .c-audio-captcha {
    cursor: pointer;
}

.c-block {
    margin-top: 4px;
    margin-left: 4px;
}

.c-rply-err {
	font-weight: bold;
	color: #c00;
	padding: 2px 0;
}

.c-bot-calltoaction div {
	margin: 0 0 2em 0;
}

.c-bot-calltoaction ul {
	list-style: disc;
	margin: 0 0 1em 0;
}

.c-bot-calltoaction li {
	margin: 0 0 3px 20px;
	list-style: disc;
	padding: 0;
	color: #5C793C;
	white-space: normal;
} * html .c-bot-calltoaction li { width: 400px; }

.c-time {
	padding: 3px 0 3px 34px !important;
	background: url(/img/c-time.gif) 14px 50% no-repeat;
	color: #50687d;
	white-space: nowrap;
}

.c-reply-head {
	color: #50687d;
}

a.c-reply-head strong {
	text-decoration: underline;
	color: #105cb6;
}

.c-thread-form {
    display: none;
}

.c-toggle-frm {
    text-decoration: none;
}

.c-toggle-frm span {
    font-weight: none;
    text-decoration: none;
    color: #696969;
}

.c-toggle-frm .c-span-highlight {
    color: #113b63;
    text-decoration: underline;
}

.story_detail_bar {
	margin: 6px 0 0.7em 0;
	padding: 0 0 0 6px;
	background: #8a949c url(/img/story_detail_bar.gif) 0 0;
	color: #fff;
	font-size: 85%;
}

.story_detail_bar div {
	background: url(/img/story_detail_bar.gif) 100% 0;
	padding: 6px 6px 0 3px;
	height: 19px;
}

.story_detail_bar a {
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px;
}

.confirm,
.error,
.warning,
.info,
.positive,
.notice {
    background: url(/img/circle-yellow-exclamation.gif) no-repeat scroll 1.3em 0.5em;
    color: #333;
    padding: 0.7em 5em 0.7em 4.3em;
    margin: 1.2em 0 1em 0 !important;
    border-top: 1px solid #A5CC7A;
    border-bottom: 1px solid #A5CC7A;
} /* ie6 */

.confirm,
.positive,
.notice {
    background: #eff6e8 url(/img/circle-check-green.gif) 1.3em 0.5em no-repeat;
    border-top: 1px solid #A5CC7A;
    border-bottom: 1px solid #A5CC7A;
}

.news-thumb h3 span {
    position: absolute;
    left: 2px;
    top: 4px;
    padding: 1px;
    border: 1px solid #a5c2e3;
    display: block;
    height: 25px;

}

.img-thumb h3 em,
.vid-thumb h3 em,
.news-thumb h3 em {
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -2000em;
}

.sidebar h3.topten {
    white-space: nowrap;
    float: left;
    min-height: 200px;

}

.sidebar_header {
    font-size: 14px !important; padding: 5px; font-weight: bold; background: url(/img/title-bg.gif) top left repeat-x #212121; color: #fff;
    margin: 0 0 0.5em 0;
    letter-spacing: -0.03em;
    padding:2px;
}

.sidebar .news-thumb {
    padding-left: 30px;
}

.sidebar .news-thumb h3 a {
    width: 214px;
    height: 35px;
}
.sidebar .news-summary .digg-count strong, .sidebar .news-summary .digg-count-s strong {
    font-weight: bold;
    color: #93883F;
}

.sidebar .news-summary, .p-archive .news-summary {
    padding-left: 44px;
    padding-bottom: 2px !important;
    padding-top: 4px;
    min-height: 37px;
    float: left;
    clear: both;
    border-top: 1px solid #ddd;
} /*IE6, IE7*/

.sidebar h3 {
    line-height: 1.1em;
    margin: 0;
    padding: 3px 0 0 0;
    font-size: 100%;
    letter-spacing: 0em;
    overflow: hidden;
}

.sidebar .news-thumb {
    padding-left: 42px;

}

.p-archive h3, .sidebar .p-summary h3 {
    line-height: 1.1em;
    margin: 0;
    padding-top: 2px;
    font-size: 100%;
    letter-spacing: 0em;
}

.sidebar h3 a {
    padding-top: 0;
    font-weight: normal;
    letter-spacing: 0em;
    text-decoration: none !important;
    background: none;
    display: block;
    width: 250px;
}

.sidebar .news-thumb h3 a {
    width: 214px;
}

.p-archive h3 a, .sidebar .p-summary h3 a {
    font-weight: normal;
    letter-spacing: 0em;
    text-decoration: none !important;
    background: none;
    display: block;
    padding: 4px 0 0 0;
    margin-bottom: -2px;
    min-height: 1px;
}


