/*
Theme Name: Wordspop 2011
Theme URI: http://wordspop.com
Description: Wordspop 2011 Theme
Version: 1.0
Author: Pupung budi Purnama
Author URI: http://pupungbp.erastica.com
Tags: Custom, Gray, Beautifull.
*/

/* Reset CSS */

@import url(http://fonts.googleapis.com/css?family=Quattrocento);

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global styling */
body {
	font: 62.5% Arial, Helvetica, Sans-Serif;
	background-color: #f1f1f1;
}
.clear {
	clear: both;
}
a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666;
}

/* Tagline */
#tagline {
	background: #5b5b5b url(images/head-bg.jpg) no-repeat center;
	height: 80px;
}
#tagline .content {
	width: 880px;
	margin: 0 auto;
	padding-top: 15px;
}
#tagline .content ul {
	float: right;
	padding-top: 10px;
}
#tagline .content ul li {
	float: left;
	padding-left: 20px;
}
#tagline .content ul li a {
	display: block;
	padding: 0px 10px;
	font-size: 13px;
	text-decoration: none;
	line-height: 25px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
#tagline .content ul li a:hover {
	color: #B3BF1A;
	text-shadow: 1px 1px 1px #000;
	background: #515151;
}
#tagline .content ul li a.active {
	background: #202020;
	color: #B3BF1A;
	text-shadow: 1px 1px 1px #000;
}
#intro {
	width: 880px;
	margin: 0 auto;
	text-align: center;
	font-size: 2.0em;
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	margin-top: 30px;
	color: #575757;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: 40px;
	background: url(images/sleeper-promo.jpg) no-repeat center top;
	height: 400px;
	text-shadow: 1px 1px #fff;
}
#intro div {
	width: 375px;
	float:left;
	padding: 20px;
	text-align:left;	
}
#intro div span {
	display: block;
}
#intro div span.em {
	font-size: 32px;
	color: #282828;
}
#intro div span.str {
	line-height: 26px;
	padding-top: 30px;
	padding-bottom: 15px;
}
h1 {
	height: 46px;
	width: 188px;
	text-align: center;
	color: #fff;
	font-size: 2.2em;
	line-height: 80px;
	font-weight: normal;
	background: url(images/logo.png) no-repeat top left;
	text-indent: -7777px;
	float: left;
}
h1 span {
	color: #fea300;
}
h1 a {
	display: block;
	height: 46px;
	width: 188px;
}
.support {
	display: block;
	float: right;
	width: 176px;
	height: 39px;
	padding-top: 5px;
}
.support a {
	display: block;
	text-indent: -7777px;
	background: url(images/support-forum.png) no-repeat left top;
	width: 176px;
	height: 39px;
}
#nav {
	border-bottom: 1px solid #e3e3e3;
	height: 52px;
}
#nav ul {
	width: 880px;
	margin: 0 auto;
}
#nav ul li {
	padding: 15px;
	font-size: 18px;
	float: right;
	font-family: Arial, Serif;
}
#nav ul li a {
	text-decoration: none;
	color: #575757;
	padding: 15px 0;
}
#nav ul li a:hover,#nav ul li.active a, #nav ul li a.active {
	color: #fea300;
	border-bottom: 4px solid #979797;
}

/* showcase */
#showcase, .container {
	width: 880px;
	margin: 0 auto;
	padding-top: 20px;
}

