
/* do not edit or change any files */

/* reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,label,input,textarea,p,blockquote,table,th,td{margin:0;padding:0;}

html,body{min-height:100%;}


body{
  font:normal normal 12px Verdana,Tahoma,Helvetica,Arial,sans-serif;
  color:#8a8a8b;
  background: #000 url(../images/bg-d1.jpg) repeat center top;
}

/* body bg based on current page */
body.home{background: #000 url(../images/bg-d2.jpg) repeat center top;}
body.single{background: #f4f4f4 url(../images/bg-lt.png) repeat center top;}

body.bbp-user-home{background: #000 url(../images/bg-d1.jpg) repeat center top;}



#page{
  position: relative;
  min-height: 90%;
  padding-bottom: 20px;
}

.page-content{
  width: 960px;
  margin:0 auto !important;
  position:relative;
}

#main-ext{
  background: #000 url(../images/bg-d1.jpg) repeat center top;
}

#main{
  background: transparent url(../images/bg-d1-c.jpg) no-repeat center top;
  padding: 20px 0 40px;
}

/* no need for min-height, the meta covers the main graphic */
body.home #main, body.single #main{min-height: 0;}


/* darker area */
#darker-ext1{
  background: transparent url(../images/bg-d2.jpg) repeat center top;
  padding-bottom: 20px;
}

#darker-ext2{
  background: transparent url(../images/bg-d2-t.jpg) repeat-x center top;
}

#meta-ext{
  background: transparent url(../images/bg-lt-t.png) repeat-x center top;
  position: relative;
}



/*** GENERAL ELEMENTS: LINKS ***/

a{
  text-decoration:underline;
  outline:none;
  color:#fcb113;
}

a:hover{
  background-color: #fcb113;
  text-decoration:none;
  color:#1a1d21;
}


a[rel*=external]{
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  background-position: right -177px;
  padding-right: 14px;
}

#meta a[rel*=external]{
  background-position: right -152px;
}



#meta a{
  color: #0063dc;
  border: 0;
  text-decoration: underline;
}

#meta a:hover{
  background-color: #0063dc;
  text-decoration: none;
  color: #fff;
}





/*** GENERAL ELEMENTS: HEADINGS ***/

h1,h2,h3,h4,h5,h6{
  font-family: "Gill Sans MT Pro Medium", Verdana,Tahoma,Helvetica,Arial,sans-serif;
  font-weight:normal;
  margin:1.25em 0 .15em;
  padding:0;
}

h1{
  font-size:250%;
  letter-spacing:-.04em;
}

h1 small{
  font:bold normal 14px Verdana,Tahoma,Helvetica,Arial,sans-serif;
  font-size: 14px;
  color: #8a8a8b;
  text-shadow: #000 0 -1px 0;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  background: transparent url(../images/overlay-b.png) repeat left top;
  padding: 5px 10px;
  display: inline-block;
}

h1 span{
  display: block;
  margin-top: 20px;
}

h1 span.alt{
  display: inline;
  margin: 0;
}

h1 span.avatar{
  margin: 8px 0 0 0;
  border: 8px solid rgba(96, 96, 96, 0.2);
  margin-right: 10px;
  display: block;
  float: left;
}

h1 span.avatar img{
  display: block;
}




h2{
  font-size:200%;
  letter-spacing:-0.03em;
}

h3{
  color: #fff;
  font:bold normal 14px Verdana,Tahoma,Helvetica,Arial,sans-serif;
  letter-spacing:-0.02em;
}

h4{
  font-size:140%;
  font-weight:bold;
  letter-spacing:-0.02em;
}

h5{
  font-size:130%;
  font-weight:bold;
  letter-spacing:-0.02em;
}

h6{
  font-size:120%;
}



/*** GENERAL ELEMENTS: TABLES ***/

table{
  margin:10px 0 20px 0;
  width:100%;
  border-collapse:collapse;
}

td, th{
  padding:5px;
}

th{
  font-weight:bold;
  background:#fcb113;
}

td{background:#efefef;}
caption, th{text-align:left;}



/*** GENERAL ELEMENTS: FORMS ***/

form{margin:10px 0 20px 0;}

input, select, textarea{
  font:normal normal 12px Verdana,Tahoma,Helvetica,Arial,sans-serif;
  display:block;
  margin-bottom: 5px;
  padding:5px 10px;
}

optgroup{
  color: #ddd;
  font-style: italic;
  font-weight: normal;
}

textarea{
  width:75%;
  height: 160px;
  line-height: 18px;
  resize: none;
}

input[type="checkbox"], input[type="radio"]{
  padding: 0;
  display:inline;
  vertical-align:-1px;
}

input[type="submit"]{cursor:pointer;}

fieldset{
  margin:20px 0 10px 0;
  padding: 0;
  border: 0;
}

legend{
  border:1px solid #ddd;
  padding:5px 10px;
  font-size:115%;
  font-style:italic;
}



/*** GENERAL ELEMENTS: LISTS ***/

ul, ol{
  list-style-type:disc;
  list-style-position:outside;
  margin:0 0 10px 15px;
  line-height: 150%;
}

li{
  margin: 5px 0;
}


ol{
  list-style-type: decimal;
}


dl{
  margin:10px 0 10px 0;
  line-height: 150%;
}

dt{
  font-weight:bold;
  font:13px "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono", monospace;
  color: #fff;
  float: left;
  width: 30%;
  padding: 12px 0 5px 0;
}

dt em{
  color: #FF9966;
}


dd{
  padding: 10px 0 10px 10px;
  margin-left: 30%;

}

dd:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}


dl p, dl ul, dl li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl ul{
  padding-left: 10px;
}





/*** GENERAL ELEMENTS: OTHER ***/

p{
  margin: 10px 0;
  line-height:150%;
}

img{border:0;}
small{font-size:80%;}

blockquote {
  margin:1.5em 10px;
  padding:.5em 10px;
  quotes:"\201C""\201D""\2018""\2019";
  border-left:10px solid #000;
  background: #16171b;
  background: rgba(0,0,0, 0.25);
  color:#555;
  quotes:"\201C""\201D""\2018""\2019";
}

blockquote:before {
  content:open-quote;
  font-size:4em;
  line-height:.1em;
  margin-right:.25em;
  vertical-align:-.4em;
  color:#333;
}

blockquote p{
  font-style:italic;
}

#meta blockquote{
  background:#f9f9f9;
  border-left:10px solid #ccc;
  color:#8a8a8b;
}

#meta blockquote:before {
  color:#ccc;
}


hr{
  color:#b4aca1;
  background-color:#b4aca1;
  border-bottom:1px solid #f6f4eb;
}

/* replaces strike in xhtml 1.1 */
del{
  text-decoration:line-through;
}


abbr{
  border-bottom: 1px dotted;
}



#mask-3{
  position:relative;
  z-index:25;
}

#mask-1,
#mask-2{
  float:left;
  position:relative;
  right:0;
  width:100%;
  z-index: 5;
}

