/* 
Name: Choice Of Games
Author: Nadine Lessio
Web: http://nadinelessio.com
Made: April 20/2011

*/

/* Imported Reset (Eric Mayer)
******************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* end reset.css */

/* Special Fonts
**********************************/


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 19, 2011 06:29:25 PM America/New_York */

@font-face {
    font-family: 'UbuntuRegular';
    src: url('Ubuntu-Regular-webfont.eot');
    src: url('Ubuntu-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Ubuntu-Regular-webfont.woff') format('woff'),
         url('Ubuntu-Regular-webfont.ttf') format('truetype'),
         url('Ubuntu-Regular-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}





/* Global Styles
**********************************/

html, body { 
  background: url('images/bg_site.png') repeat-x #f3cd35;
  /* black background for rainbow logo */
  /* background: #000; */
  color: #333;
  font: 13px "Arial", Arial, sans-serif;
  line-height: 18px;
  height:100%;

}

b, strong {font-weight: bold;}

i, em {font-style: italic;}


h1, h2, h3, .date, #menu-top-navigation, th {
  font-family: 'Ubuntu', Arial, sans-serif; 
  line-height: 1.2;
  /*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=hIEfix.png,sizingMethod=crop);zoom:1;*/
}

h1 {font-size: 36px;}

h2 {font-size: 21px;}

h3 {font-size: 16px;}


/* By default, ULs won't have bullets */
ul { list-style: none; }

a {color: #e77013;}
a:hover {color: #e5942a;}

h2 a { color: #333; text-decoration: none;}

/* fourCol is the four-column footer on the home page */
#footer h3, .fourCol h3  { color: #efbd32; padding: 0 0 10px 0;}

.widget h2 {color: #999; font-size: 16px; padding: 10px 0 15px 0; }


#roundShell h1 {padding: 0 0 20px 0;}


td {
  padding: 0 0 20px 0;
}

pre {
  /* background: #e9e9e9; */
  font:1em/150% consolas, monaco, "courier new", courier, monospace;
  margin: 1em 0px;
}

code {
  font:1em/150% consolas, monaco, "courier new", courier, monospace;  
}

blockquote {
    margin-left: 1em;
    padding-left: 1em;
    border-left:3px solid #e77013;
}


/* Shell
**********************************/

/* Body's only child */
#wrap {
  background: url('images/bg_logo.png') no-repeat;
  background-position: 200px bottom;
  margin: 0 auto;
  padding: 20px 0 180px 0;
  max-width: 960px;
}

#roundShell {
  background: white;
  padding: 20px;
  
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  
  -o-border-top-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}



#header {
  position: relative;
}

#footer{
  background: url('images/bg_footer.png') top left repeat-x black;
  color: #ccc;
  font-weight: normal;
  
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  
  -o-border-bottom-right-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
    
  margin: 0 20px 0 20px;
  padding: 20px;
}

#copyright {
  text-align: center;
  padding: 20px 0 0 0;
}



#logo {
  float: left;
  height: 105px;
  width: 250px;
}

#logo img {
  width: 250px;
  height: 86px;
}

/* The left-hand side of a wordpress "Page" */
#leftPage {
  
  float: left;
  margin: 0 20px 0 0;
  width: 690px;
}

#leftPage p, #leftPage h2, #leftPage ul, .pageBody p, .pageBody h2, .pageBody ul, .postBody p, .postBody h2, .postBody ul {
  margin: 18px 0 18px 0;
}

#leftPage ul ul, .pageBody ul ul, .postBody ul ul {
  margin-top: 0;
  margin-bottom: 0;
}

#leftPage td, #leftPage th, .pageBody td, .pageBody th, .postBody td, .postBody th {
  border: 1px solid black;
  padding: 3px;
}

#leftPage table, .pageBody table, .postBody table {
  border-collapse: collapse;
}

#leftPage ul, .pageBody ul {
  list-style: disc;
  margin-left: 2em;
}

.postBody img {
  max-width: 100%;
  height: auto;
}

.postBody iframe {
  max-width: 100%;
}