/* box */
.box {
	width: 278px;
	float: left;
	margin-right: 23px;
	margin-bottom: 20px;
}
.box img {
/*
	padding: 4px;
	background: #fff;
*/
}
.demo {
	width: 268px;
	padding-top: 228px;
	height: 40px;
	background: #5B5B5B;
}
.box .desc {
	text-align: right;
	color: #979797;
	padding: 5px 0;
	border-bottom: 1px solid #e8e8e8;
}
.box .desc h2 {
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	padding: 5px 10px;
	color: #5b5b5b;
	font-weight: normal;
	background: #e6e6e6;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	display: block;
	float: right;
}
.box .desc h2 a {
	color: #575757;
	text-decoration: none;
	font-weight: bold;
}
.box .desc h2 a:hover {
	color: #b6b6b6;
	text-shadow: 1px 1px #fff;
}
.box .desc cite {
	font-size: 12px;
	display: block;
	clear: both;
	padding: 5px 0;
}
.box .desc .price {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 2px;
	display: none;
}
.box .desc small {
	text-transform: uppercase;
	font-weight: bold;
}
.box .desc small span {
	color: #b3bf1a;
}
.preview {
	padding: 4px;
	background: #fff;
	border: 1px solid #E8E8E8;
}
.boxgrid{ 
	width: 268px; 
	height: 268px; 
	overflow: hidden; 
	position: relative;
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color: #afafaf; 
	font-weight: bold; 
	font: 10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #e3e3e3; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
.captionfull .boxcaption {
	top: 280px;
	left: 0;
}
.caption .boxcaption {
	top: 240px;
	left: 0;
}
.demo {
	text-align: center;
}
.demo a {
	font-size: 18px;
	text-decoration: none;
	color: #FEA300;
	padding: 0 15px;
}
.demo a:hover {
	color: #FFD20F;
}
#footer {
	clear: both;
	text-align: center;
/* 	margin-top: 40px; */
/* 	border-top: 1px solid #E8E8E8; */
	padding-top: 10px;
	/* height: 60px; */
	font-size: 1.1em;
	color: #888;
	background: #5b5b5b url(images/footer-bg.png) repeat-x top;
	text-transform: capitalize;
	line-height: 18px;
	margin-top: 50px;
	border-top: 1px solid #fff;
}
#footer a {
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#footer ul li {
	font-size: 12px;
}
#footer .twitter li {
	background: url("images/twitter.png") no-repeat scroll left 9px transparent;
	padding: 10px 5px 10px 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #a8a8a8;
	text-transform: none;
}
#footer .last li {
	padding-bottom: 5px;
	border-bottom: 1px solid #646464;
}
#footer ul li a {
	text-decoration: none;
	/* padding: 10px 8px; */
	color: #efefef;
}
#footer ul li a:hover {
	color: #a8a8a8;
}
.copyright {
	background: #202020;
}
.copyright a {
	color: #7d7d7d;
	text-decoration: none;
}
.copyright .container {
	padding: 15px 0;
	color: #efefef;
	font-size: 13px;
}


.big-preview {
	width: 425px;
	height: 425px;
	float: left;
	padding: 4px;
	border: 1px solid #E8E8E8;
	background: #FFFFFF;
}
.container h1 {
	background: none;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 35px;
	color: #5b5b5b;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #E3E3E3;
	margin-bottom: 15px;
}
.container .desc {
	width: 425px;
	float: right;
	line-height: 24px;
}
.container .desc h2 {
	font-weight: normal;
	color: #8c8c8c;
	font-size: 15px;
	background: #efefef;
	padding: 10px;
	border: 1px solid #ebebeb;
}
.container .desc h3 {
	font-weight: normal;
	color: #6f6f6f;
	font-size: 20px;
	padding: 10px 0;
}
.container .desc ul {
	
}
.container .desc ul li h4 {
	color: #6F6F6F;
	font-size: 15px;
	font-weight: normal;
}
.container .desc ul li {
	font-size: 13px;
	color: #979797;
	line-height: 16px;
	padding: 5px 0;
}
.about {
	min-height: 150px;
	/* margin-top: 20px; */
}
.about .container {
	padding-top: 10px;
	font-size: 13px;
	padding-bottom: 10px;
	color: #fff;
}
.about .container .box p, .about .container .box ul  {
	padding: 2px 0px;
	line-height: 18px;
}
p sup {
	font-style: italic;
	color: #B3BF1A;
}
.about .container .box p a {
	color: #919191;
	font-weight: bold;
}
.about .container .box p a:hover {
	text-decoration: none;
}
.about .container .box h2 {
	/* padding: 0px 10px; */
	font: normal 12px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	text-transform: uppercase;
	color: #B3BF1A;
	padding-bottom: 5px;
}
.about .container .contact p {
	padding: 2px 10px;
}
.about .twitter-message {
	background: #363636;
	margin-bottom: 5px;
}
.contact p input.text, .contact p textarea {
	border: 1px solid #d3d3d3;
	padding: 5px;
	-moz-border-radius: 6px;
	width: 240px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
}
.about .container .box {
	margin-bottom: 10px;
	text-align: left;
	width: 180px;
}
.about .container .box ul a {
 	text-decoration: none;
 	color: #919191;
 	font-weight: bold;
 }
.about .container .box ul a:hover {
	text-decoration: underline;
}
.about .container .box ul li {
 	padding: 3px 0;
 }