#primary-content, #sidebar, #sidebar2{
  width:100%;
  top:0;
  left:0;
  position:relative;
  float:left;
  min-height:150px;
  z-index: 5;
}

#primary-content{
  width:720px;
  left:240px;
  /*min-height:540px;*/
}

#sidebar{
  width:240px;
  left:240px;
}

#mask-1{
  right:240px;
}



#primary-content .blocks{
  padding-right: 20px;
}

/* left, wider sidebar */
.single-doc #primary-content,
.post-type-archive-doc #primary-content{
  width:640px;
  left:960px;
}

.single-doc #sidebar,
.post-type-archive-doc #sidebar{
  width:320px;
  left:0;
}

.single-doc #mask-1,
.post-type-archive-doc #mask-1{
  right:640px;
}

.single-doc #sidebar .blocks,
.post-type-archive-doc #sidebar .blocks{
 padding: 0 40px 0 0 ;
}

#side-shadow-top, #side-shadow-sub{
  background: transparent url(../images/side-shadow.png) no-repeat left top;
  width: 12px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

#side-shadow-sub{
  background-position: left bottom;
  top: auto;
  bottom: 0;
}

#sidebar .blocks, #sidebar .blocks .block,
.side-menu, .side-menu li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

 .blocks .block{
   position: relative;
 }


.side-menu{
  padding: 40px 0 60px 0;
}

.side-menu li{
  margin-bottom: 3px;
  display: block;
  height: 31px;
  line-height: 30px;
  background: transparent url(../images/side-menu.png) no-repeat right top;
  text-shadow:0px -1px -1px #000;
}

.side-menu li:hover{
  background-position: right -31px;
}

.side-menu li.ad a{
  font-weight: normal;
  font-style: italic;
}

.side-menu li.ad.first{
  margin-top: 20px;
}

.side-menu li a{
  display: block;
  font-weight: bold;
  color: #a7a7a7;
  padding: 0 10px;
  text-decoration: none;
}

.side-menu li a:hover{
  color: #fff !important;
  background: none;
}

/* chrome text shadow antialias fix */
.browser-chrome .side-menu li{text-shadow:0 0 0 transparent, 0px -1px -1px #000;}

.side-menu li.rss{
  margin-top: 20px;
}

.side-menu li.rss a, .side-menu li.twitter a{
  background: transparent url(../images/icons.png) no-repeat left top;
  padding-left: 34px;
  font-style: italic;
  font-weight: normal;
  color: #666767;
}

 .side-menu li.twitter a{
   background-position: left -56px;
 }





/* NAVIGATION: COMMON */

.nav{position:relative;}
.nav ul, .nav li{
  list-style-type:none;
  padding:0;
  margin:0;
}

.nav li{
  position:relative;
  float:left;
  line-height: normal;
}

.nav a{
  display:block;
  position:relative;
}

.nav a:hover{
  text-decoration: none;
}

.nav ul ul{
  position:absolute;
  z-index:15;
  display:none;
  width:300px;
  top:29px;
  -moz-box-shadow:0px 8px 15px rgba(0,0,0,0.25);
  -webkit-box-shadow:0px 8px 15px rgba(0,0,0,0.25);
  box-shadow:0px 8px 15px rgba(0,0,0,0.25);
}

/* level 3+ */
.nav ul ul ul{
  top:10px;
  left:280px;
}

.nav li li{float: none;}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li:hover ul ul ul ul{display:none;}
.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li li li li:hover ul{display:block;}

/* add extra padding on menus with children, to make space for the arrows we're inserting with jquery (we just need this for 1st level horizontal menus)  */
.nav .extends a{padding-right: 30px;}

.nav .arrow{
  position:absolute;
  right:10px;
  top:15px;
  height:8px;
  width:8px;
  /* graphic -- styles should override if necessary */
  background:transparent url(../images/a.gif) no-repeat 0 0;
}

.nav li li .arrow{top: 10px;}

.nav .active > a .arrow,
.nav .active-ancestor > a .arrow,
.nav li.open > a .arrow,
.nav li:hover > a .arrow{background-position:0 -8px;}

.nav li li .arrow{background-position:-16px 0;}
.nav li .active > a .arrow,
.nav li .active-ancestor > a .arrow,
.nav li li.open > a .arrow,
.nav li li:hover > a .arrow{background-position:-16px -8px;}



/*** NAVIGATION: TOP ***/
#nav{
  background: transparent url(../images/nav-bg.png) repeat-x center top;
  height: 50px;
}

#nav ul, #nav li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav ul{
  background: transparent url(../images/nav-center.png) no-repeat center top;
}


#nav li{
  float: left;
}

#nav li a{
  background:transparent url(../images/nav.png) no-repeat left top;
  height: 51px;  /* 1px bottom border */
  display: block;
  text-indent: -9999px;
}

#nav li.home a{
  width: 235px;
}

#nav li.themes a{
  width: 132px;
  background-position: -235px 0;
}

#nav li.support a{
  width: 147px;
  background-position: -367px 0;
}

#nav li.home a:hover,
#nav li.home.active a{
  background:transparent url(../images/nav.png) no-repeat left bottom;
}

#nav li.themes a:hover,
#nav li.themes.active a{
  background:transparent url(../images/nav.png) no-repeat -235px bottom;
}

#nav li.support a:hover,
#nav li.support.active a{
  background:transparent url(../images/nav.png) no-repeat -367px bottom;
}



/*** DOCS NAV ***/

#menu-docs, #menu-docs li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#menu-docs{
  z-index: 25;
}


#menu-docs ul{
  margin-left: 20px;
}

#menu-docs li{
  margin-bottom: 5px;
  padding-bottom: 5px;
  background: transparent url(../images/div-h.gif) repeat-x center bottom;
}

#menu-docs li li{
  margin: 0;
  padding: 0;
  background: none;
}

#menu-docs li a{
  display: block;
  text-decoration: none;
}

#menu-docs .active > a{
  color: #fff;
}








/*** POST ***/
.post{
  margin-bottom: 20px;
  padding-bottom:20px;
  position: relative;
}

.post h2.title a{
  text-decoration: none;
}


.headline{
  position: relative;
  background: transparent url(../images/div-h.gif) repeat-x center bottom;
  margin-bottom: 10px;
}


/* this class should not have any graphic styles on it, because the element that has it could be empty */
.headline .controls{
  position: absolute;
  bottom: 20px;
  right: 0;
}


.post-std{
}

.post-std{
  font-size: 10px;
  margin: 5px 0;
  color: #505254;
}

.post-std a{
  color: #6c6f71;
  font-weight:bold;
  text-decoration: none;
}

.post-std a:hover{
  background: none;
  color: #fff;
}


.post:hover > .controls{display:block;}



/*** COMMENTS/DEMO/DOWNLOADS ***/

#comments,
#comments .entry,
#comments .navi,
#downloads,
#downloads li{
  list-style-type:none;
  margin:0;
  padding:0;
}

#comments{
  margin:10px 0 20px 0;
}

#pings li, #related-posts li{
  list-style-type:decimal;
  margin:10px 0 0 10px;
}

