/*  
Theme Name: GogoV8.5
*/


/* HTML Elements */
* {
    margin:0;
    padding:0;
}

html, body {
    font: 16px Verdana,Arial,sans-serif;
    background: #000;
    color: #ccc;
    height:100%;
}

p { 
    margin: 15px 0;
}

a:link, a:visited {
    color: #c33;
    text-decoration:none;
  outline:none;
}

a:hover, a:active {
    color: #eee;
  outline:none;
}

a img {
    border:none;
}


em { color: #29f; font-style:normal; font-weight:normal;}
strong { color: #4f4; font-weight:normal;}


code {
  display:block;
    font: 0.85em 'Courier New', Courier, Fixed;
  white-space:pre;
  margin:15px 0 15px 2px;
  padding: 5px 0 5px 20px;
  border-left:1px solid #777;
  background-color: #222;
}   

/*\*/ * html code { 
  width: 537px; 
  overflow: auto; 
  overflow-y: hidden; 
} /**/

/*\*/ * html div.indent p code, * html div.indent ul li code { 
  width: 435px; 
  overflow: auto; 
  overflow-y: hidden; 
} /**/

code strong {
  font-weight:normal;
}
code em {
  font-weight:normal;
  font-style:normal;
}

select {
    width: 130px;
}   

h1 {
    font-size:3.5em;
    font-weight:bold;
    letter-spacing:-0.08em;
}

h2 {
    font-size:2.3em;
}

h3 {
    font-size:1.3em;
    margin:20px 0 15px;
    font-weight:bold;
  padding:5px 0 2px;
    border-bottom:1px solid #777;
}

h4 {
    font-size:1.0em;
    margin:20px 0 15px;
    border-bottom:1px solid #777;
}

h5 {
    font-size:0.9em;
    margin:5px 0;
}

/* Structure */


#head {
    position: fixed;
    top:0px;
    height:78px;
    padding:0px;
    width: 100%;
    font-size:1.0em;
    background:#000;
    border-bottom: 1px solid #777;
}

#head-outer {
    padding:0 25px;
}

#head-inner {
    width:auto;
    min-width: 980px;
    max-width: 1200px;
    margin:0px auto;
}

#page-outer {
    padding: 0 25px;
}

#page {
    width:auto;
    min-width: 980px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 88px 0 10px;
    font-size:0.9em;
  line-height:155%;
}

* html #page {
    padding: 10px auto;
}

.left, .alignleft {
    float:left;
}

.right, .alignright {
    float:right;
}


/* Top Nav Bar*/

#page-bar {
    float:right;
    margin: 0 0 0 0;
    line-height:17px;
}

#page-bar ul {
    list-style: none;
    z-index:7000;
}

#page-bar li {
    float:left;
    list-style:none;
    cursor: pointer;
    display:block;
}

#page-bar li:hover, #page-bar li.current_page_item, #page-bar li.current_page_parent {
}

#page-bar li:hover ul, #page-bar li.sfhover ul {
  left: auto;
}

#page-bar a, #page-bar a:visited {
    margin: 0px;
    padding:7px 16px;
    display:block;
}

#page-bar a:hover {
    text-decoration:none;
    display:block;
}

#searchform {
    width:444px;
    height:39px;
    float:right;
    text-align:right;
    padding:8px 8px 0 0;
}

/* Dropdown Menus */        

    
#page-bar li li {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 128px;
    text-transform:none;
  border-left:1px solid #777;
  border-right:1px solid #777;
}

    
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
    background: #000;
    width: 100px;
    float: none;
    margin: 0px;
    padding: 5px 10px 5px 18px;
    border-top: 1px solid #777;
}
    
#page-bar li li a:hover, #page-bar li li a:active {
    padding: 5px 10px 5px 18px;
}


#page-bar li ul {
    position: absolute;
    width: 130px;
    left: -999em;
  border-bottom:1px solid #777;
}

#page-bar li:hover ul {
    left: auto;
    display: block;
}
    
#page-bar li:hover ul, #page-bar li.sfhover ul {
    left: auto;
}

#page-bar li ul ul {
  margin : -28px 0 0 128px;
}