.last {
	margin-right: 0 !important;
}
#footer .last {
	width: 250px !important
}
.greyText{
	color: #CCCCCC;
}
.greyTextItalics{
	color: #CCCCCC;
	font-style: italic;
}
.twitter {
	float: left;
	width: 250px !important;
}
.updated, .new, .free {
	background: url(images/updated-badge.png) no-repeat right top;
	width: 70px; height: 70px;
	position: absolute;
	z-index: 99;
	text-indent: -9999px;
	margin-left: 203px;
	margin-top: -5px;
}
.new {
	background: url(images/new-badge.png) no-repeat right top;
}
.free {
	background: url(images/free-badge.png) no-repeat right top;
}
.single #intro {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	margin-top: 0px;
}
.single #intro .intro {
	padding: 40px 0 10px 10px;
	text-align: left;
	width: 360px;
	float: left;
}
.intro h2 {
	font-weight: normal;
	font-size: 1.4em;
	padding-bottom: 15px;
	font-weight: normal;
	font-family: Helvetica, Arial, Sans-Serif;
}
.intro p {
	font-size: 0.9em;
	padding-bottom: 20px;
	font-family: Helvetica, Arial, Sans-Serif;
	line-height: 1.4em;
	color: #9a9a9a;
	text-shadow: 1px 1px #FFFFFF;
}
.intro p a {
	display: block;
	width: 167px;
	height: 37px;
	float: left;
	margin-right: 5px;
	text-indent: -7777px;
}
.intro p a.prev {
	background: url(images/preview.png) no-repeat top;
}
.intro p a.prev:hover {
	background: url(images/preview.png) no-repeat bottom;
}
.intro p a.down {
	background: url(images/download.png) no-repeat top;
}
.intro p a.down:hover {
	background: url(images/download.png) no-repeat bottom;
}
#features {
	font-size: 1.3em;
	padding-top: 35px;
	color: #979797;
}
#features h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #a1a1a1;
	text-shadow: 1px 1px #fff;
	padding-bottom: 10px;
}
#features div.feature {
	padding-top: 10px;
	clear: both;
}
#features div.feature h3 {
	font-size: 1.15em;
	font-weight: normal;
	color: #575757;
	padding-bottom: 5px;
}
#features div.feature img {
	float: left;
	padding: 5px;
	border: 1px solid #E3E3E3;
	background: #fff;
	margin-right: 10px;
}
#features div.feature p.opt {
	font-size: 11px;
}
#features div.feature p.opt a {
	font-weight: bold;
	text-decoration: none;
}
#features p.exp {
	clear: both;
	margin-top: 20px;
	font-size: 0.9em;
}
.grayed {
	border:	1px solid #E3E3E3;
	background: #eeeeee;
	padding: 10px;
	width: 238px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
		text-shadow: 1px 1px #FFFFFF;

}
.grayed h3 {
	text-shadow: 1px 1px #FFFFFF;
	font-size: 1.1em;
}
.grayed ul, .grayed p {
	font-size: 0.9em;
	text-shadow: 1px 1px #FFFFFF;
}
.grayed ul li {
	padding: 2px 0;
}
.grayed ul li span {
	color: #B3BF1A;
}

/* Main Nav */
.main-nav {
	border-bottom: 1px solid #E8E8E8;
	height: 40px;
	width: 880px;
	margin: 0 auto;
	font-size: 12px;
}
.main-nav ul {
}
.main-nav ul li {
	float: left;
	line-height: 40px;
}
.main-nav ul li a {
	float: left;
	text-decoration: none;
	padding:0 29px 0 13px;
	color: #979797;
	background: url('images/breadcrumb-bg.png') no-repeat right center;
}
.main-nav ul li a:hover {
	color: #000;
}
.main-nav ul li:last-child a {
	background: none !important;
	font-weight: bold;
	color: #000;
}

/* page */
#page {
		
}
#page h2 {
	font: bold 20px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	padding-bottom:20px;
}
#page .intro {
	width: 300px;
	float: left;
	color: #979797;	
	padding-bottom: 30px;
}
#page .intro .emp {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:20px;
}
#page .intro .net {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
#page .team {
	width: 240px;
	float: left;
	padding-left: 40px;
}
#page .team h3 {
	font: normal 18px "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