#comments li{
  display: block;
  width: 100%;
}

/* we need div.comment to avoid conflict with hljs's span.comment */
#comments div.comment{
  margin:0 0 10px 0;
  padding: 10px;
  background: #f5f5f5;
  position:relative;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  min-height: 60px;
}

/* level 2 */
#comments li li div.comment{
  margin-left:60px;
}

#comments div.comment.awaiting-moderation{
  background: #FFFFCC;
}

#meta .comment-head a, #meta .comment .controls a{
  color: #666;
  text-decoration: none;
  text-shadow: #fff 0 1px 0;
}

#meta .comment .controls a{
  padding: 3px 6px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;

  border-bottom: 1px dotted #666;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background-color: #ddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -moz-linear-gradient(top, #eee, #ddd);
  background-image: -ms-linear-gradient(top, #eee, #ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(top, #eee, #ddd);
  background-image: -o-linear-gradient(top, #eee, #ddd);
  background-image: linear-gradient(top, #eee, #ddd);
}

#meta .comment-head a:hover, #meta .comment .controls a:hover{
  background-color: #222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333), to(#222));
  background-image: -moz-linear-gradient(top, #333, #222);
  background-image: -ms-linear-gradient(top, #333, #222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333), color-stop(100%, #222));
  background-image: -webkit-linear-gradient(top, #333, #222);
  background-image: -o-linear-gradient(top, #333, #222);
  background-image: linear-gradient(top, #333, #222);
  text-shadow: #000 0 -1px 0;
  color: #fff;
}

/* in moderation message */
div.comment .error{
  font-style: italic;
}

div.comment div.avatar{
  position: absolute;
  left: 10px;
  top: 10px;
  width: 58px;
  height: 58px;
  background:#fff;
  border-bottom:1px solid #ccc;
  background: #eee;
}

div.comment .avatar img{padding:5px;}

div.comment .avatar img{display:block;}
div.comment.with-avatars .comment-head{padding-left:70px;}
div.comment.with-avatars .comment-body{margin-left:70px;}

div.comment .comment-content{
  height:auto !important;
  padding-top: 10px;
  color: #666;
}

div.comment .controls{
  display:none;
  position:absolute;
  right:15px;
  top:10px;
  z-index: 35;
  font-size: 10px;
}

div.comment:hover .controls{display:block;}




.user-post{
  width: 100%;
  margin: 0 0 10px 0;
  padding:10px;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /* * /
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow:inset rgba(0,0,0,0.2) 0px 0 20px;
  -moz-box-shadow:inset rgba(0,0,0,0.2) 0 0 20px;
  box-shadow:inset rgba(0,0,0,0.2) 0 0 20px;
  /* */
}


.comment-filter{
  margin: 0;
  padding: 5px 4px;
  width: 220px;
}



/* comment / topic / reply preview ajax */

#post-preview{
  margin: 10px 0;
}

#post-preview.loading{
  font-style: italic;
  color:#a0c207;
}

#post-preview.error{
  font-style: italic;
  color:#ed1e24;
}





#downloads li{
  margin-bottom: 10px;
}

#meta li.file a{
  height: 80px;
  display: block;
  background: transparent url(../images/file.png) no-repeat left 3px;
  font-size: 14px;
  font-style: italic;
  padding-left: 86px;
  color: #000;
  text-decoration: none;
  text-shadow: 0px 1px 1px #fff;
}

#meta li.file a .title{
  padding-top: 15px;
  display: block;
  color: #1f73b2;
}

#meta li.file a .desc{
  padding-top: 10px;
  display: block;
}

#meta li.file a:hover{
  background: #eee url(../images/file.png) no-repeat left 3px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}


#meta li.file.xhtml a,
#meta li.file.xhtml a:hover{background-position: left -101px;}

#meta li.file.psd a,
#meta li.file.psd a:hover{background-position: left -205px;}



/*** SINGLE PAGES ***/

h1.title{
  margin:35px 0 15px 0;
  padding: 5px 0;
  font-size:36px;
  font-weight: bold;
  text-shadow:0px -1px -1px #000;
  line-height: normal;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
}

.single-topic h1, .single-reply h1{
  font-size: 26px;
}

h5.title{
  padding: 5px 10px;
  margin: 10px 0 20px 0;
  background: #eee;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow:#fff 1px 1px 1px;
}


/*** NEXT/PREV POST LINKS ***/

.post-links .next, .post-links .prev{
  display:block;
  max-width:45%;
  color:#8a8a8b;
  background: #323539;
  background: rgba(175,175,175, 0.15);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 3px 5px;
  font-size:85%;
  text-decoration:none;
  text-transform: uppercase;
}

.post-links .prev{
  float: left;
}

.post-links .next{
  float: right;
  text-align: right;
}

.post-links a:hover{
  background: #ed2124;
  color:#fff;
}



/*** POST META ***/

.post-meta{
  margin:1em 0 0 0;
  padding: 10px 10px 10px 0;
  overflow: hidden;
  border-top:1px solid #ddd;
  background-color:#f6f6f6;
  color:#999;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.post-meta .details{
  font-size:85%;
  overflow: hidden;
}

.post-meta .details p{
  margin:0;
  padding: 0 0 0 10px;
  line-height:125%;
}





/*** TABS: COMMON ***/

.tabs{
  position: relative;
}

.tabs .navi, .tabs .navi li{
  list-style-type: none;
  padding:0;
  margin:0;
}

.tabs .navi a{display:block;}


/*** TABS: META SECTION (comment/pings/related...) ***/

#meta .tabs,
#meta .tabs li{
  margin:0;
  padding:0;
  list-style-type:none;
}

#meta .navi{
  overflow:hidden;
  height:48px;
  position:relative;
  z-index: 20;
  left: 0;
  top: -19px;
  text-indent: -9999px;
}

#meta .navi li{
  float:left;
  margin-right: 4px;
}

#meta .navi li a{
  height:48px;
  display: block;
  background: transparent url(../images/tabs.png) no-repeat left top;
  text-decoration:none;
}

#meta .navi li.comments a{
  width: 148px;
}

#meta .navi li.comments:hover a{
  background: transparent url(../images/tabs.png) no-repeat left -48px;
}

#meta .navi li.comments.active a,
#meta .navi li.comments.active a:hover{
  background: transparent url(../images/tabs.png) no-repeat left -96px;
}

#meta .navi li.log a{
  background-position: -153px top;
  width: 153px;
}

#meta .navi li.log:hover a{
  background: transparent url(../images/tabs.png) no-repeat -153px -48px;
}

#meta .navi li.log.active a,
#meta .navi li.log.active a:hover{
  background: transparent url(../images/tabs.png) no-repeat -153px -96px;
}

#meta .navi li.downloads a{
  background-position: -305px top;
  width: 154px;
}

#meta .navi li.downloads:hover a{
  background: transparent url(../images/tabs.png) no-repeat -305px -48px;
}

