﻿/*
Theme Name: PSNStores 2014
Theme URI: www.psnstores.com
Description: New original theme specifically designed for PSNStores.
Version: 1.0
Author: Curtis Humphrey
Author URI: www.psnstores.com
*/

/** IMPORTING 
@import url('../css/reset.css'); **/

/* 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;
}
ol, 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;
}

/** BEGIN OF WEBSITE CSS **/

/** BACKGROUND CSS **/
body {
	background-image: url(./images/background.png);
	font-family: Verdana;
	color: #2c2e30;
}

#mainContent a {
	color: #024272;
	text-decoration: none;
	font-weight: bold;
}

#mainContent a:hover {
	color: #0067cf;
}

i, em {
	font-style: italic;
}

#content b {
	font-weight: bold;
}

/** HIDE MOBILE MENU **/

nav#nav {
	display: none;
}

/** TOP MENU CSS **/

#top_nav {
	margin:0;
	width: 100%;
	height: 25px;
	background-color: #2c2c2c;
	color: #ffffff;
	padding-top: 5px;
}

#top_nav_area {
	width: 1170px;
	margin: 0 auto;
}

ul.top_menu li {
	display: inline;
	float:left;
	padding: 0 3px 0 2px;
}

ul.top_menu li:nth-child(even) {
	padding-left:10px;
	padding-right:10px;
}

ul.top_menu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
}

ul.top_menu li a:hover {
	text-decoration: underline;
}

ul.social_icons li {
	display:inline;
	float:right;
	padding: 0 5px 0 5px;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/** END TOP MENU CSS **/

/** HEADER AND LOGO CSS **/

#head_banner {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	height: 130px;
}

#head_banner .logo {
	float:left;
	margin-top: 20px;
}

#header_advertisement {
	float:right !important;
	width: 728px !important;
	height: 90px !important;
	
	margin-top: 20px !important;
}

#footer_advertisement {
	width: 1172px;
	height: 90px;
	
	margin: 20px auto;
}

/** END HEADER AND LOGO CSS **/

/** MAIN MENU CSS **/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@charset 'UTF-8';
/* Base Styles */
#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul {
  position: relative;
  z-index: 597;
  float: left;
}
#cssmenu > ul li {
  float: left;
  min-height: 1px;
  line-height: 1.3em;
  vertical-align: middle;
  padding: 10px;
}
#cssmenu ul li.search {
	float: right;
}

#cssmenu > ul li.hover,
#cssmenu > ul li:hover {
  z-index: 599;
  cursor: default;
}
#cssmenu > ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
}
#cssmenu > ul ul li {
  float: none;
}
#cssmenu > ul li:hover > ul {
  visibility: visible;
}
/* Align last drop down RTL */
/* Theme Styles */
#cssmenu > ul a:link {
  text-decoration: none;
}
#cssmenu > ul a:active {
  color: #ffa500;
}
#cssmenu li {
  padding: 0;
  color: #000;
}
#cssmenu {
  font-family: 'Lato', sans-serif;
  width: 1170px;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #024172;
  font-size: 13px;
  -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
#cssmenu > ul {
  padding: 0 5px;
  -moz-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  float: none;
  zoom: 1;
}
#cssmenu > ul:before {
  content: '';
  display: block;
}
#cssmenu > ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu > ul > li {
  padding: 8px 5px;
}
#cssmenu > ul > li > a,
#cssmenu > ul > li > a:link,
#cssmenu > ul > li > a:visited {
  text-shadow: 0 -1px 1px #000000;
  color: #fff;
  padding: 7px 20px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li:hover > a {
  background-color: #012440;
}
#cssmenu li li a {
  color: #333333;
  font-size: 13px;
}
#cssmenu li li a:hover {
  color: #5c5c5c;
  border-color: #5c5c5c;
}
#cssmenu ul ul {
  margin: 0 10px;
  padding: 0 10px;
  float: none;
  background: #efefef;
  border: 2px solid #024172;
  border-top: none;
  right: 0;
  left: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
