/*
Theme Name: deCoder
Theme URI: http://webdemar.com/wordpress/wordpress-theme-decoder-09/
Description: Dark stlye clean WordPress Theme deCoder by <a href="http://webdemar.com">webdemar</a> with multi-level dropdown, threaded comments and sticky posts (backward compatible).
Version: 0.9.1
Author: webdemar
Author URI: http://webdemar.com
Tags: black, dark, blue, 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
	################################## */
* 
{
	margin:0;
	padding:0;
}

body {
	background:#fff url(img/header_bg.png) repeat-x;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

a {
	color: rgb(100,150,200);
	text-decoration:none;
	outline:none;
}

a img
{
	vertical-align:bottom;
}

a:hover
{
	text-decoration:underline;
}

p {
	margin: 0 0 14px 0;
	padding: 0px;
	line-height: 18px;
}

.mainBullets li
{
	line-height:18px;
	margin-bottom:7px;
	list-style:none;
}

img {
	border: none;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

#page_bg
{
	background:url(img/content_bg.png) repeat-x;
	text-align:center;
}

#page, #header {
	width: 900px;
	margin: 0 auto;
	text-align:left;
}
	
#header {
	z-index: 2; /* IE z-index bug */
}

#menu_container
{
	margin:0 auto;
}

#content {
	z-index: 1; /* IE z-index bug */
}

#pages_content_main
{
	float:left;
	margin-left:20px;
	width:570px;
}

#pages_content_main li
{
	margin:3px 0 3px 25px;
	line-height:18px;
}

#pages_sidebar
{
	float:left;
	width:286px;
}

.sidebar_margin_top /* moves the sidebar down for blog */
{
	margin-top:20px;
}

#sidebar_border
{
	background:url(/_images/sidebar_main.png) no-repeat;
	padding:10px 20px 1px 20px;
}

#sidebar_bottom
{
	background:url(/_images/sidebar_bottom.png) no-repeat;
	height:8px;
}

#pages_sidebar #blog_sidebar ul, #pages_sidebar #blog_sidebar li
{
	list-style:none;
	padding:0;
}

#pages_sidebar h2
{
	font-size:18px;
	font-weight:normal;
}

#pages_sidebar #blog_sidebar li
{
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #ccc;
}

#pages_sidebar #blog_sidebar li ul
{
	margin:0;
}


#pages_sidebar #blog_sidebar li li
{
	margin:3px 0 3px 15px;
	padding:0;
	border-bottom:0;
}

#content-left {
	float: left;
	width: 580px;
	padding: 10px 15px;
}

#content-right {
	float: right;
	width: 260px;
	padding:5px 15px;
}


/*	##################################
   	HEADINGS
	################################## */
	
#blog-title {
	float:left;
	margin:50px 10px 0 0;
}

#blog-title a {
	color: #fff;
	text-decoration: none;
}

#blog-title a:hover {
	text-decoration: underline;
}

#blog-description {
	float: left;
	margin: 59px 0 0 0;
	padding: 0px;
	color: #ffffc8;
	font-size: 16px;
	font-weight: normal;
}

h2#category-title {
	margin: 10px 0 10px 0;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

h3.post-title {
	margin: 15px 0 0 0;
	padding: 0px;
	color: #643333;
	font-size: 32px;
	font-weight:normal;
}

h3.post-title a {
	color: #643333;
	text-decoration: none;
	border-bottom: 1px dotted #006990;
}

h3.post-title a:hover {
	border-bottom: none;
}

h4.post-subtitle
{
	color:#969696;
	font-size:18px;
	font-weight:normal;
	margin:0 0 10px 0;
}

h4.contact-header {
	margin: 0;
	padding: 0;
	color: #969696;
	font-size: 16px;
}

h4.blog-post-title, h4.blog-post-title a
{
	font-size:18px;
	color:#633;
	font-weight:normal;
	margin-bottom:5px;
}

h5
{
	font-size:14px;
	font-weight:bold;
}

h6
{
	font-size:13px;
	font-weight:bold;
	color:#999;
}

/*	##################################
   	HEADER
	################################## */

#rss {
	position: absolute;
	right: 0px;
	bottom: 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;
}

#client-login
{
	float:right;
}

#client-login a
{
	text-decoration:none;
	display:inline-block;
	padding:3px 10px;
	margin-top:5px;
	color:#c68b8b;
	border-width:1px;
	border-style:solid;
	border-color:#300 #622 #963232 #622;
	background:url(/_images/login_bg.png) repeat-x;
}

#client-login a:hover
{
	color:#e6c9c9;
}

/* For menu styles please edit /lib/superfish.css */

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.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;
	border-top: 1px dotted #5d5d5d;
	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;
}

.blockspace
{
	margin-bottom:20px;
}

.post ul, ol, .page ul, ol {
	margin: 0 0 20px 0;
}

.post ul, .page ul {
	padding: 0 0 0 20px;
}

#pages_sidebar li
{
	margin:3px 0;
}

/** CONTENT RIGHT */

