/*
ngguide
http://www.usenetshack.com
This style is not licensed for ANY use except on the domain listed above.
*/

@import url('thematic/style.css');

body {
    background: #000 url(../images/bg-black-with-white-scanlines.gif) 0 0 ;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

#wrapper {

}

#header {
    background: url(../images/header.png) repeat-x;
    height: 149px;
    border-bottom: 1px solid white;
}

#branding {
    padding: 0;
    width: 978px;
}

#blog-title span {
    text-indent: -999em;
}

#blog-description {
    display:none;
}

#blog-title a {
    margin-left: 14px;
    text-indent: -999em;
    background: transparent url(../images/logo.png) no-repeat;
    width: 399px;
    height:  103px;
    display: block;
}

#access {
    border: none;
    margin: 0 auto;

}

a:link {
    color: #F6C809;
}

a:visited {
    color: #BF9B0B;
}

.menu {
    width: 978px;
    height: 47px;
    background: transparent url(../images/menu.png) repeat-x;
    border-left: 1px solid #f9d649;
    border-right: 1px solid #f9d649;
    margin: 0 auto;
    -moz-box-shadow: 0 0.4em 1em #000000;
    -webkit-box-shadow: 0 0.4em 1em #000000;
}

ul.sf-menu {
    border: none;
}

ul.sf-menu li {
    border: none;
    background: none;
}

.sf-menu a, .sf-menu a:visited {
    height: 27px;
    font-size: 2.2em;
    color: #0a0a0a;
    padding-top: 10px;
    border: none;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: transparent url(../images/menu-rollover.png) repeat-x;
    border: none;
}

#menu-right {
    float: right;
    width: 350px;
    height: 47px;
    display: block;
    margin-right: 14px;
    text-indent: -999em;
}

#menu-right a {
    float: left;
    display: block;
    height: 47px;
}

#menu-right a.subscribe {
    width: 185px;
    background: url(../images/subscribe.png) 0 0;
}

#menu-right a.twitter {
    width: 165px;
    background: url(../images/twitter.png) 0 0;
}

#menu-right a.subscribe:hover,
#menu-right a.subscribe:active,
#menu-right a.subscribe:focus {
    background: url(../images/subscribe.png) 0 47px;
}

#menu-right a.twitter:hover,
#menu-right a.subscribe:active,
#menu-right a.subscribe:focus {
    background: url(../images/twitter.png) 0 47px;
}

/*********
Main
*********/
#p1-title {
    background: #111414;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    width: 978px;
    padding: 21px 0 16px 0;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    clear: both;
}

#main {
    background: #111414;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    width: 978px;
    padding: 0;
}

body.not-singular #main {
    padding: 22px 0 0 0;
}

body.singular-padded #main {
    padding:22px 0 0;
}


#container {
    margin-left: 20px;
    min-height: 40em;
}

body.wide #container {
    width: 100%;
}

#full-container {
    margin: 0 20px;
}

#content {
    width: 619px;
    margin: 0;
    overflow: visible;
}

body.wide #content {
    width: 100%;
}

/*******
Posts
********/

body.not-singular .post {
    padding: 0 0 0 0;
    border-bottom: 1px dotted #2f2f2f;
    margin: 0 0 18px 0;
    clear: both;
    overflow: visible;
}


div.big-pic {
    position: relative;
    overflow: hidden;
    width: inherit;
    height: 232px;
    border: 1px solid #3f3f3f;
    margin-bottom: 18px;
    -moz-box-shadow: 0 0.4em 1em #000000;
    -webkit-box-shadow: 0 0.4em 1em #000000;
}

div.small-pic {
    position: relative;
    overflow: hidden;
    width: 66px;
    height: 66px;
    border: 1px solid #3f3f3f;
    margin: 0 18px 18px 0;
    float: left;
    -moz-box-shadow: 0.1em 0.1em 0.3em #000;
    -webkit-box-shadow: 0.1em 0.1em 0.3em #000;
}


div.big-pic-over,
div.small-pic-over {
    position: absolute;
    top: 0;
    z-index: 2;
}

