/* @override 
	http://dev.shoptilyourock.com/wp-content/themes/styr/style.css
	http://www.shoptilyourock.com/wp-content/themes/styr/style.css
*/

/*
Theme Name: Shop Til You Rock
Theme URI: http://shoptilyourock.com/
Description: http://shoptilyourock.com/
Version: 0.1
Author: David Robbins @ 65Media.com
Author URI: http://www.65media.com
Tags: Shop Til You Rock

	This theme and content herein are property of their respective owners and should not be
	duplicated or resold without written consent.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* Begin Typography & Colors */

/* CSS RESET */

body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td {margin:0;padding:0;}


/* HTML ELEMENTS *****************************************************************/

html, body {
	height: 100%;
}

body {
	
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #000000 url('images/par/bg-header.png') no-repeat center top;
	
	font-size: 12pt; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0 none;
}

hr {
	border: 0 none;
	width: 100%; 
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
}

/* buttons */
	
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* UNIVERSAL PAGE STYLES *********************************************************/

#flash-sniffer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#page { }

/* header */

#header { 
	
	width: 1000px;
	height: 215px;
	text-align: left;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#header-banner {
	height: 180px;
}
/* footer */

#footer {

	display: block;
	clear: both;

	width: 100%;
	padding: 50px 0 0 0;
	text-align: center;
	
	color: #777777;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a { color: #777777; }

#footer #footerRule {
	width: 100%;
	background-color: #272727;
	margin: 0 0 15px 0;
}

#footer-info { 
	
	width: 900px;
	height: 25px;
	
	text-align: left;	
	margin-left: auto;
	margin-right: auto;
	
	padding: 0 0 10px 0;
}

#footer-info .text-block {
	display: inline;
}

.footer-content-block { 
	vertical-align: middle;
}

#footer_logos {

	width: 900px;
	text-align: center;
	
	margin-left: auto;
	margin-right: auto;
}

#footer_logos .content_block { }

#footer-more-info,
#footer-ggp-logo,
#footer-info #copyright,
#footer-info #legal_sub_nav {
	
	display: block;
	float:left;
	margin: 0 10px 0 0;
}

#footer-info #legal_sub_nav,
#footer-info #copyright  {
	padding: 6px 0 0 0;
}

#footer .divider,
#legal_sub_nav a {
	
	float:left;
	margin: 0 5px 0 0;
}

/* nav */

#nav {
	
	position: absolute;
	width: 900px;
	z-index: 1;
	padding: 0 0 0 50px;
	
}	

#nav div {
	float: left;
	display: inline;  
}

.nav-button, .nav-button-active {

	background-repeat:no-repeat;
	cursor:pointer;
	display:inline-block;
	height:39px;
	margin:0;
	padding:0;
}

.nav-button:hover, .nav-button-active {
	background-position:0 -39px;
}

#nav-home {
	background-image:url(images/nav/home.png);
	width:73px;
}

#nav-bands {
	background-image:url(images/nav/bands.png);
	width:80px;
}

#nav-win {
	background-image:url(images/nav/win.png);
	width:58px;
}
#nav-shop {
	background-image:url(images/nav/shop.png);
	width:58px;
}

#nav-sweepstakes {
	background-image:url(images/nav/sweepstakes.png);
	width:184px;
}

#nav-find {
	background-image:url(images/nav/find.png);
	width:150px;
} 

#nav-activities {
	background-image:url(images/nav/activities.png);
	width:109px;
}

#nav-press {
	background-image:url(images/nav/press.png);
	width:84px;
}

#nav-game {
	background-image:url(images/nav/game.png);
	width:71px;
}

#nav-blog {
	background-image:url(images/nav/blog.png);
	width:156px;
}

/* content */

#content {

	display: block;
	clear: both;
	
	width: 910px;
	
	margin-left: auto;
	margin-right: auto;
}

.module {

	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

/* DROP DOWN *********************************************************************/

.dropdown {
	margin-top: -41px;
}

.ddcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;	
}

.dropdown dt {

	width:188px; 
	padding:8px; 
	font-weight:bold; 
	cursor:pointer; 
	background: #ffffff;
}

.dropdown dt:hover {
	background: #cccccc;
}

.dropdown dd {

	position:absolute;
	
	margin: 37px 0 0 -45px;
	width:655px;
	
	overflow:hidden;
	display:none;
	z-index:200;
	opacity:0;
}

.dropdown ul {

	width:650px;
	list-style:none;
	border-top:none;
}

.dropdown li {
	display:inline;
}