.box-right {
	margin: 0px;
	padding: 10px 5px 12px 5px;
	background: url(img/bg-box-right.gif) repeat-x left bottom;
}

.box-right ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px 0 5px 10px;
	background: url(img/bg-list-item-sidebar-blue.gif) no-repeat 0px 8px;
}

.box-right li a {
	padding: 5px 0;
	text-decoration: none;
}

.box-right li ul {
	padding: 5px 0 0 0;
}

.table_content
{
	border-collapse:collapse;
	border:1px solid #ccc;
}

.table_content th
{
	background:#781414;
	padding:3px 5px;
	color:white;
	text-align:center;
}

.table_content td
{
	text-align:center;
}

.table_content td:first-child
{
	text-align:left;
}

.table_content_left td
{
	text-align:left;
}

.td_borders td
{
	border:1px solid #ccc;
}

.rowGray
{
	background:#f1f1f1;
}

.bgGreen
{
	background:#d4e3d4
}

.bgGray
{
	background:#ddd;
}

.table-left
{
	text-align:left;
}

div.screenshotsContainer
{
	background:url(/_images/screenshots_callout_bg.png) repeat-x; 
	border:1px solid #ccc; 
	padding:10px 10px 0px 10px; 
	margin:0 20px 14px 20px;
}

img.calloutImage
{
	float:left; 
	margin-right:5px;
}

img.iconSmall
{
	width:33px;
	height:33px;
	vertical-align:top;
	margin-right:7px;
	margin-bottom:7px;
}

.floatLeft
{
	float:left;
}


/*	##################################
   	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: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {
	margin: 0 0 40px 0;
	padding: 0 40px 40px 40px;
	background:url(/_images/fieldset_bg.png) repeat-x;
	border:1px solid #ccc;
	border-right:none;
	border-left:none;
}

legend {
	color: #006990;
	font-size: 14px;
}

label {
	display: inline-block;
	margin: 0 0 5px 0;
	vertical-align:top;
}

select
{
	font-size:12px;
	padding:2px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}

option
{
	line-height:18px;
	
}

.label
{
	width:100px;
	text-align:right;
}
	
input, textarea {
	margin: 0 0 5px 0;
	padding: 7px 5px 0 5px;
	color: #5d5d5d;
	background: #fff url(img/bg-form-input.png) repeat-x left top;
	border: 1px solid #ccc;
	display:inline-block;
}

.comment_textarea
{
	width:500px;
	border:1px solid #ccc;
}

textarea {
	width: 250px;
	height: 150px;
}

select {
	margin: 0 0 20px 0;
}

input.radio, input.checkbox, ul.children li input {
	width: auto;
	height: auto;
	margin: 0 5px 0 0;
	padding: 0px;
	background: #fff;
}

input.submit, input.button {
	width: auto;
	margin: 0px;
	padding: 2px 25px 2px 10px;
	background: url(/_images/button_general_bg.png) #eee right;
	border:1px solid #aaa;
	color:#333;
}

input.button
{
	display:block;
}

input.submit
{	
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#login_table td
{
	margin:0;
	padding:0;
}

/** SEARCHFORM */

#content #searchform {
	width: 250px;
}
	
#searchform #search {
	float: left;
	display:inline-block;
	width: 188px;
	padding: 3px 5px;
	color: #5d5d5d;
	margin:0;
	border-right:none;
}

#searchform #search-submit {
	float: right;
	margin: 0;
	padding: 2px 20px 2px 5px;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 5px 0;
	font-size:14px;
}

#comments em
{
	color:#622;
}

#trackbacks {
	margin: 20px 0 0 0;
}


#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;
	color: #300;
	font-size: 14px;
}

.comment-author a {
	color: #006990;
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

.recent-comment
{
	margin:20px 0;
	padding:10px;
	border-top:1px dotted #ccc;
	border-bottom:1px solid #aaa;
	background:#f6f6f6;
}

#pages_content_main .recent-comment li
{
	list-style:none;
	margin:7px 10px;
}

.recent-comment a
{
	color:#4478ad;
}

#commentfieldset {
	padding: 20px 40px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#pages_content_main .commentlist li {
	margin:0;
	padding: 20px 0 20px 20px;
	list-style: none;
	background:url(/_images/fieldset_bg.png) repeat-x;
	border-top:1px solid #ccc;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li a {
	color: #daa;
}

.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: #622;
	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: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.reply a {
	display: block;
	height: 25px;
	line-height: 25px;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

#cancel-comment-reply a {
	color: #6a6a6a;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #eee;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #efefef;
}

/*	##################################
   	FOOTER
	################################## */
	
#footer-wrap {
	background: url(img/footer_bg.png) repeat-x left top;
	height:50px;
	text-align:center;
}

#footer p {
	padding-top:15px;
	text-align:center;
}


/*	##################################
   	USEFUL
	################################## */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size:0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	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 #aaa;
   	text-align: center;
}

.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;
}


/* ########################### */
/*       Sidebar stuff         */
/* ########################### */

