

/*

1.1 Resets

*/

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,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,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0;
}
article,aside,details,figcaption,figure,footer,
header,hgroup,menu,nav,section{
	display: block;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{ 
	border:0;
}
address,caption,cite,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}

/*

1.2 Main Structure & Positioning

*/

body {
  background-color: #f9f9f9;
}
#main {
	background: url(images/shadow-page.png) no-repeat 100% 100%;
	padding-bottom: 16px;
}
#page, #utility div, .colophon-wrapper {
	display: block;
	margin: 1em auto;
	width: 1000px;
}
#colophon {
	display:	block;
	margin: 2em auto 0;
	padding: 1em 0 6em;
	width: 100%;
}
.colophon-wrapper {
	display:	block;
	margin: 0 auto;
	padding: 2em 0;
}
#branding, #main .widget-area {
  float:left;
  margin: 0 3% 2em 0; /* 30 / 1000 */
  width: 18%; /* 180 / 1000 */
}
#primary {
  background-color: #fff;
  border: 1px solid #eee;
  float: right;
  margin: 1.25em -1px 0; /* 1px / 1000 */
  padding: 3.125em 50px; /* 50 / 690 */
  width: 69%; /* 690 / 1000 */
  min-height: 400px;
}

/* Grids */
.half {
	width: 46.376811594203%; /* 320 / 690 */
	float: left;
	margin: 0 2.173913043478% 1.5625em 0; /* 15 / 690 */
}
.half:nth-child(even) {
	margin-right: 0;
	padding-left: 4.6875%; /* 15 / 320 */
}
.two-thirds {
  float:left;
  width: 62.608695652174%; /* 432 / 690 */
  margin: 0 2.898550724638% 1.25em 0; /* 20 / 690 */
}
.two-thirds.end {
	float: right;
	width: 29%;
	margin: 0;
	padding-left: 5%;
}
.third {
  float:left;
  width: 31.304347826087%; /* 216 / 690 */
  margin: 0 2.898550724638% 1.25em 0; /* 20 / 690 */
}
.third:nth-child(3n) {
  margin-right: 0;
}
.half .wrap {
  position: relative;
  width: 100%; /* 320 / 320 */
  height: 200px; /* 200 / 16 */ 
  background: #000;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, .1);
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, .1);
}
.half .hide {
  position: absolute;
  top: 45%;
  left: 23.4375%; /* 75 / 320 */
}


/*

1.3 Floats & Alignments

*/
/* Clearing Floats */
.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}
.clearfix { 
  display: inline-block;  
}
* html .clearfix {  
  height: 1%;  
} /* Hides from IE-mac \*/
.clearfix {  
  display: block;  
}
div.clear {
    clear: both;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.left {
	float: left;
}
.right {
	float: right
}
hr {
  background: url(images/diagonal.png);
  clear: both;
  float: none;
  width: 100%;
  height: 10px;
  margin: 0 0 1.420em;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

/*

1.4 Typography

*/

body {
	color: #394240;
	font-family: "calluna-1","calluna-2", Palatino, Constantia, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 16px;
	line-height: 1.5;
}
h1 {
	font-size:3em;			/* 48px */
	margin-bottom:0.5em;	/* 13px */
	line-height:1.5;		/* 48px */
}
h2 {
	font-size:2em;		/* 32px */
	margin-bottom:1em;		/* 24px */
	line-height:1;			/* 24px */
}
h3 {
	font-size:1.75em;		/* 28px */
	font-weight: bold;
	margin-bottom:1.2em;	/* 24px */
	line-height:1.2;		/* 24px */
}
h4 {
	font-size:1.5em;		/* 24px */
	margin-bottom:1.333em;	/* 24px */
	line-height:1.333;		/* 24px */
	font-weight:bold;
}
h5 {
	font-weight:bold;
}
h5,
h6 {
	font-size:1.5em;			/* 24px */
	margin-bottom:1.5em;	/* 24px */
	line-height:1.5;		/* 24px */
}
p,
address {
	margin-bottom:1.5em;
}
a {
	text-decoration:none;
}
a:visited {
	opacity:0.8;
}
a:hover{
	text-decoration:underline;
}
a, .entry-title a  {
  color: #F06B50;
}
a:hover, .entry-title a:hover  {
	color: #4caab9;
}
.entry-title a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	color: #4caab9;
}
q,
i,
em,
cite,
.fancy {
	font-style:italic;
	font-weight:inherit;
}
#utility, .testimonial ul {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.amp {
	font-family: "calluna-1","calluna-2", Palatino, Constantia, "Palatino Linotype", "Book Antiqua", serif;
	font-style: italic;
	font-size: .8em;
}
.small {
	font-size: .7em;
}
.large {
	font-size: 1.25em
}
.light {
	color: #999;
}
.article-title, .widget-title {
  font-family: "calluna-1","calluna-2", Palatino, Constantia, "Palatino Linotype", "Book Antiqua", serif;
}
h1, h2, h3, h4, h5, h6, #access, .site-description, .entry-title, .page-title, .title, .signup, .screenshot .demo {
	font-family: "bebas-neue";
}
.site-description span, #counter .numbers, #stats .stat span, .quote, .fancy, em, .fn, .desc, .intro sup, .flex-caption, .ribbon, #colophon h2, blockquote, .name span, .signup .sub {
  font-family: Cambria, Georgia, serif;
  font-style: italic;
}
.testimonial {
	display: block;
	clear: both;
	margin-bottom: 1.5em;
}
.testimonial blockquote p {
	margin-botom: .5em ;
	font-size: 13px;
}
.testimonial ul {
	float: right;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.testimonial .name {
	font-weight: bold;
}
.testimonial ul span {
	font-style: italic;
	font-weight: normal;
	
}
.testimonial img {
	float: left;
	margin: 0 10px 10px 0;
}
b,
strong {
	font-weight:bold;
	font-style:inherit;
}
mark {
	background:#ffc;
}
s,
del {
	text-decoration:line-through;
}
.entry-meta {
	color: #999;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.entry-meta a, .entry-note {
	color: #999;
}
small, .entry-meta, .entry-note, .wp-caption .wp-caption-text, .gallery-caption {
	font-size:0.65em;
}
pre,
code {
	font-family:monospace;
	font-size:1em;
}
pre {
	overflow:auto;
	margin-bottom:1.5em;
	line-height:24px; /* Having to define explicit pixel values :( */
}
code {
	line-height:1;
}
/* Lists */
ul,
ol {
	list-style-type: square;
	margin:0 0 1.5em 20px;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin:0 0 2em 20px;
}
.capitalize {
	text-transform: capitalize;
}
.minimal {
	margin: 0;
	list-style: none;
}
.points {
	font-size: .8em;
	list-style: circle;
}
figcaption {
	font-size:0.75em;
}
.article-title, .widget-title {
	font-size: .8em;
	text-transform: uppercase;
	color: #45AAB8;
}
.widget-area p {
	font-size: .8em;
}
.entry-title a {
  color: #F06B50;
}
#stats a {
	color: #394240;
}
#stats a:hover, #stats a:active {
	color: #F06B50;
	text-decoration: none;
}
#popular .entry-title {
  font-size: 1.5em;
  font-weight: 600;
}
.desc {
  color: #999
}
h3.fancy {
  font-weight: normal;
  margin-bottom: 2.5em;
  line-height: 1.5em;
}
span.block {
	display: block;
}
.home #branding {
	min-height: 487px;
}
.home .site-description, .intro .site-description, .intro .entry-title, .screenshot .demo {
  color: #fff;
  line-height: 1;
  font-size: 58px;
  text-shadow: 1px 1px 0 #000, 2px 2px 0 #999;
}
.home .site-description {
	margin: 0;
	text-align: center;
}
.entry-tease {
	margin-bottom: 2em;
}
.intro sup {
	color: #FAF4B1;
	display: inline;
	font-size: .5em;
	margin-top: 0;
}
.home .site-description span, .intro .site-description span {
	color: #AAA;
	display: block;
	font-size: 18px;
	text-shadow: #222 -1px -1px 0;
	margin-top: -10px;
}
.home .desc, .intro .desc, .page-title .desc {
  font-size: .9em;
  font-weight: normal;
  color: #999;
  margin:0;
  text-transform: none;
}
.page-title {
	text-transform: capitalize;
}
.page-title .desc {
	display: block;
}
.page .page-title .desc {
	font-size: .5em;
}
.single-post .entry-header .entry-meta {
  color: #ccc;
  background-color: #FAF4B1;
  background-color: rgba(0, 0, 0, .7);
}
.single-post .entry-header .entry-meta a {
  color: #fff;
}
.half .entry-title { 
  font-size: 1.5em;
}