div.big-pic-under {
    position: absolute;
    bottom: 3px;
    z-index: 1;
    background: #1f1f1f;
    height: 36px;
    width: 611px;
    display: block;
    margin-left: 3px;
}

div.small-pic-under {
    position: absolute;
    bottom: 3px;
    z-index: 1;
    background: #1f1f1f;
    height: 36px;
    width: 211px;
    display: block;
    margin-left: 3px;
}

div.big-pic-under p {
    padding: 6px 0 0 18px;
}

div.small-pic-under p {
    padding: 6px 0 0 6px;
}

img.post-image {
    padding: 3px;
    width: 611px;
    height: 226px;
}

img.post-thumbnail {
    padding: 3px;
}

div.big-pic span.the-time,
div.small-pic span.the-time {
    background: rgb(10, 10, 10) none repeat scroll 0 0;
    background: rgba(10, 10, 10, 0.8) none repeat scroll 0 0;
    display: block;
    right: 18px;
    padding:  3px 6px;
    position: absolute;
    bottom: 3px;
    color: #F6C809;
    z-index: 2;
}

body.page .entry-content {
    padding: 0;
}

body.singular .entry-content ul li {
    background: transparent url(../images/bullet_yellow.png) no-repeat 1px 2px;
    list-style-image: none;
    list-style-type: none;
    margin-bottom:18px;
    padding:0 0 0 18px;
}

body.singular .entry-utility span
{
    padding: 0 0 0 20px;
    display: block;
}

span.the-tags,
span.the-comments {
    padding: 0 0 0 20px;
}

body.singular .entry-utility span.cat-links {
    background: transparent url(../images/db-16px.png) no-repeat 0 2px;
}

body.singular .entry-utility span.tag-links,
span.the-tags {
    background: transparent url(../images/tag-blue-16px.png) no-repeat 0 2px;
}

body.singular .entry-utility span.connect-links,
span.the-comments {
    background: transparent url(../images/pencil-16px.png) no-repeat 0 2px;
}

body.singular .entry-utility span.attrib-links {
    background: transparent url(../images/brush-16px.png) no-repeat 0 2px;
}

.entry-content img {
    border:1px solid #5C5C5C;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top:18px;
    padding:4px;
}

.entry-content img.logo {
    float: left;
    margin: 0 18px 10px 0;
}

body.home .entry-content {
    float: left;
    width: 380px;
    padding: 0;
    margin-bottom: 18px;
}

body.search .entry-content,
body.archive .entry-content {
    margin-bottom: 18px;
    padding: 0;
}


.entry-content .codecolorer-container {
    margin-top: 18px;
    -moz-box-shadow: 0 0.4em 1em #000000;
    -webkit-box-shadow: 0 0.4em 1em #000000;
}

.author-content {
    float: right;
}

.author-content img {
    padding: 1px;
    border: 1px solid #5c5c5c;
    float: right;
    margin: 0 0 18px 18px;
}

.author-content span.author {
    color: #fff;
    font-size: 2em;
    float: right;
}

.author-content span.author span {
    color: #5c5c5c;
    font-size: 0.5em;
    display: inline;
}

.author-content p {
    font-size: 0.9em;
    color: #999;
}

.entry-utility {
    margin: 0 0 18px 0;
}

.entry-utility.no-margin {
    margin: 0;
}

/*******
Pagination
*******/

#nav-below .wp-pagenavi {
    margin: 0;
    font-size: 1em;
}

#nav-below .wp-pagenavi span, .wp-pagenavi a {
    float: left;
    text-align: center;
    display: block;
    color: #fff;
}

#nav-below .wp-pagenavi span.pages {
    height: 27px;
    width: 80px;
    border: none;
    background: transparent;
    color: #3f3f3f;
    margin-right: 8px;
    padding-top: 8px;
}

#nav-below .wp-pagenavi span.current {
    font-weight: bold;
    height: 23px;
    width: 27px;
    border: 2px solid #09a5f6;
    background: #0a0a0a;
    margin-right: 8px;
    padding-top: 4px;
}