.dropdown li a, .dropdown a:active, .dropdown a:visited {
	color: #000000;
	text-decoration:none;
}

.dropdown a:hover {
	color:#ffffff;
}

.dropdown li {

	width:650px;
	
	display:block;
	padding:10px;
	background:#FFFFFF;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	
	color: #000000;	
	
	border-bottom:1px solid #e5e5e5;
}

.dropdown li:hover {
	color:#ffffff;
	background:#414141;
	border-bottom:1px solid #414141;
}

.dropdown li:hover a {
	color:#ffffff;
}

#dd-more-artists {

	font-size: 14px;
	text-transform: uppercase;	
}


/* MODULES ***********************************************************************/

.module-header {
	padding: 0 5px 5px 5px;
}

.social-cell {
	width: 275px;
	margin: 0 0 1px 0;
	text-align: left;
}

.social-cell-top {

}

.social-cell-bottom {

}

.social-cell a {
	color: #000000;
}

.social-cell .visit {
	text-decoration: underline;
}

.social-cell-content {
	width: 258px;
	display:block;
	padding: 5px 12px 5px 5px;
	background-color: #FFFFFF;
	font-size: 12px;
	color: #000000;
}

.social-cell-facebook-content {
	display:block;
	padding: 0 5px 0 5px;
	background-color: #FFFFFF;
}

.social-cell-user-info {
	text-align: left;
}

.social-cell-user-info .twitter-user-info,
.social-cell-user-info .facebook-user-info  {
	width: 135px;
}

.social-cell iframe {
	border: 0 none;
	height: 220px;
}

.cformsdata textarea {
	width: 400px;
	height: 100px;
}

/* twitter */

.twitter-module-content,
.facebook-module-content,
.generic-right-module-content {
	background:url(images/modules/sidebar_bg.png) repeat-y;	
	text-align: left;
}

.social-cell-content .twitter-timestamp,
.social-cell-content .twitter-link {
	display: inline;
	font-size: 9px;
}


.social-cell-content .twitter-text {
	margin-bottom: 3px;
}

.social-cell-content .twitter-content {
	display: inline-block;
	float: left;
	width: 200px;
}

.social-cell-content .twitter-follow-button,
.social-cell-content .facebook-like-button {
	float: right;
	display: inline-block;
}

.social-cell-content .twitter-thumb,
.social-cell-content .twitter-user-info,
.social-cell-content .facebook-thumb,
.social-cell-content .facebook-user-info {
	float: left;
	display: inline-block;
}

.social-cell-content .twitter-user-info,
.social-cell-content .twitter-follow-button,
.social-cell-content .facebook-user-info,
.social-cell-content .facebook-like-button {
	padding-left: 7px;
}

#left-col .module-top,
#left-col .module-top img,
#left-col .module-bottom,
#left-col .module-bottom img {
	width: 615px;
	padding: 0;
	margin: 0;
	border: 0;
}

#right-col .module-bottom {
	height: 5px;
	background: url(images/modules/sidebar_bg_bottom.png) no-repeat top left;
}


#activities-map .module-top,
#home-where-to-rock .module-top {
	height: 4px;
	background: url(images/modules/news_bg_top.png) no-repeat top left;
}

.module-text {
	text-align: left;
	font-size: 9pt;
	line-height: 1.2em;
	padding: 0 20px 20px 12px;
}

.module-image img,
.module-image .aligncenter,
.module-image div .aligncenter {
	margin: 0;
	padding: 0;	
}

.module-text p {
	padding: 0 0 15px 0;
}

.header { 
	text-align: left;
}

.social-band-homepage {

	float: left;
	width: auto;
	text-align: center;
	
	font-size: 8pt;
	font-weight: bold;
	padding-top: 13px;
	
}

.social-links { 

	width: 264px;
	height: 40px;
	padding: 5px 2px 0 7px; 
}

.social-link-logos {
	float: right;
}

.social-band-facebook,
.social-band-myspace,
.social-band-twitter {
	
	float: left;
	height: 40px;
	margin-left: -4px;	
}

.social-cell-content .twitter-thumb {
	width: 48px;
	height: 48px;
	padding: 0 8px 0 2px;
}

.slideshow-wrapper {
	padding:0; 
	width:615px;
}

#download-header {
	height: 30px;	
}

.download-button {
	float: right;
	width: 87px;
	height: 23px;	
}

/* HOME **************************************************************************/

.home {
	background: #000000;
	width: 100%;
	height: auto;
	min-height: 100%;
}

.home #content {
	position: absolute;
	height: 100%;
	width: 100%;
}

.home #flashIndex {
}