#meta .navi li.downloads.active a,
#meta .navi li.downloads.active a:hover{
  background: transparent url(../images/tabs.png) no-repeat -305px -96px;
}

#meta .navi li.new-reply a{
  background-position: -462px top;
  width: 112px;
}

#meta .navi li.new-reply:hover a{
  background: transparent url(../images/tabs.png) no-repeat -462px -48px;
}

#meta .navi li.new-reply.active a,
#meta .navi li.new-reply.active a:hover{
  background: transparent url(../images/tabs.png) no-repeat -462px -96px;
}


#meta .navi li.new-topic a{
  background-position: -576px top;
  width: 152px;
}

#meta .navi li.new-topic:hover a{
  background: transparent url(../images/tabs.png) no-repeat -576px -48px;
}

#meta .navi li.new-topic.active a,
#meta .navi li.new-topic.active a:hover{
  background: transparent url(../images/tabs.png) no-repeat -576px -96px;
}





/*** 404 PAGE ***/
.error404 h1.title{
  font-size:1600%;
  z-index:4;
  position:relative;
  margin:70px 0 20px;
  padding:0;
  font-family:"Arial Black", Arial, serif;
  color:#fff;
  text-shadow:0px -5px -5px #000;
}

.error404 .info{
  text-shadow:0px -2px -2px #000;
  font-weight: bold;
  font-size: 150%;
}



/*** TAG CLOUD ***/

.tag-cloud{
  text-align:justify;
  line-height:150%;
  padding: 10px 0;
}

.tag-cloud a{
  vertical-align:middle;
  text-decoration:none;
  padding:0 0.2em;
  letter-spacing:-0.02em;
  color:#666; /* options override this */
  text-shadow:0px 1px 1px #fff;
}

.tag-cloud a:hover{
  background:#abd91d;
  color:#000 !important; /* to override the inline color styles */
  text-decoration: none;
}

.browser-chrome .tag-cloud a{text-shadow:0 0 0 transparent, 0px 1px 1px #fff;}






/*** MISC ***/

/* rss */
a.rss-block{
  margin-top: 10px;
  background:#efefef url(../images/icons.png) no-repeat -56px -110px;
  font-size:85%;
  color:#aaa;
  padding: 3px 5px 3px 24px;
  color: #5e5e5e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-shadow: 0 1px 1px #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #5e5e5e;
  cursor: pointer;
}

a.rss-block:hover{
  color:#fff;
  text-decoration:none;
  text-shadow: none;
  border-color:#565459;
  background-color:#565459;
}


.comment input[type=submit]{z-index: 20;}




/* clearField on forms */
.clearField{
  color:#cccca3;
  border: 0;
  padding: 7px 10px;
  background:#FFFFCC;
  font-weight:normal;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

clearFieldBlurred{}

.clearFieldActive{
  color:#002b61;
  background: #e6f0fc;
}

.wide{width:100%;}
.hidden{display:none;}




.error{color:#ed1e24;}
.success{color:#a0c207;}

#primary-content .error.box, #primary-content .success.box, #primary-content .meh.box{
  padding:5px 10px;
  width: auto;
  line-height: 150%;
  margin: 10px 0 20px 0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#primary-content .box.meh{
  background:#16171b;
  color:#999;
}

#primary-content .box.meh span.alt, #primary-content .box.error span.alt{
  font-weight:bold;
  color: #fff;
}

#primary-content .box.success span.alt{
  color: #50660e;
  font-weight:bold;
}

.res.confirmed{
  color: #ed1e24;
}

#primary-content .box.error{
  background:#ed1e24;
  text-shadow:#c0181d 0px 1px 1px;
  color:#fff;
  border-top: 1px solid #f8303a;
}

#primary-content .box.error a{
  color:#fff;
  font-weight:bold;
  background:none;
}

#primary-content .box.success a{
  color: #50660e;
  font-weight:bold;
  background:none;
}


#primary-content .box.success{
  background:#abd91d;
  color:#50660e;
  text-shadow:#ddf02e 0px 1px 1px;
  border-top: 1px solid #ddf02e;
}

.error.box ul, .success.box ul{
  margin-bottom: 0;
}



/* clearfix */
.clear-block:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}



/* tooltips */
.tip{
  position:absolute;
  z-index:35;
  max-width:400px;
  display:none;
  max-width:500px;
  border:1px solid #fff;
  background:#e8e8e8 url(../images/tp-sc.png) no-repeat left top;
  padding:1em 2em;
  color:#333;
  -moz-box-shadow:0 0 14px rgba(0,0,0,0.3);
  -webkit-box-shadow:0 0 14px rgba(0,0,0,0.3);
  box-shadow:0px 0 14px rgba(0,0,0,0.3);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

.large{font-size:115%;}


.divider{
  padding:1px 0;
  margin:5px 0 15px;
  display:block;
  background: transparent url(../images/div-h.gif) repeat-x center center;
  height:2px;
  min-height:1px;
}

span.alt, strong.alt{
  color:#abd91d;
}

.highlight{background-color:#FFE4B5;}


/* thumbnail placeholder */
.no-img{
  display:block;
  background:#ddd url(../images/x.png) no-repeat center center;
  position:relative;
}

.no-img.loading{
  background:#ddd url(../images/lc32w.gif) no-repeat center center;
  display:block;
  position:relative;
}


img.alignleft, img.alignright{
  padding:3px;
  margin-top:5px;
  margin-bottom:5px;
}

.alignleft{
  float:left;
  margin-right:10px;
}

.alignright{
  float:right;
  margin-left:10px;
}

.aligncenter{
  display:block;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

/* smiley adjustment */
img.wp-smiley{vertical-align:-30%;}

/* captions */
.wp-caption, .gallery-caption{
  border:1px solid #ddd;
  text-align:center;
  background-color:#f3f3f3;
  padding-top:4px;
  margin-top:10px;
  margin-bottom:10px;
  -moz-border-radius:3px;
  -khtml-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.wp-caption-dd{
  font-size:11px;
  line-height:17px;
  padding:0 4px 5px;
  margin:0;
}

.wp-caption-text{
  font-size:xx-small;
  color:#999;
  vertical-align:top;
}

.webshot{
  position:absolute;
  left:-20000px;
  background-color:rgba(0,0,0,0.4);
  padding:5px;
  z-index:10;
  display:none;
  -moz-box-shadow:0px 0px 8px rgba(0,0,0,0.4);
  -webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.4);
  box-shadow:0px 0px 8px rgba(0,0,0,0.4);
}

/* jump to top link */
a.go-top{
  display: none;
  position:fixed;
  right:10px;
  bottom:10px;
  cursor: pointer;
  z-index: 99;
  padding: 5px 10px;
  background: #ed1e24;
  color: #fff;
  text-decoration: none;
  -moz-border-radius:15px;
  -khtml-border-radius:15px;
  -webkit-border-radius:15px;
  border-radius:15px;
}

a.go-top:hover{
  background: #f26522;
  color: #fff;
}

.no-js .hide-if-no-js{display: none;}



.login{
  background: transparent url(../images/msg.png) no-repeat center top;
  height: 56px;
}

.login form{
  margin: 0 15px;
  padding: 0;
}

.login .field{
  background: transparent url(../images/input-r.png) no-repeat left -70px;
  float: left;
  margin: 10px 0 0 10px;
  padding-left:18px;
  width: 148px;
  height: 35px;
}

.login .field-ext{
  height: 35px;
  background: transparent url(../images/input-r.png) no-repeat right top;
  position: relative;
}

.login input{
  position: absolute;
  left:0;
  top:3px;
  border: 0;
  margin: 0;
  padding: 5px 0;
  background: none;
  color: #4b4c4e;
  width: 106px;
}

.login .info{
  float: right;
  font-style: italic;
  font-size: 130%;
  margin: 5px 30px 0 0;
}

.login .info a{
  font-weight: bold;
}


.login .status{
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 9px;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  display: none;
}

.login .status.success{
  background: transparent url(../images/icons.png) no-repeat 0px -108px;
  display: block;
}

.login .status.error{
  background: transparent url(../images/icons.png) no-repeat 0px -123px;
  display: block;
}






/*** BOX LAYOUT ***/




/** can be replaced with pure css in the future, when css 3 support in browser improves  */

#primary-content .box{
  background: transparent url(../images/overlay-d.png) repeat left top;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border-bottom: 1px solid rgba(240,240,240, 0.1);
}

#primary-content .box .box-content{
  padding: 10px;
}


#primary-content .box.alignleft{
  width: 340px;
}