/* 2. STRUCTURE & APPEARANCE
-------------------------------------------------------------- */

/*

2.1 Main Layout & Appearance

*/

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.intro {
  float:left;
  width: 63%;
  padding-right: 2%;
}
.actions {
  clear: none;
  float:right;
  width: 35%;
  text-transform: none;
  margin: 0;
}
.actions li:first-child {
  margin: 0 0 0.625em 0; /* 10 / 16 */
}
.actions li:last-child {
  margin-right: 0;
}

/*

2.2 Header

*/

#site-title {
	background: url(images/logo-small.png) no-repeat 100% 0;
	margin: 20px 0;
  height: 90px;
  width: 100%;
  text-indent: -999em;
  display:block;
}
#site-title:hover {
  opacity: .7;
}
#site-title a {
  height: 90px;
  width: 100%;
  display:block;
}
#site-description {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 1em;
	position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Top Menu */
#utility {
  background: #394240;
  display: block;
  height: 20px;
  font-size: 10px;
  text-transform: uppercase;
  padding: .8em 0 .5em;
  margin: 0 auto 1em;
  width: 100%;
}
#utility div {
  margin: 0 auto;
}
#utility ul  {
  float: right;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#utility li {
  display: inline;
  margin-right: 1em;
}
#utility li.login {
  border-left: 1px solid #999;
  padding-left: 1em;
}
#utility li:last-child {
    margin-right: 0
}
#utility a {
  color: #eaeaea
}

/* Main Menu */
nav#access select {
  display: none;
}
#access {
	display: block;
	float: left;
	margin: 0 auto 1em;
	width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
  text-align: right;
  text-shadow: 1px 1px 1px #ffffff;
}
#access ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access a, #access li:hover > a {
  display: block;
  line-height: 1.8em;
  text-decoration: none;
  color: #394240;
}
#access li:hover > a  {
	color: #4caab9;
}

/* Hides the select nav box by default */
nav#access select {
  display: none;
}

/* Submenus on themes archive pages */
ul.submenu {
	list-style: none;
	line-height: .8em;
	margin: 0;
	font-size: .9em;
}
ul.submenu li {
	float: left;
	display: inline;
	margin-right: 20px;
}


/*

2.3 Homepage

*/
.pre {
	background: url(images/minimalist.png) no-repeat 0 0;
	text-indent: -999em;
	display: block;
	margin: -50px 0 0 -30px;
	width: 100px;
	height: 30px;
}
.feature {
	min-height: 300px;
	position:relative;
}
#feature {
	margin-bottom: 134px !important;
}
#feature .desc {
	font-size: 18px;
	text-align: center;
}
.feature iframe {
	box-shadow: 0 0 20px #222;
	border: 1px solid #333;
}
#showcase {
  border-left: 1px solid #eaeaea;
  margin-left: -1% 0; /* 1px / 1000 */
}
#stats ul {
  list-style:none;
  margin:0 0 1em 0;
  padding: 0;
}
#stats li {
  padding-top: 1.25em;
  width: 100%;
  min-height: 7.5em; /* 120px / 16 */
  display:block;
  float: none;
  clear:both;
  border-bottom: 1px dotted #ddd;
}
#stats li:first-child {
  padding-top: 0;
}
#stats li:last-child {
  border-bottom: none;
}
#stats .stat {
  float: left;
  margin-right: 6.25%; /* 20 / 320 */
  padding: 0.625em 7.8125% 2.5em 6.25%;
  height: 50px;
  width: 50px;
  background: url(images/bg-stats.png) no-repeat;
  text-align: center;
  margin-bottom:1em;
}
#stats li:hover .stat {
  background-position: 0 -100px;
}
#stats .stat span {
  font-style: normal;
  font-size: 3.125em;
  padding: 0;
  line-height: 1em;
}
#stats .stat span.text { 
	font-size:2.4em;
	float:left;
	padding-top:0.2em;
}
#stats .stat span.text-theme {
font-size: 1.2em;
margin-top: 1em;
float: left;
font-weight:bold;
}

