/*
Theme Name: dev7studios
Version: 2.0
Author: Gilbert Pellegrom
Author URI: http://www.gilbertpellegrom.co.uk
*/

@font-face {
	font-family: "Walkway Black";
	src: url(fonts/Walkway_Black.ttf) format("truetype");
}
@font-face {
	font-family: "Walkway Bold";
	src: url(fonts/Walkway_Bold.ttf) format("truetype");
}
@font-face {
	font-family: "Walkway UltraBold";
	src: url(fonts/Walkway_UltraBold.ttf) format("truetype");
}

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family:Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em;
	color:#fff;
	background:#1a0f09 url(images/wood.jpg) repeat;
}

a, a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #C10B0B;
}
a:hover {
	color:#FF0000;
	text-decoration:none;
	border-bottom:1px solid #C10B0B;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Walkway UltraBold", Arial, Helvetica Neue, Helvetica, sans-serif;
	text-shadow:2px 2px 1px #000;
}
h1 {
	font-size:3.0em;
	line-height:1.3em;
	margin-bottom:5px;
}
h2 {
	font-size:2.6em;
	line-height:1.3em;
	margin-bottom:5px;
}
h3 {
	font-size:2.2em;
	line-height:1.3em;
	margin-bottom:5px;
}
h4 {
	font-size:1.9em;
	line-height:1.3em;
	margin-bottom:3px;
}
h5 {
	font-size:1.3em;
	line-height:1.3em;
	margin-bottom:3px;
}
h6 {
	font-size:1.2em;
	line-height:1.3em;
	margin-bottom:3px;
}

p {
	font-size:1em;
	margin-bottom:10px;
}
ol {
	list-style:decimal;
	padding-left:30px;
	margin-bottom:10px;
}
ul {
	list-style:disc;
	padding-left:25px;
	margin-bottom:10px;
}
li {
	padding:2px;
}

b, strong {
	font-weight:bold;
}
i, em {
	font-style:italic;
}
u {
	text-decoration:underline;
}
code {
	font-family:Courier,"Courier New",Monaco,Tahoma;
	background:#131313;
	color:#ddd;
}
pre {
	background:#131313;
	padding:10px;
	margin:20px 0px;
	overflow:auto;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}
blockquote {
	font-style:italic;
	margin:0 0 10px 20px;
	padding-left:10px;
	border-left:3px solid #B40000;
}

/*========================*/
/*=== Structure Styles ===*/
/*========================*/
#wrapper {
	background:url(images/back_blue.png) repeat-y;
	padding-top:50px;
	width:1000px;
}
body.category-misc #wrapper {
	background-image:url(images/back_blue.png);
}
body.category-wordpress-plugins #wrapper {
	background-image:url(images/back_green.png);
}
body.category-free-website-themes #wrapper {
	background-image:url(images/back_lightblue.png);
}
body.category-jquery-plugins #wrapper {
	background-image:url(images/back_orange.png);
}
body.category-premium-website-themes #wrapper {
	background-image:url(images/back_pink.png);
}
body.category-web-apps #wrapper {
	background-image:url(images/back_purple.png);
}
body.category-website-design #wrapper {
	background-image:url(images/back_red.png);
}

#content {
	float:right;
	width:600px;
}

#content h3 {
	font-family:"Walkway Bold", Arial, Helvetica Neue, Helvetica, sans-serif;
}

h1#logo {
	background:url(images/logo.png) no-repeat;
	width:234px;
	height:47px;
	margin:0 0 50px 35px;
}
h1#logo a {
	display:block;
	text-indent:-9999px;
	border:0;
}

#nav-wrapper {
	position:relative;
	width:310px;
	margin-bottom:50px;
}
#nav {
	width:100%;
}
#nav img {
	display:block;
	margin:0 auto;
}
#prev a {
	position:absolute;
	top:42%;
	left:12px;
	cursor:pointer;
	width:21px;
	height:19px;
	background:url(images/arrows.png) no-repeat 0 0;
	text-indent:-9999px;
	border:0px;
}
#next a {
	position:absolute;
	top:42%;
	right:12px;
	cursor:pointer;
	width:21px;
	height:19px;
	background:url(images/arrows.png) no-repeat -21px 0;
	text-indent:-9999px;
	border:0px;
}

#item-info {
	width:218px;
	margin:0 46px 50px 46px;
}

#item-meta {
	list-style:none;
	margin:20px 0 10px 0;
	padding:0;
}
#item-meta li {
	padding:0 0 10px 0;
}
#item-meta li a {
	background:#5395B7;
	color:#fff;
	padding:2px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:0px 1px 0px #444;
	border:0px;
}
body.category-misc #item-meta li a {
	background:#5395B7;
}
body.category-wordpress-plugins #item-meta li a {
	background:#7DD12B;
	color:#000;
	text-shadow:none;
}
body.category-free-website-themes #item-meta li a {
	background:#2DD3CD;
	color:#000;
	text-shadow:none;
}
body.category-jquery-plugins #item-meta li a {
	background:#FF9000;
	color:#000;
	text-shadow:none;
}
body.category-premium-website-themes #item-meta li a {
	background:#E222D7;
}
body.category-web-apps #item-meta li a {
	background:#913AD4;
}
body.category-website-design #item-meta li a {
	background:#CD2020;
}

