/*
Theme Name: BM Custom Theme
Theme URI: http://xpressidea.com/
Description: Theme specifically created for the <a href="http://danubebuildmart.com/">Danube BuildMart</a> website.
Version: 1.0
Author: Chris Lopez
Author URI: http://xpressidea.com/
Tags: custom header, fixed width, three columns, widgets
*/

/* Importing CSS */
/*@import url('css/main1.css');  Importing Main CSS */
@import url('css/themes/bmtheme/bmtheme.css'); /* Importing BM Theme for Accordion Left Panel */
@import url('css/accordion.css'); /* Importing Main CSS */





/* Additional Content Styles */
.linkdiv {
	background: url("images/arrowbullet.png") no-repeat 1% 50%;
	padding: 0px 0px 0px 30px;
}

.linkdiv a{
	font-weight: bold;
}

.careerpost {
	margin: 0 auto;
	width: 90%;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.linkbtn a{
	display: block;
	width: 50px;
	height: 10px;
	text-align: center;
	text-transform: uppercase;
	background: #EEEEEE;
	font-size: 80%;
	font-weight: bold;
	margin: 10px 5px 10px 5px;
	padding: 3px 3px 10px 3px;
	border: 1px solid #CCCCCC;
}

.btn1 {
	display: block;
	background: #EEEEEE;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.postlisting ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.postlisting li {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	background: transparent url("images/arrowbullet.png") no-repeat 1% 5%;
	padding-left: 25px;
	margin-bottom: 20px;
}

.postlisting a {
	font-weight: bold;
}

#logosmall {
	margin: 10px;
}

.logout a{
	display: block;
	color: #333333;
	width: 80px;
	text-align: center;
	text-transform: uppercase;
	background: #CCCCCC;
	font-size: 80%;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	text-decoration: none;
}

.logout a:hover {
	background: #666666;
	color: #FFFFFF;
}

.navigation {
	padding: 10px;
	margin: 0px;
	background: #EEEEEE;
}

#wp-submit {
	margin: 0px 0px 5px 5px;
	background: #CCCCCC;
	color: #333333;
	border: 1px double #666666;
	font-size: 10px;
}

/* Styling the Search elements */
.searchresults {
	padding: 10px;
}

strong.search-excerpt { background: yellow; } 

#searchsubmit {
	margin: 0px 0px 5px 5px;
	background: #CCCCCC;
	color: #333333;
	border: 1px double #666666;
	font-size: 10px;
}

#s {
	margin: 0px 0px 5px 5px;
	background: CCCCCC;
	border: 1px solid #CCCCCC;
}

.execphpwidget {
}

.productpost {
	border: 1px solid #CCCCCC;
	width: 562px;
	min-height: 100px;
	margin-bottom: 0px;
	padding: 5px;
}

.productpost h3 {
	margin: 0;
	padding: 0;
}

.productpost3 {
	margin-bottom: 10px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}



.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0px 5px 0px 5px; } 


#post-134 .fullentry {
	padding: 5px;
}

#post-134 .fullentry a {
	text-decoration: underline;
}


#breadcrumbs {
	width: 560px;
	height: 30px;
	padding: 5px;
	border-bottom: 1px dotted #CCC;
	font-size: 90%;
}

.slideshow img {
	border: 1px solid #CCCCCC;
}

#myslideshow{
	position: relative;
	z-index: 1;
}

/* ######### Other Styles ######### */

#myslidemenu{
	position: relative;
	z-index: 15;
	border-top: 0px solid #EEEEEE;
}

.rounded3 { /* main page */
	margin: 5px auto;
	width: 185px;
	font-size: 90%;
	padding: 4px;
	background: #FFFFFF;
	margin-bottom: 20px;
	text-align: center;
}

.rounded3 img {
	border: 1px solid #CCCCCC;
}

#box-news1 {
	background: #FFFFFF url("images/iconn-news.png") no-repeat  100% 100%;
	font-weight: bold;
}

.rounded4 { /* main page */
	margin: 5px auto;
	font-size: 88%;
	padding: 4px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.rounded4 h3 {
	display: block;
	background: #feca57 url("images/right-hdrbg6.jpg") no-repeat top left;
	padding: 3px;
	border-bottom: 0px solid #000000;
	color: #FFFFFF;
	height: 25px;
	font-size: 95%;
	margin-top: 10px;
}