/*
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/
*/

/*get rid of dotted link box in FireFox*/
:-moz-any-link:focus {
  outline: none;
}

/* ---------- Body Styles ---------- */

body {
font-family:Corbel,Arial,sans-serif;
}

body.simidude #branding_img {
	background: url(images/simidude_logo.png) no-repeat;
}

body.dobudish #branding_img {
	background: url(images/dobudish_logo.png) no-repeat;
}

body.consulting-services #branding_img, body.software-development #branding_img, body.data-synchronization-and-conversion #branding_img, body.java-expertise #branding_img {
	background: url(images/consulting.png) no-repeat;
}

body.products #branding_img {
	background: url(images/products.png) no-repeat;
}

body.support #branding_img {
	background: url(images/support.png) no-repeat;
}

body.blog #branding_img {
	background: url(images/blog.png) no-repeat;
}


/* ---------- Container ---------- */

#container {
	width: 950px;
}

#container #page {
	padding: 0;
}


/* ---------- Header ---------- */

#header {
	padding: 30px 0 0 0;
	margin-bottom: 20px;
	height: 140px;
	border: none;
}

#branding_img {
	float: left;
	width: 538px;
	height: 104px;
}

#logo {
	float: right;
	background: url(images/logo.png) left top no-repeat;
	width: 407px;
	height: 58px;
	text-indent: -9999px;
}

#logo a {
	display: block;
	width: 407px;
	height: 58px;
}

#tagline {
	float: right;
	background: url(images/tagline.png) no-repeat;
	width: 179px;
	height: 81px;
	text-indent: -9999px;
}


/* ---------- Navigation ---------- */

.menu {
	float: left;
	background: url(images/menu_bg.png) left top no-repeat;
	width: 754px;
	height: 35px;
	border: none;
	padding-left: 10px;
}

.menu li {
	height: 31px;
}

.menu li.current a {
	background: none;
	border: none;
	text-decoration: underline;

}

.menu li.current a:hover {
	background: none;
	border: none;
}

.menu li a {
	background: none;
	border: none;
	padding: 6px 20px 4px 15px;	
}

.menu li a:hover {
	text-decoration: underline;
	background: none;
	border: none;
}

.menu .current-parent a, .menu .current-cat-parent > a { 
	color: #ffffff; 
	background: transparent; 
	text-decoration: underline;
	}

ul.submenu-1 {
	background: #006aba;
	
}

ul.submenu-1 li {
	height: auto;
}	

ul.submenu-1 li a, ul.submenu-1 li a:hover {
	padding: 10px 0 10px 15px;
}


/* ---------- Sidebars ---------- */ 


#sidebars {
	width: 296px;
	margin: 0;
	padding: 0;
}

#sidebar_1 {
	float: none;
	padding-top: 0px;
	margin-top: 0;
	width: 296px;
}

#sidebar_2 {
	float: none;
}

#sidebar_1 ul.sidebar_list {
	width: 296px;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
}

#sidebar_1 ul.sidebar_list li {
}

#sidebar_2 {
	margin-top: 0px;
	padding-top: 19px;
	width: 296px;
	background: url(images/sidebarmodule2_top.png) left top no-repeat;
}

#sidebar_2 ul.sidebar_list {
	background: url(images/sidebarmodule2_bottom.png) left bottom no-repeat;
	width: 256px;
	padding-top: 0;
	padding-right: 20px;
}

#sidebar_2 ul.sidebar_list h3 {
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0px;
}

.sidebar ul.sidebar_list {
	padding-left: 20px;
}

/* Sidebar modules */

img.bio {
	float: left;
	margin-right: 10px;
}

/* Styles the testimonials in the sidebar */

.quote {
	font-style: italic;
}

.reference {
	margin-bottom: 20px;
	color: #000000;
}

ul.sidebar_features {
	color: #ae2d2d;
	font-weight: bold;
}

ul.sidebar_features li {
	list-style: none;
	margin: 0;
}

ul.sidebar_features li a {
	color: #ae2d2d;
	text-decoration: none;
}

ul.sidebar_features li a:hover {
	text-decoration: underline;
}

li#text-3 {
	width: 296px;
	background: url(images/sidebarmodule1_bottom.png) left bottom no-repeat;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

li#text-3 h3 {
	background: url(images/sidebarmodule1_top.png) left top no-repeat;
	padding-top: 15px;
	padding-left: 20px;
	font-weight: bold;
	color: #ae2d2d;
	letter-spacing: 0px;
	font-variant: normal;
	}

li#text-3 h3 img {
	padding-right: 7px;
}

li#text-3 p {
	padding: 0 20px;
}

li#text-13 {
	margin-bottom: 15px;
}

li#text-4 {
	margin-bottom: 10px;
}


/* ---------- Content ---------- */

#content {
	width: 640px;
	background: url(images/content_bg.png) left top repeat-y;
	margin-right: 13px;
}

#content_top {
	background: url(images/contentbg_top.png) left top no-repeat;
	height: 20px;
	padding: 0;
	margin: 0;
}

#content_bottom {
	background: url(images/contentbg_bottom.png) left bottom no-repeat;
	height: 20px;
	padding: 0;
	margin: 0;
}

