/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */


#inline_review ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#inline_review ::-webkit-scrollbar-button:start:decrement,
#inline_review ::-webkit-scrollbar-button:end:increment {
    display: block;
}

#inline_review ::-webkit-scrollbar-button:vertical:start:increment,
#inline_review ::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}

#inline_review ::-webkit-scrollbar-button:end:increment {
    background: transparent;
}

#inline_review ::-webkit-scrollbar-button:start:decrement {
    background: transparent;
}

#inline_review ::-webkit-scrollbar-track-piece:vertical:start {
    background: transparent;
}

#inline_review ::-webkit-scrollbar-track-piece:vertical:end {
    background: transparent;
}

#inline_review ::-webkit-scrollbar-thumb:vertical {
    background: #4e4e4e;
    -webkit-border-radius: 3px;
}



html {
	background: #0a0a0a;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}

body {
	min-width: 955px;
	background: url(../_images/background.gif) repeat 50% 0;
}

h2 {
	margin-top: 2.2em;
	/* color: #333; */
	font-size: 1em;
	line-height: 1.4;
}

h3, h4, h5, h6 {
	margin-top: 2.2em;
	/* color: #333; */
	font-size: .8em;
	line-height: 1.4;
}

h4, h5, h6 {
	/* color: #666; */
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table, label {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 1.2em;
	font-size: 12px;
	line-height: 1.5;
	color: #8d857c;
}

a {
	color: #8d857c;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin: 0;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	/* good place to define a background */
}

blockquote p {
	/* good place to define typical font-size, line-height and margins */
}

cite {
	display: block;
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	/* good place to define a color */
}

a:hover,
a:active {
	color: #9f9381;
}

 

/* CONTAINERS
====================================================================== */

#header_wrapper,
#content_wrapper,
#footer_wrapper {
	min-width: 955px;
}

#header,
#content,
#footer {
	width: 915px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

#header_wrapper {
	height: 194px;
	background: url(../_images/background_gradient.gif) repeat-x 50% 0;
}

#header {
	height: 100px;
}


/* HEADER
====================================================================== */

#header h1 {
	position: absolute;
	top: 28px;
	display: block;
	height: 72px;
	width: 215px;
	line-height: 1;
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	height: 72px;
	width: 215px;
	margin: 0;
	padding: 0;
	line-height: 1;
	background: url(../_images/logo2.png) no-repeat 0 0;
}

#header h1 a span {
	display: none;
}

ul#nav {
	/* use this for centered navigation */
	margin: 0;
	list-style-type: none;
	position: relative;
	top: 63px;
	left: 236px;
	width: 300px;
}

#nav li {
	/* use this for centered navigation */
	display: -moz-inline-box;
	display: inline-block;
}

#nav li a:link,
#nav li a:visited {
	/* use this for centered navigation */
	display: block;
	display: inline-block;
	color: #9f9482;
	padding: 5px 10px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #1c1c1c;
	margin: 0 5px;
}

#nav li.Last a:link,
#nav li.Last a:visited {
	margin-right: 0;
}

#nav li a:hover,
#nav li a:active {
	border: 2px solid #861018;	
	padding: 3px 8px 1px;
}

#nav li.Current a:link,
#nav li.Current a:visited {
	border: 2px solid #861018;	
	padding: 3px 8px 1px;
}
	
#twitter_bird {
	position: absolute;
	right: 36px;
	top: 35px;
	display: block;
	width: 182px;
	height: 54px;
	background: url(../_images/twitter.gif) no-repeat 0 0;
}

#twitter_bird:hover,
#twitter_bird:active {
	background-position: 0 bottom;
}

#twitter_bird span {
	display: none;
}


/* CONTENT
====================================================================== */

#content {
	position: relative;
	top: -45px;
}


/* APPS - OVERVIEW
====================================================================== */

div.Row {
	padding: 5px 0 0 10px;
}