.home #footer {
	z-index: 100;
	background: #000000;
	padding-top: 5px;
	position: fixed;
	bottom: 0px;
	
	opacity:0.85;
	filter:alpha(opacity=85)
}

#left-col { 
	width: 630px;
	display: inline;
	float: left;
}

#right-col {
	width: 275px; 
	display: inline;
	float: left;
}

/* where to rock */

.module-wide-content {
	background: url(images/modules/news_bg.png) repeat-y;
}

.module-header,
#home-where-to-rock-content {
	padding: 10px 10px 14px 10px;
	text-align: left;
}

.twitter-module .module-header,
.facebook-module .module-header,
.generic-right-module-header {
	padding: 0px 5px 5px 7px;
}

.module-flash-header {
	padding: 7px 10px 11px 10px;
	text-align: left;
}

#home-where-to-rock .header {
	
}

#home-where-to-rock-content {
}

/* BANDS *************************************************************************/

#band-about-content {
	padding: 10px 10px 5px 10px;
	text-align: left;
}

#band-name {
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
}

.artist-name {
	float: left;
	padding: 0 15px 5px 0;
}

.artist-name-bullet {
	float: right;
	width: 4px;
	height: 100%;
	background: url(images/bullets/artist_bullet.png) no-repeat center center;
	margin: 0 0 0 13px;
}

/* show dates & locations */

#band-show-dates {
	padding: 5px 0 0 0;
}

#band-show-dates hr {
	margin: 3px 0 3px 0;
}

#band-show-dates a {
	color: #000000;
}

#band-show-dates a:hover {
	text-decoration: underline;
}

.show-dates-module-top,
.show-dates-module-bottom,
.show-dates-module-content {
	width: 308px;
}

.show-dates-module-top,
.show-dates-module-bottom {

	padding: 0;
	margin: 0;
	border: 0 none;
}

.show-dates-module-content {

	text-align: left;
	padding: 2px 0 2px;
	background: #FFFFFF;
}

.show-info .show-title,
.show-info .show-location {

	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0 5px 0 5px;
}

.show-info .show-title {
	font-size: 11px;
	font-weight: bold;
}

.show-info .show-location {
	font-size: 9px;
	font-weight: normal;
}

.see-more-on-youtube {
	float: right;
	padding: 17px 10px 0 0;
}

#youtubeHeader {
	float: left;
	width: 440px;
	height: 30px;
}

#press-video #youtubeHeader {
	width: 580px;
}

#youtubeHeaderContent {
}

.youtube-info {
	
	display: block;
	width: 615px;
	
	margin: 2px 0 15px 0;
}

.youtube-info .module-top {
	height: 615px;
	height: 3px;
	background: url(images/modules/press_side_module_white_top.gif) no-repeat top left;	
}
.youtube-info .module-content {
	
	background: #FFFFFF;
	
	padding: 2px 8px 2px 8px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.youtube-info .module-content a {
	color: #860009;
	font-weight: bold;
	text-decoration: none;
}

.youtube-info .module-content a:hover {
	text-decoration: underline;
}

.youtube-info .module-bottom {
	height: 615px;
	height: 3px;
	background: url(images/modules/press_side_module_white_bottom.gif) no-repeat top left;
}

/* WIN ***************************************************************************/



/* FIND YOUR MALL ****************************************************************/



/* ACTIVITIES ********************************************************************/

#activities-content {
	width: 600px;
	text-align: center;
}

/* BLOG **************************************************************************/