.pageBody button, .postBody button {
  background: linear-gradient(#3d3d3d, #0c0c0c);
  border-radius: 10px;
  color: #ffdd6d;
  font-family: ubuntu, Arial, sans-serif;
}

/* There's more #leftPage stuff later in this file */

/* The left-hand side of a wordpress blog "Post"; see also .post below */

#leftBlog {
  float: left;
  margin: 0 20px 0 20px;
  width: 670px;
}

#rightBlog {
  float: left;
  min-height: 300px;
  width: 210px;
}

#leftGame {
  float: left;
  margin: 0 20px 0 0;
  width: 690px;
}



/* Navigation
**********************************/



#menu-top-navigation {
  float: right;
  list-style: none;
  position: absolute; bottom: 0; right: 0;  
}

#menu-top-navigation li {
  display: inline-block;
  margin: 0 0 0 10px; 
  
}

#menu-top-navigation li a {
  background: url('images/bg_nav.png') repeat-x black;
  color: #ffdd6d;
  display: block;
  padding: 10px;
  text-decoration: none;
  
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; 
  transition: all 0.3s ease;
}

#menu-top-navigation li a:hover {
  background: white;
  color: #000;
  text-shadow: none;
}

#menu-top-navigation li.current-menu-item a, #menu-top-navigation li.current-page-ancestor a, #menu-top-navigation li.current-post-parent a  {
  background: white;
  color: black;
}

.widget .current_page_item {
/*  background: #f9ae35;*/
        background-color: #999;
  padding: 3px;
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.widget .current_page_item a {
  color: white;
  text-decoration: none;
}




#postNav {
  border-bottom: 1px solid #e3e3e3;
  /*border-top: 1px solid #e3e3e3;*/
  margin: 0 20px 0 50px;
  padding: 20px 0 20px 0;
}




.basicBut, .navBut a {
  background: #f9ae35;
  border: none;
  color: white;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.basicBut:hover, .navBut a:hover {
  background: #e5942a;
  color: white;
}

.basicBut a {
  color: white;
  display: block;
  text-decoration: none;
}

.butRight {
  float: right;
}

.butLeft {
  float: left;
}

/* Subscribe widget in the sidebar */
.subscribeWidget {
  display: table;
  line-height: 1.4;
}
.subscribeWidget a {
  text-decoration: none;
  font-family: 'Ubuntu', Arial, sans-serif; 
  font-size: 18px;
  opacity: 0.8;
  padding: 10px 0 0 0;
  display: table-row;
  vertical-align: top;
}

.subscribeWidget a:hover {
  opacity: 1.0;
}

.subscribeWidget img {
  width: 20px;
  margin-right: 0.1em;
}

.subscribeWidget td {
  vertical-align: top;
}

/* Content Specific
**********************************/

.shr-publisher-104 img {
  width: 25px;
}

/* Logos appear on the home page and the Our Games list */
.logos {
  padding: 20px 0 0 0;
  text-align: center;
}

.logos ul li {
  display: inline;
  
}

.logos img {
  padding: 0 10px 0 0;
  height: 30px;
}

.logos img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 hack */ filter: alpha(opacity = 80); /* IE 5-7 hack */ 
}

.widget .logos img {
  padding: 0 0 20px 0;
}

/* An actual blog post. But see also leftBlog above */
.post {
  margin: 20px 20px 0 50px;
}

.post ul, .post ol {
  margin-left: 2em;
}

.post ul {
  list-style: disc outside none;
}

#leftPage ol, .pageBody ol {
padding: 0 0 20px 0;
list-style-position: inside;
  
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Archive pages, e.g. "Game Announcements" category */

#archWhere {
  
}

#archWhere h2 {
  margin: 0 0 10px 0;
}

.archNav {
  text-align: right;
  padding: 20px 20px 0 0;
  color: #666;
  
}

/* Main element of comments.php (WTF?) */
#theBots {
  border-bottom: 1px solid #e3e3e3;
  margin: 20px 20px 0 50px;
}

/* "Posted by: Dan Fabulich" */
.topMeta {
  color: #666;
  font-size: 12px;
  padding: 10px 0 0 0;
}

