
h1
{
	font-size: 74px;
	letter-spacing: -5px;
}

h1 a
{
	color: #000;
	text-decoration: none;
	opacity: 0.30;
}

h1 a:hover
{
	color: #000;
	text-decoration: none;
	opacity: 0.50;
}

h2
{
    font-size: 27px;
	letter-spacing: -1.5px;
    margin-bottom: 40px;
	color: #000;
	opacity: 0.30;
}

h3
{
    font-size: 27px;
	font-weight: bold;
	letter-spacing: -0.5px;
	border-top: 3px solid #000;
	color: #000;
	opacity: 0.30;
	padding-top: 10px;
	margin-top: 80px;
	margin-bottom: 40px;
}

h4
{
	margin-top: 50px;
    font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

h5
{
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
}

p, ul
{
	margin-bottom: 20px;
}

.navigation-bar
{
	margin-top: 80px;
	margin-bottom: 0px;
}

#jTweetsAnywhereEndlessScrollingSample .jta-tweet-list
{
	height: 300px;
	
}

#tweetFeed .jta-tweet-list-item, #jTweetsAnywhereEndlessScrollingSample .jta-tweet-list-item
{
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

a, .jta-tweet-a, .twitter-anywhere-user
{
    color: #336699;
    text-decoration: none;
}
.jta-tweet-a {color:#336699;}
a:hover, .jta-tweet-a:hover, .twitter-anywhere-user:hover
{
    color: #336699;
    text-decoration: underline;
}

.jta-tweet-list-item
{
	padding:8px  8px 8px 8px;
	background-color: #DFDBD5;;
	color: #303030;
    border-bottom: 1px dotted #CCC;

	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
}

.jta-tweet-list-item:first-child
{
    border-top: 1px solid #7b7b7b;
}

.jta-tweet-timestamp-link, .jta-tweet-source-link a, .jta-tweet-inreplyto-link, .jta-tweet-location-link
{
    /*color: #7b7b7b;*/
	color:#336699;
	text-decoration: none;
}
.jta-tweet-user-screen-name {display:block;}
.jta-tweet-user-screen-name a {color:#336699; font-size:12px;}
.jta-tweet-timestamp-link {color:#336699;}
.jta-tweet-timestamp-link:hover, .jta-tweet-source-link a:hover, .jta-tweet-inreplyto-link:hover, .jta-tweet-location-link:hover
{
    color: #336699;
	text-decoration: underline;
}

.jta-tweet-source, .jta-tweet-retweeter, .jta-tweet-location
{
    /*color: #7b7b7b;*/
}

.jta-tweet-retweeter-link, .jta-tweet-user-screen-name-link
{
    color: #336699;
	text-decoration: none;
}

.jta-tweet-retweeter-link:hover, .jta-tweet-user-screen-name-link:hover
{
    color: #336699;
	text-decoration: underline;
}

.jta-tweet-list-controls
{
	margin-top: 10px; width:100%; text-align:center;
}

.jta-tweet-list-controls-button, .jta-tweet-list-autorefresh-trigger
{
	cursor:pointer;
	font-weight: bold;
	font-family:"Helvetica Neue", helvetica, sans-serif;
	display:block;
	padding:10px 11px;
	background-color: #de5214;
	color: #fff;
}

.jta-tweet-list-autorefresh-trigger
{
	margin-bottom: 20px;
}

.jta-tweet-list-controls-button:hover, .jta-tweet-list-autorefresh-trigger:hover
{
	background-color: #e11200;
	color: #fff;
}

.sourcecode, .code, code
{
	font-family: Consolas, Monaco, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: #7b7b7b;
	line-height: 15px;
}

.sourcecode
{
	margin-bottom: 40px;
}

.testimonial-teaser, .default-button, .default-button-v
{
	margin-bottom: 5px;
    font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
    border: 3px solid #000;
	color: #000;
	background-color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
}

.default-button-v
{
	margin-bottom: 18px;
}

.default-button a, .default-button-v a
{
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
}

.default-button a:hover, .default-button-v a:hover
{
	background-color: #7f7f7f;
	color: #fff;
	text-decoration: none;
}

.current-release
{
	margin-top: 10px;
    font-size: 12px;
	font-style: italic;
}

div.feature-img-box
{
	margin-top: 7px;
	margin-bottom: 15px;
}

ul.features li
{
	background-image: url("li.png");
	background-repeat: no-repeat;
	padding-left: 20px;
}

ul.features span.new
{
	font-style: normal;
	font-weight: bold;
	/* color: rgb(0, 200, 0); */
}

ul.features li.incl-gap
{
	margin-bottom: 30px;
}

#jta_documentation ul
{
	margin-bottom: 30px;
}

#jta_documentation ul li
{
	margin-bottom: 10px;
}

.demo-entry
{
	margin-bottom:80px;
}

a.demo-entry-link
{
    font-size: 42px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.0;
	letter-spacing: -4px;
	color: #000;
	opacity: 0.30;
}

a.demo-entry-link:hover
{
	color: #000;
	opacity: 0.50;
	text-decoration: none;
}

.demo-bar
{
	margin-top: 40px;
}

.testimonial-entry
{
	margin-bottom:80px;
}

.testimonial-entry-text
{
    font-size: 42px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.0;
	letter-spacing: -2px;
	color: #000;
	opacity: 0.30;
}

.testimonial-entry-from
{
    font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.0;
	color: #000;
	opacity: 0.30;
}

.testimonial-entry img
{
	padding-top: 5px;
	width: 45px;
	height: 45px;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
}


.testimonial-teaser
{
	height: 240px;
	margin-bottom: 20px;
	padding: 8px;
	text-transform: none;
	text-align: left;
	line-height: 0.9;
}

.testimonial-teaser#testimonial-teaser
{
	height: 200px;
}
.testimonial-teaser-subnote
{
	border-top: 1px solid #303030;
	position:relative;
	top: 220px;
	padding-top: 8px;
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	color: #000;
	opacity: 1.0;
}

.testimonial-teaser .testimonial-entry
{
	margin-bottom: 20px;
}

.testimonial-teaser p
{
	margin-top: 10px;
	margin-bottom: 0px;
}

.testimonial-teaser .testimonial-entry-text
{
    font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 0px;
	color: #000;
	opacity: 1.0;
}

.testimonial-teaser .testimonial-entry-from
{
    font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	opacity: 1.0;
}

.testimonial-teaser .testimonial-entry img
{
	padding-top: 0px;
}

.section-header
{
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.footer
{
	margin-top:160px;
	padding-top: 80px;
	padding-bottom: 20px;
	font-size: 12px;
	border-top: 3px solid #a4a4a4;
	color: #a4a4a4;
}

a.footer_link
{
	color: #a4a4a4;
	font-weight: bold;
	text-decoration: none;
}

a.footer_link:hover
{
	text-decoration: underline;
}

.right
{
	text-align: right;
}

.pressed
{
	padding: 5px;
	color: #fff;
	background: #e9e9e9;
	border: 2px solid #999999;
	border-right: 2px solid #f9f9f9;
	border-bottom: 2px solid #f9f9f9;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
}

#tweetFeed
{
	width: 515px;
}

.semitrans_bg
{
	margin-bottom: 20px;
	padding: 15px;

	background-color: rgba(200, 200, 200, .15);

    border: 3px solid #000;
	color: #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
}

.small_semitrans_bg
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 5px;

	background-color: rgba(200, 200, 200, .15);

    border: 1px solid #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.3);
}

.bg_red
{
	background-color: rgba(200, 0, 0, .15);
}

.bg_green
{
	background-color: rgba(0, 200, 0, .15);
}

.bg_blue
{
	background-color: rgba(0, 0, 200, .15);
}