/*   
Theme Name: TCG Counter
Theme URI: http://tcgcounter.com
Description: The official theme for the TCGCounter.com website.
Author: Frank Yonnetti
Author URI: http://frank.yonnetti.com
Version: 0.1
.
This theme is licenced under the following terms: http://creativecommons.org/licenses/by-nc-sa/3.0/us/
.
*/
* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font: 13px/18px Arial, sans-serif;
	color: #fff;
	background-color: #160d02;
	}

h1, h2, h3, h4, p, ul, ol, blockquote, address {
	padding-bottom: 1em;
	}

p {
	font: 13px/18px Arial, sans-serif;
	color: #fff;
	}

address {
	font-style:normal;
}

ul, ol, blockquote {
	margin-left: 32px;
	line-height: 1.3em;
	}
	
ul, ol {
	font-size: 13px;
	line-height: 18px;
	}

h1 {
	font: normal 24px/29px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-bottom: 1.6em;
	}

h2 {
	font: normal 19px/24px Arial, Helvetica, sans-serif;
	color: #d0b58f;
	text-shadow: #1c140d 0 -1px 0;
	}

h3 {
	font: bold 17px/22px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 1em;
	}
	
h4 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	}

hr {
	border: 0;
	color: #4b3c2a;
	background-color: #4b3c2a;
	height: 1px;
	margin: .5em 0 1em;
	}

a, a:visited {
	color: #c2ab8a;
	text-decoration: underline;
	}

a, a:active {
	outline: none;
	}

a:hover, a:visited:hover {
	color: #fff4c4;
	text-decoration: none;
	}

img {
	border: 0;
	}
	
/* misc */

#top-wrapper {
	background: #231504 url(img/global/bg-top.jpg) repeat-x 0 0;
	width: 100%;
	border-bottom: 10px solid #160d02;
	}
	
#top-inner-wrap {
	border-bottom: 1px solid #0a0601;
	}

#top-inner {
	background: transparent url(img/global/logo-bg.jpg) no-repeat top right;
	width: 760px;
	padding: 0 40px;
	margin: 0 auto;
	overflow: auto;
	}
	
#phone-col {
	float: left;
	width: 292px;
	height: 615px;
	padding: 65px 18px 0 8px;
	background: transparent url(img/iphone/iphone.png) no-repeat 0 65px;
	position: relative;
	}
	
#phone-col #demo-video {
  position: absolute;
  top: 155px;
  left: 26px;
  width: 240px;
  height: 360px;
	}
	
#phone-col a.cents-99 {
	display: block;
	height: 104px;
	width: 107px;
	text-indent: -1000000px;
	background: transparent url(img/iphone/99cents.png) no-repeat 0 0;
	position: absolute;
	top: 530px;
	left: -40px;
	}
	
#features-col {
	float: left;
	width: 432px;
	padding-left: 10px;
	}
	
#features-col h1 {	
	text-indent: -1000000px;
	height: 390px;
	padding: 0;
	}
	
#features-col ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #372509;
	}
	
#features-col li {
	color: #ccc0af;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 20px 68px;
	text-shadow: #0d0902 0 -1px 0;
	background: transparent no-repeat 0 2px;
	border-top: 1px solid #372509;
	border-bottom: 1px solid #060200;
	}
	
#features-col li.save-space { 
	background-image: url(img/iphone/save-space-icon.png);
	border-top: none;
	}
#features-col li.save-time { 
	background-image: url(img/iphone/save-time-icon.png);
	background-position: 0 22px;
	padding-top: 20px;
	}

#features-col li h3 {
	font: bold 21px/25px "Trebuchet MS";
	padding: 0 0 8px;
	text-shadow: #0d0902 0 -1px 0;
	}
	
#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #040300;
	}
	
#footer-inner {
	width: 740px;
	height: 80px;
	padding-top: 12px;
	margin: 0 auto;
	}
	
#footer-inner p {
	width: 400px;
	padding: 6px 0 0;
	color: #4e4332;
	font-size: 11px;
	font-weight: bold;
	text-shadow: #000 0 -1px 0;
	}
	
#footer-inner a, #footer-inner a:visited {
	color: #4e4332;
	}
	
#footer a.cocos2d {
	float: right;
	}
	
#bottom-wrapper {
	clear: both;
	border-top: 1px solid #655541;
	background: #3f3121 url(img/global/bg.png) repeat 0 0;
	width: 100%;
	}
	
#bottom-inner-wrap {
	width: 760px;
	background: transparent url(img/global/bg-bot-col.jpg) repeat-y 188px 0;
	margin: 0 auto;
	overflow: auto;
	}
	
#bot-col-left {
	float: left;
	width: 308px;
	padding: 0 10px 50px 0;
	}
	
#bot-col-right {
	float: left;
	width: 422px;
	padding: 34px 0 50px 20px;
	}
	
.badges {
	text-align: center;
	padding: 26px 0 20px;
	}
	
.badges a {
	display: block;
	margin: 14px 0;
	}
	
.twitter-wrap {
	
	}
	
.twitter-wrap a.twitter-follow {
	display: block;
	text-indent: -1000000px;
	width: 308px;
	height: 36px;
	background: transparent url(img/global/twitter-follow.png) no-repeat 0 0;
	}
.twitter-wrap a.twitter-follow:hover { background-position: 0 -36px; }

.twitter-wrap ul {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	}
	
.twitter-wrap li {
	padding: 12px 0;
	border-top: 1px solid #4b3c2a;
	}
	
.twitter-wrap li.first {
	padding-top: 20px;
	border: none;
	}
.twitter-wrap li span {
	display: block;
	/* color: #73604a; */
	font-weight: bold;
	text-shadow: #1c140d 0 -1px 0;
	}

#bot-col-right p.date {
	font-size: 12px;
	font-weight: bold;
	color: #746043;
	text-shadow: #2c2115 0 -1px 0;
	}