#stats p {
  font-size: .8em;
  padding-top: 1.15em;
}

.note {
	background: url(images/note.png) no-repeat 0 0;
	background-size: 100%;
	min-height: 190px;
	padding: 30px 0 0;
}
.note p.paper {
	padding: 0 40px 0 80px;
	margin: 0 0 9px;
	line-height: 21px;
	background: url(images/check.png) no-repeat 40px 50%;
}

.tweetList {position: relative;}
/* creates opening quotation mark */
.quote:before, .tweetList p:before {
  content:"\201C"; 
  position:absolute; 
  z-index:1; 
  top:0px; 
  left:-5px; 
  font:80px/1 Georgia, serif;
  color:#FAF4B1;
}

/* creates closing quotation mark */
.quote:after, .tweetList p:after {
  content:"\201D"; 
  position:absolute; 
  z-index:1; 
  bottom:0; 
  right:-5px; 
  font: 80px/0.25 Georgia, serif;
  color:#FAF4B1;
}

#popular {
  width: 100%;
}
#popular p {
  font-size: .8em;
}
#popular ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#popular .entry-title {
  font-size: 1em;
}



/*

2.4 Single Themes

*/

.single-themes .entry-header, .single-plugins .entry-header, .feature {
  background: #394240 url(images/bg-feature.png) repeat;
  margin: -3.125em -7.246376811594% 3.125em -7.246376811594%;
  padding: 3.125em 7.246376811594% 0 3.125em;
  -webkit-box-shadow: inset 25px 25px 150px 50px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 25px 25px 150px 50px rgba(0, 0, 0, .3);
	box-shadow: inset 25px 25px 150px 50px rgba(0, 0, 0, .3);
	margin-bottom:100px;
}
.single-themes .price-free .entry-header {
	background: #394240 url(images/ribbon-free.png) top left no-repeat;
}
.single-themes .screenshot, .single-plugins .screenshot {
	position: relative;
	width: 100%;
	height: 200px;
	display: block;
}
.screenshot img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: auto;
}
.screenshot .shadow, .shadow {
  background: url(images/shadow.png) no-repeat;
  position: absolute;
  width:100%;
  height: 57px;
  display: block;
  bottom: 0;
  z-index: 10;
}
.screenshot .hide:hover {
  text-decoration: none;
}
.screenshot .demo {
	position: absolute;
	bottom: 1.5em;
	width: 100%;
	height: auto;
	color: white;
	z-index: 11;
	text-align: center;
}
.single-themes .entry-header:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
ul.videos {
  margin: 0.125em auto;
  display:none;
}
.single-themes #features .item {
  margin: 3.125em 0;
  display: block;
}
.single-themes #features .item img {
  padding: 0.625em; /* 10 / 16 */
  background: #f9f9f9;
  border: 1px solid #eaeaea;
}
.single-themes #features .item .alignleft {
  margin: 0 5.797101449275% 1.875em 0;
}
.single-themes #standards .item {
  width: 17.391304347826%;
  float: left;
  margin-right: 1.449275362319%; /* 10 / 690 */
  padding-left: 1.449275362319%; /* 10 / 690 */
  font-size: .8em;
}
.single-themes #standards .item:nth-child(1) {
  padding-left: 0;
}
.single-themes #standards .item:nth-child(6) {
  margin-right: 0px;
}
.single-themes #standards img {
  margin-bottom: 1.25em;
}
.single-themes footer.entry-meta  {
  clear: both;
  float:none;
  width: 100%;
  text-transform: uppercase;
  margin: 1em 0;
}
.single-themes .quote {
  position:relative;
  width: 100%;
  height: auto;
  color:#394240;
  background:none;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
}
.single-themes .quote p {
	font-size: 1.5em;
	width: 80%;
	height: auto;
	padding: 25px;
}
.single-themes .quote p a {
	display: block;
	text-align: right;
	font-size: .75em;
}


/*

2.5 Archive Themes

*/

.actions .button-group {
	float: right;
}

/* Themes & Plugins Archives */
.post-type-archive .page-header, .tax-type .page-header, .tax-price .page-header, .tax-features .page-header {
	margin-bottom: 2em;
}
.sorter .article-title {
	float: left;
	margin-right: 20px;
}
.sorter ul {
	float: left;
}
.theme-sorter {
	margin: 0 auto 1em;
	width: 26%;
	float: left;
}
/*

2.6 Single Plugins

*/

.single-plugins .entry-header:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.single-plugins footer.entry-meta {
  clear: both;
  float:none;
  width: 100%;
  text-transform: uppercase;
  margin: 1em 0;
}




/*

2.7 Archive Plugins

*/

.plugin, .plugin .screenshot {
	margin-bottom: 2em;
}


/*

2.8 Single Sites

*/

/*

2.9 Archive Sites

*/

/*

Tips

*/

.post-type-archive-tips .intro {
	width: 55%;
}
.post-type-archive-tips .actions {
	width: 40%;
}

.trigger {
	margin: 0;
}