a.App {
	display: block;
	width: 256px;
	height: 115px;
	padding-right: 20px;
	float: left;
	margin: 0 0 25px;
	font-size: 11px;
	line-height: 1.4;
	background: url(../_images/appbox_l.gif) no-repeat 0 0;
}

a.App:hover,
a.App:active {
	background-position: 0 bottom;
}

a.Middle {
	margin: 0 30px;
}

.App img {
	float: left;
	margin: 19px 14px 19px 19px;
}

.App strong {
	color: 	#e0dad1;
	display: block;
	font-family: "Trebuchet MS";
	font-size: 18px;
	margin-top: 19px;
}

#content h3 {
	color: #9f9480;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	margin: 10px 0 37px;
	position: relative;
	right: 5px;
	font-family: "Trebuchet MS";
	background: url(../_images/h3_bar.gif) no-repeat 50% 12px;
}

.App span {
	font-weight: bold;
	color: #a69d92;
}

a.Client {
	height: 80px;
	background-image: url(../_images/appbox_s.gif);
}

a.Client img {
	margin: 17px;
}

.Client strong {
	font-size: 15px;
}

/* APPS - DETAIL
====================================================================== */


#left {
	/*width: 525px;*/
	width:0px;
	float: left;
}

#left p.Toggler {
	display: block;
	width: 260px;
	margin: 20px auto;
	text-align: center;
}

#left .slideshow {
	position: relative;
	top: -43px;
}

#left img.NoSlide {
	position: relative;
	top: 31px;
	left: 65px;
}

#left .slideshow a.Wide {
	top: 0 !important;
	display: block;
}

#left .slideshow a.DoubleTall {
	left: 65px !important;
	display: block;
	top: 13px !important;
}

#left .slideshow a.DoubleWide {
	left: 5px !important;
	display: block;
}

#left h1 {
	display: -moz-inline-box;
	display: inline-block;
	height: 20px;
	width: 200px;
	margin-left: 0px;
	position: relative;
	top: 50px;
	left:0px;
	color: #9f9480;
	font-size: 18px;
	text-align: left;
	font-family: "Trebuchet MS";
}

#left ul {
	display: -moz-inline-box;
	display: inline-block;
	height: 15px;
	width: 250px;
	margin-left: 0px;
	position: relative;
	top: 55px;
	left:0px;
	color: #9f9480;
	font-size: 15px;
	text-align: left;
	font-family: "Trebuchet MS";
}

#left h1 a {
	display: -moz-inline-box;
	display: inline-block;
	height: 120px;
	width: 340px;
	margin-left: 0px;
	position: relative;
	top: 270px;
	left:0px;
	background: url(../_images/AppStoreBadge.png) no-repeat 0 0;
}
#left h2 a{
	display: -moz-inline-box;
	display: inline-block;
	height: 120px;
	width: 340px;
	margin-left: 0px;
	position: relative;
	top: 340px;
	left:0px;
	background: url(../_images/TempPng.png) no-repeat 0 0;
}

#right {
	width: 345px;
	/*width:200px;*/
	float: left;
	padding-top: 10px;
}

#content h1,
#content h1 a {
	color: #e0dad1;
	font-family: "Trebuchet MS";
	font-size: 26px;
	margin-bottom: 10px;
	padding-right: 5px;
}

#content h1 a:active,
#content h1 a:hover {
	color: #fff;
}

#content .entry h1 a:active,
#content .entry h1 a:hover {
	color: #e0dad1;
}

#content h1 a {
	line-height: 1.2;
	margin: 0;
}

#right h1 a {
	display: -moz-inline-box;
	display: inline-block;
	height: 23px;
	width: 82px;
	margin-left: 26px;
	position: relative;
	top: 2px;
	background: url(../_images/download.gif) no-repeat 0 0;
}

#right h1 a span {
	display: none;
}

#right p {
	/*font-size: 13px;*/
	margin: 0 0 12px;
}

