/*
Theme Name: IBCSD
Author: Creative Industries Wire
Author URI: http://www.ciwire.com/
Description: IBCSD custom template
Version: 1.0
*/

.menu .current-menu-item > a, .menu .current-page-ancestor > a {
background: #dc5130;
color: #fff;
}

article h1 {
	font-size:30px; 
	line-height:1.8em; 
	color:#4c4c4c;
	letter-spacing:0px;
	background:url(images/h3-tail.gif) 0 bottom repeat-x;
	margin: 0 0 8px 0;
	padding: 0;
	float: none;
	font-weight: normal;
}
.article h2 {
	font-size:26px; 
	line-height:1.8em; 
	color:#4c4c4c;
	font-weight: normal;
}
.article h3 {
	font-size:22px; 
	line-height:1.8em; 
	color:#4c4c4c;
	font-weight: normal;
	background: none;
	letter-spacing:0px;
}

#sidebar h2 {
	font-size:30px; 
	line-height:1.8em; 
	color:#4c4c4c;
	letter-spacing:0px;
	background:url(images/h3-tail.gif) 0 bottom repeat-x;
	margin-bottom:8px;
	font-weight: normal;
}

input[type="submit"] {
display: inline-block;
padding: 5px 19px;
font-size: 13px;
line-height: 1.23em;
color: #fff;
background: #4c4c4c;
cursor: pointer;
	border: none;
}
input[type="submit"]:hover {
	background: #dc5130;
}
textarea, input[type="text"], input[type="email"] {
	font-size: 13px;
line-height: 1.23em;
color: #999;
padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
border: 1px solid #ececec;
background: #fff;
	max-width: 500px;
min-width: 500px;
}

img.right, .alignright { float: right; margin: 0.5em 0 0.5em  1em}
.left { text-align: left; }
img.left, .alignleft { float: left;  margin: 0.5em 1em 1em 0;}
.wp-caption {background: #eee;  -moz-border-radius: 5px; border-radius: 5px; padding: 1em 0.75em 0 0.75em}
.article {color: #4c4c4c}