.colorful {
	list-style: none;
	margin: 0;
	width: 100%;
}
.colorful li {
	margin: 1em 0;
	padding: 0;
}
.colorful li a {
	color: #fff;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 1px #555;
	filter: dropshadow(color=#555, offx=1, offy=1);
	padding: 1em 2em;
}
.colorful li ul {
	margin: 1em 0;
}
.colorful li li {
	list-style: none;
	display: block;
	margin: 1em .5em;
}
.colorful li li a {
	display: inline;
	padding: .5em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.colorful li:nth-child(1) a {
	background-color: #FAF4B1;
}
.colorful li:nth-child(2) a {
	background-color: #E1D772;
}
.colorful li:nth-child(2) li a {
	background: #E1D772;
}
.colorful li:nth-child(3) a {
	background-color: #45AAB8;
}
.colorful li:nth-child(3) li a {
	background: #45AAB8;
}
.colorful li:nth-child(4) a {
	background-color: #F06B50;
}
.colorful li:nth-child(4) li a {
	background: #F06B50;
}
.colorful li:nth-child(5) a {
	background-color: #394240;
}
.colorful li:nth-child(5) li a {
	background: #394240;
}
.colorful li:nth-child(6) a {
	background-color: #000;
}
.colorful li:nth-child(6) li a {
	background: #000;
}

/* 3. CONTENT
-------------------------------------------------------------- */

/*

3.1 Main Content

*/
.post {
	margin: 0 auto 4em;
}
.sticky {
}
.hide {
	display: none;
}
.entry-meta {
	clear: both;
	display: block;
}
.entry-header .entry-meta {
	margin: 0 0 2.5em 0
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}
.subpage {
	clear: both;
	display: block;
}

.subpage li {
	display: inline;
	margin: 0 2.898550724638%;
}
.subpage li:first-child {
	margin-left: 0;
}
/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}


/* Images */
a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-post-image,
.wp-caption,
img.flexible,
img.fade {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.wp-post-image {
	float: left;
	margin: 0 1.5em 1em 0;
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
img.full {
	margin-bottom: 1em;
}
img.size-medium {
	border: 1px solid #bbb;
	box-shadow: 0 0 2px #ccc;
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
}
.wp-caption {
	background: #f5f5f5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 1px 1px 30px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 1px 1px 30px 3px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 30px 3px rgba(0, 0, 0, .1);
	margin: 1em auto;
	max-width: 100%; /* 690 */
	padding: 0.625em; /* 10 / 690 */
	text-align: center;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption, .wp-caption {
}
.wp-smiley {
	margin: 0;
}
figure {
	background-color: #eee;
	margin-bottom: 1.5em;
	padding: 1.449275362319%; /* 10 / 690 */
	width: 97.101449275362%; /* 670 / 690 */
}
figure img {
	display:block;
	margin-bottom:0;
}
/*  Video */
object,
embed,
video {
	max-width:100%;
	height:auto;
}

/* Forms */
#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	padding: 4px 6px;
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

/* Messages */
.message {
	font-weight: normal;
	display: block;
	padding: 1.449275362319%;
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}
/* With multiple errors itâ€™s nice to group them. */
ul.message {
	list-style:decimal outside;
	padding:10px 10px 10px 56px;
}
.error {
	border-color: #fb5766;
	background-color: #fab;
}
.success {
	border-color: #83ba77;
	background-color: #d1feba;
}
.info {
	border-color: #85a5be;
	background-color: #c4dbec;
}
.warning {
	border-color: #d8d566;
	background-color: #fef8c4;
}

/* Tables */
table{
	margin-bottom:1.5em;
	width:100%;
	max-width:100%;
}
thead tr:last-of-type th{
	/* Thicker border on the table-headers of the last row in the table head */
	border-bottom-width:2px;
}
tbody th{
	/* Thicker right border on table-headers in the table body */
	border-right-width:2px;
}
th:empty{
	/* Hide the borders on any empty table-headers */
	border:none;
}
th,td{
	vertical-align:top;
	padding:0.75em;
	border:1px solid #ccc;
}
th{
	font-weight:bold;
	text-align:center
}
table [colspan]{
	/* This looks lovely, trust me... */
	text-align:center;
}
table [rowspan]{
	/* ...as does this. */
	vertical-align:middle;
}

[colspan="1"]{
    text-align:left;
}
[rowspan="1"]{
    vertical-align:top;
}
tbody tr:nth-of-type(odd){
	background:rgba(0,0,0,0.05);
}
tfoot{
	text-align:center;
}
tfoot td{
	border-top-width:2px;
}

/*

3.2 Comments

*/

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}
.bypostauthor {
}

/*

3.3 Sidebar

*/
.widget {
	display: block;
	margin-bottom: 3.125em; /* 50 / 16 */
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/*

3.4 Footer

*/

#colophon {
	color: #999;
  margin: 2em auto 0;
  padding: 2em 0 0;
  background: #111;
}
#colophon a, #colophon a:active {
	color: #999;
}
#site-links h3 {
	color: #aaa;
	font-weight: normal;
}
#site-links a, #site-links a:active, #site-details a, #site-details a:active {
	color: #666;
}
#site-links a:hover, #site-details a:hover {
	color: #ccc;
}
#site-details {
	font-size: .7em;
}
#connect {
	background: #394240;
	margin-top: -2em;
}
#connect a, #connect a:active {
	font-weight: bold;
	font-size: .9em;
	display: block;
	margin-top: 10px;
	color: #666;
}
#connect a p {
	color: #666;
}
#connect a:hover {
	color: #ccc;
	text-decoration: none;
}
#connect a:hover p {
	color: #ccc;
}
#site-links {
	background: #111;
	color: #555;
}
#site-links ul {
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-links ul li, #site-links ol li {
	margin: .5em 0;
}
#site-links ol {
	list-style-type: decimal;
	font-size: .9em;
}
#site-links .article-title {
	color: #999;
}
#site-details {
	background: #000;
	border-top: 1px solid #222;
	color: #555;
}
#site-generator {
  float: left;
  margin: 2em 0 0 0;
  width: 65%;
}
#site-info {
  float: right;
  margin: 2em 0 0;
  width: 35%;
}
#colophon .third {
	padding: 1em 0;
}
#colophon .third h2 {
	float: left;
	width: 50%;
	margin: 0;
}
#colophon .third p {
	float: right;
	width: 50%;
	margin: 0;
	font-weight: 100;
	color: #777;
	letter-spacing: 1px;
}
#colophon .contact {
	background: url(images/connect.png) no-repeat 18px 40px;
	min-height: 80px;
}
#colophon .work {
	background: url(images/connect.png) no-repeat -340px 40px;
	min-height: 80px;
}
#colophon a .contact:hover, #colophon a .work:hover {
	background-position-y: -80px
}
form#subForm {
	width: 100%;
	margin: 50px 0 0;
}

