/*
Theme Name: Ayopa Games
Theme URI: http://wordpress.org/
Author: Anonymous Productions
Author URI: http://www.anonymous1.com/
Description: The Ayopa Theme is a custom theme created for Ayopa Games.
Version: 1.0
Tags: ayopa
*/

@import url("jquery.jscrollpane.css");

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.clear {
  clear:both;
}

/* =============== STICKY FOOTER ================ */
html, body, #wrapper {    
   height: 100%;
}
#wrapper-content {
   min-height: 100%;
   margin-bottom: -181px;
   position: relative;
}
.clearfooter {
   height: 200px;
   clear: both;
}

/* =============== LAYOUT ================ */
body {
	background-image: url(images/body-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: white;
	font-family: 'Droid Sans', Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	color: #333333;
}
#header {
  width: 100%;
  height: 95px;
  overflow: hidden;
}
#masthead {
  width: 960px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.alignleft {
  float: left;
}
.wp-caption-text {
  font-size: 1.2em;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.ayopa-logo {
  position: absolute;
  left: 71px;
  top: 18px;
}

#header .menu-header {
  position: absolute;
  right: 59px;
  top: 0px;
  
}
ul#menu-top-navigation {
  float: right;
}
ul#menu-top-navigation li {
  float: left;
  height: 95px;
	background-image: url(images/top-nav-bg.png);
	background-position: right top;
  
}
ul#menu-top-navigation li a {
  display: block;
  padding-top: 70px;
  padding-right: 15px;
  padding-left: 14px;
  padding-bottom: 20px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  cursor: pointer;
  font-weight: bold;
}
ul#menu-top-navigation li:hover {
	background-position: right bottom;
}
ul#menu-top-navigation #menu-item-129 a, ul#menu-top-navigation #menu-item-130 a {
  display: block;
	background-image: url(images/twitter-icon.gif);
	background-position:center center;
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9000px;
	padding: 0px;
  margin-top: 67px;
  margin-right: 15px;
  margin-left: 14px;
  margin-bottom: 20px;
}
ul#menu-top-navigation #menu-item-130 a {
	background-image: url(images/facebook-icon.gif);
}

#footer {
  position: relative;
  width: 100%;
  height: 181px;
  overflow: hidden;
	background-image: url(images/footer-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
}
#footer-twitter {
	background-image: url(images/footer-twitter-bg.png);
	background-position: left top;
	background-repeat: repeat-x;
  width: 828px;
  height: 67px;
	margin-left: auto;
	margin-right: auto;
}
#footer-content {
  width: 960px;
  height: 114px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#footer-block-logo, #footer-block-1, #footer-block-2 {
  float: left;
}
.tb_header, .tb_tweet-info {
  display: none;
}
div.tb_tweet {
  border-top-width: 0px !important;
}
div.tb_tweetlist {
  border-bottom-width: 0px !important;
}
.twitter-message-icon {
  float: left;
  width: 43px;
  height: 33px;
}
.twitter-message {
  float: left;
  width: 648px;
  color: white;
  font-size: 1.4em;
  line-height: 130%;
}
.twitter-message a {
  color: white;
}
.twitter-message h3 {
  display: none;
}
.twitter-message .entry-meta {
  display: none;
}
.twitter-message-area {
  padding-left: 40px;
  padding-top: 16px;
}
ul#menu-footer-navigation {
  padding-top: 36px;
}
#footer ul.menu li {
  display: block;
  float: left;
  padding-left: 6px;
  padding-right: 6px;
}
ul#menu-footer-navigation li, ul#menu-footer-navigation li a {
  color: white;
  text-decoration: none;
  font-size: 12px;
}
#footer-block-1 .first-row {
  padding-bottom: 18px;
}
#footer-block-1 .second-row {
  clear: both;
  font-size: 12px;
  color: white;
}
.second-row a {
  color: white;
  text-decoration: none;
}
.second-row a:hover {
  text-decoration: underline;
}



/* =============== HOME PAGE ================ */
#home-billboard-wrapper {
  width: 960px;
  height: 378px;
	background-image: url(images/billboard-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#home-billboard {
  padding-left: 40px;
  padding-top: 9px;
}

#home-message-wrapper {
  width: 820px;
	margin-left: auto;
	margin-right: auto;
}
#home-message {
  font-size: 2.0em;
  font-weight: bold;
  color: #515151;
  text-transform: normal;
  margin-top: 20px;
  margin-bottom: 28px;
}
#home-message strong {
  color: #fe4c28;
}

#home-content-wrapper {
  width: 960px;
  height: 283px;
	background-image: url(images/home-content-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#home-content-wrapper h2 {
  display: block;
  font-size: 1.8em;
  font-weight: normal;
  color: #6e6e6e;
  padding-left: 68px;
  padding-top: 18px;
  padding-top: 18px;
}
.uds-bb-controls{
  display: none;
}
.home-game-title {
  font-size: 1.6em;
  margin-bottom: 6px;
  margin-left: 10px;
  width: 170px;
}
.home-game-genre {
  margin-left: 10px;
}
.home-game-title a, .home-game-genre a {
  color: #333333;
  text-decoration: none;
}
.home-game-title a:hover, .home-game-genre a:hover {
  color: #f13a15;
}
ul#featured-games li {
  float: left;
  padding-left: 10px;
}
#featured-games-wrapper {
  padding-left: 47px;
  padding-top: 10px;
}