#page .team .people {
	padding: 10px 0;
}
#page .team .people h4 {
	color: #979797;
	font-size: 13px;
	padding: 5px 0 0;
}
#page .team .people p {
	color: #979797;
	font-size: 12px;
	line-height: 18px;
}
#page .team .people p.titl {
	font-size: 11px;
	font-style: italic;
}
#page .team .people .gravatar {
	width: 60px;
	height: 60px;
	float: left;
	background: #fff;
	border: 1px solid #efefef;
	margin: 5px 5px 3px 0;
}
a.preview {
	padding: 10px 0px;
	background: url(images/preview-button.png) no-repeat top;
	display: block;
	width: 158px;
	height: 20px;
	border: 0px;
	float: left;
	text-indent: -9999px;
}
a.preview:hover {
	background: url(images/preview-button.png) no-repeat bottom;
}
a.buy {
	padding: 10px;
	background: url(images/buynow-button.png) no-repeat top;
	display: block;
	width: 158px;
	height: 20px;
	border: 0px;
	float: left;
	text-indent: -9999px;
}
a.buy:hover {
	background: url(images/buynow-button.png) no-repeat bottom;
}
a.detail {
	padding: 10px;
	background: url(images/detail-button.png) no-repeat top;
	display: block;
	width: 158px;
	height: 20px;
	border: 0px;
	float: left;
	text-indent: -9999px;
}
a.detail:hover {
	background: url(images/detail-button.png) no-repeat bottom;
}
span.prev-desc {
	display: block;
	clear: both;
	font-size: 11px;
	padding-left: 25px;
	padding-top: 13px;
}
body.home div.features {
	width: 880px;
	margin: 0 auto;
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E8E8E8;
}
body.home div.feature, .new-layout div.feature {
	width: 199px;
	float: left;
	color: #979797;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
}
body.home div.feature h2 {
	color: #575757;
	padding-bottom: 5px;
	text-shadow: 1px 1px #fff;
}
body.home div.feature p {
	font-size: 12px;
}
body.home div.feature img {
	float: left;
	margin: 3px 10px 20px 0px;
	border: 1px solid #E8E8E8;
}
body.home .border-left {
	border-left: 1px solid #E8E8E8;
}
.tagline {
	padding-bottom: 30px;
	text-align: center;
}
.tagline span.em {
	display: block;
	font-size: 2.8em;
	font-family: "Quattrocento", Helvetica, Arial, Sans-Serif;
}
.tagline span.str {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #979797;
}
body.single #intro.new-layout h2 {
	padding: 30px 0 10px 20px;
	font-family: "Helvetica Nueue", Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 32px;
	width: 380px;
	line-height: 40px;
	color: #282828;
}
body.single #intro.new-layout span.str {
	padding: 0px 0 10px 20px;
	display: block;
	font-size: 16px; 
}
body.single .tagline .em {
	font-size: 22px;
	line-height: 34px;
}
#intro div.buttons {
	padding-top: 125px;
}
#features.new-layout {
	padding-top: 14px;
	color: #282828;
}
#features.new-layout p {
	line-height: 20px;
	color: #282828;
	font-size: 16px;
}
#features.new-layout .tagline {
/* 	border-bottom: 1px solid #E8E8E8; */
}
#features.new-layout h2 {
	text-align: center;
	font-family: "Quattrocento",Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif;
	font-size: 22px;
	background: url(images/line.png) repeat-x center;
	margin-bottom: 20px;
}

#features.new-layout h2 span {
	padding: 0 10px;
	background: #f1f1f1;
}
#features.new-layout h2 em {
	color: #282828;
}
#features.new-layout div.feature {
	clear: none;
	padding-bottom: 25px;
}
#features.new-layout div.feature p {
	font-size: 12px;
	color: #979797;
	line-height: 16px;
}
#features.new-layout .grayed {
	float: right;
}
#features.new-layout .box {
	width: 266px;
}
#features.new-layout .box h3 {
	font-size: 15px;
	text-shadow: 1px 1px #FFFFFF;
}
#features.new-layout .box ul {
	padding: 10px;
	line-height: 18px;
	padding-left: 0px;
	padding-top: 5px;
}
#features.new-layout .box ul li {
	padding: 5px 0;
	list-style-position: inside;
	color: #575757;
}
#features.new-layout .grayed ul {
	padding: 0;
	line-height: normal;
}
#features.new-layout .grayed ul li {
	list-style-type: none !important;
	padding: 2px 0;
	color: #575757;
}
#features.new-layout div.feature img {
	padding: 0 !important;
}
#features.new-layout div.feature h3 {
	font-weight: bold;
	text-shadow: 1px 1px #fff;
	font-size: 13px;
}
ul.num li {
	padding-left: 25px !important;
}
ul.num li.num1 {
	background: url(images/num-1.png) no-repeat 0px 4px;
}
ul.num li.num2 {
	background: url(images/num-2.png) no-repeat 0px 4px;
}
ul.num li.num3 {
	background: url(images/num-3.png) no-repeat 0px 4px;
}
ul.num li.num4 {
	background: url(images/num-4.png) no-repeat 0px 4px;
}
ul.num li.num5 {
	background: url(images/num-5.png) no-repeat 0px 4px;
}