#nav-below .wp-pagenavi a {
    font-weight: bold;
    height: 23px;
    width: 27px;
    border: 2px solid #F3C30C;
    background: #3f3f3f;
    margin-right: 8px;
    padding-top: 4px;
}

#nav-below .wp-pagenavi a:hover,
#nav-below .wp-pagenavi a:active,
#nav-below .wp-pagenavi a:focus {
    border: 2px solid #B92F15;
}

/********
Sidebars
********/

#primary {
    border: none;
}
.main-aside {
    margin-right: 9px;
}

/*****
Footer
******/

#footer {
    background: #f6c809;
    width: 978px;
    border: none;
    border-left: 1px solid #555;
    border-right: 1px solid #555;
    padding: 18px 0 18px 0;
    margin: 0 auto 10px auto;
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    -webkit-border-bottom-left-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
    clear: both;
}

#footer div.list {
    width: 200px;
    display: inline;
    float: left;
    margin-left: 28px;
    margin-right: 10px;
}

#footer div.list h5 {
    font-size: 1.4em;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

#footer div.list a {
    font-size: 0.8em;
    color: #111414;
    text-decoration: none;
}

#footer div.list a:hover {
    color: #5c5c5c;
    text-decoration: underline;
}

#footer div.list ul {
    list-style: none;
    margin: 0 0 0 1px;
}

#footer div.list ul li {

}

#footer div.right {
    float: right;
    width: 200px;
    margin-right: 28px;
    color: #111414;
    font-size: 0.9em;
    text-align: right;
}

#footer div.right p {
    color: #111414;
}

/*****
Typography
******/

body {
    font-family: Helvetica,Arial,sans-serif;
}

#p1-title .entry-title {
    margin: 0 20px;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    font-weight: normal;
    color: #f3c30c;
    letter-spacing: -3px;
}

h1.entry-title {
    margin: 0 0 18px 0;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    font-weight: normal;
    color: #f3c30c;
    font-size: 3em;
    letter-spacing: -3px;
}

.entry-title {
    padding: 0;
}

body.not-singular .entry-title {
    display: inline;
    font-size: 1.3em;
    margin-left: 0;
    letter-spacing: -3px;
    margin-bottom: 18px;
    padding: 0;
}

span.headings {
    display: block;
    color: #777;
    font-variant: small-caps;
    font-size: 0.7em;
    font-family: "Georgia, serif";
    margin-top: 4px;
}

span.headings a{
    color: #999;
    text-decoration: none;
}

span.headings a:hover {
    color: #eee;
}

span.headings a:focus,
span.headings a:active {
    color: #f3c30c;
}

#p1-title.column-span {
    border: none;
    padding: 0;
    margin-bottom: 18px;
}

body.not-singular #p1-title .entry-title {
    color:#439ABF;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    font-size:3em;
    font-weight:normal;
    letter-spacing:-3px;
    line-height:normal;
    margin: 0;
}

body.singular #p1-title .entry-title {
    font-size: 3.3em;
}

.page-title,
body.page .entry-title,
body.archive .entry-title,
body.search .entry-title {
    margin: 0 0 18px 0;
    padding: 0;
    font-size: 1.4em;
    line-height: normal;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    font-weight: normal;
    color: #439ABF;
    letter-spacing: -3px;
}

.page-title,
body.page .entry-title {
    font-size: 3em;
}

.entry-title a {
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    font-weight: normal;
    font-size: 1.4em;
    color: #f3c30c;
    letter-spacing: -2px;
}

.entry-title a:hover {
    color: #BDEBFF;
}


h3 {
    color: #f3c30c;
    font-style: normal;
    font-weight: bold;
}



h4,
h6 {
        color: #CCA50A;
        font-weight: bold;
        font-size: 2.4em;
}

body.singular .entry-content {
    padding: 0;
}

body.page .entry-content h2,
body.singular .entry-content h2 {
        padding: 0 0 18px 0;
}

body.page .entry-content h3,
body.singular .entry-content h3 {
    padding: 0 0 0 16px;
    background: transparent url(../images/bullet_blue.png) no-repeat 0 0;
    margin: 18px 0 9px 0;
}