/* =============== ALL SUB PAGES ================ */
.main-subpage {
	background-image: url(images/content-bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 910px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#content-bottom-border {
	width: 910px;
	height: 5px;
	overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  
}
#content-bottom-border img {
  display: block;
}

#content {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;

}
.page #content {
  font-size: 1.2em;
  line-height: 190%;
}
h1 {
  font-size: 20px;
}
.page #content h1, h1.news-page-h1-title, .page #content h2, .page #content h3, .page #content h4, .page #content h5, .page #content h6 {
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #092563;
}
h1.news-page-h1-title {
  margin-bottom: 0;
}
.page #content h1, h1.news-page-h1-title {
  color: #e9492a;
}

.page #content p {
  margin-bottom: 0.7em;
}

/* =============== PRODUCT PAGE ================ */

.single-ayopa_product #content {
  width: 910px;
  height: 1007px;
  position: relative;
  padding: 0;
}
.prod_bg {
  position: absolute;
  width: 894px;
  height: 1005px;
  left: 8px;
  top: 3px;
	background-position: left top;
	background-repeat: no-repeat;
}
.single-ayopa_product #product-left-column {
  position: absolute;
  width: 464px;
  height: 760px;
  left: 34px;
  top: 240px;
}
.single-ayopa_product #product-right-column {
  position: absolute;
  width: 343px;
  height: 976px;
  left: 533px;
  top: 24px;
}
.single-ayopa_product #top-section {
	background-image: url(images/product-right-top-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
  width: 343px;
  height: 483px;
  position: relative;
}
.single-ayopa_product #bottom-section {
	background-image: url(images/product-right-bottom-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
  width: 343px;
  height: 395px;
  position: relative;
}
.single-ayopa_product #bottom-section-wrapper {
  padding-top: 28px;
}

.single-ayopa_product #product-social-links {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 300px;
  height: 40px;
}
.single-ayopa_product .product-page-social-link {
  float: left;
}

.single-ayopa_product #product-icon {
  position: absolute;
  left: 16px;
  top: 60px;
}
.single-ayopa_product #product-title {
  position: absolute;
  left: 114px;
  top: 64px;
  width: 216px;
}
.single-ayopa_product h1 {
  font-size: 1.8em;
  color: #092563;
  font-weight: bold;
}
.single-ayopa_product #product-taxonomy {
  position: absolute;
  left: 23px;
  top: 171px;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #092563;
}
.single-ayopa_product #product-taxonomy a {
  color: #092563;
  text-decoration: none;
}
.single-ayopa_product #product-taxonomy .section-title {
  font-weight: bold;
  color: #4a4a4a;
  margin-top: 6px;
}
.single-ayopa_product #product-buy-links {
  position: absolute;
  left: 173px;
  top: 178px;
}
.single-ayopa_product #product-buy-links .buy-link {
  margin-bottom: 7px;
}
.single-ayopa_product .product-left-col-title {
  font-size: 18px;
  color: #092563;
  font-weight: bold;
  margin-bottom: 6px;
}
.single-ayopa_product .scroll-pane {
  width: 297px;
  height: 338px;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #4a4a4a;
}
.single-ayopa_product .scroll-pane p {
  margin-bottom: 10px;
}
.single-ayopa_product .scroll-pane p, .single-ayopa_product .scroll-pane ul {
  margin-right: 10px;
}
.single-ayopa_product .scroll-pane ul li {
  margin-bottom: 10px;
  margin-left: 25px;
}
.single-ayopa_product .scroll-pane ul {
  list-style-image: url(images/list-bullet.gif);
  list-style-type: disc;
  list-style-position: outside;
}
.single-ayopa_product .product-game-features-title {
  color: #092563;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 8px;
}
#product-desc {
  padding-left: 25px;
  padding-top: 20px;
}


/* =============== PRODUCT RESULTS ================ */
.product-results-wrapper {
  width: 852px;
  margin-left: auto;
  margin-right: auto;
}
table.product-results {
  width: 100%;
}
table.product-results th, table.product-results td {
  text-align: left;
  vertical-align: top;
  font-size: 1.2em;
  padding: 4px;
	border-bottom-color: #e5e5e5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
table.product-results th {
	color: #092563;
}
table.product-results td {
  padding-top: 12px;
  padding-bottom: 12px;
}
#product-results-top {

  padding-bottom: 20px;
}
#product-results-bottom {
  padding-top: 20px;
}

#product-results-top .search-game-title {
  color: #092563;
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 4px;
}
#product-results-top .navigation, #product-results-bottom .navigation {
  float: right;
}
#product-results-top-form {
  float: left;
}
.screenshots-area-wrapper {
  background-color: white;
  width: 463px;
  height: 368px;
}
.screenshots-area {
  padding: 13px;
}