#right a:link,
#right a:visited {
	color: #d9d1c1;
}

#right a:hover,
#right a:active {
	color: #49b2e7;
}

#buttons {
	padding-top: 11px;
}

#buttons a {
	display: block;
	float: left;
}

#buttons a span {
	display: none;
}

#reviews {
	width: 67px;
	height: 35px;
	margin-right: 30px;
	margin-bottom: 15px;
	background: url(../_images/reviews.gif) no-repeat 0 0;
}

#demo {
	width: 86px;
	height: 23px;
	margin-bottom: 6px;
	background: url(../_images/demo.gif) no-repeat 0 0;
}

#right h1 a:hover,
#right h1 a:active,
#reviews:hover,
#reviews:active,
#demo:hover,
#demo:active {
	background-position: 0 bottom;
}

a.SocialMedia {
	height: 30px;
}

#digg {
	width: 40px;
	padding-right: 12px;
	background: url(../_images/digg.gif) no-repeat 0 50%;
}

#digg:hover {
	background-position: -80px 50%;
}

#twitter {
	width: 38px;
	padding: 0 12px;
	background: url(../_images/twitter_bird.gif) no-repeat 12px 50%;
}

#twitter:hover {
	background-position: -72px 50%;
}

#facebook {
	width: 12px;
	padding: 0 12px;
	background: url(../_images/facebook.gif) no-repeat 12px 50%;
}

#facebook:hover {
	background-position: -96px 50%;
}

#stumble {
	width: 24px;
	padding: 0 12px;
	background: url(../_images/stumbleupon.gif) no-repeat 12px 50%;
}

#stumble:hover {
	background-position: -84px 50%;
}

#mail {
	width: 21px;
	padding: 0 12px;
	background: url(../_images/mail.gif) no-repeat 12px 50%;
}

#mail:hover {
	background-position: -87px 50%;
}

	
/* HOME
====================================================================== */


body#section_home #content {
	text-align: center;
	top: -74px;
	margin-bottom: 27px;
}

body#section_home #slide_wrapper {
	width: 484px;
	height: 484px;
	position: relative;
	left: 200px;
}


.Tall img {
	position: relative;
	left: 111px;
}

.Wide img {
	position: relative;
	top: 122px;
	left: 2px;
}

.Wide div,
.Tall div {
	position: absolute;
	top: 130px;
	left: 392px;
	display: block;
	width: 195px;
	padding-left: 20px;
	font-size: 13px;
	margin-top: 5px;
	z-index: 300;
	line-height: 1.5;
	text-align: left;
	color: #9f9381;
}

.Wide div {
	left: 502px;
	top: 183px;
}

#content .slideshow h1 {
	color: #e0dad1;
	font-family: "Trebuchet MS";
	font-size: 26px;
	margin-bottom: 0;
}

.Toggler a {
	display: inline-block;
	height: 10px;
	width: 10px;
	margin: 0 4px;
	position: relative;
	top: 15px;
	opacity: .40;
	filter:alpha(opacity=40);
	background: url(../_images/dot.gif) no-repeat 50% 50%;
}

.Toggler a:hover,
.Toggler a.activeSlide {
	opacity: 1;
	filter:alpha(opacity=100);
}

.Toggler a span {
	display: none;
}
	
/* ABOUT + CONTACT
====================================================================== */

.Full,
.post {
	padding: 11px 10px 0;
}

.AlignedRight {
	float: right;
	margin: 1px 35px 0px 0;
}

#directions {
	display: block;
	position: absolute;
	top: -10px;
	right: 65px;
	width: 135px;
	height: 250px;
	z-index: 100;
}

#directions span {
	display: none;
}

.Full p {
	font-size: 14px;
	display: block;
	position: relative;
	width: 570px;
	margin-top: 18px;
}

#content span.Partner {
	color: #e0dad1;
	font-weight: bold;
}