/* 4. PAGE TEMPLATES
-------------------------------------------------------------- */

/* Shared classes */
.page-template-default h1 {
  margin: 0;
}
.single-post .entry-header .entry-meta {
	margin: 0 0 3em -7.246376811594%;
	padding: 0.625em 1.449275362319% 0.625em 7.246376811594%;
}

/* Home */
.feature iframe {
	margin: 1em 0;
}
.feature .ribbon {
	color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 6px;
	text-align: center; 
	width: 60px;
	height: 36px;
	margin-top: -50px;
	float: right;
	background: url(images/video-tour.png) no-repeat 0 -10px;
	display: block;
}

/* About */
.team {
  margin-bottom: 1em;
}
.team:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.team li {
	border-top: 3px solid #394240;
	border-bottom: 1px solid #394240;
}
.team .teammate p {
  font-size: .8em;
}
.team .fn {
	font-size: 1.2em;
  display:block;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.team .fn span.given-name {
    font-weight: bold;
}
.team .title {
  color: #999;
  font-size: 0.75em;
  display:block;
  margin: 0.375em 0 1.875em;
}
.team .avatar {
  float: left;
  margin: 0 10px 10px 0;
}
.team .bio {
	clear: both;
}

/* Blog & Development archives */
.page-template-page-blog-php .entry-header, .page-template-page-development-php .entry-header {
	margin: 0 0 2em -7.246376811594%; /* 50 / 790 */
	padding: 0.625em 7.246376811594%;
	background: #F9F9F9;
	text-shadow: 1px 1px 1px white;
	border-top: 1px solid #EEE;
	border-right: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.page-template-page-development-php .entry-header {
	background: #394240;
	text-shadow:none;
}
.page-template-page-development-php .entry-header .byline {
	display none;
}
.page-template-page-blog-php .entry-header .entry-meta, .page-template-page-blog-php .entry-header .entry-title, .page-template-page-development-php .entry-header .entry-meta, .page-template-page-development-php .entry-header .entry-title {
	margin: 0;
}
.comment-count a {
	float: right;
	background: yellow;
	padding: 5px 10px;
	margin: -10px -50px 0 0;
	font-size: .9em;
	text-shadow: none;
	text-align: center;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.comment-count a:hover, .comment-count a:active {
	text-decoration: none;
}

/* Support */
#support img.icon {
  float:left;
  margin: 0 10px 10px 0;
}

/* Theme Instructions */
.readme {
	margin: 3em 0;
}
form#theme-list div {
	position:relative;
} 

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select {
  position:relative;
  z-index:10;
  width:166px !important;
  height:26px !important;
  line-height:26px;
}

/* dynamically created SPAN, placed below the SELECT */
span.select {
  position:absolute;
  bottom:0;
  float:left;
  left:0;
  width:166px;
  height:26px;
  line-height:26px;
  text-indent:10px;
  font-size: .8em;
  background: #ececec url(images/select.png) no-repeat 100% 0;
  cursor:default;
  z-index:1;
  border: 1px solid #d4d4d4; 
  text-shadow: 1px 1px 0 #fff; 
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box; 
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em; 
  -moz-border-radius: 0.2em; 
  border-radius: 0.2em; 
}
form#theme-list div .input {
	display: absolute;
	top: 0;
	left: 20px;
	padding: 6px 12px;
}

/* Compare */
#compare {
	font-size: 12px;
}
#compare td {
  border-color: #ededed;
  padding: 5px;
}
#compare h6, #compare p {
  margin-bottom: 0;
}
#compare tr.heading {
  background: #fff;
}
#compare tr.heading th {
  white-space: nowrap;
  margin: 50% auto;
	font-weight: normal;
	margin: 0;
	padding: 0;
  border: none;
  vertical-align: middle;
  height: 75px;
  border-top: 5px solid #394240;
}
#compare tr.heading th:first-child {
  border-color: #fff;
}
#compare tr.heading th:nth-child(2),#compare tr.heading th:nth-child(7) {
  border-color: #FAF4B1;
}
#compare tr.heading th:nth-child(3),#compare tr.heading th:nth-child(8) {
  border-color: #E1D772;
}
#compare tr.heading th:nth-child(4),#compare tr.heading th:nth-child(9) {
  border-color: #45AAB8;
}
#compare tr.heading th:nth-child(5),#compare tr.heading th:nth-child(10) {
  border-color: #F06B50;
}

/* Showcase */
.showcase-single img {
	float: left;
	margin: 0 1.5em 1.5em 0;
}
.site-info {
	float: left;
	width: 300px;
}
#featured-sites .entry-title, #new-sites .entry-title, .tax-theme .entry-title {
	font-size: .9em
}


/* 5. MISC
-------------------------------------------------------------- */