.endMeta {
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  font-size: 12px;
  margin: 20px 0 0 0;
  padding: 20px 0 20px 0;
}



.widget {
  background: url('images/bg_widget.png') top left repeat-x;
  margin: 0 0 20px 0;
  padding: 0 10px 0 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  
}



.widget ul li {
  margin: 0 0 5px 0;
}

.date {
  background: url('images/icon_date.png') top right no-repeat;
  color: white;
  float: left;
  height: 62px;
  margin: 0 0 0 -109px;
  overflow: hidden;
  padding: 5px 0 0 0;
  text-align: right;
  width: 90px;
}

.date p {
  padding: 1px 10px 0 0;
}

.yr {
  font-size: 18px;
  font-weight: bold;
}

/* Categories */
.cats {
  background: url('images/icon_cats.png') no-repeat;
  background-position: top left;
  float: left;
  margin: 10px 0 0 0;
  padding: 0 0 0 20px;
  width: 50%;

  
}

.catsT {
  background: url('images/icon_cats.png') no-repeat;
  background-position: left 22px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
  padding: 20px;
  
  
}

.comIn {
  background: url('images/icon_comment.png') top left no-repeat;
  padding: 0 0 0 23px;
}

/* Game Stuff
**********************************/

.gameNav {
  border-top: 1px solid #cdcdcd;
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}

.gameHolder, .gameHolderOne {
  display: table;
  border-spacing: 20px 10px;
  margin: 10px 0 0 -20px;
}

.attachment-post-thumbnail {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.attachment-full {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.gameItem {
  display: table-cell;
  background: #f1f1f1;
  padding: 20px;
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  max-width: 410px;
}

.gameItem h2 {
  padding: 20px 0 20px 0;
}

.gameItem p {
  padding: 0 0 20px 0;
}



.slideHold {
  position: relative;
  height: 35px;
}

a.linkButton {
  background:linear-gradient(#d35a1e, #efcf55);
  border-radius:6px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial, sans-serif;
  font-size:13px;
  text-shadow:0 0 1px brown;
  padding:9px 0px;
  min-width: 20ch;
  text-align: center;
  text-decoration:none;
  box-shadow:1px 2px 6px 0px lightgrey;
}
a.linkButton:hover {
  color:#ffffff;
  background:linear-gradient(#e36a2e, #ffdf65);;
}
a.linkButton:active {
  top:1px;
  box-shadow:1px 0px 5px 0px lightgrey;
}

.playOnline {
  position: absolute; right: 0;
}

.preorderOurGames {
  position: absolute; right: 0;
}

.comingSoon {
  display: inline-block;
  font-family: 'Ubuntu', Arial, sans-serif;
  font-size: large;
  padding-top: 7px;
}

.buyIt {
  background: white;
  border: 1px solid #cdcdcd;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

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

.buyIt .main {
  background: url('images/bg_dropdown.png') no-repeat;
  background-position: top left;
  
}


.buyIt .main a {
  display: block;
  margin: 0 0 0 43px;
  padding: 8px 15px 8px 0;
  
}

.subnav ul {
  padding: 0;
}

.buyIt .main .subnav li {
    border-top: 1px solid #cdcdcd;
  
}

.buyIt .main .subnav li:hover {
  background: #f8e6ad;
}

.buyIt .main .subnav li:hover:last-child {
  background: #f8e6ad;
  
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  
  -o-border-bottom-left-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  
}

.buyIt .main .subnav li a {
  background: none;
   display: block;
   margin: 0;
   padding: 10px;
  
}

.pageRight {
  float: right;
  min-height: 290px;
  margin: 0 0 20px 20px;
  width: 440px;
}

.pageRight p {
  padding: 0 0 20px 0;
}


.bread {
  padding: 0 0 20px 0;
}


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

#footSaying {
  background: url('images/bg_footdiv.png') top right repeat-y;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  position: relative;
  float: left;
  width: 305px;
}

#footWriter {
  background: url('images/bg_footdiv.png') top right repeat-y;
  float: left;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  position: relative;
  width: 305px;
}

#footWriter p {
  padding: 0 0 10px 0;
}

#footSu {
  float: left;
  position: relative;
  width: 190px;
}

.hang {
  font-size: 21px;
  padding: 5px 3px 0 0;
}

.quoteA {
  font-style: italic;
  text-align: right;
  padding: 0 0 5px 0;
}



.moreLink {
  background: url('images/bg_morelink.png') top left repeat-x #434343;
  color: white;
  display: block;
  font-size: 12px;
  padding: 3px;
  text-align: center; 
  text-decoration: none;  
  
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

a.suF {
  padding: 0 0 10px 0;
  opacity: 0.9;
  color: #efbd32;
  text-decoration: none;
  font-size: 24px;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE 8 hack */ filter: alpha(opacity = 90); /* IE 5-7 hack */ 
}

a.suF img {
  height: 30px;
  margin-right: 1ch;
  vertical-align: middle;
}

a.suF.tumblr img {
  height: 18px;
  width: 18px;
  padding: 6px;
  background-color: white;
  border-radius: 4px;
}

a.suF span {
  vertical-align: middle;
}

a.suF:hover {
  opacity: 1.0;
  color: #efbd32;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */ filter: alpha(opacity = 100); /* IE 5-7 hack */
}





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

.comments-area {
  margin: 20px 20px 0 50px;
}

.comments-area p {
  margin: 1em 0;
}

ol.comment-list {
  margin: 20px 0 0 20px;
}

ol.comment-list li {
  margin: 0 0 20px 0;
  
}

ol.comment-list li .comment-meta {
  color: #666666;
  font-size: 12px;
  margin: 0 0 10px 0;
}

ol.comment-list li .fn {
  color: #333;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

ol.comment-list li .fn a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

ol.comment-list li p {
  font-size: 14px;
  padding: 0 50px 0 0;
}

.says {
  display: none;
}

.children {
  border-left: 1px solid #e3e3e3;
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
}

.avatar {
  border: 1px solid #666;
  float: right;
  
  height: 30px;
  width: 30px;
  
}

.respond .avatar {
  float: none;
}

.reply {
  font-size: 12px;
  padding: 10px 0 20px 0;
}



#commentForm {
  padding: 0 0 20px 0;
}

#commentForm ul {
  margin: 20px 0 0 0;
}



#commentForm p.ctop {
  font-size: 10px;
  padding: 5px 0 0 0;
}