#page-bar li ul ul li {
    border-left: 1px solid #777;
}

#page-bar li:hover ul ul, #page-bar li:hover ul ul ul, #page-bar li.sfhover ul ul, #page-bar li.sfhover ul ul ul {
  left : -999em;
}

#page-bar li:hover ul, #page-bar li li:hover ul, #page-bar li li li:hover ul, #page-bar li.sfhover ul, #page-bar li li.sfhover ul, #page-bar li li li.sfhover ul {
  left : auto;
}

/** ie7 hack for 3rd deep suckerfish menu items*/
*+html #page-bar li ul li:hover ul, *+html #page-bar li ul li:active ul {
  visibility: visible;
}


/* Text*/


h3.cat_title, h3.cat_title a {
    color:#333;
    letter-spacing:-0.05em;
    font-size:0.85em;
}

h3#respond {
    margin-top:0px;
    padding-top:20px;
}

h3#comments {
    margin-top:32px;
    padding-left:0px;
}

h3.authors {
    margin-top:15px;
}

/* Index Page*/

#logo {
    float:left;
    font-weight:normal;
    font-size:32px;
    width:350px;
    padding:18px 0;
    border:0px solid red;
}

#logo a {
    color: #c33;
}
#logo a:hover {
    color: #eee;
}

#tagline {
    margin-top:8px;
    font-size:22px;
    color:#333;
}

#top {
    padding:0;
}

#headline {
    width:560px;
    float:left;
    padding:10px;
    font-size:1.05em;
    line-height:1.5em;
    margin:0;
}

#headline  div.title {
    font-weight:bold;
    font-size:2.0em;
    letter-spacing:-0.05em;
    display:block;
    padding-bottom:5px;
}

#headline div.meta {
    display:block;
    margin-top:-5px;
    padding-bottom:2px;
}

#headline p {
    padding-bottom:15px;
}

#featured {
    width:300px;
    float:right;
    padding:10px 10px 9px 10px;
}

#featured .clearfloat {
    margin-top:7px;
    margin-bottom:8px;
}

#featured .info {
    margin-top:5px;
    padding-top:5px;
    float:right;
    width:180px;
}

#featured .title {
    font-weight:bold;
}

#headline a img, #featured a img {
    margin-top:5px;
    margin-right:10px;
    padding:2px;
}


#middle {
    width: 920px;
    float:right;
    padding:10px;
    margin:10px 0;
}

.category {
    width:164px;
    float:left;
    border-top:8px solid #333;
    margin:0px;
    padding:5px 10px 10px 10px;
}

.category p {
    margin:0;
}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #333333;}
#cat-2, #cat-4 {border-top:8px solid #3c78a7;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
    text-transform:lowercase;
    margin:0;
    font-weight:bold;
    font-size:1.5em;
    letter-spacing:-0.05em;
}

#front-popular h3 {
    color:#fff;
}

.category a {
    color:#333;
    display:block;
}

.category a:hover {
    color:#fff;
    text-decoration:none;
}


#bottom {
    width: 940px;
}

#front-list {
    width:540px;
    width:auto;
    padding:10px;
    font-size:1.05em;
    line-height:1.75em;
    float:left;
}

#archive {
    padding-top:15px;
    font-size:1.05em;
    line-height:1.75em;
}

#front-list blockquote {
    padding: 0px 10px 0 10px;
}

#front-list .title, #archive .title {
    font-weight:normal;
    font-size:1.6em;
    letter-spacing:-0.05em;
    padding-bottom:5px;
}

#front-list .clearfloat, #archive .clearfloat {
    padding-bottom:10px;
    border-bottom:1px solid #777;
    margin-bottom:10px;
}

#front-list .spoiler, #archive .spoiler {
    display:block;
    margin-top:3px;
}

#front-list p, #archive p {
    margin:0px 0 15px;
    padding:0px;
}

.author {
    font-size:0.8em;
    font-weight:bold;
}

.meta, #stats {
    font-size:0.8em;
    color:#777;
}

.meta a, #stats {
    color:#777;
}

#headline p, #featured p {
    margin:0;
}


/* Content Page*/