.entry-content h3:first-child {
    margin: 0 0 9px 0;
}

body.page .entry-content p{
    margin-bottom: 0;
}

.navigation a:active, .navigation a:hover {
    color: #EFD777;
}

#nav-below a {
    border-bottom: 1px dotted #0a0a0a;
}

#nav-below a:hover,
#nav-below a:active,
#nav-below a:focus {
    color: #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
    text-decoration: none;
}

.entry-content a,
.big-pic p a,
.small-pic p a,
td a {
    color: #F6C809;
    border-bottom: 1px dotted #666666;
    text-decoration: none;
}

.entry-content a:hover,
.big-pic p a:hover,
.small-pic p a:hover,
td a:hover {
    color: #BDEBFF;
}

.entry-content a:active,
.entry-content a:focus {
    color: #BDEBFF;
    border-bottom: 1px solid #BDEBFF;
}

#comments.no-margin {
    margin: 0;
}

#comment-notes {
    margin-bottom: 18px;
}

#comments a {
    color: #F6C809;
    border-bottom: 1px dotted #666666;
    text-decoration: none;
}

#comments a:hover,
#comments a:active,
#comments a:focus {
    color: #429BC2;
}

#comments-list .comment-meta a {
    border-bottom: 1px dotted #666666;
}

#comments-list .comment-meta a:hover,
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:focus {
    color: #B5E2F5;
}

.entry-utility a {

}

.entry-utility a:active,
.entry-utility a:hover,
.entry-utility a:focus {
    color: #B5E2F5;
    border-bottom: 1px dotted #666666;
}

li.widgetcontainer h3.widgettitle {
    color: #fff;
    font-weight: bold;
    font-size: 2.2em;
    font-style: normal;
    margin-bottom: 10px;
}

li.widget_thematic_search h3.widgettitle {
    display: none;
}

p, ol, li, .entry-content {
    color: #eeeeee;
}

body.not-singular p {
        margin-bottom: 0;
}

body.home .entry-content p {
    margin-top: -4px;
}

/*******
Advert Styling
********/

/* Header Ad */

div.header_ad {
    margin-top: 28px;
    margin-right: 18px;
    float: right;
}
div.header_ad  img{
    width: 468px;
    height: 60px;
    float: right;
}

/* Sidebar Ads */
div.sidebar_ads {
    background: #3F3F3F;
    border: 1px solid #5C5C5C;
    width: 299px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 22px;
    -moz-box-shadow: 0 0.4em 1em #000000;
    -webkit-box-shadow: 0 0.4em 1em #000000;
}

a.sidebar-webshot {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}

a.sidebar-webshot img {
    margin: 10px;
    opacity: 0.9;
}

a.sidebar-webshot div {
    background: #000000 none repeat scroll 0 0;
    border-bottom: 1px solid #333333;
    margin: -50px 10px 10px 10px;
    min-height: 30px;
    opacity: 0.7;
    width: 280px;
    font-size: 2em;
    padding-top: 10px;
    text-align: center;
    font-family: "Georgia, serif";
}

a.sidebar-webshot:hover img {
    opacity: 1;
}

a.sidebar-webshot:hover div {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
}

body.single div.sidebar_ads,
body.home div.sidebar_ads {
    margin-top: 0;
}

div.sidebar_ads a.advertise {
    color: #F6C809;
    font-weight: bold;
    font-size: 1.2em;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    text-decoration: none;
    margin: 14px 24px 14px 0;
    float: right;
}

div.sidebar_ads a.advertise:hover,
div.sidebar_ads a.advertise:active,
div.sidebar_ads a.advertise:focus {
    border-bottom: 1px dotted #F6C809;
    color: #429BC2;
}

/*******
Sidebar Styles (ads above)
********/

#primary {
    padding: 0;
}

.main-aside ul {
    padding: 0;
}

/* Search box and form styles */
li#search {
    background: #F6C809 url(../images/search-box.png) no-repeat 8px 8px;
    border: 1px solid #FBE940;
    width: 298px;
    height: 39px;
    margin-bottom: 22px;
}