#commentForm .orange {
  color: #f9ae35;
}



#commentForm label {
  float: left;
  margin: 0 10px 0 0;
  text-align: right;
  width: 100px;
}


#commentForm input[type="text"] {
  border: 1px solid #b0b0b0;
  color: #666;
  padding: 5px;
  margin: 0 0 10px 0;
  width: 325px;

  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px; 
  border-radius: 5px;
}

#commentForm textarea {
  border: 1px solid #b0b0b0;
  color: #666;
  padding: 5px;
  width: 475px;
  
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px; 
  border-radius: 5px;
}

.widget input[type="text"], .widget input[type="email"], .fourCol input[type="text"], .fourCol input[type="email"] {
  border: 1px solid #b0b0b0;
  color: #666;
  padding: 5px;
  margin: 0 0 10px 0;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px; 
  border-radius: 5px;
}

.widget input[type="text"], .widget input[type="email"] {
  width: 95%;
}




/* Front Page Specific
**********************************/

#feature {
  background: white;
  padding: 5px 0 5px 5px;
  position: relative;
  
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  
  -o-border-top-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  -o-border-bottom-right-radius: 10px;
  
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  
  }
  
    
  .Frontlogos {
    background: white;
    padding: 20px 0 20px 0;
    text-align: center;
    margin: 0 100px 0 100px;
    
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    
    -o-border-bottom-right-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .Frontlogos ul li {
    display: inline;
  }
  
  .Frontlogos img {
    
    padding: 0 10px 0 0;
    width: 100px;
  }

.Frontlogos img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 hack */ filter: alpha(opacity = 80); /* IE 5-7 hack */ 
}