.post_box {
	margin: 0;
	padding: 0 30px;
}

.headline_area h1, .headline_area h2 {
	font-weight: bold;
}

.format_text h3 {
	font-size: 16px;
	font-weight: bold;
	color: #006aba;
}

.format_text a {
	font-weight: bold;
	text-decoration: none;
}

.format_text a:hover {
	text-decoration: underline;
}

/* ---------- Spans and Content Specifics ---------- */

span.highlight { 
	color: #3e8fcb;
}

span.lowlight {
	color: #ae2d2d;
}

/* ---------- Page Specific Styling ---------- */

/* Consulting page content */
.consulting_service {
	margin-bottom: 20px;
}

.consulting_service img {
	float: left;
	width: 207px;
}

.consulting_service h3 {

}

/* Products page content */

.product_detail {
	margin-bottom: 20px;
	clear: both;
}

.product_detail img {
	float: left;
	width: 177px;
}

.product_detail h3 {
	color: #cd002b;
}

.product_detail p {
	float: right;
	width: 377px;
}

.product_detail span a {
	margin-left: 90px;
}

/* Support page content */

.support_detail {
	margin-bottom: 20px;
	clear: both;
}

.support_detail h3 {
	margin-top: 0;
}

.support_detail p {
	padding-top: 20px;
}

.support_detail ul {
	margin: 0 0 0 240px;
	padding: 0;
}

.support_detail li {
	color: #cd002b;
	list-style: disc;
}

.support_detail li span {
	color: #000000;
}


/* ---------- Home Page ---------- */

body.home #content {
	width: 950px;
	background: url(images/fullwidth.png) left bottom no-repeat;
	padding: 0px;
}

body.home h2 {
	background: url(images/fullwidth_top.png) left top no-repeat;
	height: 20px;
	padding:10px 20px 0 20px;
}

body.home .post_box {
	margin: 0;
	padding: 0;
}

body.home .format_text {
	padding: 0 20px;
}

/* ---------- Home page widgets ---------- */

.home_column {
	background: url(images/halfwidth_bottom.png) left bottom no-repeat;
	float: left;
	width: 465px;
	padding-bottom: 10px;
	min-height: 190px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#gutter {
	width: 20px;
	min-height: 180px;
}

.home_column h3 {
	background: url(images/halfwidth_top.png) left top no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #3e8fcb;
	margin-bottom: 12px;
	padding: 20px 0 0 20px;
}

.home_column .textwidget {
	padding: 0 20px;
}

#gutter {
	float: left;
	width: 20px;
}

.home_widget li.widget {
	margin-bottom: 0px;
	font-size: 14px;
	list-style: none;
	width: 465px;
}



/* ---------- Footer ---------- */

#footer {
	background: url(images/footer_bottom.png) left bottom no-repeat;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
}

#footer a {
	font-size: 12px;
	border-bottom: none;
	color: #3e8fcb;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #3e8fcb;
	text-decoration: underline;
}

/*Footer h6 used to bring in the top rounded section*/

#footer h6 {
	background: url(images/fullwidth_top.png) left top no-repeat;
	text-indent: -9999px;
	height: 20px;
}

/* --------- Footer Widgets ---------- */

.footer_list li {
	list-style: none;
}

.footer_list li.widget {
	margin-bottom: 0px;
	font-size: 12px;
}

.footer_list h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3e8fcb;
	margin-bottom: 12px;
}

#footer .col {
	float: left;
	margin: 0 20px;
	width: 270px;
}

#footer #social {
	width: 240px;
	height: 52px;
	margin-bottom: 12px;
}

#footer #social img {
	float: left;
	width: 48px;
	height: 52px;
}

/* ---------- Credits ---------- */

#credits {
	background: url(images/credits_bg.png) left top no-repeat;
	height: 28px;
	color: #ffffff;
	padding: 10px 25px 10px 15px;
	margin-top: 14px;
	font-size: 12px;
}

#credits #copyright {
	float: left;
	width: 40%;
}

#credits #attribution {
	float: right;
	width: 40%;
	text-align: right;
}

#credits a {
	color: #ffffff;
	text-decoration: underline;
}

#credits a:hover {
	text-decoration: none;
}

/* ---------- Comments & Blog ---------- */

#comments {
	padding-left: 20px;
}

#commentform {
	border-top: none;
}

p.to_comments {
	display: none;
}

span.bracket {
	display: none;
}

input.form_submit:hover {
	color: #006aba;
}

#respond_intro p {
	font-weight: bold;
	color: #006aba;
}

.entry-content {
	border-bottom: 1px solid #b1e8fc;
	margin-bottom: 20px;
}


/* ---------- Feature Boxes ---------- */

#feature_box {
	background: #ffffff;
	padding: 0;
}

#feature_box #center {
	margin-left: 3px;
	margin-right: 3px;
}

#feature_box #dobudish_feature {
	text-align: center;
	margin: 0 auto;
}

#feature_box #dobudish_feature a img {
	margin-bottom: 10px;
}

#feature_box #simidude_feature {
	text-align: center;
	margin: 0 auto;
}

#feature_box #simidude_feature a.download {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}

#feature_box #simidude_feature a.buynow {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}