/*   
Theme Name: PressPlay
Theme URI: http://www.pressplaying.com/themes/pressplay
Description: A clean and elegant theme for personal or professional websites with rich colors and a simple intuitive sidebar. Stable, widget-ready, with category-based navigation and valid XHTML. Now FULLY translation-ready as well.
Author: Michael Dance
Author URI: http://www.pressplaying.com
Tags: green, brown, tan, orange, two-columns, right-sidebar, fixed-width, seasonal, sticky-post, translation-ready
Version: 1.3
.
This theme is released under the GPL:
http://www.gnu.org/licenses/gpl.txt
.
*/

/* Basics ------------------------------------- */

* { margin:0; padding:0; }
.divclear { clear:both; }
.alignright { float:right; }
.alignleft { float:left; }
.aligncenter { display:block; margin-left:auto; margin-right: auto; }

body {
font-family: Tahoma, Geneva, sans-serif;
line-height:1.6em;
font-size:.75em;
color:#343434;
text-align:center;
background-color: #ffffff;
       background-attachment: fixed;
       background-position:bottom;
       background-image: url(images/background5.png);
       background-repeat: repeat-x;
}

div#wrapper {
width:940px;
height:100%;
margin:0 auto;
text-align:left;
height:100%;
position:relative;




}

/* Elements ----------------------------------- */

a {
text-decoration:none;
color:#5f87aa;
}

p {
margin:10px 0;
}

h1,h2,h3,h4,h5,h6 {
font-family:Tahoma, Geneva, sans-serif;
padding:10px 0 5px 0;
font-weight:bold;
}

h1,h2 {
font-weight:normal;
}

div#content h3, h4,h5,h6 {
font-family:Tahoma, Geneva, sans-serif;

}


ol, ul, li {
list-style:none;
}

code {
font:1em courier new;
}

pre {
border: 1px solid #c0c3ac;
font:1em courier new;
color:#233;
margin:10px;
padding:10px;
background:#ecf0d9;
overflow:auto;
}

table {
border-collapse:collapse;
margin:10px auto 10px auto;
background:#ecf0d9;
}

td {
border:1px solid #c0c3ac;
padding:1em;
}

th {
padding:10px;
border:1px solid black;
background-color:#c0c3ac;
}

dl {
margin:10px;
}

dt {
font-weight:bold;
}

dd {
margin:0 0 5px 20px;
}

blockquote {
background:url('images/blockquote.png') no-repeat;
margin:10px 20px;
padding-left:40px;
}

fieldset {
padding:15px;
margin:5px;
}

legend {
padding:5px;
}

/* Header ------------------------------------- */

div#header {
height:305px;
width:820px;
clear:both;
background:url('images/bannertemp.png');
}

/* Gameboy ------------------------------ */

div#gameboy {
width:183px;
height:300px;
background:url(images/banners/rotate.php);
position:absolute;
top:0px;
left:38px;

z-index:+10;
}


/* Cartridges ------------------------------ */

div#cart1 {
width:98px;
height:106px;
background-image:url(images/reviewcartridge.png);
position:absolute;
top:40px;
left:245px;

z-index:+10;
}

div#cart2 {
width:98px;
height:106px;
background-image:url(images/reviewcartridge.png);
position:absolute;
top:40px;
left:365px;

z-index:+10;
}

div#cart3 {
width:98px;
height:106px;
background-image:url(images/reviewcartridge.png);
position:absolute;
top:40px;
left:485px;

z-index:+10;
}

div#cart4 {
width:98px;
height:106px;
background-image:url(images/reviewcartridge.png);
position:absolute;
top:40px;
left:605px;

z-index:+10;
}

div#art1 {
width:72px;
height:60px;
background-image:url(http://gamesugar.net/sitemedia/art1.jpg);
position:absolute;
top:70px;
left:258px;

z-index:+9;
}

div#art2 {
width:72px;
height:60px;
background-image:url(http://gamesugar.net/sitemedia/art2.jpg);
position:absolute;
top:70px;
left:378px;

z-index:+9;
}