#content span.Partner img {
	position: absolute;
	top: -26px;
	right: -251px;
	opacity: 0;
	width: 56px;
	height: 84px;
	-webkit-transition: all .3s ease-out;
}

#content span.Partner:hover img {
	opacity: 1;
	top: -76px;
	right: -279px;
	width: 112px;
	height: 166px;
}

body#section_about_and_contact #content h3 {
	margin-top: 35px;
	background-image: url(../_images/h3_bar-contact.gif);
}

body#section_about_and_contact address {
	float: left;
	margin: 20px 0 0 10px;
	display: block;
}

address strong {
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}

address a {
	margin-top: 0;
	display: block;
}

form {
	width: 642px;
	margin:0 0 20px 267px;
	overflow: auto;
	position: relative;
	top: -12px;
}

.FormColumn {
	width: 321px;
	float: left;
}

label {
	display: block;
	width: 310px;
	margin-top: 12px;
	font-weight: bold;
}

input {
	display: block;
	border: 1px solid #4d4943;
	padding: 4px 5px;
	font-size: 12px;
	width: 208px;
	color: #e0dad1;
	background: #262626;	
}

label.Radio {
	margin-top: 14px;
}

label.Radio input {
	float: left;
	border: 0;
	width: auto;
	margin-right: 10px;
	vertical-align: text-bottom;
	background: transparent;
}

textarea {
	display: block;
	border: 1px solid #4d4943;
	padding: 5px;
	font-size: 12px;
	width: 297px;
	height: 71px;
	margin: 1px 0 -1px;
	color: #e0dad1;
	background: #262626;	
}

input:focus,
textarea:focus {
	background: #1e1e1e;
}

#honeypot {
display: none;
}

label.Send {
	margin-top: 14px;
}

label.Send input {
	width: 105px;
	border: 0;
	padding: 5px 0;
	color: #333230;
	cursor: pointer;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	background: url(../_images/send.gif) no-repeat center top;
}

label.Send input:hover,
label.Send input:active {
	background-position: center bottom; 
}

p.Msg {
	width: 642px;
	margin:0 0 20px 267px;
	overflow: auto;
	position: relative;
}

#content .Msg strong {
	font-size: 18px;
}

/* BLOG
====================================================================== */

.entry {
	overflow: visible;
	margin-bottom: 40px;
	position: relative;
	clear: right;
}

.entry blockquote {
	border-left: 2px solid #524d4a;
	padding-left: 15px;
}

.entry blockquote p {
	color: #9f978d;
}

.post p {
	font-size: 14px;
	display: block;
	width: 570px;
}

.post p,
.full p {
	font-size: 14px;
}

.entry p img {
	display: none;
}

.entry .blogimage {
	float: right;
	margin-right: 35px;
	margin-bottom: 40px;
	position: relative;
	top: 0;
}

.entry a:link,
.entry a:visited {
	color: #e0dad1;
}

.entry p a:link,
.entry p a:visited {
	border-bottom: 1px solid #65605c;
}

.entry a:hover,
.entry a:active {
	color: #ffffff;
}

.entry p a:hover,
.entry p a:active {
	border-bottom: 1px solid #9e9a94;
}

.Breaker {
	clear: both;
	width: 890px;
	text-align: center;
	margin: 37px 0 37px 9px;
	background: url(../_images/divider.gif) repeat-x 0 50%;
}

.Breaker span {
	color: #9f9480;
	font-size: 18px;
	text-align: center;
	font-style: italic;
	padding: 0 25px;
	font-family: "Trebuchet MS";
	font-weight: bold;
	background: url(../_images/background.gif) repeat-x 3px 50%;
}