/* text rotation */  
.rotate {
	/* Safari */
	-webkit-transform: rotate(-90deg);
	/* Firefox */
	-moz-transform: rotate(-90deg);
	/* IE */
	-ms-transform: rotate(-90deg);
	/* Opera */
	-o-transform: rotate(-90deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* PageNavi */
.wp-pagenavi {
  padding: 10px 20px 10 !important;
  display:block !important;
  clear:both !important;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
  color:#707070 !important;
  background:#FFFFFF !important;
  border-radius:3px !important;   
  -moz-border-radius:3px !important;
  -webkit-border-radius:3px !important;
  border:solid 1px #DCDCDC !important;
  padding:6px 9px 6px 9px !important;
  margin-right:3px !important;
  text-decoration:none !important;
  font-size:12px !important;
}
.wp-pagenavi a:hover {
  border-color:#202020 !important;
  background:#525252 !important;
  color:#fff !important;
  background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
  background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;

}
 .wp-pagenavi span.current{
  padding:6px 9px 6px 9px !important;
  border:solid 1px #DCDCDC !important;
  border-color:#3390CA !important;
  border-radius:3px !important;   
  -moz-border-radius:3px !important;
  -webkit-border-radius:3px !important;
  color:#fff !important;
  margin-right:3px !important;
  border-color:#202020 !important;
  background:#525252 !important;
  background:-moz-linear-gradient(top,#9F9F9F 1px,#6C6C6C 1px,#525252) !important;
  background:-webkit-gradient(linear,0 0,0 100%,color-stop(0.02,#9F9F9F),color-stop(0.02,#6C6C6C),color-stop(1,#525252)) !important;
}

/* Tooltips */
.tooltip {
  position: relative;
  cursor: help;
  display: inline-block;
  text-decoration: none;
  color: #394240;
  outline: none;
  padding: 1px 4px;
}

.tooltip span {
  visibility: hidden;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 999;
  width: 230px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #ccc;
  opacity: .9;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
  text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover {
  border: 0; /* IE6 fix */
}

.tooltip:hover span {
  visibility: visible;
  text-indent:0;
}

.tooltip span:before,
.tooltip span:after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: -7px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
}

.tooltip span:before {
  border-top-color: #ccc;
  bottom: -8px;
}

/* Sign Up Button */

.signup {
  display: block;
  padding: 7px;
  position: relative;
  text-decoration: none;
  background: rgba(0,0,0,0.1);
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.feature .signup {
  float:right;
  width: 170px
}
.home .feature .signup {
	float: left;
	margin: 0 2em 0 0;
}
.signup.buy, .signup.demo {
  width: 170px;
}
.signup a strong {
  display: block;
  height: auto;
  line-height: auto;
  color: #FFF;
  font-size: 24px;
  font-weight: 200;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
  text-align: center;
  border: 1px solid #006E8F;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 6px;
}
.signup a strong.blue {
	border: 1px solid #006E8F;
	background: #4caab9;
	background-image: linear-gradient(bottom, rgb(44,142,153) 17%, rgb(69,171,184) 59%, rgb(69,171,184) 80%);
	background-image: -o-linear-gradient(bottom, rgb(44,142,153) 17%, rgb(69,171,184) 59%, rgb(69,171,184) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(44,142,153) 17%, rgb(69,171,184) 59%, rgb(69,171,184) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,142,153) 17%, rgb(69,171,184) 59%, rgb(69,171,184) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(44,142,153) 17%, rgb(69,171,184) 59%, rgb(69,171,184) 80%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.17, rgb(44,142,153)),
		color-stop(0.59, rgb(69,171,184)),
		color-stop(0.8, rgb(69,171,184))
	);
}
.signup a:hover {
  text-decoration: none;
  background-color: #5dc7d8 !important;
}
.signup a:hover strong.blue {
  box-shadow: 0 0 5px rgba(0,0,0,0.8);
  text-decoration: none;
  background-color: #5dc7d8 !important;
}
.single-themes .signup a:hover strong.blue {
  box-shadow: 0 0 5px rgba(0,0,0,1);
  text-decoration: none;
  background-color: #5dc7d8;
}
.signup a:active strong.blue {
  background: #0084a5;
  background: -moz-linear-gradient(top, #0084a5 0%, #009ac4 54%, #039bc1 57%, #10a6cc 97%, #10c3ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0084a5), color-stop(54%,#009ac4), color-stop(57%,#039bc1), color-stop(97%,#10a6cc), color-stop(100%,#10c3ef));
  background: -webkit-linear-gradient(top, #0084a5 0%,#009ac4 54%,#039bc1 57%,#10a6cc 97%,#10c3ef 100%);
  background: -o-linear-gradient(top, #0084a5 0%,#009ac4 54%,#039bc1 57%,#10a6cc 97%,#10c3ef 100%);
  background: -ms-linear-gradient(top, #0084a5 0%,#009ac4 54%,#039bc1 57%,#10a6cc 97%,#10c3ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0084a5', endColorstr='#10c3ef',GradientType=0 );
  background: linear-gradient(top, #0084a5 0%,#009ac4 54%,#039bc1 57%,#10a6cc 97%,#10c3ef 100%);
} 

.signup a strong.blue span.sub {
	clear:both;
	font-size:11px;
	text-align:center;
	display:block;
	margin-top: -8px;
}

/*  Banner  */ 

#banner {
	position:absolute;
	bottom: -110px;
	left: -6%;
	width: 112%;
	z-index:200;
}
#banner a {
	display: block;
	height:136px;
	text-indent: -999em;
	background: url(images/banner.png) no-repeat 0 0;
}
#banner a:hover {
	background-position: 0 -139px;
}

.banner {
  display: block;
  padding: 7px;
  position: absolute;
  text-decoration: none;
  background:url(images/banner.png) no-repeat;
  width:100%;
}  

.feature .banner {
	float: left;
	width: 870px;
	height: 120px;
	margin-left: -100px;
	position: absolute;
	top: 400px;
}

.banner a strong { 
	float:left;
	text-indent: -9999em;
	display: block;
	height: 65px;
	line-height: 40px;
	color: white;
	font-size: 20px;
	font-weight: 200;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	text-align: center;
	margin-top: 11px;
	width: 500px;
	margin-left: 255px;
}

/* Buttons */
.button, #searchsubmit { 
  position: relative; 
  overflow: visible; 
  display: inline-block; 
  padding: 0.5em 1em; 
  border: 1px solid #d4d4d4; 
  margin: 0;
  text-decoration: none; 
  text-shadow: 1px 1px 0 #fff; 
  font:11px/normal sans-serif; 
  color: #333; 
  white-space: nowrap; 
  cursor: pointer; 
  outline: none; 
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box; 
  /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em; 
  -moz-border-radius: 0.2em; 
  border-radius: 0.2em; 
  /* IE hacks */
  zoom: 1; 
  *display: inline; 
}
.button:hover,
.button:focus,
.button:active,
.button.active,
#searchsubmit:hover,
#searchsubmit:focus,
#searchsubmit:active,
#searchsubmit.active {
  border-color: #236e79;
  border-bottom-color: #1b5e67;
  text-decoration: none; 
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3); 
  color: #fff; 
  background-color: #45AAB8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#45AAB8), to(#2b7b86));
  background-image: -moz-linear-gradient(#45AAB8, #2b7b86);
  background-image: -o-linear-gradient(#45AAB8, #2b7b86);
  background-image: linear-gradient(#45AAB8, #2b7b86);
}
.button:active,
.button.active,
#searchsubmit:active,
#searchsubmit.active {
  border-color: #2a65a0;
  border-bottom-color: #3884CF;
  background-color: #3072b3;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3072b3), to(#599bdc));
  background-image: -moz-linear-gradient(#3072b3, #599bdc);
  background-image: -o-linear-gradient(#3072b3, #599bdc);
  background-image: linear-gradient(#3072b3, #599bdc);
}
.button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.button.primary {
	font-weight: bold;
}
.button.pill {
  -webkit-border-radius: 50em; 
  -moz-border-radius: 50em; 
  border-radius: 50em; 
}
.button.disable {
  opacity: 0.5;
}
.button.big {
  font-size: 14px; 
}
.button.big.icon:before { top: 0; }
.button-group {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  /* IE hacks */
  zoom: 1; 
  *display: inline; 
}
.button + .button,
.button + .button-group,
.button-group + .button,
.button-group + .button-group {
  margin-left: 15px;
}
.button-group li {
  float: left;
  padding: 0;
  margin: 0;
}
.button-group .button {
  float: left;
  margin-left: -1px; 
}
.button-group > .button:not(:first-child):not(:last-child),
.button-group li:not(:first-child):not(:last-child) .button { 
  -webkit-border-radius: 0; 
  -moz-border-radius: 0; 
  border-radius: 0; 
}
.button-group > .button:first-child,
.button-group li:first-child .button { 
  margin-left: 0; 
  -webkit-border-top-right-radius: 0; 
  -webkit-border-bottom-right-radius: 0; 
  -moz-border-radius-topright: 0; 
  -moz-border-radius-bottomright: 0; 
  border-top-right-radius: 0; 
  border-bottom-right-radius: 0; 
}
.button-group > .button:last-child,
.button-group li:last-child > .button { 
  -webkit-border-top-left-radius: 0; 
  -webkit-border-bottom-left-radius: 0; 
  -moz-border-radius-topleft: 0; 
  -moz-border-radius-bottomleft: 0; 
  border-top-left-radius: 0; 
  border-bottom-left-radius: 0; 
}
.button-group.minor-group .button {
  border: 1px solid #d4d4d4; 
  text-shadow: none;
  background-image: none;
  background-color: #fff;
}
.button-group.minor-group .button:hover,
.button-group.minor-group .button:focus {
  background-color: #599bdc;
}
.button-group.minor-group .button:active,
.button-group.minor-group .button.active {
  background-color: #3072b3;
}
.button-group.minor-group .button.icon:before {
  opacity: 0.8;
}
.button-container .button,
.button-container .button-group {
  vertical-align: top;
}

/* Icons */
.yes, p.yes {
	background: url(images/check.png) no-repeat 50% 50%;
	text-indent: -999em;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	display:block;
}
.no, p.no {
	display:none;
}
.paid, p.paid {
	background: url(images/paid.png) no-repeat 50% 50%;
	text-indent: -999em;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	display:block;
}
.free, p.free {
	background: url(images/free.png) no-repeat 50% 50%; 
	text-indent: -999em;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	display:block;
}


/* Twitter  */
.tweetList {
	position: relative;
	margin: 0;
}
.tweetList li {
	list-style: none;
	margin: 0 6px;
}
.tweetList p:before {
  content:"\201C"; 
  position:absolute; 
  top:0px; 
  left:-5px; 
  font:20px/1 Georgia, serif;
  color:#dadada;
}
.tweetList p:after {
  content:"\201D"; 
  position:absolute; 
  bottom:0; 
  right:-5px; 
  font:20px/0.25 Georgia, serif;
  color:#dadada;
}


/* 6. MEDIA QUERIES
-------------------------------------------------------------- */

/* Small Screens ----------- */
@media (max-width: 1050px) {
  #page, #colophon, #utility div, #branding, #main .widget-area, #primary, .colophon-wrapper {
    width: 90%;
    max-width: 690px;
    float:none;
    margin: 0 auto;
    padding: 0;
  }
  #main {
  	background: none;
  }
	#banner {
		top: 285px;
	}
  #banner a {
  	height: 118px;
  	background-size: 100%;
  }
  #banner a:hover {
  	background-position: 0 -121px;
  }
  #feature {
  	margin-bottom:120px !important;
  }
  .pre {
  	margin: 0 0 -5px -5px;
  }
  #primary, #main .widget-area, #colophon  {
  	width: 100%;
  }
 	#colophon, #main .widget-area {
		margin: 3.125em auto;
	}
	#colophon {
		padding: 3.125em 0;
		border-top: 1px solid #eaeaea;
	}
  #branding {
    margin: 0 0 1em;
    width: 100%;
  }
  #branding:after, .widget-area:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
  }
  #branding #site-title {
    float:left;
    width: 20%;
  }
  #site-title {
		background: url(images/logo-small.png) no-repeat;
		margin: 0;
		height: 90px;
		width: 90px;
	}
	#site-title a {
	  height: 90px;
	  width: 90px;
	}
	#access {
    float: right;
    margin: 0;
    width: 80%;
    margin-top: 35px;
    font-size: 20px;
  }
  #access ul {
      float: right;
  }
  #access li {
      margin-right: 20px;
      display: inline;
      float: left;
  }
  #access li:last-child {
      margin-right: 0;
  }
  #content {
  	margin: 0 25px;
  }
  .feature .ribbon {
  	margin-top: -25px;
  }
  .home #branding {
		min-height: 0;
	}
  .home .site-description, .intro .site-description, .intro .entry-title {
  	font-size: 46px;
  }
  .home .site-description {
  	margin-top: 20px;
  }
  .home #feature .desc {
  	font-size: 14px;
  }
  .page-header {
  	margin-top: 25px;
  }
  .feature, .single-themes .entry-header, .single-plugins .entry-header {
    margin: 0 -25px 3.125em;
    padding: 25px;
  }
  .feature {
  	min-height: 280px;
  }
  .intro {
  	margin-top: 0;
  }
  .half {
    width: 45%;
    float: left;
    margin-right: 5%;
  }
  .half:nth-child(even) {
      margin-right: 0;
      padding-left: 30px; /* 24 / 295 */
  }
  .half .wrap {
    width: 100%;
    height: 160px;
  }
  .third {
    float:none;
    width:100%;
    margin: 0 0 1.25em 0;
  }
  .third:nth-child(3n) {
    margin-right: 0;
  }
  .single-themes .entry-header, .single-plugins .entry-header, .feature {
    margin: 0 -25px 2em;
    padding: 25px 25px 0 25px;
  }
  #main .widget-area {
  	margin: 2em auto;
  }
  #site-generator, #site-info, .widget {
    margin: 0 auto;
    width: 50%;
		float:left;
  }
  #connect {
		margin-top: -4em;
	}
	#colophon .contact, #colophon .work {
		background: none;
		min-height: 0;
	}
	#site-details {
		padding-top: 2em;
	}
	#stats .stat {
		padding: 0.625em 25px 2.5em 25px;
	}
	.note {
		background: #ffffcc;
	}
	.page-template-page-blog-php .entry-header, .page-template-page-development-php .entry-header, .single-post .entry-header .entry-meta {
		margin-left: -25px;
		padding-left: 25px;
	}
	.entry-header {
		margin-top: 25px;
	}
	.entry-title {
		font-size: 1.4em;
		line-height: 1.4em;
	}
	.flex-caption {
		right: -10px !important;
	}
	.screenshot img {
		width: 100%;
		height: auto;
	}
	.screenshot .shadow {
		display: none;
	}
	.theme-sorter {
		width: 33%;
	}
	.alert .alert-inner {
		max-width: 100%;
	}
	.actions .button-group {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.button-group .button {
		float: none;
		width: 95%;
		text-align: center;
		overflow: hidden;
	}
	.button + .button,
	.button + .button-group,
	.button-group + .button,
	.button-group + .button-group {
		margin: 1em auto;
	}
	#colophon ul li {
		float: none;
		margin: 0 1em 1em 1em;
		list-style: decimal;
	}
}