/* Captions **********************************************************************/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions */
/* @group PAR-Edits */
#splash-links	{
	margin-top: -440px;
	margin-right: 11px;
	width: 1000px;
	height: 500px;
	position: absolute;
	xoutline: 1px solid yellow;
}
#splash-links span	{
	display: block;
	height: 60px;
	width: 60px;
	xoutline: 1px solid red;
	position: absolute;
	top: 0;
	left: 0;
}
#splash-links a	{
	text-decoration: none;
}
span#pepsi	{
	width: 390px;
	left: 360px;

}
span#facebook	{
	width: 45px;
	height: 48px;
	top: 220px;
	left: 450px;
}
span#twitter	{
	width: 45px;
	height: 48px;
	top: 220px;
	left: 517px;
}
span#just-dance	{
	width: 55px;
	height: 70px;
	top: 300px;
	left: 425px;
}
span#game-stop	{
	width: 123px;
	height: 70px;
	top: 300px;
	left: 481px;
}
span#contact	{
	width: 42px;
	height: 40px;
	top: 375px;
	left: 820px;
}
span#ggp	{
	width: 62px;
	height: 40px;
	top: 375px;
	left: 880px;
}
.home #page	#sponsor-logo img	{
	display: none;
}
.splash {
	background: #000000 url('images/par/splashbgNEW.png') no-repeat center 35px;
}
.page-template-page-win-php #left-col	{
	background: url('images/par/activities-images/bg.png') no-repeat center top;
	min-height: 600px;
}
.page-template-page-win-php .post	{
	margin-left: 30px;
	margin-top: 30px;
}
/* Bands Page (uses page-artist.php template) */
.page-id-3 .module-wide-content {
	background: url('images/par/activities-images/bg.png') no-repeat center top !important;
	height: 497px;
}
.page-id-3 #left-col .module-top,
.page-id-3 #left-col .module-top img,
.page-id-3 #left-col .module-bottom,
.page-id-3 #left-col .module-bottom img {
	display: none;
}
.page-id-3 p#intro	{
	width: 90%;
	margin: -45px auto 10px auto;
	font-variant: small-caps;
	font-size: 14px;
}
#activities-content	{
	padding-top: 60px;
}
.artist-name {
	display: block;
	float: none;
	font-size: 17px;
}
.artist-name-bullet	{
	display: none;
}
/* Shop Page */
.page-id-4 .post	{
	position: relative;
}
.page-id-4 .entry	{
	margin-top: 220px;
}
.page-id-4 p	{
	font-size: 18px !important;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
	padding-bottom: 0 !important;
	line-height: 1.3em !important;
	width: 95% !important;
	text-align: left !important;
	text-indent: 2em;
}
.page-id-4 p.fine	{
	font-size: 11px !important;
	margin-top: 1em !important;
	line-height: 1.3em !important;
	position: relative;
	bottom: -20px;
	text-align: left !important;
	text-indent: -3px;
}
.page-id-4 .entry img	{
	float: right;
	position: relative;
	left: -320px;
	top: -3px;
	width: 25px;
}
.page-id-4 .entry img#ggp-card	{
	float: none;
	position: absolute;
	left: 75px;
	top: -50px;
	width: auto;
}
.page-id-4 #cta-shop h2	{
	margin-top: -180px;
	margin-bottom: 190px;
	text-align: center;
	font-size: 20px;
}
#footer-more-info,
#footer-ggp-logo,
#footer-info #copyright,
#footer-info #legal_sub_nav {
	display: block;
	float:left;
	margin: 0 10px 0 0;
}

#footer-info #legal_sub_nav,
#footer-info #copyright  {
	padding: 0;
}

#footer .divider,
#legal_sub_nav a {
	float:left;
	margin: 0 5px 0 0;
}

.footer-content_block	{
	margin-left: 500px;
	overflow: hidden;
}
#footer-ggp-logo	{
	position: relative;
	bottom: 17px;
	left: 850px;
}
#footer a#facebook img, #footer a#twitter img, #footer, a#youtube img 	{
	padding-bottom: 15px;
}
/* Pepsi Link in Header */
#header	{
	position: relative; /* Positioning Context for #pepsi-link */
}
#pepsi-link	a, #pepsi-link	a:hover {
	position: absolute;
	top: 85px;
	right: 50px;
	width: 300px;
	height: 50px;
	color: transparent;
	font-size: 1px;
}
#footer-info #legal_sub_nav	{
	margin-right: 0;
}
/* @end */
/* @group Press Page */
.page-template-page-press-php #left-col	{
	background: none;
}
.page-template-page-press-php .post	{
	margin-left: 30px;
	margin-top: 30px;
}
.page-template-page-press-php .post	h2	{
	text-align: center;
	margin-bottom: 1em;
}
.page-template-page-press-php .post	p	{
	margin-bottom: 1.5em;
	margin-right: 20px;
}
.page-template-page-press-php .post	 ul	{
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 1.5em;
}
/* @end */
/* @group Rules Page */
.page-template-page-rules-php #left-col	{
	xbackground: url('images/par/activities-images/bg.png') no-repeat center top;
	min-height: 600px;
}
.page-template-page-rules-php .post	{
	margin-left: 30px;
	margin-top: 30px;
}
.page-template-page-rules-php .post	h2	{
	margin-bottom: 1em;
}
.page-template-page-rules-php .post	p	{
	margin-bottom: 1.5em;
	margin-right: 20px;
}
.page-template-page-rules-php .post	 ul	{
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 1.5em;
}
/* @end */
/* @group Splash Footer */
.home #footer-info #legal_sub_nav	{
	width: 155px;
	margin-right: 0;
	padding-right: 0;
}
/* @end */