#primary-content .box.alignright{
  margin-right: 0;
  width: 340px;
}


#primary-content .box h4.title{
  padding: 0;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: Gill Sans MT Pro Medium;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow:#000 0px -1px -1px;
  background: none;
}


#primary-content .box fieldset{
  width: 270px;
}

#primary-content .box .row{
  position: relative;
  width: 270px;
}


#primary-content .box .text{
  background: transparent url(../images/input.png) no-repeat right -68px;
  margin-bottom:10px;
  display: block;
  width: 268px;
  position: relative;
}

#primary-content .box .text.short{
  width: 136px;
}

#primary-content .box .text .ext{
  background: transparent url(../images/input.png) no-repeat left top;
  height: 24px;
  display:block;
  padding: 5px 0;
  line-height: 36px;
}


#primary-content .box .text.error{background-position: right bottom;}
#primary-content .box .text.error .ext{background-position: left -34px;}

#primary-content .box .text.error input{
  color: #d83636;
}

#primary-content .box .text .status{
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 9px;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  cursor: pointer;
  display: none;
}

#primary-content .box .text.success .status{
  background: transparent url(../images/icons.png) no-repeat 0px -108px;
  display: block;
}

#primary-content .box .text.error .status{
  background: transparent url(../images/icons.png) no-repeat 0px -123px;
  display: block;
}


#primary-content .box .text input{
  border: 0;
  background: none;
  width: 216px;
  height: 24px;
  margin: 0 0 0 10px;
  padding: 0 5px;
  color: #4a4b4c;
  display: block;
  outline: 0;
}

#primary-content .box .text.short input{
  width: 84px;
}


#primary-content .box .text input:focus{
  outline:0;
}

#primary-content .box label{
  display: block;
  font-size: 10px;
  font-weight: bold;
  margin: 15px 0 5px 15px;
  padding: 0;
  max-width: 230px;
}

#primary-content .box label small{
  font-size: 10px;
  font-weight: normal;
  display: block;
  color:#4a4b4c;
}

#primary-content .box label.remember{
  margin: 20px 50px 0 0;
}








.home .blocks, .home .blocks .block{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.home .blocks .block{
  width: 300px;
  float: left;
  margin: -12px 20px 0 0;
}

.home .blocks .block.last{
  margin-right: 0;
}

.home .blocks h3{
  font-size: 14px;
  font-weight: bold;
  text-transform:uppercase;
  background: transparent url(../images/block-t.png) no-repeat left top;
  padding: 0 0 0 20px;
  margin: 0 0 10px 30px;
  float: left;
  line-height: 25px;
  text-shadow:0px -1px -1px #000;

}

.home .blocks h3 a{
  background: transparent url(../images/block-t.png) no-repeat right -29px;
  color: #98999a;
  text-decoration: none;
  display: block;
  padding-right: 20px;
  height: 29px;
}


.home .blocks h3:hover{
  background-position: left -58px;
}


.home .blocks h3:hover a{
  background-position: right bottom;
  color: #fff;
}


.home .block ul, .home .block li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.home .block li{
  background: transparent url(../images/div-h.gif) repeat-x center bottom;
}

.home .block li.last{
  background:none;
}


.home .block li a{
  display: block;
  padding: 5px 0 5px 20px;
  color: #8a8a8b;
  text-decoration: none;
}

.home .block li a:hover{
  background: none;
  color: #b3b3b3;
}

.home .block li a:hover{
  background: #2d2e30;
  background: rgba(175,175,175, 0.15);
}

.home .block li .d{
  display: block;
  font-size: 10px;
  color: #505254;
}

.home .block li a:hover .d{
  color: #6c6f71;
}

h2.title{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 40px 0 0 0;
  padding: 10px 0 5px 0;
  background: transparent url(../images/div-h.gif) repeat-x center bottom;
  text-shadow:0px -1px -1px #000;
}


h3.title{
  font-family: "Gill Sans MT Pro Medium", Verdana,Tahoma,Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 40px 0 0 0;
  padding: 10px 0 0 0;
  background: transparent url(../images/div-h.gif) repeat-x center top;
  text-shadow:0px -1px -1px #000;
}

.browser-chrome h3.title{text-shadow:0 0 0 transparent, 0px -1px -1px #000;}

h3.title a{
  text-decoration: none;
}

h3.title a:hover, .browser-chrome h3.title a:hover{
  text-shadow: none;
}


h6.title{
  font:normal bold 12px Verdana,Tahoma,Helvetica,Arial,sans-serif;
  color: #fff;
  margin: 40px 0 0 0;
  padding: 10px 0 0 0;
  background: transparent url(../images/div-h.gif) repeat-x center top;
}

h6 a{
  text-decoration: none;
}




/* floating menus */
.float{
  position:absolute;
  top:0;;
  left:0;
  width: 100%;
}





#meta .quicktags .control{
  background-color: #ddd;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -moz-linear-gradient(top, #eee, #ddd);
  background-image: -ms-linear-gradient(top, #eee, #ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #ddd));
  background-image: -webkit-linear-gradient(top, #eee, #ddd);
  background-image: -o-linear-gradient(top, #eee, #ddd);
  background-image: linear-gradient(top, #eee, #ddd);
  color: #333;
  text-decoration: none;
  text-shadow:#fff 0 1px 0;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
  -moz-box-shadow: inset 0 1px 0 #f9f9f9;
  box-shadow: inset 0 1px 0 #f9f9f9;
}

.quicktags .control{
  font-size: 11px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  float: left;
  padding: 3px 10px;
  margin: 0 4px 4px 0;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#meta .quicktags span{
  text-decoration: underline;
}

#meta .quicktags .control.c-bold{font-weight:900;}
#meta .quicktags .control.c-italic{font-style: italic;}
#meta .quicktags .control.c-link{color: #0066CC;}


#meta .quicktags .control:hover{
  cursor: pointer;
  background: #fff;
}

#meta .quicktags .info{
  font-size: 11px;
  font-family: Helvetica, Arial;
  font-weight: bold;
  text-decoration: none;
  line-height: 22px;
  padding: 0 5px;
  float: right;
}






#welcome{
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 10px;
}





.themes, .themes li{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.themes li{
  float: left;
  margin: 0 20px 20px 0;
}

.themes .details{
  display: none;
}

/* 3 thumbs per line */
.themes li.count-3{
  margin-right: 0;
}

.themes .post-thumb{
  width: 220px;
  height: 180px;
  display: block;
  position: relative;
}

.themes .post-thumb img{
  border: 10px solid #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: 0 0 30px #000;
  -moz-box-shadow: 0 0 30px #000;
  box-shadow: 0 0 30px #000;

}

.themes.detailed .post-thumb{
  float: left;
}


.themes.detailed li{
  float: none;
  margin: 0 0 20px 0;
  background: transparent url(../images/div-h.gif) repeat-x center bottom;
  padding-bottom: 20px;
}

.themes.detailed li.last{
  background: none;
}

.themes.detailed .details{
  margin-left: 240px;
  display: block;
}

.themes.detailed .details h2{
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.themes.detailed .details h2 a{
  text-decoration: none;
  text-shadow:0px -2px -2px #000;
}

.themes.detailed .details h2 a:hover{
  text-shadow:0px 1px 1px #fed91d;
}

.switch-views{
  background: transparent url(../images/views.png) no-repeat left top;
  width: 40px;
  height: 36px;
  text-indent: -9999px;
  position: absolute;
  right: 20px;
  top: 42px;
  cursor: pointer;
}

.switch-views:hover{
  background-position: right top;
}


.captcha-image{
  display: block;
}

.captcha-image img{
  float: left;
}

.captcha-refresh{
  display: block;
  float: right;
  margin: 0;
  padding: 3px;
  width: 16px;
  height: 16px;
  background: transparent url(../images/icons.png) no-repeat -17px -104px;
  text-indent: -9999px;
  cursor: pointer;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.captcha-refresh:hover{
  background: #fff url(../images/icons.png) no-repeat -17px -104px !important;
  border-bottom: 1px solid #ccc !important;
}

#comments .captcha-refresh{
  margin: 4px 0 0 2px;
  border: 0;
}


/* FancyBox */

#fb-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 148px;
  height: 26px;
  margin-top: -13px;
  margin-left: -74px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
    background:rgba(0,0,0, 0.75) url(../images/loaders/lh16b.gif) no-repeat center center;
}

#fb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
    background: #000;
}

#fb-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fb-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}

#fb-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fb-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fb-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

#fb-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fb-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fb-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fb-left, #fb-right {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 50%;
  z-index: 1102;
  background: none;
  display: none;
}

#fb-left {
  left: 0px;
}