#cat-list {
	list-style:none;
	margin:20px 0 10px 0;
	padding:0;
}
#cat-list li {
	padding:0 0 10px 0;
	color:#666;
}
#cat-list li a {
	background:#5395B7;
	color:#fff;
	padding:2px 10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:0px 1px 0px #444;
	border:0px;
}
#cat-list li.cat-item-5 a {
	background:#5395B7;
}
#cat-list li.cat-item-9 a {
	background:#7DD12B;
	color:#000;
	text-shadow:none;
}
#cat-list li.cat-item-3 a {
	background:#2DD3CD;
	color:#000;
	text-shadow:none;
}
#cat-list li.cat-item-4 a {
	background:#FF9000;
	color:#000;
	text-shadow:none;
}
#cat-list li.cat-item-6 a {
	background:#E222D7;
}
#cat-list li.cat-item-7 a {
	background:#913AD4;
}
#cat-list li.cat-item-8 a {
	background:#CD2020;
}

#footer {
	width:218px;
	margin:0 46px;
	padding-bottom:30px;
	color:#777;
}

/*===================*/
/*=== Post Styles ===*/
/*===================*/

.post {
	margin-bottom:30px;
}

.post h2 a {
	border:0;
	line-height:1em;
}
.post h3 {
	font-size:20px;
}

.post.category-misc h2, .post.category-misc h2 a {
	color:#5395B7;
}
.post.category-wordpress-plugins h2, .post.category-wordpress-plugins h2 a {
	color:#7DD12B;
}
.post.category-free-website-themes h2, .post.category-free-website-themes h2 a {
	color:#2DD3CD;
}
.post.category-jquery-plugins h2, .post.category-jquery-plugins h2 a {
	color:#FF9000;
}
.post.category-premium-website-themes h2, .post.category-premium-website-themes h2 a {
	color:#E222D7;
}
.post.category-web-apps h2, .post.category-web-apps h2 a {
	color:#913AD4;
}
.post.category-website-design h2, .post.category-website-design h2 a {
	color:#CD2020;
}

/*======================*/
/*=== Comment Styles ===*/
/*======================*/

#respond {
	margin-bottom:30px;
}
#respond textarea {
	width:400px;
}

h3#comments {
	border-top:2px solid #5395B7;
	padding-top:30px;
	margin:50px 0 20px 0;
}
h3#comments.empty {
	margin-bottom:0px;
	padding-top:0px;
}
body.category-misc h3#comments {
	border-color:#5395B7;
}
body.category-wordpress-plugins h3#comments {
	border-color:#7DD12B;
}
body.category-free-website-themes h3#comments {
	border-color:#2DD3CD;
}
body.category-jquery-plugins h3#comments {
	border-color:#FF9000;
}
body.category-premium-website-themes h3#comments {
	border-color:#E222D7;
}
body.category-web-apps h3#comments {
	border-color:#913AD4;
}
body.category-website-design h3#comments {
	border-color:#CD2020;
}

ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
ol.commentlist li {
	padding:0;
}
ol.commentlist ul.children {
	list-style:none;
	margin:0;
}

.comment-body {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #777;
}
.comment-author {
	height:44px;
	line-height:38px;
}
.comment-author img {
	float:left;
	margin-right:10px;
}
.comment-meta {
	display:none;
}

/*======================*/
/*=== Feature Styles ===*/
/*======================*/
#feature-title {
	width:506px;
	height:261px;
	background:url(images/feature_text.png) no-repeat;
	text-indent:-9999px;
	margin-bottom:30px;
}

#feature .post {
	width:217px;
	float:left;
	margin:0 80px 30px 0;
}
#feature .post a.thumb-link {
	border:0;
}
#feature .post h2 {
	font-size:24px;
}
#feature img {
	margin:10px 0;
}

/*====================*/
/*=== Input Styles ===*/
/*====================*/
input,
textarea,
select {
	padding: 5px;
	font: 400 1em Verdana, Sans-serif;
	color: #333;
	background:#ccc;
	margin:2px;
	border:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

input:focus,
textarea:focus,
select:focus {
	color: #000;
	background: #ddd;
}

.button {
	background:#5395B7;
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	text-shadow:0px 1px 0px #444;
}
a.button {
	display:inline-block;
	border:0;
	padding:4px 15px;
	margin-bottom:5px;
}
input.button {
	padding:7px 15px;
}
a.button:hover {
	color:#ddd;
}

body.category-misc .button, .post.category-misc .button {
	background:#5395B7;
	color:#fff;
}
body.category-wordpress-plugins .button, .post.category-wordpress-plugins .button {
	background:#7DD12B;
	color:#000;
	text-shadow:none;
}
body.category-free-website-themes .button, .post.category-free-website-themes .button {
	background:#2DD3CD;
	color:#000;
	text-shadow:none;
}
body.category-jquery-plugins .button, .post.category-jquery-plugins .button {
	background:#FF9000;
	color:#000;
	text-shadow:none;
}
body.category-premium-website-themes .button, .post.category-premium-website-themes .button {
	background:#E222D7;
}
body.category-web-apps .button, .post.category-web-apps .button {
	background:#913AD4;
}
body.category-website-design .button, .post.category-website-design .button {
	background:#CD2020;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

img {
	-ms-interpolation-mode:bicubic;
}

/* Wordpress Defaults */
img.alignright {float:right; margin:0 0 .7em 1em}
img.alignleft {float:left; margin:0 1em .7em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 .7em 1em}
a img.alignleft {float:left; margin:0 1em .7em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