div#art3 {
width:72px;
height:60px;
background-image:url(http://gamesugar.net/sitemedia/art3.jpg);
position:absolute;
top:70px;
left:498px;

z-index:+9;
}

div#art4 {
width:72px;
height:60px;
background-image:url(http://gamesugar.net/sitemedia/art4.jpg);
position:absolute;
top:70px;
left:618px;

z-index:+9;
}



/* Page List ---------------------------------- */

ul#page-list li {
float:right;
margin:5px;
padding:5px 7px 3px 7px;
font-size:.9em;

}

ul#page-list li li {
font-size:1em;
}

ul#page-list li a {
margin:0;
padding:0;
display:block;
color:#fff;
font-family:Tahoma;
text-decoration:none;
}

ul#page-list li a:hover {
background-color:none;
color:#feb638;
}

ul#page-list ul {
display:none;
position:absolute;
margin:3px 0 0 -10px;
}

ul#page-list li li {
float:none;
}

ul#page-list li:hover > ul {
display:block;
background-color:#32342c;
}

ul#page-list img {
height:auto;
border:0;
margin-bottom:-2px;
}



/* Category List ------------------------------ */

div#navigation {
clear:both;
background:#ffffff;
width:530px;
position:absolute;
top:185px;
left:223px;


}

ul#category-list li {
float:left;
margin:3px;
padding:5px 7px 3px 7px;
font-family:Tahoma, Geneva, sans-serif;

}

ul#category-list li a {
color:#5F86A8;
font-weight:bold;
font-style:italic;
margin:0;
padding:0;
display:block;
}

ul#category-list li:hover {
text-decoration: underline;
}

ul#category-list li a:hover {
background-color:none;
}

ul#category-list ul {
display:none;
position:absolute;
background-color:#fff;
border:1px solid #c2d1e4;
margin:3px 0 0 -7px;
z-index:+15;
}

ul#category-list li li {
float:none;
}

ul#category-list li:hover > ul {
display:block;
}

/* Search Box --------------------------------- */

div#right-navigation {
float:right;
padding-right:10px;
}

form#searchform {
float:right;
margin:6px 5px 0 0;
padding:0;
}

input.inputbox {
width:175px;
height:15px;
border:1px inset #000;
padding:1px;
background-color:#eee;
}

input#searchsubmit {
height:19px;
border:1px outset #000;
background-color:#5F86A8;
color:#ebecf0;
}

input#searchsubmit:active {
border:1px inset #000;
}

/* Archive Page Banners ----------------------- */

div.archive-banner {
padding:0px;
margin:0 0 20px 0;
text-align:center;
color:#06180a;
}

div.archive-banner-bottom {
margin:-20px 0 20px;

}

div.archive-banner p {
font-family:tahoma;
font-size:.9em;
margin:0;
}

div.archive-banner h2 {
font-size:2.5em;
padding:10px;
}

div#author-archive-banner {
text-align:left;
}

div#author-archive-banner img {
float:left;
padding-right:10px;
}

/* Posts -------------------------------------- */

div.date-box {
float:left;
background-image:url('images/date-holder.png');
width:50px;
height:70px;
margin:0 0 0 -81px;
text-transform:uppercase;
text-align:center;
padding:5px;
font-size:90%;
font-family:Georgia, serif;

}


span.big-date {
font-size:2em;
}

h2.post-title a {
color:#b2c4dc;

}

h2.post-title a:hover {
color:#afb9c5;
}

div.post {
margin-bottom:15px;
overflow:hidden;

}

div.post-body {
border:0px solid #dbe0c8;
border-top:0;
}

div#contentouter {
width:790px;
min-height:1350px;
float:left;
padding:5px;
border-left: 10px solid #5F86A8;
border-right: 10px solid #5F86A8;
background-color:#fff;
}

div#content {
width:570px;
float:left;
padding-left:30px;
background-color:#fff;
}



div.post-body {
margin-bottom:15px;
padding:0px;
text-align:justify;
}

div.post-body a {
text-decoration:underline;
}

