/*
Theme Name: CSS Gem
Theme URI: http://cssgem.com
Description: Custom Theme for CSS Gem
Version: 1.0
Author: Derek Herman
Author URI: http://valendesigns.com
*/

/* 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: #aaa;
	background: #111 url(images/header_bg.png) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
p {
	padding-bottom: 15px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
noscript {
	padding-top: 20px;
	display: block;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Link Styles */
a:link, a:visited {
	color: #75bcfe;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #75bcfe;
	text-decoration: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 30px;
	letter-spacing:-0.02em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #242525;
}
h2 {
	font-size: 24px;
	letter-spacing:-0.02em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #242525;
}
.page_outer h3 {
	font-size: 18px;
	letter-spacing:-0.02em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #242525;
}
h4 {
	font-size: 16px;
	line-height: 23px;
}
/* Header */
#header {
	position: relative;
	height: 200px;
	width: 927px;
	margin: 0 auto;
	padding: 0px 30px;
}
.logo {
	position: absolute;
	left: 25px;
}
#navigation {
	position: absolute;
	bottom: -1px;
	left: 24px;
	z-index: 999;
	list-style: none;
	width: 650px;
}
#navigation li {
	float: left;
	margin-left: 2px;
	background: url(images/right-nav.png) no-repeat 100% -38px;
	font-size: 15px;
}
#navigation li a {
	float: left;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0px 20px 0px 20px;
	background: url(images/left-nav.png) no-repeat 0% -38px;
	color: #bbb;
	text-decoration: none;
	overflow: hidden;
}
#navigation li.current_page_item {
	background-position: 100% 0px;
}
#navigation li.current_page_item a {
	background-position: 0% 0px;
	color: #fff;
	padding-bottom: 1px;
}
#navigation li:hover, #navigation li.ieHover {
	background-position: 100% 0px;
}
#navigation li:hover a, #navigation li.ieHover a {
	background-position: 0% 0px;
	color: #fff;
}
form {
	margin:0;
	padding:0;
}
.searchbox {
	position: absolute;
	right:30px;
	bottom: 5px;
	width:282px;
}
.search {
	background: url(images/input.png) no-repeat;
	height:19px;
	padding:8px 5px 5px 8px;
	width:230px;
	color:#bbb;
	border:none;
	margin:0;
	float:left;
	font-size: 14px;
}
.find {
	background:url(images/find.png) no-repeat;
	border:none;
	height:32px;
	width:39px;
	margin:0;
	float:right;
	cursor: pointer;
}
#rss {
	position: absolute;
	right: 40px;
	top: 5px;
	height: 20px;
}
#rss a {
	display: block;
	float: left;
	line-height: 22px;
	color: #fff;
}
#rss a:hover {
	color: #666;
}
#rss img {
	margin-left: 10px;
}
#all_wrap {
	background: #000;
	padding: 20px 0;
}
#page_wrap {
	width: 927px;
	margin: 0 auto;
	padding: 0px 30px;
	position: relative;
}
#page {
	float: left;
	width: 645px;
}
/* Post Preview */
.preview_outer {
	float: left;
	width: 254px;
	height: 173px;
	background: #111;
	border: 1px solid #242525;
	padding: 27px 23px 28px;
	margin: 0px 20px 20px 0px;
}
/*
.thumbnail {
	display: none;
}
*/
.relative {
	position: relative;
}
.page_outer {
	background: #111;
	border: 1px solid #242525;
	padding: 27px 23px 25px;
	margin: 0px 21px 20px 0px;
}
.page_outer .large_img {
	display: block;
	overflow: hidden;
	height: 1%;
	width: 576px;
	height: 393px;
	position: relative;
	border: 1px solid #333;
}
.preview_inner {
	display: block;
	overflow: hidden;
	height: 1%;
	width: 254px;
	height: 173px;
	position: relative;
	border: 1px solid #333;
}
.preview_inner div {
	background: #000;
	width: 254px;
	height: 173px;
}
.preview_inner .hidden_block {
	position: absolute;
	top: 173px;
	left: 0;
	/*color: #fff;*/
}
img.top10 {
	height: 53px;
	width: 53px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.preview_inner ul li {
	padding: 7px 10px;
}
.preview_inner .hidden_block .header {
	padding-bottom: 10px;
	margin-bottom: 2px;
	padding-top: 10px;
	border-bottom: 1px solid #333;
	background: #111;
}
.preview_inner .hidden_block .header h3 {
	padding-right: 15px;
	font-size: 14px;
	background: url(images/link.gif) no-repeat right 2px;
}
.preview_inner ul li.hover_list {
	border-bottom: 1px dashed #111;
}
.post_categories ul, .post_categories li {
	display: inline;
}
.post_categories li ul {
	background-repeat: no-repeat;
    background-position: 100% 50%; 
	padding-right: 12px
}
.post_categories li ul.last {
	background: none;
}
p.description {
	padding-bottom: 5px;
}
.title {
	position: relative;
	padding-right: 100px;
}
.title span {
	position: absolute;
	right: 0px;
}
#paint {
	margin: 0px auto;
	padding-bottom: 20px;
	width: 575px;
	border: 1px solid #242525;
	background: #000;
}
#paint li {
border:1px solid #242525;
float:left;
list-style:none;
margin:15px 0px;
margin-left: 10px;
padding: 10px 5px;
width:91px;
}
#paint li p {
position:relative;
top:35px;
padding-bottom: 0px;
}
/* Pagination */
#page .wp-pagenavi {
	border: 1px solid #242525;
	background: #111;
	font-size: 10px;
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	padding: 10px 20px;
	margin-right: 21px;
	text-align: right;
}
#page .wp-pagenavi a, #page .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #333;
	background: #222;
	color: #75bcfe;
	margin-left: 3px;
	text-decoration: none;
}
#page .wp-pagenavi a:hover, #page .wp-pagenavi .current {
	color: #666;
	background: #111;
}
#page .wp-pagenavi .pages {
	float: left;
}
/* Sidebar */
#sidebar {
	width: 282px;
	float: right;
}
#sidebar h2 {
	font-size: 18px;
}
#sidebar h2 span {
	font-size: 12px;
	display: block;
	font-weight: normal;
	padding-top: 5px;
}
#ads {
	background: #111;
	border: 1px solid #242525;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	width: 270px;
	margin-bottom: 20px;
}
#sidebar .side_div {
	background: #111;
	border: 1px solid #242525;
	width: 280px;
	margin-bottom: 20px;
}
#sidebar .side_style {
	padding: 20px;
}
#sidebar .side_style_buttons {
	padding: 20px;
	padding-top: 0px;
}
#sidebar .heart {
	background: url(images/heart.gif) no-repeat top left;
	height: 54px;
	padding-left: 60px;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #242525;
}
#sidebar .themeforest {
	background: url(images/themeforest.png) no-repeat 5px 0;
	height: 54px;
	padding-left: 60px;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #242525;
}
#sidebar .refresh {
	background: url(images/refresh.gif) no-repeat top left;
	height: 54px;
	padding-left: 60px;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #242525;
}
#sidebar .clock {
	background: url(images/clock.gif) no-repeat top left;
	height: 54px;
	padding-left: 60px;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #242525;
}
#sidebar .link_feed {
	background: url(images/link_feed.gif) no-repeat top left;
	height: 54px;
	padding-left: 60px;
	padding-top: 7px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #242525;
}
#sidebar .wpUserLinks {
	padding: 0px 20px;/*font-size: 11px;*/
}
#sidebar .wpUserLinks ul {
	padding: 0px;
	margin: 0px;
}
#sidebar .wpUserLinks li {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #242525;
	margin-bottom: 20px;
}
#sidebar .wpUserLinks br {
	display: none;
}
#link_buttons .left {
	float: left;
	margin-right: 10px;
}
#link_buttons a {
	padding: 5px 10px;
	background: #222;
	border: 1px solid #333;
}
#link_buttons a:hover {
	padding: 5px 10px;
	background: #111;
	border: 1px solid #242525;
}
/* jQuery Tabs */
#gem_tabs {
	width: 280px;
	background: #111;
	border: 1px solid #242525;
	margin-bottom: 20px;
	border-top: none;
}
#gem_tabs a {
	color: #fff;
	padding: 5px;
	text-decoration: none;
}
#gem_tabs a:hover {
	text-decoration: none;
}
#tabs {
	height: 31px;
	width: 280px;
	background: #000;
	border: 1px solid #242525;
	margin-left: -1px;
}
#tabs li {
	display: inline;
	float: left;
	list-style: none;
	height: 31px;
	width: 93px;
	text-align: center;
	border-right: 1px solid #242525;
}
#tabs li a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-weight: normal;
	padding-top: 6px;
}
#tabs li.last_tab {
	border-right: none;
	width: 92px;
}
#tabs li:hover, #tabs li:active, #tabs li.ui-tabs-selected {
	background: #111;
	color: #fff;
	text-decoration: none;
}
#tabs li a:hover, #tabs li a:active, #tabs li.ui-tabs-selected a {
	background: #111;
	color: #fff;
	text-decoration: none;
}
#tabs li.ui-tabs-selected a {
	padding-bottom: 9px;
}
#gem_tabs .tabdiv {
	padding-top: 20px;
}
#gem_tabs .tabdiv .side_style {
	padding-top: 0px;
}
#gem_tabs .tabdiv li {
	list-style: none;
}
#gem_tabs .tabdiv li a {
	list-style: none;
	padding-left: 19px;
	background: url(images/li_tabs.gif) no-repeat 5px center;
	display: block;
	height: 18px;
	color: #75bcfe;
}
#gem_tabs .tabdiv li a:hover {
	padding-left: 19px;
	background: #000 url(images/li_tabs.gif) no-repeat 5px center;
	color: #fff;
}
.ui-tabs-hide {
	display: none;
}
/* ---------------------------------------------------------------- 
 *  Comments
 * ---------------------------------------------------------------- 
*/ 
.comments_wrap {
	position: relative;
	margin: 30px 0;
}
ol.thecomments {
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Helvetica, Arial, sans-serif;
}
ol.thecomments li {
	position: relative;
	margin-bottom: 20px;
	padding: 75px 20px 20px 20px;
}
.comment {
	background:#0a0a0a;
	border:1px solid #242525;
}
ol.thecomments li.comment .comment-author img {
	position:absolute;
	left:20px;
	top:20px;
	padding: 1px;
	border:5px #242525 solid;
}
ol.thecomments li.comment .reply {
	position:absolute;
	right:20px;
	top:25px;
	display:block;
}
ol.thecomments li.comment .reply a {
	background:#222;
	padding: 3px 15px;
	color: #75bcfe;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #333 solid;
}
ol.thecomments li.comment .reply a:hover {
	background:#111;
	border-color: #242525;
	color:#fff;
}
ol.thecomments li cite {
	font-weight:bold;
	position: absolute;
	top: 25px;
	left: 75px;
}
ol.thecomments li cite a {
	text-decoration:none;
	font-style:normal;
}
ol.thecomments li cite a:hover, ol.thecomments li .date a:hover {
}
ol.thecomments li .comment-meta {
	display:block;
	position: absolute;
	top: 40px;
	left: 75px;
	font-size: 10px;
}
ol.thecomments li .comment-meta a {
	color:#777;
	text-decoration:none;
}
li.comment ul.children {
	list-style:none;
	margin:20px 0px 0px 0px;
	padding:0px;
}
ol.thecomments li.comment ul.children li {
	background:#111111;
	margin-top:7px;
	border:1px solid #242525;
	margin-bottom:0px;
}
.commentnavigation {
	margin:20px 20px;
	display:block;
	line-height:40px;
}
.commentnavigation a {
	color:#fff;
	background:#2f4458;
	padding:7px 20px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:.75em;
	text-decoration:none;
	font-weight:bold;
}
.commentnavigation a:hover {
	background:#333;
}
#reply {
	position: absolute;
	top: 10px;
	right: 0px;
	display: block;
}
#reply a {
	background:#222;
	padding: 3px 15px;
	color: #75bcfe;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #333 solid;
	cursor: pointer;
	z-index: 999;
}
#reply a:hover {
	background:#111;
	border-color: #242525;
	color:#fff;
}
li.comment #respond {
	padding-top:1px;
}
li.comment .callfade, .says {
	display:none;
}
#respond {
	position: relative;
}
#commentform {
	display:block;
	margin: 20px 0px;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background: #0a0a0a;
	border: 1px solid #242525;
}
li.comment #commentform {
	margin:20px 0px;
	margin-top: 55px;
	margin-bottom: 0px;
	background:#111111;
}
.comment-form input {
	display:block;
	margin:0px;
	border: 1px solid #242525;
	background: #000;
	padding: 10px 5px;
	width:520px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
}
.comment-form textarea {
	display:block;
	margin-top:5px;
	padding: 10px 5px;
	background:#000;
	border:1px solid #242525;
	width:520px;
	height:150px;
	font-size: 13px;
	color: #525861;
	font-family: Arial, Helvetica, sans-serif;
}
.comment input, .comment textarea {
	width:480px;
}
.comment-form label {
	font-size: 11px;
	font-weight:bold;
	color:#555;
}
.comment-form span {
	font-size: 10px;
	font-style:italic;
	color:#777;
}
.comment-form span strong {
	color:#555;
}
.comment-form span a {
	color:#326a9a;
}
.comment-form span a:hover {
	color:#000;
}
#comment_post_ID, #comment_parent, #_wp_unfiltered_html_comment {
	display:none;
}
#commentform .inputerror {
	border: 1px dashed #aaa;
}
.comment-form button {
	width: 160px;
	height: 40px;
	line-height: 40px;
	padding-bottom: 4px;
	background:#222;
	color: #75bcfe;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #333 solid;
	cursor: pointer;
	z-index: 999;
}
.comment-form button:hover {
	background:#111;
	border-color: #242525;
	color:#fff;
}
/* Forms */
#wpUserLinks_form, #contactForm {
	display:block;
	margin: 20px 0px 0 0;
	padding: 20px;
	font-family: Helvetica, Arial, sans-serif;
	background: #0a0a0a;
	border: 1px solid #242525;
}
#wpUserLinks_form label, #contactForm label {
	padding: 15px 0 5px 2px;
	display: block;
}
.contact-input {
	display:block;
	margin:0px;
	border: 1px solid #242525;
	background: #000;
	padding: 10px 5px;
	width:520px;
	font-size: 13px;
	color: #aaa;
	font-family: Arial, Helvetica, sans-serif;
}
#wpUserLinks_form button, #contactForm button {
	width: 160px;
	height: 40px;
	line-height: 40px;
	padding-bottom: 4px;
	background:#222;
	color: #75bcfe;
	display: block;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	border: 1px #333 solid;
	cursor: pointer;
	z-index: 999;
	margin-top: 20px;
}
#wpUserLinks_form button:hover, #contactForm button:hover {
	background:#111;
	border-color: #242525;
	color:#fff;
}
.resource_link {
	position: absolute;
	top: 28px;
	right: 25px;
}
.wpUserLinks li {
	padding: 0 20px 20px 20px;
}
.link_submitted {
	padding: 20px;
}
.navi {
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #242525;
}
.wpUserLinks_prev, .wpUserLinks_next {
	padding: 20px;
}
/* Footer */
#footer-wrap {
	border-top: 1px solid #242525;
	background: #111;
	position: relative;
}
#footer {
	position: relative;
	width: 855px;
	margin: 0 auto;
	padding: 20px 30px;
	padding-bottom: 30px;
	padding-left: 100px;
	color: #666;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
#footer .mt {
	position: absolute;
	top: 13px;
	right: 30px;
}
#footer .email {
	position: absolute;
	top: 6px;
	left: 30px;
}
/* Footer pop-up */
.popup {
	position: absolute;
	display: none;
	z-index: 50;
	bottom: 30px;
	left: 200px;
	border-collapse: collapse;
}

.archive_item {
  padding-bottom: 40px;
}
.archive_item p {
  padding-bottom: 5px;
}
.archive_item h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.archive_item h3 a {
  color: #fff;
}


#sidebar #marketplace {
  position: relative;
}
#sidebar #marketplace ul ul {
  padding-top: 10px;
}
#sidebar #marketplace li li a {
  margin: 0px 2px 2px 0;
  padding: 1px;
  background: #fff;
  border-color: #000;
}
#sidebar #marketplace li li:last-child a {
  margin: 0px;
}
#sidebar #marketplace li li a:hover {
  border-color: #fff;
  filter:alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
#sidebar #marketplace li li a img {
  width: 74px;
  height: 74px;
}