.Breaker span a:link,
.Breaker span a:visited {
	font-size: 18px;
	color: #1389a7;
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.Breaker span a:hover,
.Breaker span a:active {
	color: #49b2e7;
}

.Single {
	margin-bottom: 40px !important;
}

a.Comment:link,
a.Comment:visited {
	display: inline-block;
	vertical-align: baseline;
	position: relative;
	width: 17px;
	height: 16px;
	background: url(../_images/comment_bubble.gif) no-repeat 0 0;
}

a.Comment:hover,
a.Comment:active {
	background-position: 0 bottom;
}

a.Comment span {
	display: none;
}

/* FOOTER
====================================================================== */

#footer_wrapper {
	border-top: 1px solid #313131;
	background: #0a0a0a;
}

#footer {
	overflow: auto;
	padding-bottom: 20px;
}

.Column {
	width: 235px;
	float: left;
	padding-left: 10px;
}

.Column h3 {
	margin: 0;
	line-height: 1;
	color: #9f9482;
	width: inherit;
	font-size: 12px;
	font-weight: normal;
	margin: 8px 0 20px;
}

.Column h3 span a:link,
.Column h3 span a:visited {
	padding: 7px 10px;
	line-height: 1;
	color: #9f9482;
	background: #1c1c1c;
	-moz-border-radius-bottomleft: .7em;
	-webkit-border-bottom-left-radius: .7em;
	-moz-border-radius-bottomright: .7em;
	-webkit-border-bottom-right-radius: .7em;
}

.Column h3 span a:hover,
.Column h3 span a:active {
	background: #212121;
}

.Column h3.Featured span a:link,
.Column h3.Featured span a:visited {
	color: #d3abac;
	background: url(../_images/featured_h3.gif) repeat-x 0 0;
}

.Column h3.Featured span a:hover,
.Column h3.Featured span a:active {
	background: url(../_images/featured_h3.gif) repeat-x bottom 0;
}

.Middle {
	margin: 0 96px 0 59px;
	
}

.Column a,
.Column li {
	color: #5e5e5e;
}

.Column a:hover,
.Column a:active {
	color: #9f9381;
}

.Column li {
	padding-left: 10px;
}

.Column li a {
	display: block;
	margin: 0;
	padding: 0 0 10px 0px;
}

.Middle li a {
	display: inline;
	margin: auto;
	padding: 0;
}

.tweet_time {
	display: none;
}

.tweet_text {
	font-style: italic;
}

.Column p {
	display: block;
	width: 170px;
	padding-left: 70px;
}

.Column p em {
	color: #58534d;
}

.Middle p {
	background: none;
}

.InlineLeft {
	float: left;
	margin-left: 0px;
}

#copyright {
	color: #303030;
	padding: 20px 20px 10px;
}

/* CUSTOM CLASSES
====================================================================== */

div.ClearBoth {
	clear: both;
}

#inline_wrapper {
	display: none;
}

#inline_review {
	color: black;
	height: 470px;
	background: #1e1e1e;
}

#inline_movie {
	color: black;
	background: #1e1e1e;
	overflow: hidden;
}

#quotes {
	display: block;
	height: 470px;
	overflow: auto;
	position: relative;
}

p#callout {
	margin: 0 10px 30px;
	position: relative;
	top: 10px;
	display: block;
	color: #8a8a8a;
	font-size: 11px;
	font-weight: bold;
	padding: 18px;
	background: #111;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

p#callout a {
	font-size: 11px;
}

#inline_review blockquote {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 30px 20px;
	padding:0 0 20px;
	font-size: 12px;
	line-height: 1.6;
	color: #a6a6a6;
	border-bottom: 2px solid #2b2b2b;
}

#inline_review blockquote.Last {
	margin-bottom: 0;
	border: 0;
}

cite {
	font-style: normal;
	font-weight: bold;
	color: #cdcdcd;
}

p#callout a:link,
p#callout a:visited,
cite a:link,
cite a:visited {
	color: #1185a7;
}

p#callout a:hover,
p#callout a:active,
cite a:hover,
cite a:active {
	color: #49b2e7;
}

.Full p,
.post p,
#right p {
	font-size: 13px;
}

#mobile_twit {
	display: none;
}