#content {
    width:560px;
    width:auto;
    padding:0;
    font-size:0.95em;
    line-height:1.55em;
    margin-left:200px;
    margin-left:230px;
    margin-right:300px;
    margin-right:270px;
    min-height:400px;
}
#content.content-wide{
    width:960px;
    width:auto;
    margin:0;
}
#content .breadcrumbs, #content .breadcrumbs a {
    font-weight:bold;
    color:#333;
}

#content h2.title {
    font-size:1.6em;
    font-weight:normal;
    letter-spacing:-0.05em;
    border-bottom:1px solid #777;
    margin:10px 0px 25px 0px;
    padding:5px 0px;
    color: #29f; /* blue */
    color: #4f4; /* green */
}

.post {
    font-size:1.05em;
    line-height:1.5em;
    padding: 0 10px;
}

.post h3 {
  color: #4f4; /* green */
}

.post h4 {
  color: #29f; /* blue */
}

.post h4 span {
  float:right;
}

.post p {
    margin-top:0px;
}

.post .indent {
  padding:0 0 0 80px;
  text-align:justify;
  text-align:left;
}


.post .clearfloat {
    margin:10px 0px;
}

.post ul, .post ol, #front-list ul, #front-list ol {
    margin-bottom: 15px;
}

.post ul li, #front-list ul li {    
    margin-left:40px;
    padding: 0 0 5px 5px ;
}

.post ol li, #front-list ol li {    
    list-style:decimal;
    margin-left:40px;
    padding: 0 0 5px 5px ;
}

.post ol li ul li, #front-list ol li ul li {    
    list-style:square;
    margin-left:20px;
}

.post img, .post a img, #front-list img, #archive img {
    margin:0 10px 5px 0;
    padding:2px;
}


.entry {
    margin-top:20px;
}

.small { 
  font-size: 0.7em;
}

#notification {
  padding: 20px 0;
  text-align:center;
}

.center {
  text-align:center;
}

.w2wrapper {
    position: relative;
}

.w2l, .w2r {
  float: left;
  width:274px;
  width: 48%;
  border: 1px solid #777;
  border-top: none;
  margin-bottom:15px;
}

.w2r {
  float: right;
}

.w2l a img, .w2r a img {
  width: 100%;
  display:block;
  margin:0 0 0 0; 
  padding:0;
  border:1px solid #777;
}

.w2l h3, .w2r h3 {
    font-size:1.1em;
    font-weight:bold;
    margin:0;
    padding:15px 20px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}

.w2l p.desc, .w2r p.desc {
    margin:-5px 0px 5px 0px;
    padding:10px 15px;
  border-bottom:1px solid #777;
}

.w2l p.desc2, .w2r p.desc2 {
    margin:-5px 0px 5px 0px;
    padding:10px 15px;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
}
  
.w2l ul , .w2r ul {
  line-height:125%;
}

.w2l ul li, .w2r ul li {
    list-style:none;
    display:block;
    padding:3px 0px 3px 13px;
  margin-left: 0px;
}

#shell-outer {
  padding:8px; 
  background: #333; 
  background: #369; 
  margin: 0 auto;
}

#shell {
    background: #222 url(/wp-content/images/loading.gif) center no-repeat;
}

/* Sidebar*/

#sidebar-left {
  width:185px;
  width:215px;
  float:left;
}

#sidebar-right {
  width:185px;
  width:235px;
  width:285px;
  width:255px;
  float:right;
}

.sidebar {
  padding:0;
  margin:10px 0;
  border:1px solid #777;
  border-top:none;
}

.sidebar h3 {
    font-size:1.0em;
    font-weight:bold;
    color:#29f;
    margin:0;
    padding:5px 10px;
  border-top:1px solid #777;
  border-bottom:1px solid #777;
}
  
.sidebar ul {
}

.sidebar p {
    padding:10px;
  margin:0;
}
.sidebar p.last {
    padding:10px 10px 15px 10px;
  margin:0;
}

.sidebar img.img {
    width: 213px;
    border:1px solid #777;
    padding:0;
  display:block;
}
#sidebar-right img.img {
    width: 253px;
}