div.post-body a:hover {
text-decoration:none;
color:#afb9c5;
}

p.attachment a {
border:0;
}

p.attachment a:hover {
border:0;
}

div.post-body ul li {
list-style:disc;
}

div.post-body ol li {
list-style:decimal;
}

div.post-body ol li, div.post-body ul li {
margin-left:30px;
}

div.post-body ol, div.post-body ul {
margin:10px 0;
}

div.post-body form#searchform {
float:left;
}

/* Single Posts and Pages --------------------- */

h2#single-title {
background-color:#fff;
color:#5f87aa;
padding:5 0 10px 0;


}

div#single-body {
padding:0;
}

/* Sticky Posts ------------------------------- */

div.sticky h2.post-title {
border:0px solid #17291b;
border-bottom:0;

}

div.sticky div.post-body {
border:0px solid #17291b;
}

h2.post-title {
background-color:#FFFFFF;
background-image:url("http://gamesugar.net/sitemedia/pacmanbackground.jpg");
background-repeat:no-repeat;
background-position:0px 12px;
font-size:large;
font-weight:bold;
padding-left:52px;
position:relative;
top:10px;

}


/* Images ------------------------------------- */

.wp-caption {
text-align:center;
padding-top:4px;
margin:10px;
}

.wp-caption img {
margin:0;
padding:0;
border:0 none;
}

.wp-caption p.wp-caption-text {
font-size:11px;
font-style:italic;
line-height:17px;
padding:0 4px 5px;
margin:0;
}

div.post-body img {
border:0;
margin:0 10px 10px 0;
}

/* Galleries ---------------------------------- */

div.gallery {
clear:both;
margin: auto;
}

div.gallery a {
border-bottom:0;
}

div.gallery a:hover {
border-bottom:0;
}

dl.gallery-item {
margin:2px 0;
float: left;
text-align: center;
width: 33%;	
}

div.gallery img {
border: 1px solid #6087A9;
padding:2px;
}

div.gallery .gallery-caption {
margin-left: 0;
}

div.gallery img:hover {
border:3px solid #6087A9;
padding:0;
}

/* Post Meta ---------------------------------- */

div.post-meta {
font-family:Tahoma;
font-size:.95em;
}

div.post-meta a {
font-style:normal;
}

p#not-found {
text-align:left;
margin:0;
}

/* Post Top Meta ------------------------------ */

div.post-top-meta {
color:#040404;
margin:0;
padding:0 5px;
text-align:right;
background-color:#e9eff7;
border-radius:15px;
-moz-border-radius:15px;
color:#5f87aa;
padding-left:10px;
padding-right:10px;
margin-top:-5px;

}

div.post-top-meta a {
color:#040404;
}

div.post-top-meta a:hover {
color:#5f87aa;
}

span.top-categories {
float:left;
text-align:left;
}

/* Post Bottom Meta --------------------------- */

div.post-bottom-meta {
clear:both;
margin-bottom:10px;
padding:0px;
background-color:#f7f9fb;
border:1px solid #c3d1e3;
color:#000;
border-bottom-right-radius:100px;
border-top-right-radius:100px;
-moz-border-radius-bottomright:100px;
-moz-border-radius-topright:100px;
float:left;
width:568px;
}

div.avatarcontainer {
background:#eaeff5;
border-right:1px solid #c3d1e3;
padding:5px;
line-height:0;
margin-right:15px;
float:left;
}

div.namecontainer {
font-size:large;
padding-top:4px;
}


div.post-bottom-meta a {
color:#5f87aa;
font-weight:bold;
}

div.post-bottom-meta a:hover {
color:#c3d1e3;
}

div.post-bottom-meta-columns {
float:left;
width:568px;
}

div.post-bottom-meta-columns ul li{
list-style-type:square;
list-style-position:inside;
}

div.bottom-meta-clear {
clear:both;
}

/* Comments ----------------------------------- */

textarea#comment {
width:550px;
}

li.comment, li.pingback {
padding:10px;
margin:15px 0;
}