#fb-right {
  right: 0;
}

#fb-left a, #fb-right a{
  outline: none;
  position: absolute;
  top: 0;
  left: -9999px;
  text-indent: -9999px;
  width: 92px;
  height: 92px;
  cursor: pointer;
  z-index: 1102;
  display: block;
  background: transparent url(../images/i-ctrls.png) no-repeat 0px -16px;
}

#fb-right a {
  background-position: right -16px;
}

#fb-left a:hover{background-position: 0 bottom;}
#fb-right a:hover{background-position: right bottom;}

#fb-left:hover a {
  left: 20px;
}

#fb-right:hover a {
  left: auto;
  right: 20px;
}

#fb-title {
  z-index: 1102;
  color: #333;
  background: #fff;
  text-align: center;
  padding: 0 0 10px 0;
}






#featured{
  margin: 20px auto 0 auto;
  width: 960px;
  height: 280px;
  position: relative;
}

#featured a, #featured img{
  display: block;
  background: none;
}


#featured img{
  border: 10px solid #15171a;
  border-color: rgba(0,0,0, 0.25);
}


#featured h2{
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 400%;
  font-weight: bold;
}












.forum-post{
  margin: 20px 0;
  padding-bottom: 20px;
  background: transparent url(../images/div-h.gif) repeat-x center bottom;
}

.forum-post .post-content, .forum-post .controls{
  margin-left: 130px;
}

.forum-post .post-content{
  margin-top: 20px;
}

.forum-post .controls{
  font:normal normal 11px Verdana,Tahoma,Helvetica,Arial,sans-serif;
  color: #555;
  text-shadow: #000 0 -1px 0;
  background: transparent url(../images/overlay-d.png) repeat left top;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 5px 10px;
  overflow: hidden;
}

.forum-post .controls span.d{
  float: left;
}

.forum-post .controls .bbp-admin-links{
  float: right;
}

.forum-post .controls a{
  color: #8a8a8b;
  text-decoration: none;
}

.forum-post .controls a:hover{
  color: #fff;
  background: none;
}

.forum-post .author{
  float: left;
  text-align: left;
  font-size: 10px;
  background: transparent url(../images/gd2.png) repeat-x center top;
  padding: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  width: 96px;
  word-wrap: break-word;
  overflow: hidden;
}

.forum-post .author span{
  display: block;
  margin-top: 5px;
}

.forum-post .author span a{
  text-decoration: none;
  color: #ccc;
  font-weight:bold;
}

.forum-post .author .avatar, .forum-post .author .avatar img{
  display: block;
  margin: 0;
}

.forum-post .author .flag{
  margin: 0;
  line-height: 10px;
}

.forum-post .author span a:hover{
  background-color: transparent;
  color: #fff;
}






.forum-posts{
  margin-top: 20px;
}


.forum-posts .caption{
  background:transparent url(../images/f-hdr.png) no-repeat left bottom;
  margin: 5px 0 0 0;
  padding-left: 12px;
}

.forum-posts .caption-ext{
  background:transparent url(../images/f-hdr.png) no-repeat right top;
  display: block;
  font-size: 11px;
  height: 40px;
  line-height: 38px;
}

.forum-posts .caption .cell{
  color: #8a8a8b;
  text-shadow:0px -1px -1px #000;
  text-transform: uppercase;
}


.forum-posts .hentry{
  display: block;
  margin: 1px 0 2px 0;
  padding: 10px;
  background:transparent url(../images/overlay-w.png) repeat left top;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}


.forum-posts .cell{
  display: inline-block;
  vertical-align: middle;
  color: #666;
}

.forum-posts .cell a{
  color: #999;
}

.forum-posts .cell a:hover{
  color: #fff;
  background: none;
}

.forum-posts .cell span{
  font-size: 10px;
}


.forum-list .centered, .topic-list .centered{
  text-align:center;
}