.post-type-archive-ayopa_product input#s {
  font-size: 14px;
  width: 260px;
}



/*
 * jQuery Nivo Slider v2.6
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav img {
  width: 64px;
  height: 42px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default.controlnav-thumbs .nivoSlider {
    margin-bottom:100px; /* Tweak this to push content down */
}
.theme-default.controlnav-thumbs .nivo-controlNav {
	position:absolute;
	left:0px;
	bottom:-60px; /* Tweak this to push thumbnails down */
    margin:0;
}
.theme-default.controlnav-thumbs .nivo-controlNav a {
	display:inline;
	background:none;
	text-indent:0px;
	border:0;
	margin-right:0px;
	float:none;
}
.theme-default.controlnav-thumbs .nivo-controlNav a.active img {
}
.theme-default.controlnav-thumbs .nivo-controlNav img {
	display:inline;
	position:relative;
	margin-left:4px;
	margin-right:4px;
}

/* Mail chimp form tweaks */

.mc_merge_var {
  position: absolute;
  left: 0px;
  top: 0px;
}
#mc_signup_submit {
  position: absolute;
  left: 133px;
  top: 0px;
}
.mc_merge_var label {
  display: none;
}
.mc_merge_var {
  width: 133px;
  height: 19px;
}
.mc_merge_var input {
  border: 0px;
  vertical-align: middle;
  width: 133px;
  height: 19px;
  padding: 0;
  margin: 0;
  color: black;
  
}
#mc_signup_submit {
  background-color: #263f87;
  cursor:pointer;
  width: 33px;
  height: 19px;
  border: none;
  color: white;
  vertical-align: middle;
  font-weight: bold;
}
#footer-block-2 h3 {
  margin-bottom: 6px;
  color: white;
  display: block;
  font-size: 12px;
  font-weight: normal;
}
#footer-block-2 {
  float: right;
}
#footer-block-2-inner {
  margin-top: 30px;
  margin-left: 50px;
  margin-right: 100px;
}
.mc_form_inside {
  position: relative;
}

div.category-news {
  font-size: 12px;
}

/* NEWS STYLES */
#container.news {
  float: right;
  width: 612px;
}

#primary {
  float: left;
  width: 283px;
}
.news-page-title {
  padding-top: 30px;
  padding-left: 30px;
}


.news-category .post, .news-archive .post {
	border-bottom-color: #ececec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	line-height: 16px;
}
.news-category .post .entry-title, .news-archive .post .entry-title {
  margin-bottom: 10px;
}
.news-category .post .entry-title a, .news-archive .post .entry-title a {
  color: #0b1c54;
  text-decoration: none;
  font-size: 16px;
}
.news-category .post .entry-title a:hover, .news-archive .post .entry-title a:hover {
  text-decoration: underline;
}
.news-category .post h2, .news-archive .post h2, h2.entry-title-single {
  float: left;
  width: 440px;
  font-size: 18px;
  color: #131c53;
}
.news-category .post .post-date, .news-archive .post .post-date, .post-date-single {
  float: right;
  width: 100px;
  text-align: right;
  font-size: 11px;
  padding-top: 6px;
}

.news-category .navigation, .news-archive .navigation {
  float:right;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #131c53;
}
.news-category .navigation a , .news-archive .navigation a {
  color: #131c53;
}
.news-category .navigation a:hover , .news-archive .navigation a:hover {
  text-decoration: underline;
  
}
.news .post p, .news .post p li {
  margin-bottom: 12px;
  font-size: 1.2em;
  line-height: 140%;
}
h2.entry-title-single {
  margin-bottom: 12px;
  width: 
}

/* SIDEBAR */


.sidebar-inner {
  padding: 30px;
}
.sidebar-shape {
  width: 263px;
	background:#fff url(images/sidebar-bg-top.gif) no-repeat left top;
}
.sidebar-shape-bottom {
  width: 263px;
	background:url(images/sidebar-bg-bottom.gif) no-repeat left bottom;
}
.sidebar-shape-inner {
  padding: 18px;
}
.sidebar-inner {
  font-size: 12px;
  line-height: 20px;
}
.sidebar-inner h3 {
  font-size: 14px;
  color: #0b1c54;
}
.sidebar-inner a {
  text-decoration: none;
  color: #4a4a4a;
}
.sidebar-inner a:hover {
  text-decoration: underline;
}

/* PAGE NAVI */
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 0px;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: 0px;
	color: #ef4c2b;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

#nav-above {
  padding-bottom: 40px;
}


/* CONTACT FORM */

p.contact-field {
  width: 400px;
  float: left;
  padding-top: 15px;
}
#contact-iam {
  clear:both;
  float: none;
}
p.contact-field input[type=text] {
  font-size: 14px;
  padding: 4px;
  width: 350px;
}
#contact-file, #contact-submit {
  clear: left;
  float: none;
}
#contact-message {
  width: 800px;
}
#contact-message textarea {
  font-size: 14px;
  width: 750px;
}
#contact-submit input {
  font-size: 18px;
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