a img.gamelink {
    width: 31%;
    border:6px solid #333;
    border:6px solid #111;
}

a:hover img.gamelink {
    border:6px solid #37a;
}

.sidebar a img.gamelink {
  display:block;
}

#sidebar-left a img.gamelink {
    width: 203px;
}

#sidebar-right a img.gamelink {
    width: 243px;
    height: 102px;
}

.sidebar li ul {
  margin:3px 0 -3px -13px;
}

.sidebar li {
    list-style:none;
    display:block;
    padding:3px 0px 3px 13px;
}

.sidebar li ul li {
    padding:3px 0px 3px 36px;
}


.sidebar input.mid, #login .input {
  width:176px;
  padding:3px;
  margin:4px 0;
  border:1px solid #777;
}

/* Form Elements */

select {
    border:1px solid #333;
    width:100%
}
    
.field {
    padding: 2px;
    border:1px solid #333;
    font-size:1.0em;
}

#s {
    color: #ccc;
    padding:3px 0 3px 5px;
    font-size:0.9em;
    height:18px;
    line-height:18px;
    width:194px;
    border:1px solid #777;
    background: #000;
}
    
#searchsubmit {
    border: 0px solid red;
    padding-left: 3px;
    padding-bottom:7px ;
    vertical-align:middle;
}

#commentform input {
    width: 140px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 99%;
    margin-top:5px;
  background:#fff;
  border: 1px solid #555;
}



/* Comments*/

.commentlist cite {
    font-style:normal;
    margin-bottom:4px;
    display:block;
}   

.commentlist blockquote {
}
            
.commentlist li {
    padding: 10px 0px 10px 0px;
    list-style:none;
    margin-bottom:3px;
}

.commentlist li li {
    background:none;
    border:none;
    list-style:square;
    margin:3px 0 3px 20px;
    padding:3px 0;
}

.commenttext {
    padding: 10px 10px 0px 10px;
    border-top:1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width:455px;
    float:right
}
        
.commentlist cite strong {
    font-size:1.1em;
}
    
li.my_comment {
    border:none;
}

li.my_comment cite strong {
    font-size: 1.3em;
    color:#313228;
}
    
#commentform small {
    font-weight:bold;
    padding:0;
}
    
.commentmetadata {
    color:#4d4d4d;
    display: block;
    margin-top:3px;
    text-align:right;
    font-size:0.9em;
}

.commentmetadata a, .commentmetadata a:visited {
    color:#959382;
}
    
.commentlist small {
}

.avatar {
    border:1px solid #bbb;
    margin:0px 10px 0px 0px;
    float:left;
    padding:2px;
    width:55px;
    height:55px;
}   

#comment {
    width:540px;
}

.error {
  color: red;
}

/* Footer*/

#footer {
    margin: 0 auto;
    width: 560px;
    width: auto;
    font-size:0.7em;
    padding-top:10px;
    padding-bottom:10px;
  text-align:center;
}



/* Float Properties*/

.clearfloat:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}

.clearfloat {
    display: inline-block;
}


/* Hides from IE-mac \*/
* html .clearfloat {
    height:1%;
}

*+html .clearfloat {
    height:1%;
}

.clearfloat {
    display:block;
}

/* login overrides for subscriber user details pages */
#login {
  text-align:left;
}

#login table {
  width:100%;
  font-size:0.9em;
}
  
#login th {
  vertical-align:top;
  width:40%;
}
#login td {
  vertical-align:top;
  width:60%;
}
  
#login h3 {
  margin:10px 0;
  font-size:1.0em;
  padding:3px 5px;
  color: #fff;
}

body #post_53 .entry #shell-outer #shell { display: none!important; }
body #post_53 .entry #shell-outer:after  { 
  content: '                :(';
  content: 'http://gogomakeplay.com/gogopop';
  white-space: pre;
  font-size: 22px;
  text-align: center;
  line-height: 280px;
  color: orange;
  xfont-weight: bold;
}
body #post_53 .entry #shell-outer.mine #shell { display: block!important; }
body #post_53 .entry #shell-outer.mine:after  { 
  content: '';
  line-height: 10px;
}