.sidebar_content
{
	padding:0 0 16px 60px;
}

h4.sidebar_header
{
	font-size:18px;
	font-weight:normal;
	color:#333;
}

.sidebar_content ul
{
	margin:0;
}

.sidebar_content a
{
	color:#6496c8;
	text-decoration:none;
	display:block;
	line-height:18px;
}

.sidebar_content a:hover
{
	text-decoration:underline;
}



/*  Page Title Icon  */
.title_icon
{
	float:left;
	margin:0 10px 10px 4px;
}

/* Header div for FAQ */
.questionList
{
	height:200px;
	overflow-y:scroll;
	background:#eee url(img/faq_window_bg.png) no-repeat;
	border:1px solid #ccc;
	padding:10px 10px 0 10px;
}

/*  Publications container  */
.publication
{
	margin:5px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #ccc;
}

a.beveled_button
{
	display:inline-block;
	font-size:12px;
	line-height:33px;
	font-weight:bold;
	background:url(/_images/button_beveled_01.png) no-repeat;
	text-decoration:none;
	color:#333;
	margin-bottom:10px;
	margin-right:-50px;
}

a.beveled_button:hover
{
	color:#7c3637;
	text-decoration:none;
}

a.beveled_button span
{
	display:inline-block;
	background:url(/_images/button_beveled_02.png) right no-repeat;
	padding:0 30px 0 20px;
}


/* ******************* */
/*     Flash Content   */
/* ******************* */
#flash_content
{
	text-align:center;
	background:url(/_images/flash_bg.png) top center no-repeat;
}


#flash_interior
{
	margin:0 auto;
}

/* ******************* */
/*     Index Page      */
/* ******************* */

	/* --- Sidebar box --- */
	#index_sidebar
	{
		float:right;
		width:319px;
	}
	
	#index_sidebar_border
	{
		margin:20px 0 0 0;
		padding:10px 20px 5px 20px;
		background:url(/_images/index/sidebar_01.png) no-repeat;
	}
	
	#index_sidebar_bottom
	{
		background:url(/_images/index/sidebar_02.png) no-repeat;
		height:13px;
	}
	
	.index_sidebar_content
	{
		margin:5px 0 0 0;
		padding:0 0 10px 65px;
		color:#505050;
	}
	
	h4.index_sidebar_header
	{
		font-size:18px;
		font-weight:normal;
	}
	
	/* --- Main area --- */

	#index_content_main
	{
		width:550px;
		margin-right:330px
	}
	
	h3.index_pagetagline
	{
		margin-top:3px;
		font-size:22px;
		font-weight:normal;
		text-align:center;
		line-height:50px;
		background:url(/_images/index/h3_bg.png) no-repeat;
	}
	
	#index_software_container, #index_services_container
	{
		margin:10px 0;
		float:left;
		width:259px;
	}
	
	#index_software_container
	{
		padding-right:15px;
		border-right:1px solid #aaa;
	}
	
	#index_services_container
	{
		margin-left:15px;
	}
	
	h4.index_section_header
	{
		font-size:17px;
		color:#5A3C3C;
		padding:5px 0;
		border-bottom:1px dashed #c8c8c8;
	}
	
	.index_listing_content
	{
		margin:5px 0;
		padding:0 0 10px 45px;
		line-height:18px;
	}
	
	h5.index_listing_header
	{
		fonts-size:14px;
		font-weight:bold;
	}
	
	/* #################### */   
	/*   Webinar Sections   */
	/* #################### */
	h4.webinar-section-title
	{
		font-size:16px;
		margin-bottom:5px;
	}
	
	h5.webinar-title
	{
		font-size:15px;
		color:#641E1E;
	}

	.webinar-item
	{
		border-top:1px solid #ccc;
	}
	
	.webinar-item:hover
	{
		background:#ececec url(/_images/webinars/webinars_hover_bg.png) repeat-x;
	}
	
	.webinar-item .background
	{
		/* used for the webinar title image. inserted into the inline-style */
		background-repeat:no-repeat;
		background-position:10px 10px;
		padding:10px 0 5px 120px;
	}
	
	a.standard_button
	{
		display:inline-block;
		background:url(/_images/button_general_bg.png) right center no-repeat;
		border:1px solid #aaa;
		text-decoration:none;
		line-height:21px;
		font-weight:bold;
		color:#333;
		padding:0 23px 0 10px;
	}
	
	
	a.standard_button:hover
	{
		color:#900;
		border:1px solid #4b1a1b;
		text-decoration:none;
	}
	
	/* ########  Contact Form  ####### */
	
	input, input.rejected
	{
		border-width:1px;
		border-style:solid;
		padding:2px;
	}
	
	input
	{
		border-color: #ccc;
		width:250px;
	}
	
	input.rejected
	{
		border-color:#4b1a1b;
		background:#ead7d7;
		color:#4b1a1b;
	}
	
	.hidden
	{
		border:0;
		background:0;
		visibility:hidden;
	}