/*
Theme Name: Nerd Girls a Go Go
Description: Custom WP Theme for Nerd Girls a Go Go
Author: 
Author URI: 
Markup by: 
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Reset (Loosely Meyer's Reset)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}
:focus {
    outline:0;
}
:link,:visited {
    text-decoration:none;
}
img {
    vertical-align:bottom;
}
legend {
    font:0/0 arial;
    height:0;
    overflow:hidden;
    text-indent:-100em;
}
ol,ul {
    list-style:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
caption,th,td {
    text-align:left;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Extra Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.skipLinks {
    width:0;
    height:0;
    float:left;
    overflow:hidden;
}
.extra {
    clear:both;
    font-size:0;
    line-height:0;
    width:100%;
    overflow:hidden;
    display:block;
}
.hidden {
    display:none;
}
.left {
    float:left;
    margin:5px 10px 10px 0;
}
.right {
    float:right;
    margin:5px 0 10px 10px;
}
.center {
    display:block;
    margin:0 auto;
}
#page ul:after,
#page div:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
@media projection,screen {
    .ui-tabs-hide {
        display:none;
    }
}
@media print {
    .ui-tabs-nav {
        display:none;
    }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Layout Control
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
    text-align:center;
    background:#224c65 url(images/bg.jpg) repeat-x;
    font:12px/18px arial,helvetica,sans-serif;
    color:#404040;
    min-width:858px;
    padding:0 0 20px;
}
#page {
    width:858px;
    margin:0 auto;
    text-align:left;
    background:url(images/main.gif) repeat-y;
}
#page .shade {
    width:858px;
    background:url(images/main-left.jpg) no-repeat;
}
#page .shade .shade {
    width:auto;
    height:1%;
    padding:0 9px;
    background:url(images/main-right.jpg) no-repeat right top;
}
#header {
    width:840px;
}
#wrap {
    width:840px;
    text-align:left;
    clear:both;
}
#main {
    float:left;
    width:100%;
}
#content {
    margin:0 311px 0 17px;
    width:512px;
}
#sidebarOne {
    float:left;
    width:280px;
    margin:-305px 0 0 -292px;
    position:relative;
    display:inline;
    overflow:hidden;
}
#footer {
    clear:both;
    overflow:hidden;
    width:100%;
    color:#b60001;
    font:bold 13px/25px arial;
    background:url(images/footer-bg.gif) repeat-y;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Header
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#logo {
    width:512px;
    width/**/:/**/510px;
    height:237px;
    height/**/:/**/235px;
    border:1px solid #ededed;
    overflow:hidden;
    /*background:url(images/logo.jpg) repeat;*/
    /*display:inline;*/
    float:left;
    margin:17px 0 17px 17px;
}
#logo a,
#logo a:visited {
    float:left;
    width:510px;
    height:235px;
    overflow:hidden;
    text-indent:-100em;
}
#logo em {
    display:block;
    clear:both;
    font:0/0 arial;
    height:0;
    overflow:hidden;
    text-indent:-100em;
}
#menu {
    margin:0 0 17px 17px;
    clear:both;
    padding:8px 0;
    font:bold 14px/16px arial;
    background:#fff;
    width:512px;
    width/**/:/**/510px;
    border:1px solid #ededed;
    text-align:center;
}
#menu li {
    display:inline;
    position:relative;
    z-index:10;
}
#menu li a {
    color:#b60001;
    padding:0 16px;
}
#menu li.sfhover a,
#menu li:hover a,
#menu li.current_page_item a,
#menu li a:hover {
    text-decoration:underline;
}
#menu li ul{
    position:absolute;
    width:200px;
    left:-999em;
    top:16px;
    border-top:1px solid #d5d5d5;
    line-height:25px;
    font-size:13px;
    text-align:left;
}
#menu li ul li{
    float:none;
    background:none;
    padding:0;
    margin:0;
    width:100%;
    float:left;
    display:inline;
}
#menu li.sfhover ul,
#menu li:hover ul{
    left:13px;
}
#menu li.sfhover ul li ul,
#menu li:hover ul li ul,
#menu li.sfhover ul li.sfhover ul li ul,
#menu li:hover ul li:hover ul li ul,
#menu li.sfhover ul li.sfhover ul li.sfhover ul li ul,
#menu li:hover ul li:hover ul li:hover ul li ul{
    top:-1px;
    left:-999em;
}
#menu li.sfhover ul li.sfhover ul,
#menu li:hover ul li:hover ul,
#menu li.sfhover ul li.sfhover ul li.sfhover ul,
#menu li:hover ul li:hover ul li:hover ul,
#menu li.sfhover ul li.sfhover ul li.sfhover ul li.sfhover ul,
#menu li:hover ul li:hover ul li:hover ul li:hover ul{
    left:199px;
}
#menu li ul li{
    width:100%;
    height:auto;
}
#menu li.sfhover ul li a,
#menu li:hover ul li a,
#menu li ul li a{
    display:block;
    float:none;
    width:200px;
    width/**/:/**/188px;
    border:1px solid #d5d5d5;
    border-top:0;
    padding:0 5px;
    background:#efefef;
    color:#666;
    text-decoration:none;
}
#menu li.sfhover ul li a:hover,
#menu li:hover ul li a:hover,
#menu li ul li a:hover{
    color:#000;
    background:#fff;
    text-decoration:none;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main .apost {
    overflow:hidden;
    margin:0 0 17px;
    padding:8px 15px;
    clear:both;
    background:#fff;
    border:1px solid #ededed;
}
#main .apost .media {
    float:left;
    margin:5px 10px 0 0;
    border:1px solid #8c8c8c;
}
#main .apost h1,
#main .apost h2 {
    font:bold 20px/25px arial;
    color:#b60001;
    height:1%;
    overflow:hidden;
    border-bottom:1px solid #ededed;
    margin:0 0 3px;
}
#main .apost h1 a,
#main .apost h2 a {
    color:#b60001;
}
#main .apost h1 a:hover,
#main .apost h2 a:hover {
    text-decoration:underline;
}
#main .apost h3 {
    font:bold 18px/25px arial;
}
#main .apost h4 {
    font:bold 16px/23px arial;
}
#main .apost h5 {
    font:bold 15px/22px arial;
}
#main .apost h6 {
    font:bold 14px/21px arial;
}
#main .apost .info {
    list-style:none outside;
    padding:0;
    margin:0;
    overflow:hidden;
    height:1%;
}
#main .apost .time,
#main .apost .comment {
    font:11px/16px arial;
    color:#bababa;
    float:right;
    padding:0;
}
#main .apost .time {
    margin:0;
    padding:0;
    float:left;
}
#main .apost .time a,
#main .apost .comment span,
#main .apost .comment a {
    color:#b60001;
    font-weight:normal;
}
#main .apost .comment a {
    font-weight:bold;
}
#main .apost .time a:hover,
#main .apost .comment a:hover {
    text-decoration:underline;
}
#main .apost .pmain {
    padding:5px 0 0;
}
#main .apost p,
#main .apost blockquote {
    padding:5px 0;
    text-align:justify;
}
#main .apost blockquote {
    padding:0 15px;
    margin:5px 20px;
    background:#f5f5f5;
    border-left:5px solid #888;
    color:#666;
}
#main .apost blockquote blockquote {
    background:#fff;
    border-left:5px solid #ddd;
}
#main .apost ol,
#main .apost ul {
    padding:10px 20px;
    list-style:disc inside;
}
#main .apost ol {
    list-style-type:decimal;
    margin:0 0 0 18px;
}
#main .apost p a,
#main .apost ol a,
#main .apost ul a {
    color:#b60001;
    font-weight:bold;
}
#main .apost p a:hover,
#main .apost ol a:hover,
#main .apost ul a:hover {
    text-decoration:underline;
}
#main .apost ul li {
    padding:0 0 5px 18px;
}
#main .apost ol li {
    padding:0 0 5px;
}
#main .apost .pfoot {
    overflow:hidden;
    clear:both;
    margin:8px 0 0;
    padding:0;
    height:1%;
    font:bold 13px/25px arial;
    list-style:none outside;
}
#main .apost .pfoot a {
    color:#b60001;
}
#main .apost .pfoot a:hover {
    text-decoration:underline;
}
#main .apost .pfoot li {
    margin:0;
    padding:0;
}
#main .apost .pfoot .first {
    float:left;
}
#main .apost .pfoot .second {
    float:right;
}
#main .lead {
    clear:both;
    font:bold 16px/20px arial;
    text-align:left;
    margin:8px 0 0;
    width:100%;
}
#main .lead a {
    color:#b60001;
}
#main .lead a:hover {
    text-decoration:underline;
}
#main .lead .prev {
    float:left;
}
#main .lead .next {
    float:right;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Sidebar(s)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebarOne a {
    color:#b60001;
}
#sidebarOne a:hover {
    text-decoration:underline;
}
.sbColumns {
    margin:0 0 17px;
    padding:5px 12px;
    border:1px solid #ededed;
    background:#fff;
    height:1%;
    font:bold 12px/18px arial;
}
.sbColumns h2 {
    font:bold 16px/22px arial;
    color:#6d6d6d;
    border-bottom:1px solid #ededed;
    margin:0 0 5px;
    height:1%;
    overflow:hidden;
}
.sbColumns ul {
    padding:0 4px;
    text-transform:uppercase;
}
.sbColumns ul ul {
    padding:5px;
}
.sbColumns ul li {
    padding:0 0 5px;
}
#sidebarOne .emailSubscribe {
    padding:10px 12px;
}
#sidebarOne .emailSubscribe img {
    float:left;
    margin:0 10px 0 0;
}
#sidebarOne .emailSubscribe h2 {
    margin:0 0 10px;
}
#sidebarOne .emailSubscribe .subscribeform a {
    display:block;
    text-align:center;
}
#sidebarOne .emailSubscribe .subscribeform span {
    display:block;
    text-align:center;
    color:#afafaf;
    margin:0 10px 5px 0;
    font-weight:normal;
}
#sidebarOne .emailSubscribe .subscribeform .ssfr {
    width:195px;
    width/**/:/**/181px;
    height:26px;
    height/**/:/**/19px;
    padding:5px 6px 0;
    float:left;
    clear:left;
    border:1px solid #ddd;
    background:#f9f9f9;
    text-align:left;
    font:12px arial;
    color:#afafaf;
}
#sidebarOne .emailSubscribe .subscribeform .ssf {
    width:53px;
    padding:0;
    margin:5px 0 0;
    position:relative;
    font:bold 12px arial;
    color:#b60001;
    background:none;
    float:right;
    border:none;
    cursor:pointer;
}
#searchform {
    margin:-2px 0 2px;
}
input#s {
    width:195px;
    width/**/:/**/181px;
    height:26px;
    height/**/:/**/19px;
    padding:5px 6px 0;
    float:left;
    border:1px solid #ddd;
    background:#f9f9f9;
    text-align:left;
    font:12px arial;
    color:#afafaf;
    margin:5px 0 0;
}
input#searchsubmit {
    width:53px;
    padding:0;
    margin:9px 0 0;
    position:relative;
    font:bold 12px arial;
    color:#b60001;
    background:none;
    float:right;
    border:none;
    cursor:pointer;
}
.ads .inner {
    padding:9px 0;
    text-align:center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        Dani sidebar edit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.sociallinks { padding: 0; text-align:center; }
.sociallinks img { border: 0px; padding: 5px 0px 0px 0px; }
.sociallinks ul { display: inline; list-style: none; }
.sociallinks li { display: inline; list-style: none; }
.youtube { margin: 0 0 5px 0; }
.youtube dd { float: left; margin: 0 0 0 2px; }
.youtube dt { float: left; margin: 0 0 0 3px; }
.twitter ul li { text-transform: none; }
.twitter li { padding: 0 0 7px 0; }
.floatright { float: right; margin: -33px 0 0 0; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Comment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#commentBox {
    text-align:left;
    font:12px/18px arial;
}
#commentBox  a {
    color:#404040;
}
#commentBox  a:hover {
    text-decoration:underline;
}
#commentform {
    padding:10px 0;
    overflow:hidden;
    width:450px;
}
#commentform p {
    padding:0 0 10px;
}
#commentform .changeAva {
    float:right;
    text-align:center;
    width:220px;
    width/**/:/**/200px;
    padding:5px 10px;
    font:11px/16px arial;
    border:1px solid #ddd;
    background:#fafafa;
}
#commentform .changeAva h4 {
    color:#404040;
    font:bold 12px/18px arial;
    margin:0 0 3px;
}
#commentform .changeAva span {
    display:block;
}
#commentform .changeAva img {
    border:1px solid #ededed;
}
#commentform .changeAva a {
    color:#404040;
}
#commentform input,
#commentform textarea {
    padding:4px 3px 0;
    color:#404040;
}
#author,
#email,
#url,
#comment {
    display:block;
    font-size:13px;
    border:1px solid #ddd;
    font-family:arial;
    width:156px;
    width/**/:/**/150px;
    height:26px;
    height/**/:/**/20px;
    background:#fafafa;
}
#commentform textarea#comment {
    width:440px;
    max-width:440px;
    min-height:100px;
    border-width:1px;
    margin:0 0 10px;
    padding:4px 3px;
    background:#fafafa;
}
* html #commentform textarea#comment {
    height:100px;
}
#commentform input#submit {
    width:110px;
    padding:2px 0 0;
    margin:-10px 0 0;
    font:bold 12px arial;
    color:#404040;
    text-transform:uppercase;
    float:left;

    border:1px solid #ddd;
    background:#fafafa;
    cursor:pointer;
}
.commentlist {
    list-style:none outside;
    overflow:hidden;
}
.commentlist li {
    margin:0 0 17px;
    width:100%;
    overflow:hidden;
}
.commentlist li .cmAvatar {
    float:left;
    width:75px;
    font:0/0 arial;
    color:#404040;
    position:relative;
}
.commentlist li .cmAvatar a {
    color:#404040;
}
.commentlist li .cmAvatar img {
    margin:0!important;
    display:block!important;
    border:1px solid #ededed;
}
.commentlist li .cmContent {
    float:left;
    width:437px;
    width/**/:/**/415px;
    padding:5px 10px 0;
    border:1px solid #ddd;
    background:#eee;
}
.commentlist li.cadmin .cmContent {
    border:1px solid #e1e1e1;
    background:#fafafa;
    color:#323232;
}
.commentlist li.cadmin .cmContent a {
    color:#404040;
}
.commentlist li .cmContent .cmInfo {
    font:12px/20px arial;
    color:#404040;
    padding:0 0 10px;
}
#commentBox  .commentlist li .cmContent .cmInfo a {
    color:#404040;
}
.commentlist li.cadmin .cmContent .cmInfo {
    color:#626267;
}
#commentBox  .commentlist li.cadmin .cmContent .cmInfo a {
    color:#626267;
}
.commentlist li .cmContent .cmInfo .cauth {
    font:bold 13px/20px arial;
}
.commentlist li .cmContent .cmInfo .cauth img {
    display:none!important;
}
.commentlist li p {
    padding:0 0 15px;
    clear:both;
    text-align:justify;
}
h3#respond,
h3#comments {
    font:bold 16px/22px arial;
    color:#404040;
    padding:5px 0;
    margin:0 0 5px;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer .inner {
    width:100%;
    text-align:center;
    background:url(images/main-bottom.jpg) no-repeat;
}
#footer .inner .inner {
    width:auto;
    padding:36px 25px 11px;
    height:1%;
    background:url(images/footer-bottom.jpg) no-repeat left bottom;
}
#footer a {
    color:#b60001;
}
#footer a:hover {
    text-decoration:underline;
}
#footer #questions {
    float:left;
}
#footer #subMenu {
    float:right;
}
#footer #subMenu li {
    display:inline;
}
#credits { color: silver; font-size: 10px; background-color: #272727; background-image: none; padding-left: 15px; }
#credits a { color: white; }


#features{
    width:512px;
    width/**/:/**/510px;
    height:237px;
    height/**/:/**/235px;
    border:1px solid #ededed;
    float:left;
    margin:17px 0 17px 17px;
}

.jshowoff p.jshowoff-slidelinks {
	position: relative;
	top: 2px;
	right: 3px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a, .jshowoff-controls a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 5px 7px 5px;
	margin: 5px 0 0 5px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	outline: none;
	font-size: 11px;
	line-height: 12px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #fff;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #fff;
	color: #000;
	}
p.jshowoff-controls {
	background: #aaa;
	overflow: auto;
	height: 1%;
	padding: 0 0 5px 5px;
	margin: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}