/* Handheld ----------- */
@media (max-width: 820px) {
	#page, #utility div, #branding {
  	width: 100%;
  	margin: 0 auto;
	}
	#banner {
		top: 410px;
	}
  #banner a {
  	text-indent: 0;
  	background: none;
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 1.4em;
  }
  #feature {
  	margin-bottom:90px !important;
  }

	#primary, #main .widget-area, .colophon-wrapper {
		width: 90%;
	}
	#colophon {
		width: 100%;
	}
	#branding #site-title {
		float: none;
		width: 90px;
		margin: 0 auto;
	}
	#utility ul, #access ul {
    text-align: center;
    float: none;
	}
	#utility {
		font-size: .7em;
	}
	#access {
		float: none;
        width: 100%;
        margin: 10px 0;
	}
	#access li {
		margin-right: .4em;
		float: none;
		display: inline-block;
	}
	#access a, #access li:hover > a {
		padding: 0;
	}
  .feature .ribbon {
      display: none;
  }
  .home .site-description {
      margin: 10px auto;
  }
  .home .site-description, .intro .site-description, .intro .entry-title {
      font-size: 36px;
  }
	.half {
    width: 100%;
    float: none;
    margin: 0 0 2em;
    text-align: center;
	}
	.half:nth-child(even) {
    margin-right: 0;
    padding-left: 0;
	}
	.third, .two-thirds, .two-thirds.end {
	  float:none;
	  width:100%;
	  margin: 0 0 1.25em 0;
	  padding: 0;
	}
	.third:nth-child(3n) {
	  margin-right: 0;
	}
	.half .wrap {
		width: 320px;
		height: 200px;
		margin: 0 auto;
	}
	.half .hide {
	  position: absolute;
	  top: 45%;
	  left: 25%;
	}
	.half img.wp-post-image {
    max-width: 100%;
    height:auto;
	}
	#stats li p {
		font-size: 1.2em
	}
	#showcase {
		border-left: 0;
		margin-left: 0;
	}
	.article-title {
		font-size: 1em;
		text-align: center;
		margin: 2em auto;
	}
	#colophon .article-title {
		font-size: .8em;
		text-align: left;
		margin: 0 auto 1em;
	}
	.intro {
		float: none;
		margin: 0 auto 2em;
		padding-right: 0;
		width: 100%;
	}
	.actions {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.home .feature .signup,
	.feature .signup {
	  float:none;
	  width: 100%;
	  max-width: 180px;
	  margin:0 auto;
	}
	#thumbs {
		margin: 0 auto;
	}
	.signup.buy, .signup.demo {
	  width: 100%;
	}
	.single-themes #standards .item {
		width: 100%;
		float: none;
		margin: 2em 0;
		padding-left: 0;
		display: block;
	}
	.theme-sorter {
		margin: 1em auto;
		width: 100%;
		float: none;
	}
	#site-generator, #site-info {
		width: 100%;
		float: none;
		display: block;
		margin: 0;
		padding: 0;
	}
}