/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


/* 

MAKE A BACKUP OF YOUR CUSTOM.CSS FILE BEFORE USING THIS CODE!

Copy and paste the ouput below into your custom.css file.

Refresh your site to behold the power of the Mule Herd.

*/

/*---:[ core layout elements ]:---*/
.custom #container { width: 99.3em; margin: 0 auto; }
.custom #page { padding: 2.2em; }
.custom #header, #footer { padding-right: 0em; padding-left: 0em; }
.custom #content_box {background: background: url('images/dot-ddd.gif') repeat-y; }
/*.custom #content_box { width: 100%; background: url('images/dot-ddd.gif') 51.3em 0 repeat-y; } */
.custom .no_sidebars { background: none !important; }
.custom #content {background-color:#f9f9f9;}			
/* .custom #content { width: 54.3em; float: left; } */
.custom .no_sidebars #content { width: 100%; }
.custom .post_box, .teasers_box, .full_width #content_box .page { margin: 0 2.2em 0 1.1em; }
.custom .full_width #content_box .page { width: auto; }
.custom .no_sidebars .post_box { margin: 0 1.1em; }
.custom .teasers_box { width: 48em; }
.custom .teaser { width: 22.9em; }
.custom #archive_info, .prev_next { padding-right: 1.1em; padding-left: 1.1em; }
.custom #sidebars { width: 38.5em; border: 0; float: right; }
.custom #sidebar_1 { width: 37.7em; border-width: 0 0em 0 0; float: left; clear: left; }
.custom #sidebar_2 { width: 21.6em; float: left; }
.custom .sidebar ul.sidebar_list { padding-right: 1.1em; padding-left: .5em; }
.custom #sidebar_2 ul.sidebar_list { padding-right: 1em; }

/*---:[ content elements ]:---*/
         body { font-family: Georgia, "Times New Roman", Times, serif; }
.custom #header { padding-top: .1em; padding-bottom: 0em; }
.custom .post_box { padding-top: 2.2em; }
.custom .headline_area { margin-bottom: 2.2em; }
.custom .teasers_box { padding-top: 2.2em; padding-bottom: 2.2em; }
.custom #multimedia_box { margin-bottom: .5em; }
.custom #footer { padding-top: 1.1em; padding-bottom: 1.1em; }

/*---:[ sidebar styles ]:---*/
.custom .sidebar { }
.custom #column_wrap .sidebar ul.sidebar_list { padding-top: 0em; }
	li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 1em; }
	li.tag_cloud { line-height: 1.692em; }
	li.widget p { margin-bottom: 1.385em; }
	li.widget abbr, li.widget acronym { font-size: 0.769em; }
	li.widget code { font-size: 0.846em; }
	li.widget ul li { margin-bottom: 0.692em; }
	li.widget li ul { margin: 0.692em 0 0 1.385em; }

.custom #sidebar_1 { margin-top: 0em; }
.custom #sidebar_2 { margin-top: 1em; }
 /*  .custom #sidebar_1 { border: 1px #000 solid; } */
 /* .custom .sidebar { background: #cb7f32; } */
 /*  .custom .sidebar ul.sidebar_list { padding-left: 2em; padding-right: 4em; }*/
 .custom li.widget { background: #ffffff; padding: 0em 0em 0em .5em; border: 0px #dddddd solid; }
.custom .sidebar h3 {font-weight: bold; color: #ffffff; padding: 2px 2px 0px 22px; background: #cf8836;}


/*********slider code css start - db***********/
.hackadelic-sliderPanel {
	border: 1px solid #ccc;
	padding: 5px;
	-moz-border-radius: 1em; -webkit-border-radius: 1em;
}

a.hackadelic-sliderButton {
	border: 2px solid white;
        background-image: url('http://www.workthesystem.com/wp-content/themes/thesis_16/custom/images/expand.png');
        background-repeat:no-repeat;
	color: #000000;
	padding: 0px 14px;
	/* -moz-border-radius: 1em; -webkit-border-radius: 1em; */
}
a.hackadelic-sliderButton:hover {
	border: 2px solid #854120;
	background-color: #F0F0E0;
        background-image: url('http://www.workthesystem.com/wp-content/themes/thesis_16/custom/images/arrow-down.png');
        background-repeat:no-repeat;
}
.entry .hackadelic-sliderPanel {
	background-color: #ffffff;
}
.textwidget .hackadelic-sliderButton {
	display: block;
	text-align: left;
	margin: 0em;
}
.textwidget .hackadelic-sliderPanel {
	background-color: #ffffff;
         border: 2px solid #854120;
}

/**********slider code css end**********/

.custom .gform_footer {text-align:center;}
.custom .gform_wrapper form {text-align:center}