#cssmenu ul > li > ul > li {
  margin: 0 10px 0 0;
  position: relative;
  padding: 0;
  float: left;
}
#cssmenu ul > li > ul > li > a {
  padding: 10px 20px 10px 10px;
  display: block;
}
#cssmenu ul > li > ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  top: 18px;
  right: 6px;
  border: 5px solid transparent;
  border-top: 5px solid #8b8b8b;
}
#cssmenu ul > li > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #5c5c5c;
}
#cssmenu ul ul ul {
  width: 200px;
  top: 100%;
  border: 2px solid #024172;
}
#cssmenu ul ul ul li {
  float: none;
}

#search input[type="text"] {
    background: url(./icons/search.png) no-repeat 10px 6px #012440;
    border: 0 none;
    font-family: 'Lato', sans-serif;
    color: #777;
    width: 150px;
    padding: 6px 15px 4px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
 }

/** END MAIN MENU CSS **/

/** CONTENT AREA CSS **/

#content {
	width: 1170px;
	margin: 0 auto;
	background-color: #ffffff;
	
	border: 1px solid #d2d2d2;
	-moz-box-shadow: 0px 3px 7px #888;
	-webkit-box-shadow: 0px 3px 7px #888;
	box-shadow: 0px 3px 7px #888;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color='#888')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=90, Color='#888');
}

#mainBanner {

	background-color: #000000;
	width: 760px;
	height: 428px;
	margin: 10px 5px 10px 10px;
	float: left;
	position: relative;
	
	border: 1px solid #d7d7d7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#subBanner {

	background-color: #000000;
	width: 380px;
	height: 209px;
	margin: 10px 10px 10px 5px;
	float: right;
	position: relative;
	
	border: 1px solid #d7d7d7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#subBanner:nth-child(odd) {
	margin-top: 0px !important;
}

#mainBanner h3 {
	font-size: 18px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(./images/transparentbackground.png);
	color: white;
	padding: 15px;
	font-family: "Oswald";
	line-height: 18px;
	text-transform: uppercase;
}

#subBanner h3 {
	font-size: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(./images/transparentbackground.png);
	color: white;
	padding: 15px;
	font-family: "Oswald";
	text-transform: uppercase;
	line-height: 23px;
}

hr.featured_divider {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
	margin: 20px 10px 0px 10px;
}


#relatedStories.review {
	width: 1140px;
	margin: 5px 15px 15px 15px;
}

#related.review {
	width: 270px;
	height: 163px;
	margin: 15px 20px 0px 0px;
	position: relative;
	background-color: #000;
	float: left;
}

#related:last-child {
	margin-right: 0px !important;
}

#related.review h3 {
	width: 240px;
	font-size: 14px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	line-height: 18px;
	color: #fff !important;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(./images/transparentbackground.png);
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Oswald";
}

#related h6 {
	color: #fff;
	font-size: 14px;
	background-color: #024272;
	padding: 7px;
	margin-left: 0px;
	font-family: "Oswald";
	text-transform: uppercase;
}


#related.review img {
	margin: 0px;
	width: 270px;
	height: 135px;
}

#latestNews {
	width: 760px;
	margin: 0px 10px;
	float: left;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding: 20px 0px;
}

#latestNews:hover {
	background-color: #f9f9f9;
}

#latestNews img {
	width: 250px;
	height: 104px;
}

h3.latestNews {
	color: #fff;
	padding: 10px 10px;
	font-size: 20px !important;
	background-color: #024272;
	margin: 10px;
	font-family: "Oswald";
	width: 105px;
	display: block;
	float: left;
}

#latestNews img, #latestNews h3, #latestNews p {
	float: left;
}

#latestNews h3 {
	margin: 0px 0px 0px 15px;
	font-weight: bold;
	font-size: 24px !important;
	font-family: "Oswald";
	color: #2c2e30 !important; 
	width: 495px;
}

#latestNews p.postedBy {
	margin: 5px 0 0 15px;
	font-style: italic;
	font-size: 12px !important;
}

#latestNews p {
	font-size: 12px;
	line-height: 23px;
	margin-top: 0px;
	width: 495px;
	margin-left: 15px;
}