.forum-list .info{width: 55%;}
.forum-list .reply-count{width: 10%;}
.forum-list .freshness{width: 15%;}
.forum-list .topic-count{width: 10%;}

.topic-list .topic-title{width: 55%;}
.topic-list .voice-count{width: 10%;}
.topic-list .reply-count{width: 10%;}
.topic-list .freshness{width: 20%;}
.topic-list .action{width: 5%;}

.forum-list .info .title{
  font-weight: bold;
  font-size: 14px;
}

.forum-list .info .description{
  font-size: 11px;
}

.topic-list .topic-title .pages a{
  display:inline-block;
  color:#8a8a8b;
  background: #323539;
  background: rgba(175,175,175, 0.15);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 3px 5px;
  font-size:85%;
  text-decoration:none;
}

.topic-list .topic-title .pages a:hover{
  background: #ed2124;
  color:#fff;
}
























/*** PAGINATION ***/

.pagination{
  padding:5px 0px;
  color:#8a8a8b;
}

.pagination a, .pagination .current, .pagination .dots, .pagination .pages{
  display:inline-block;
  padding:5px 10px 7px 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
}

.pagination a, .pagination .pages{
  color:#8a8a8b;
  background: #323539;
  background: rgba(175,175,175, 0.15);
  text-decoration:none;
}

.pagination .pages{
  color:#999;
}

.pagination a:hover, .pagination .current{
  color:#fff;
  background-color: #e32b2e;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e32b2e), to(#d51517));
  background-image: -moz-linear-gradient(top, #e32b2e, #d51517);
  background-image: -ms-linear-gradient(top, #e32b2e, #d51517);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e32b2e), color-stop(100%, #d51517));
  background-image: -webkit-linear-gradient(top, #e32b2e, #d51517);
  background-image: -o-linear-gradient(top, #e32b2e, #d51517);
  background-image: linear-gradient(top, #e32b2e, #d51517);
  -webkit-box-shadow: inset 0 1px 0 #f14145;
  -moz-box-shadow: inset 0 1px 0 #f14145;
  box-shadow: inset 0 1px 0 #f14145;
}

.pagination.small{
  padding: 0;
}

.pagination.small a, .pagination.small .current, .pagination.small .dots, .pagination.small .pages{
  padding: 3px 5px;
  font-size: 11px;
}





.pagination .loading{
  width: 16px;
  height: 16px;
  background:transparent url(../images/lc16w.gif) no-repeat center center;
}




#footer{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 10px;
  text-align: right;
  color: #505254;
  padding: 10px 0;
}

#footer a{
  color: #6c6f71;
  background: none;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover{
  color: #fff;
}


.message{
  background: transparent url(../images/overlay-d.png) repeat left top;
  padding: 10px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border-bottom: 1px solid #343537;
  font-weight:bold;
}




#meta .post-user{
  position: relative;
}


#meta .post-user .avatar{
  display: block;
  margin-top: 8px;
  border: 8px solid #eee;
}


#meta .user-info{
  position: relative;
  float: left;
}


#meta .post-guidelines{
  padding: 5px 0;
  margin: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#meta .post-guidelines h5{
  font:normal normal 12px Verdana,Tahoma,Helvetica,Arial,sans-serif;
  background: #ccc;
  color: #fff;
  margin: 0;
  padding: 2px 5px;
  display: inline-block;
}

#meta .post-guidelines li{
  font-size: 11px;
}


#meta .anonymous-login{
  float: left;
  margin: 45px 0 0 100px;
}

#meta .anonymous-login h5{
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 300px;
  color:  #ddd;
  text-transform: uppercase;
}

#meta .anonymous-login h5 a{
  text-decoration: none;
  padding: 0 5px;
}


#meta .post-data{
  margin-top: 20px;
}



.code-tag{
  font:13px "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono", monospace;
  margin: 0 4px;
  white-space: pre; /* important, otherwise we loose new lines (this is basically a <pre> clone) */
}




.sample-code{
  font:13px "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono", monospace;
  margin-bottom: 20px;
  padding: 10px;
  white-space: pre;
  background: rgba(0,0,0, 0.15);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  color: #666;
}












/* code mirror */