#frontfooter {

background: url('images/bg_footer.png') top left repeat-x black;
color: #ccc;
font-weight: normal;

-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;

-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;

-o-border-bottom-right-radius: 10px;
-o-border-bottom-left-radius: 10px;

border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
  
margin: 0 20px 0 20px;
padding: 20px 0 20px 0;
  
}





.imageF {
  float: left;
  height: 306px;
  position: relative;
  width: 460px;
  
  
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.fourColLast {
  float: left;
  width: 190px;
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
}
.fourCol {
  background: url('images/bg_footdiv.png') top right repeat-y;
  float: left;
  min-height: 100%;
  margin: 0 0 0 20px;
  padding: 0 20px 0 0;
  width: 190px;
  
}

.featureRight {
  float: left;
  padding: 30px 20px 0 20px;
  position: relative;
  text-align: center;
  width: 455px;
  z-index: 0;
}

.featureRight p  {
  padding: 20px 0 0 0;
  text-align: left;
}

.featureRight h1 {
  color: #e6962a;
  text-align: left;
}



.playOnF {
  margin: 20px 0 0 0;
}

.fourCol input[type="text"], .fourCol input[type="email"] {
  width: 60%;
}



.fourCol p {
  padding: 0 0 20px 0;
}





#numbers {
  position: absolute; top: 0; left: -25px;
  background: white;
  padding: 5px 0 0 0;
  text-align: center;
  width: 25px;
  
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  
  -o-border-top-left-radius: 10px;
  -o-border-bottom-left-radius: 10px;
  
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  
  
  
}

#numbers li {
  padding: 0 0 5px 0;
}


#numbers li a  {
  text-decoration: none;
  font-weight: bold;
}

.fuckthis a {
  text-decoration: underline;
}



/*** http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack 
**********************************/
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*** DGF Copied from wordpress twentyeleven */

p img,
.wp-caption {
  margin-top: 0.4em;
}
.wp-caption {
  /** DGF this looks too weird margin-bottom: 1.625em; */
  max-width: 96%;
  padding: 9px;
}
.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
.wp-caption .wp-caption-text:before {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


@media only screen and (max-width: 960px) {
  #wrap {
    width: 470px;
  }

  #feature {
    border-top-right-radius: 10px;
  }

  .featureRight {
    box-sizing: border-box;
    padding: 20px 5px;
  }

  .featureRight h1 {
    text-align: center;
  }

  .featureRight p {
    text-align: center;
  }

  #menu-top-navigation {
    float: none;
    position: static;
  }

  #menu-top-navigation li {
    margin: 0 0 10px 10px;
  }

  #menu-top-navigation li a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  #logo {
    float:none;
  }

  .fourCol {
    float: none;
    width: inherit;
    padding: 20px 20px 0 0;
  }

  .fourColLast {
    float: none;
    width: inherit;
    padding: 20px;
  }

  #frontfooter {
    padding: 0;
  }

  /* blog */

  #roundShell {
    border-top-right-radius: 10px;
  }

  #roundShell h1 {
    padding: 0;
  }

  #leftBlog {
    width: 100%;
    margin: 0;
  }

  #leftPage {
    width: 100%;
    margin: 0;
  }

  .date {
    float: none;
    margin: 0 0 0 -39px;
  }

  .post {
    margin: 20px 0 0 0;
  }

  .gameHolderOne {
    display: block;
    margin: 0;
  }

  .gameItem {
    display: block;
    margin: 20px 0;
  }

  .gameItem img {
    max-width: 100%;
    height: auto;
  }

  .logos img {
    height: 44px;
  }

}

@media only screen and (max-width: 480px) {
  #wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 2%;
  }

  #feature {
    padding: 5px;
  }

  .imageF {
    max-width: 100%;
    height: auto;
  }
  .featureRight {
    width: 100%;
  }
  .featureRight h1 {
    font-size: 30px;
  }

  /* blog */

  .alignright {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 0;
  }

  /* our games */

  a.playOnline {
    display: none;
  }

  .gameItem {
    background-color: white;
    padding: 10px 0;
  }
}