li#search input#s {
    background:transparent none repeat scroll 0 0;
    border:0 none;
    margin: 11px 0 0 34px;
    width:173px;
}

.aside #searchsubmit {
    display: inline;
    background: transparent url(../images/text-search.png) no-repeat;
    width: 66px;
    height: 18px;
    text-indent: -999em;
    border: none;
    margin-left: 8px;
    cursor: pointer;
}

/* Category styles */
li.widgetcontainer {
    background: #3F3F3F;
    border: 1px solid #5C5C5C;
    width: 282px;
    padding: 16px 0 16px 16px;
    margin-bottom: 22px;
    -moz-box-shadow: 0 0.4em 1em #000000;
    -webkit-box-shadow: 0 0.4em 1em #000000;
}

li.widget_recent_entries {
   width: 266px;
   padding-right: 16px;
}

li.widget_thematic_search {
    padding: 0;
}

li.widgetcontainer ul {
    margin: 0 0 0 0;
}

.aside ul ul li {
    padding: 0 0 0 18px;
    margin-bottom: 4px;
}

li.widgetcontainer li {
    list-style: none;
    background: transparent url(../images/bullet_yellow.png) no-repeat 1px 1px;
}

li.widgetcontainer li:hover {
    background: transparent url(../images/bullet_blue.png) no-repeat 1px 1px;
}

li.widgetcontainer li a{
    color: #efefef;
    font-family: Arial;
    text-decoration: none;
}

li.widgetcontainer li a:hover,
li.widgetcontainer li a:active,
li.widgetcontainer li a:focus{
    color: #F6C809;
    font-family: Arial;
    border-bottom: 1px dotted #F6C809;
}

/*****
Single specifics
******/

body.singular #nav-below {
    background: #F6C809;
    border: 1px solid #FBE940;
    width: 597px;
    color: #0a0a0a;
    padding: 10px;
    margin-bottom: 22px;
    border-radius: 0.625em;
    border-top-right-radius: 0;
    -moz-border-radius: 0.625em;
    -webkit-border-radius: 0.625em;
    -moz-box-shadow: 0 0.4em 1em #000000;
    -webkit-box-shadow: 0 0.4em 1em #000000;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
}

.navigation a {
    color: #0a0a0a;
    font-style: normal;
}

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

body.singular blockquote {
        margin-left: 0;
        padding-left: 80px;
    background: transparent url(../images/quote-embed.png) no-repeat 0px 0;
}

body.singular blockquote p {
       margin-bottom: 18px;
}

body.singular cite {
        background: transparent url(../images/bullet_yellow.png) no-repeat 0 2px;
        padding-left: 16px;
        font-weight: bold;
        margin: 0 0 0 22px;
}

body.singular cite:hover {
        background: transparent url(../images/bullet_blue.png) no-repeat 0 2px;
}

/****
Comments
*****/

#comments {
    padding: 0;
    margin-top: 22px;
    width: 619px;
}

#comments h3 {
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    font-size: 2em;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 8px;
}

#comments h3.no-padding {
    padding: 0;
}

#respond {
    margin-top: 18px;
    clear: both;
    padding: 0;
}

#comments-list ul #respond {
    border: none;
}

#comments-list {
    padding: 0;
}

#comments-list ol {
    border: none;
}

#comments-list li,
#comments-list ul li {
    padding: 0;
    background: transparent;
    border: none;
    position: static;
    display: block;
    margin-bottom: 18px;
}

#comments-list li.depth-1,
.formcontainer.depth-1 {
    margin-left: 2em;
}

#comments-list li.depth-2,
.formcontainer.depth-2 {
    margin-left: 4em;
}

#comments-list li.depth-3,
.formcontainer.depth-3 {
    margin-left: 6em;
}

#comments-list li.depth-4,
.formcontainer.depth-4 {
    margin-left: 8em;
}

#comments-list li.depth-5,
.formcontainer.depth-5 {
    margin-left: 10em;
}

#comments-list li.alt {
    background: transparent;
    border: none;
}

#comments-list li.bypostauthor {
    background: transparent;
}