.cm-s-atom span.cm-atom{color: #1f2126;}

.cm-s-atom span.cm-number,
.cm-s-atom span.cm-attribute { color: #ca8e0f; }

.cm-s-atom span.cm-keyword{color: #004fb0;font-weight:bold;}
.cm-s-atom span.cm-string{ color: #80a316;}

.cm-s-atom span.cm-meta,
.cm-s-atom span.cm-qualifier{color: #004fb0;}

.cm-s-atom span.cm-variable{color: #FF3399;}

.cm-s-atom span.cm-variable-2,
.cm-s-atom span.cm-tag{color: #b2161b;}

.cm-s-atom span.cm-variable-3,
.cm-s-atom span.cm-def {color: #1f2126;}

.cm-s-atom span.cm-bracket,
.cm-s-atom span.cm-property,
.cm-s-atom span.cm-operator{color: #7c8498;}

.cm-s-atom span.cm-error{color: #fff;background:#ed1e24;}

.cm-s-atom span.cm-comment { color: #bbb;font-style:italic; }

.cm-s-atom span.cm-builtin,
.cm-s-atom span.cm-special { color: #ff9e59; }

.cm-s-atom span.cm-atom-var{color:#80a316;background:#ddf0a5;font-weight:bold;}


#primary-content .cm-s-atom span.cm-atom{color: #fff;}

#primary-content .cm-s-atom span.cm-number,
#primary-content .cm-s-atom span.cm-attribute { color: #dfbf20; }

#primary-content .cm-s-atom span.cm-keyword{color: #74a1d9;}
#primary-content .cm-s-atom span.cm-string{ color: #b5d553;}

#primary-content .cm-s-atom span.cm-meta,
#primary-content .cm-s-atom span.cm-qualifier{color: #7c8498;}


#primary-content .cm-s-atom span.cm-variable{color: #cd95b1;}

#primary-content .cm-s-atom span.cm-variable-2,
#primary-content .cm-s-atom span.cm-tag{color: #e57a80;}

#primary-content .cm-s-atom span.cm-variable-3,
#primary-content .cm-s-atom span.cm-def {color: #fff;}

#primary-content .cm-s-atom span.cm-bracket,
#primary-content .cm-s-atom span.cm-property,
#primary-content .cm-s-atom span.cm-operator{color: #7c8498;}

#primary-content .cm-s-atom span.cm-error{color: #fff;background:#c43740;}

#primary-content .cm-s-atom span.cm-comment { color: #4e535f; }

#primary-content .cm-s-atom span.cm-builtin,
#primary-content .cm-s-atom span.cm-special { color: #ff9e59; }

#primary-content .cm-s-atom span.cm-atom-var{color:#2b3607;background:#abd91d;}


.log{
  font:12px "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono", monospace;
  color: #333;
  white-space: pre;
}

pre, code, .code .ln{
  font:14px "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono", monospace;
  color: #a5aab6;
}

pre, .code .ln{
  line-height: 18px !important;
  padding: 10px 0;
}

pre{
  padding-left: 45px;
  background: #0e0f11;
  background: rgba(0,0,0, 0.15) url(../images/code-ln.png) repeat-y left top;

  /*/
  word-wrap: break-word;
  white-space:pre-wrap;
  white-space:0;
  /*/
  overflow: hidden;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}



code{
  padding: 3px 8px;
  margin: 0 4px;
  background: #16171b;
  background: rgba(0,0,0, 0.15);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}

#meta code{
  background: #fff;
  color: #666;
}


.code{
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 25;
}

.code.inline{
  overflow: auto;
  display: inline;
}

.code pre{
  overflow: hidden;
  display: inline-block;
  min-width: 100%;
}

#meta pre{
  background: #fff;
  color: #666;
}

.code .ln{
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  width: 30px;
  padding-right: 5px;
  z-index: 10;
  color: #3a3b3d;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#meta .code .ln{
  background: #efefef;
  text-shadow:0px 1px 1px #fff;
  color: #999;
}









.single-doc h2.title{
  margin-top:20px;
  font-size: 18px;
  letter-spacing: normal;
}

.doc-ratings{
  margin-top: 10px;
  font-style: italic;
  color: #666;
}

.doc-ratings span{
  margin-right: 5px;
}

.doc-ratings a{
  display:inline-block;
  width: 20px;
  text-align: center;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 2px 4px;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  color:#8a8a8b;
  background: #323539;
  background: rgba(175,175,175, 0.15);
  text-decoration:none;
}

.doc-ratings a:hover{
  color:#fff;
  background-color:#ed2124;
}






.invalid{
  text-decoration: line-through;
}



.meh{
  color: #fff;
}

.res{
  font-size: 10px;
  text-transform:uppercase;
}



#related-topics{
  margin-bottom: 20px;
}




#searchform{
  background: transparent url(../images/msg.png) no-repeat center top;
  padding: 10px;
  width: 680px;
}


.forum-archive #searchform{
  background: none;
  width: 200px;
  margin: 0 20px 0 0;
  padding: 0;
}

input#s{
  border: 0;
  position: absolute;
  left:0;
  top:4px;
  background: none;
  padding: 5px 0;
  font-size: 14px;
  color: #999;
  width: 500px;
}

input#s.clearField, input#s.clearFieldActive{
  color: #999;
}

input#s.clearFieldActive{
  color: #fff;
  font-weight:normal;
}

#searchform h3{
  margin: 20px 0 10px;
}

#searchform .advanced p{
  margin: 0;
  padding: 0;
}


#searchform .field{
  background: transparent url(../images/input-r.png) no-repeat left -70px;
  float: left;
  padding-left:18px;
  width: 100%;
  height: 35px;
  max-width: 520px;
}

#searchform .field-ext{
  height: 35px;
  background: transparent url(../images/input-r.png) no-repeat right top;
  padding-right: 18px;
  position: relative;
}



/* form buttons */

.button{
   margin: 10px 0;
   padding: 8px 15px 9px;
   font-size: 12px;
   color: #fff;
   text-decoration: none;
   background: #0e5fa2;
   background: -webkit-gradient(linear, left top, left bottom, from(#2d83be), to(#0e5fa2));
   background: -webkit-linear-gradient(top, #2d83be, #0e5fa2);
   background: -moz-linear-gradient(top, #2d83be, #0e5fa2);
   background: -ms-linear-gradient(top, #2d83be, #0e5fa2);
   background: -o-linear-gradient(top, #2d83be, #0e5fa2);
   border: 0;
   border-top: 1px solid #4ecae3;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: #000 0 1px 0;
   -moz-box-shadow: #000 0 1px 0;
   box-shadow: #000 0 0 0 1px;
   text-shadow: rgba(0,0,0, 1) 0 -1px 0;
}

.button:hover{
   color: #fff;
   background: #1172b5;
   background: -webkit-gradient(linear, left top, left bottom, from(#369ccb), to(#1172b5));
   background: -webkit-linear-gradient(top, #369ccb, #1172b5);
   background: -moz-linear-gradient(top, #369ccb, #1172b5);
   background: -ms-linear-gradient(top, #369ccb, #1172b5);
   background: -o-linear-gradient(top, #369ccb, #1172b5);
}

.button:active{
   background: #369ccb;
   background: -webkit-gradient(linear, left top, left bottom, from(#1172b5), to(#369ccb));
   background: -webkit-linear-gradient(top, #1172b5, #369ccb);
   background: -moz-linear-gradient(top, #1172b5, #369ccb);
   background: -ms-linear-gradient(top, #1172b5, #369ccb);
   background: -o-linear-gradient(top, #1172b5, #369ccb);
   border-top: none;
   border-bottom: 1px solid #4ecae3;
}

.button.alignleft{margin-right:5px;}
.button.alignright{margin-left:5px;}


#meta .button{
  padding: 5px 12px 6px;
  -webkit-box-shadow: #0e5fa2 0 1px 0;
  -moz-box-shadow: #0e5fa2 0 1px 0;
  box-shadow: #0e5fa2 0 0 0 1px;
}

#meta .button:active{
  outline-color: #0e5fa2;
}

#searchform .button{
   float:left;
   height: 32px;
   margin: 0 0 0 10px;
   padding: 0 20px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}






.breadcrumbs{
  font-size:85%;
  text-transform: uppercase;
}

.breadcrumbs a{
  padding: 3px 5px;
  display: inline-block;
  color:#8a8a8b;
  background: #323539;
  background: rgba(175,175,175, 0.15);
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding: 3px 5px;
  text-decoration:none;
}

.breadcrumbs a:hover{
  background: #ed2124;
  color:#fff;
}




textarea.resizable{
  margin-bottom: 0;
}

div.grippie {
  background:#eee url(../images/grippie.png) no-repeat scroll center 2px;
  border-color:#ddd;
  border-style:solid;
  border-width:0pt 1px 1px;
  cursor:s-resize;
  height:9px;
  overflow:hidden;
  margin-bottom: 10px;
}










#users, #users li{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#users li{
  float: left;
  margin-bottom: 20px;
}

#users li a{
  display: block;
  width: 100px;
  padding: 5px;
}

#users li a img{
  display: block;
  margin: 0 auto;
}

#users li a span{
  display: block;
  text-align: center;
}




.wrap{
  overflow: hidden;
}



.theme-preview{
  border: 1px solid rgba(255,255,255, 0.2);
  background: #000;
  padding: 1px;
  margin-bottom: 20px;
}

.theme-preview img{
  display: block;
}



.resized-image{
  position: relative;
  background: none;
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 10px;
  fotn-weight:bold;
  text-align: center;
  color: rgba(255,255,255, 0.5);
}


.resized-image img{
  display: block;
}

.resized-image .msg{
  position: absolute;
  background: #000;
  background: rgba(0,0,0, 0.5);
  left: 0;
  top: 0;
  z-index: 10;
  height: 20px;
}

.resized-image:hover .msg{
  color: #fff;
  background: #000;
}