div.comment-meta {
float:right;
font-family:tahoma;
font-size:.8em;
margin:-30px 0 0 36px;
}

li.pingback div.comment-meta {
margin:0;
}

div.comment-author {
margin-right:5px;
}

div.comment-body p {
margin-top:10px;
}

div.comment-meta a {
color:#455;
border-bottom:1px dotted #aaa;
}

div.comment-author a {
font-weight:bold;
font-style:normal;
color:#233;
}

div.comment-body p a {
color:#233;
border-bottom:1px solid #aaa;
}

li.even {
background-color:#EAECEF;
border:1px solid #AFB9C5;
}

li.odd {
background-color:#D6DCE5;
border:1px solid #AFB9C5;
}

li.bypostauthor {
border:1px solid #233;
}

/* Next and Previous Links -------------------- */

div.next-and-previous {
border-top:1px solid #AFB9C5;
border-bottom:1px solid #AFB9C5;
background-color:#EAECEF;
width:100%;
}

div.next-and-previous a {
color:#455;
}

div.next-and-previous a:hover {
color:#06180a;
}

div.next-and-previous-link {
padding:10px;
width:200px;
}

div.newer-posts {
text-align:right;
}

/* Sidebar ------------------------------------ */

div#sidebar-container {
float:right;
width:200px;
position:absolute;
left:660px;
top:290px;

margin:-3px 0px 0 0;
padding-left:12px;
padding-right:12px;
padding-bottom:20px;
padding-top:10px;

background-color: #ebecf0; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; border:6px solid #5F86A8;

font-family:Tahoma, Geneva, sans-serif;
}

div#logo {
float:top;
width:227px;
height:98px;
background-image:url('images/logo.png');
position:absolute;
top:-78px;
left:45px;
}



/* Sidebar Ads -------------------------------- */
/* (enable in sidebar.php) */

div#sidebar-ad-area {
width:370px;
height:175px;
}

div.ad-box {
width:150px;
height:150px;
float:left;
background-color:#283a2c;
margin:10px 0 0 19px;
border:2px solid #06180a;
color:#ddd;
}

div.ad-box p {
margin:10px 5px;
}

div.ad-box img {
width:150px;
height:150px;
border:0;
}

/* Sidebar Widgets ---------------------------- */

div#sidebar-widget-area {
margin-top:10px;
margin-bottom:10px;

}

div.widget {
width:200px;
margin:0 0px;
padding:0 0px 0px 0px;
color:#3e6485;
font-size:.9em;
}

h3.widget-header {
font-size:2;
border-bottom:1px dotted #777;
text-align:right;
margin:0 0 15px;
margin-right:10px;
padding:5;
font-family:Tahoma;
padding-bottom:0;
font-weight:normal;
color:#000000;
}

div.widget a {
color:#000000;
}

div.widget a:hover {
color:#5f87aa;
}

/* original bulleted list -------------------------
div.widget li {
 list-style-image: none;
   background-image: url(images/bullet.png);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left : 20px;
}
- */

div.widget li {
 list-style-type: none;
}



div.widget td a {
font-weight:bold;
}

div.widget form#searchform {
margin-bottom:15px;
}


/* Tabbed Sidebar Widgets --------------------- */

ul.tabnav {
text-align:left;
padding-left:10px;
}

ul.tabnav li {
display: inline;
list-style: none;
padding-right: 5px;
margin:0;
}

ul.tabnav li a {
text-decoration: none;
color: #777;
font-weight: bold;
padding: 4px 6px;
outline: none;
font-family:Tahoma; 
}

ul.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
background:#d0d4bd;
color: #000;
text-decoration: none;
border:0;
}

div.tabdiv {
margin-top:2px;
padding:5px;
border:1px solid #000000;
}

.ui-tabs-hide {
display: none;
}

/* Footer ------------------------------------- */

div#footer {
clear:both;
width:820px;
height:116px;
background-image:url('images/foot.png');
background-position:bottom;
background-repeat:no-repeat;
 
color:#000000;
font-size:.9em;

padding-bottom:20px;
font-family:Tahoma, Geneva, sans-serif;

}