#comments-list li.bypostauthor .comment-author a {

}

#comments .comment-reply-link {
    text-align: left;
}

#comments .comment-reply-link a {
    border-bottom: none;
}

#comments .comment-reply-link a:hover {
    border-bottom: none;
}

#comments-list li .comment-content {
    padding: 0;
}

#comments-list li .comment-content p{
    padding: 0;
}

#comments-list li.alt .comment-content {
    background: transparent;
    margin-bottom: 0.4em;
    border-left: 3px dotted #2c2c2c;
    padding-left: 1em;
}

#comments-list li.bypostauthor .comment-content {
    background: transparent;
}

#comments-list .comment-author {
    height: 20px;
    padding: 0;
    float: left;
    margin-right: 6px;
}

#comments-list .comment-author a,
#comments-list .comment-meta a {
    border-bottom: none;
}

#comments-list .comment-author a:hover,
#comments-list .comment-meta a:hover {
    border-bottom: none;
}

#comments-list a.yellow {
    color: #F6C809;
}

#comments-list a.yellow:hover,
#comments-list a.yellow:focus,
#comments-list a.yellow:active {
    color: #B5E2F5;
}

#comments-list a.reply {
    font-size: 80%;
}

#comments span.comment-under {
  height:20px;
  margin-right:6px;
  padding:0;
  text-align:left;
  color: #666666;
}

#comments span.comment-under a {
  color:#666666;
  border-bottom: none;
  font-size:11px;
}

div.comment-content {
    float: left;
    width: 100%;
    margin-top: 4px;
}

div.comment-content p {
    margin-bottom: 10px;
}

#comments-list div.comment-content ul {
    margin-left: 1em;
    list-style-type: circle;
    list-style-position: outside;
}

#comments-list div.comment-content ul li {
    margin-bottom: 0.5em;
}

#comments-list div.comment-content blockquote {
    border-left:2px solid #336699;
    margin:10px 0px 10px 0px;
    padding-left:4px;
    background: none;
}

#comments-list div.comment-content blockquote p {
    margin: 0;
}

#comments-nav-below {
    display: none;
}

#comments-list .comment-meta {
    padding: 0;
    height: 20px;
    text-align: left;
    float: left;
    margin-right: 6px;
}

#comments-list #respond {
    background: transparent;
    border: none;
    padding: 18px 1.5em 18px 0;
}

#comments-list #respond.no-top-padding {
    background: transparent;
    border: none;
    padding: 0 1.5em 18px 0;
}

div.formcontainer {
    width: 418px;
}

div.formcontainer p.solo-subscribe-to-comments {
    display: none;
}

ul.errorlist li {
    color: #FF4B33;
    font-weight: bold;
}

form#commentform label{
    color: #efefef;
    font-weight: bold;
}

form#commentform input[type=text] {
    width: 160px;
    background: #3f3f3f;
    border: 1px solid #5c5c5c;
    color: #efefef;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    height: 21px;
    font-size: 1em;
    padding: 4px 4px 0 4px;
}

form#commentform div.form-submit {
    clear: both;
    margin-top: 18px;
    padding: 0;
    display: block;
    text-align: left;
}

form#commentform textarea {
    background: #3f3f3f;
    border: 1px solid #5c5c5c;
    color: #efefef;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    font-size: 1em;
    padding: 4px;
    width: 340px;
    height: 160px;
}

form#commentform input[type=text]:active,
form#commentform input[type=text]:focus,
form#commentform textarea#comment:focus,
form#commentform textarea#comment:active {
    background: #2F2F2F;
    border: 1px solid #3f3f3f;
}

form#commentform input.submit{
    margin: 18px 4px 0 0;
    padding: 5px;
    background: #3f3f3f;
    border: 1px solid #5c5c5c;
    color: #efefef;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
}

form#commentform input.submit:hover{
    background: #2f2f2f;
    border:1px solid #4c4c4c;
}

form#commentform input.submit:active,
form#commentform input.submit:focus {
    background: #1f1f21;
    border:1px solid #3c3c3c;
}

