/*
Theme Name: Modified deCoder
Theme URI: http://pixxid.com
Description: Dark stlye clean WordPress Theme 
Version: 0.9.1
Author: webdemar
Author URI: http://webdemar.com
Tags: black, dark, purple, two-columns, fixed-width, right-sidebar, threaded-comments, sticky-post
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
	- BASIC CSS ELEMENTS
	- FORMS
		+ GENERAL
		+ SEARCHFORM
		+ COMMENTFORM
	- FOOTER
	- USEFUL
		+ WORDPRESS CSS
		+ WIDGETS CSS

/*	##################################
   	GENERAL
	################################## */
	
body {
	margin: 0px;
	padding: 0px;
	background: #18031a url(img/pixxid_background.png) repeat-x top center;
	color: #fff;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

a {
	color: #fecff5;
}

a:hover{ color: #fc4bb3; }

p {
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 22px;
}

img {
	border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 980px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 180px;
	z-index: 2; /* IE z-index bug */
}

#content {
	z-index: 1; /* IE z-index bug */
}

#content-left {
	float: left;
	width: 680px;
	padding: 40px 0;
}

#content-right {
	float: right;
	width: 260px;
}

/*	##################################
   	HEADINGS
	################################## */
#blog-logo{ position:absolute; width:121px; height:52px;}	

h1#blog-title {
	float: left;
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 18px;
}

h1#blog-title a { background: url(img/pixxid_logo.png) no-repeat; display: block; width: 121px; height: 52px;}
h1#blog-title a span{display:none;}

h1#blog-title a:hover {
	//text-decoration: underline;
}

h2#blog-description {display:none;}

h2#category-title {
	margin: -10px 0 30px 0;
}

h3 {color: #fecff5;}

h3.post-title {
	margin: 0 0 10px 0;
	padding: 0px;
        padding-bottom:10px;
	color: #fecff5;
	font-size: 24px;
        background: url(img/pixxid_hr.png) no-repeat left bottom;
}

h3.post-title a {
	color: #fecff5;
	text-decoration: none;
}

h3.post-title a:hover {
	border-bottom: none;
}

h4.post-author{ margin: 0 0 20px 20px;}

h4.sidebar-title {
	margin: 0 0 10px 0;
	padding: 0px;
	color: #fc5ced;
	font-size: 14px;
}

h4.content-title {
	margin: 0 0 20px 0;
	padding: 0px;
	font-size: 14px;
}

/*	##################################
   	HEADER
	################################## */

#rss {
	position: absolute;
	right: 0px;
	top: 40px;
	line-height: normal;
}

#rss a {
	display: block;
	padding: 0 30px 0 0;
	background: url(img/bg-rss.png) no-repeat right center;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	color: #fff;
}

#rss a:hover {
	text-decoration: underline;
}

#menu { position: absolute; bottom: 5px; list-style: none; margin:0; padding:0; padding-bottom:2px;}
#menu li {float:left; width: 117px;}
#menu li a{display:block; width: 117px; height:86px; text-decoration:none; font-weight:bold;}
#menu li a:hover{background: url(img/pixxid_nav.png); color: #fff;}
#menu li a:active, #menu li a.active{background: url(img/pixxid_nav.png); background-position: bottom center;}
#menu li a span{display:block; width: 117px; height:86px;}
#menu li a span.hide{display:none !important;}

#menu li#menu-projects a span{background: url(img/pixxid_nav_projects.png) no-repeat;}
#menu li#menu-interests a span{background: url(img/pixxid_nav_interests.png) no-repeat;}
#menu li#menu-expo a span{background: url(img/pixxid_nav_expo.png) no-repeat;}
#menu li#menu-imagery a span{background: url(img/pixxid_nav_imagery.png) no-repeat;}
#menu li#menu-design a span{background: url(img/pixxid_nav_design.png) no-repeat;}

#pages { position: absolute; right: 5px; bottom:5px; list-style: none; }
#pages li { float:right; padding: 10px; }

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left, .post, .page {
	margin: 0 0 40px 30px;
}

.sticky {
	padding: 20px;
	background: #2a2a2a;
	border: 1px solid #3a3a3a;
}

.tags {
	padding: 0 0 0 15px;
	background: url(img/bg-tags.gif) no-repeat left center;
}
	
.meta {
	padding: 10px 0 0 0;
	background: url(img/bg-meta.gif) repeat-x left top;
	color: #f8dec7;
	border-top: 1px solid #4d2252;
	clear: both;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

.box-left ul, ol, .post ul, ol, .page ul, ol {
	margin: 0 0 20px 0;
	line-height: 22px;
}

.box-left ul, .post ul, .page ul {
	padding: 0 0 0 20px;
	list-style: none;
}

.box-left ul li, .post ul li, .page ul li {
	margin: 0px;
	padding: 0 0 0 20px;
}

/** CONTENT RIGHT */

.box-right {
	margin: 0px;
	padding: 20px 20px 25px 20px;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px 0 5px 10px;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
}

.box-right li ul {
	padding: 5px 0 0 0;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #006990;
	color: #fff;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 2px solid #ffc1ea;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background: #28082b;
	border: none;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: block;
	margin: 0 0 5px 0;
}
	
input, textarea {
	height: 23px;
	margin: 0 0 20px 0;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
	border: none;
}

textarea {
	width: 80%;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #7a3f71;
	border: none;
	color: #fff;
}
	
/** SEARCHFORM */
	
#searchform {
	position: absolute;
	width: 200px;
	height: 23px;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
	right: 10px;
	top: 40px;
}

#searchform #search-submit {
	float: right;
	width: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	background: #2a2a2a;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
	background: url(img/bg-list-item-content.png) no-repeat 0px 4px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
	background: url(img/bg-commentform-left.gif) no-repeat right top;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	color: #5d5d5d;
	line-height: 22px;
}

#response textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
}

#response label {
	display: block;
	line-height: 20px;
}

#response input.text {
	width: 420px;
	height: 20px;
	margin: 0px;
	padding: 5px;
}

#response input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 10px 0;
	/*background: #28082B;*/
	list-style: none;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	/*color: #f8dec7;*/
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border-top: 1px solid #ed57c0;
	border-right: none;
}

.reply {
	width: 50px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #ed57c0;
}

.reply a {
	display: block;
	height: 20px;
	line-height: 20px;
}

#cancel-comment-reply {
	margin: 5px 0 15px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	/*background: #28082B;*/
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	/*background: #3a3a3a;*/
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: #28082b;
}

#footer {
	width: 960px;
	margin: 0 auto;
}

#footer p {
	margin: 0px;
	padding: 0px;
	line-height: 40px;
}

#legal {
	float: left;
	width: 450px;
}

#webdemar {
	float: right;
	width: 450px;
	text-align: right;
}

/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 20px 20px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 20px 20px;
}

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #3a3a3a;
   	text-align: center;
   	background-color: #2a2a2a;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}