#mainContent {
	width: 760px;
	float: left;
}

ul.page_nav {
	margin: 15px 10px;
	display: block;
	float: right;
}

ul.page_nav li {
	display: inline;
}

ul.page_nav li a {
	font-family: "Oswald";
	color: #2c2e30 !important;
	background-color: #d1d1d1;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal !important;
}

ul.page_nav li a:hover {
	color: #fff !important;
	background-color: #2c2c2c;
}

ul.page_nav li a.active {
	color: #fff !important;
	background-color: #2c2c2c;
}

/** END MAIN CONTENT CSS **/

/** SIDEBAR CSS **/

#sidebar {
	width: 370px;
	margin: 0;
	float: right;
	margin: 15px 10px 15px 0px;
}

#sidebar_advertisement {
	
	float: left;
	margin-bottom: 15px;
	color: #fff !important;
}

#tablet_ad {
	display: none;
}

p.upcoming {
	margin: 10px 0px 10px 20px !important;
	
}

#mainSidebar p.upcoming a, #mainSidebar #staff_sidebar p a {
	color: #024272 !important;
}

#mainSidebar p.upcoming a:hover, #mainSidebar #staff_sidebar p a:hover {
	color: #2ABCAF !important;
}

#reviewinfo_left p a:hover, #reviewinfo_right p a:hover {
	color: #666 !important;
}

#mainSidebar h3 {
	color: #024272;
	font-size: 20px;
	margin: 0px;
	padding-top: 5px;
	border-top: 2px solid #024272;
	margin-bottom: 30px;
	margin-left: 20px;
	font-weight: bold;
	font-family: "Oswald";
	width: 360px;
}

#mainSidebar p {
	font-size: 11px !important;
	line-height: 16px;
	margin: 10px 0px 0px 20px;
}

#mainSidebar a {
	text-decoration: none !important;
	color: #2c2e30 !important;
	font-weight: bold;
}

#mainSidebar {
	width: 370px;
	margin: 15px 10px 15px 0px;
	float: right;
	border-top: none;
	
}

/** FOOTER CSS **/


#footer {
	width: 100%;
	height: 80px;
	background-color: #2c2c2c;
	color: #fff;
	margin-top: 30px;
	
}

#footer_content {
	width: 1170px;
	margin: 0 auto;
}

#copyright {
	font-size: 10px;
	float: left;
	width: 410px;
}

#copyright p {
	margin-top:10px;
}

#copyright p a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#copyright p a:hover {
	text-decoration: underline;
}

#footer_right {
	float: right;
}

#footer_menu {
	font-size: 10px;
	margin-top:10px;
}

ul.bottom_menu li {
	display:inline;
	font-weight: bold;
}

ul.bottom_menu li:nth-child(even) {
	padding-right:10px;
	padding-left: 10px;
}

ul.bottom_menu li a {
	color: #ffffff;
	text-decoration: none;
}

ul.bottom_menu li a:hover {
	text-decoration: underline;
}

#social_links_footer {
	float:right;
	margin-top:15px;
}

ul.social_icons_footer li {
	display:inline;
	padding-left:5px;
}

.mobile-only {
	display: none;
}



/** END FOOTER CSS **/

/** NEW LATEST POSTS CSS **/

#grid-list-options {
	float: right;
	margin: 25px 10px;
}

#grid-list-options a {
	color: #2c2e30;
	font-weight: normal;
	font-size: 14px;
	font-family: "Oswald";
	text-transform: uppercase;
}

#grid-list-options a:hover {
	color: #919191;
}

#grid-list-options a .fa-fw {
	font-size: 18px !important;
}

#news_line #latest_news_block {
	width: 760px;
}

#news_line #latest_news_block #inline_floating {
	float: left;
}

#news_line #latest_news_block #author_info, #news_line #latest_news_block #category_tag_info {
	width: 370px;
	display: block;
}

#news_line #latest_news_block h3.article_title, #news_line #latest_news_block .excerpt p, #news_line #latest_news_block a.readmore_links {
	float: right !important;
	width: 355px;
}