form#commentform input#subscribe {
    margin-left: 9px;
    height: 10px;
}
/***********
Contact Form
************/

div.wpcf7 form.wpcf7-form p {
    margin-bottom: 18px;
    display: block;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
    width: 320px;
    background: #3f3f3f;
    border: 1px solid #5c5c5c;
    color: #efefef;
    font-family: Calibri,"Lucida Sans",Helvetica,Arial,Verdana,sans-serif;
    padding: 4px;
}

form.wpcf7-form input {
    height: 30px;
    font-size: 1.4em;
}

form.wpcf7-form textarea {
    height: 120px;
    font-size: 1em;
}

form.wpcf7-form input:active,
form.wpcf7-form input:focus,
form.wpcf7-form textarea:active,
form.wpcf7-form textarea:focus {
    color: #EFEBC2;
    background: #2F2F2F;
    border: 1px solid #3f3f3f;
}

form.wpcf7-form img.wpcf7-captcha-captcha {
    margin: 8px 0;
    width: 76px;
}

form.wpcf7-form span.captcha input {
    width: 70px;
}

span.wpcf7-form-control-wrap {
    position: static;
}

form.wpcf7-form input[type=submit] {
    width: 70px;
    padding: 0;
    margin: 0;
    text-shadow: #0a0a0a -1px 1px 1px;
}

form.wpcf7-form input[type=submit]:hover,
form.wpcf7-form input[type=submit]:active,
form.wpcf7-form input[type=submit]:focus
{
    color: #EFEBC2;
    background: #2F2F2F;
    border: 1px solid #3f3f3f;
    text-shadow: #0a0a0a -1px -1px 3px;
}

form.wpcf7-form .wpcf7-validation-errors {
    border: 2px solid #F6C809;
    margin: 18px 0;
}

form.wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    background: #5c5c5c;
    border: 2px solid #EF2C2C;
    position: static;
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 0 4px;
    font-family: inherit;
    -moz-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
}

pre, code {
    font-family: Monaco, ProFont, "Bitstream Vera Sans Mono", "American Typewriter", "Andale Mono", monospace;
    font-size: 0.8em;
    color: #999;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: inherit;
}


/**********
Table styles
**********/

table {
    border: none;
    color: #fff;
}

th, td {
    padding: 0.5em;
    border: 1px solid #2F2F2F;
}

tr {
    border: none;
}

table.plans {

}

th {
    width: 48px;
    height: 60px;
    text-indent: -999em;
}

td {
    height: 48px;
    text-align: center;
}

th.provider {
    border: none;
}

th.name {
    border: none;
}

th.type {
    border: none;
}

th.bw {
    background: transparent url(../images/icons/function/box_download_48.png) no-repeat 50% 50%;
}

th.ret {
    background: transparent url(../images/icons/function/clock_48.png) no-repeat 50% 50%;
}

th.ssl {
    background: transparent url(../images/icons/function/lock_48.png) no-repeat 50% 50%;
}

th.con {
    background: transparent url(../images/icons/process.png) no-repeat 50% 50%;
}

th.price {
    width: auto;
    border: none;
}

td.icon-48 {
}

td.unl {
    background: transparent url(../images/icons/infinity.png) no-repeat 50% 50%;
}

td.mon {
    background: transparent url(../images/icons/calendar_refresh.png) no-repeat 50% 50%;
}

td.blk {
    background: transparent url(../images/icons/function/database_48.png) no-repeat 50% 50%;
}

td.yes {
    background: transparent url(../images/icons/function/accepted_48.png) no-repeat 50% 50%;
}

td.no {
    background: transparent url(../images/icons/function/cancel_48.png) no-repeat 50% 50%;
}

td.large {
    font-size: 2em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #666;
}

td span.small {
    font-size: 0.4em;
}

table.plans ul {
    margin: 0;
}

table.plans ul li {
    list-style: none;
    background: transparent url(../images/bullet_yellow.png) no-repeat 1px 1px;
    padding-left: 20px;
}


/*****
Generic Helper Styles
*****/

.no-margin {
    margin: 0;
}


/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0;
}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