div#footer a {
color:#000000;
}

div#footer a:hover {
color:#5f85a9;
}

/* Footer Widgets ----------------------------- */

h3.footer-widget-header {
font-weight:normal;
font-size:1.5em;
font-family:Georgia;
}

ul.footer-widget {
float:left;
padding:10px 0px 10px 40px;
text-align:left;
width:240px;
}

ul.footer-widget table {
float:left;
color:#233;
}

div#footer td a {
color:#233;
font-weight:bold;
}

ul.footer-widget caption {
color:#fff;
}

ul.footer-widget form#searchform {
float:none;
}

ul.footer-widget form#searchform label {
display:none;
}

div#footer a.rsswidget {
border-bottom:1px dotted #6b7e9d;
}

/* Footer Fine Print -------------------------- */

div#footer-credits {
float:right;
text-align:right;
padding:20px 40px;
width:360px;
}

div#footer-credits li{
display:inline;
padding-left:10px;
}

div#footer p a {
border-bottom:1px dotted #6b7e9d;
}

/* Xen Carousel -------------------------- */

div#xencarouselcontainer {
background-color:#FFFFFF;
}

/* Jamies Diva Scripts ------------------------------------- */

div.floatl {
float: left;
margin-right: 10px;
}

div.floatr {
float: right;
margin-left: 10px;
}

div.rightquote {
float: right;
padding-top:5px;
margin-left:15px;
border-top:1px solid #c3d1e3;
color:#5f87aa;
width:250px;
font-size:15px;

}

div.leftquote {
float: left;
padding-top:5px;
margin-right:15px;
border-top:1px solid #c3d1e3;
color:#5f87aa;
width:250px;
font-size:15px;

}

div.caption {
background:#eaeff5;
border:1px solid #c3d1e3;
color:#5f87aa;
width:558px;
font-size:10px;
text-align:justify;
line-height:14px;
padding:5px;
margin-top:-20px;

}

div.leftimage {
background:#eaeff5;
border:1px solid #c3d1e3;
float:left;
color:#5f87aa;
font-size:10px;
text-align:justify;
line-height:14px;
padding:5px;
margin-right:10px;
}

div.rightimage {
background:#eaeff5;
border:1px solid #c3d1e3;
float:right;
color:#5f87aa;
font-size:10px;
text-align:justify;
line-height:14px;
padding:5px;
margin-left:10px;
}

div.score1 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/1.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.score2 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/2.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.score3 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/3.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.score4 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/4.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.score5 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/5.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}


div.score6 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/6.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.score7 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/7.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.score8 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/8.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.score9 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/9.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.score10 {
background:#f7f9fb;
background-image: url('http://www.gamesugar.net/sitemedia/10.jpg');
background-position:right;
background-repeat:no-repeat;
border:1px solid #c3d1e3;
padding:5px;
width:558px;
min-height:250px;

}

div.boxart {
background:#eaeff5;
border:1px solid #c3d1e3;
color:#5f87aa;
font-size:10px;
text-align:center;
line-height:14px;
padding:5px;
float:left;
width:150px;
margin-right:10px;

}

div.reviewinfo {
color:#5f87aa;
font-size:10px;
text-align:left;
line-height:14px;
float:right;
width:385px;

}

div.newrecentcomments {
border:1px solid #afb9c5;
background-color:#d7dde8;
padding:2px 6px 2px 6px;
margin-bottom:7px;
}

div.authorcontainer {
background-color:#f7f9fb;
border:1px solid #c3d1e3;
color:#000;
border-bottom-right-radius:100px;
border-top-right-radius:100px;
-moz-border-radius-bottomright:100px;
-moz-border-radius-topright:100px;
width:568px;
height:80px;
}

div.avatarcontainer2 {
background:#eaeff5;
border-right:1px solid #c3d1e3;
line-height:0;
height:70px;
width:70px;
float:left;
padding:5px;
margin-right:15px;
}

h27 {
color:#5f87aa;
font-size:2.5em;
font-weight:bold;
line-height:40px;
}