#news_line #latest_news_block h3.article_title {
	margin: 0px 15px 0px 15px;
}

#news_line {
	display: none;
}

#news_line.active {
	display: block;
}

#news_grid {
	display: none;
}

#news_grid.active {
	display: block;
}

#latest_news_block {
	width: 370px;
	margin: 15px 10px 15px 10px;
	float: left;
}

#news_grid #latest_news_block:nth-child(even) {
	margin-right: 0px;
	margin-left: 0px;
}

#latest_news_block img {
	margin-bottom: 0px;
	width: 370px;
	height: 185px;
}

#latest_news_block #author_info {
	background-color: #024272;
	margin-top: -2px;
	position: relative;
	width: 100%;
}

#latest_news_block #author_info p {
	color: #fff;
	font-family: "Oswald";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 15px;
}

#author_info p a, #category_tag_info p a {
	color: #fff;
	font-weight: normal;
}

#author_info p a:hover, #category_tag_info p a:hover {
	color: #d1d1d1;
	font-weight: normal;
}

#latest_news_block #date_info {
	background-color: #0076cf;
	margin-top: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block;
}

#latest_news_block #date_info p {
	color: #fff;
	font-family: "Oswald";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 15px;
}

#latest_news_block #category_tag_info {
	background-color: #2c2e30;
	margin: 0px;
}

#latest_news_block #category_tag_info p {
	color: #fff;
	font-family: "Oswald";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 15px;
}

#latest_news_block h3.article_title {
	color: #2c2e30;
	font-family: "Oswald";
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin: 15px;
	
}

#latest_news_block h3.article_title a {
	color: #2c2e30;
}

#latest_news_block h3.article_title a:hover {
	color: #2c2e30;
}

#latest_news_block .excerpt p {
	color: #2c2e30;
	font-size: 12px;
	line-height: 23px;
	margin: 15px;
}

a.readmore_links {
	display: block;
	float: right;
	height: 30px;
}

a .readmore {
	color: #fff;
	font-family: "Oswald";
	font-weight: bold;
	font-size: 9px;
	background-color: #024272;
	display: block;
	text-transform: uppercase;
	float: right;
	height: 20px;
	padding: 10px 10px 0px 10px;
}

a .plus {
	color: #fff;
	font-family: "Oswald";
	font-weight: bold;
	font-size: 36px;
	background-color: #0076cf;
	display: block;
	float: right;
	height: 20px;
	padding: 0px 10px 10px 10px;
	line-height: 23px;
}

a.readmore_links:hover .readmore {
	background-color: #2c2e30;
}

a.readmore_links:hover .plus {
	background-color: #024272;
}

span.current {
	font-family: "Oswald";
	color: #fff;
	font-size: 12px;
	background-color: #2c2e30;
	padding: 5px 10px;
	font-size: 12px;
}

ul.crafty-social-buttons-list {
	margin-left: 15px !important;
}

h3.404title {
	font-family: "Oswald" !important;
	font-weight: bold !important;
	font-size: 32px !important;
	margin: 15px !important;
}

p.404desc {
	font-size: 12px !important;
	margin: 15px !important;
}

h5.like-dislike.score {
	margin-top: 0px !important;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin: 0 0 100px 0;
}

#footer {
	position: absolute; 
	bottom: 0;
}

/** Social Share Buttons **/

ul.crafty-social-buttons-list li a img {
	width: 48px !important;
	height: 48px !important;
}

#sidebar_advertisement {
	width: 300px !important;
	height: 250px !important;
	margin-left: 35px;
}



 .responsivebox {
	width: 300px !important;
	height: 250px !important;
}

li.widget-container {
	list-style-type: none;
}

/* PRETTY PHOTO GALLERY CSS **/

.hover-wrap-gallery2 {
	margin: 15px;
}

.hover-gallery2 {
	width: 730px;
	margin: -2px 0px;
	background-color: #2c2e30;
	padding: 10px 15px;
	color: #fff;
	font-family: "Oswald";
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

iframe[id*='twitter-widget-'] {
margin: 0 auto !important;
}