/*

Theme Name: RBS

Theme URI: http://www.simplesitedesigns.com/

Description: Commercial WordPress theme. Please see license for details.

Author: Simple Site Designs

Version: 1

Tags: Blue

*/



/* Banner */



#banner {

	position: relative;

	height: 168px;

	margin-bottom: 10px!important;

	padding: 0px!important;

}



#banner .headertext {

	position: absolute;

	bottom: -10px;

	right: 25px;

	margin: 0px!important;

	padding: 0px!important;

	line-height: normal!important;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 17px;

	color: #FFFFFF;	

	letter-spacing: -1px;

}

#banner h4 {

	font-weight: normal;

}

#banner h4 span{

	font-weight: bold;

}

#banner h4 a {

	color: #FFF;

}



/* Title */

h1.title {

	margin-bottom: 30px;

}



h1 a {

	color: #504E42;

	text-decoration: none;

}



h2 a {

	color: #9D9356;

	text-decoration: none;

}



h3 a {

	color: #504E42;

	text-decoration: none;

}



/* Menu */



        .current-menu-item a {

	        font-weight: bold;

        }



	#dropmenu {

		position: relative;

		z-index: 99;

	}



	#dropmenu ul {

		position: absolute;

		top: 31px;

		margin: 0; 

		padding: 0;

		visibility: hidden;

	}

	

	#dropmenu ul li {

		float: none;

		margin: 0 0 1px -10px;

		padding: 6px 10px;

		width: 160px;

		background: #000;

	}



	#dropmenu ul ul {

		position: relative;

		margin: 0px;

		padding: 5px 0;

		top: 0;

	}

	#dropmenu ul ul li{

		background: #7b7c7f;

	}





/* Sidebar */

	

	#sidebar select {

		-moz-border-bottom-colors: none;

		-moz-border-image: none;

		-moz-border-left-colors: none;

		-moz-border-right-colors: none;

		-moz-border-top-colors: none;

		background: none repeat scroll 0 0 #F6F6F5;

		border-color: #D4D2C5 #F6F6F5 #F6F6F5 #E1DFD7;

		border-right: 1px solid #F6F6F5;

		border-style: solid;

		border-width: 1px;

		padding: 4px 5px 3px;

		width: 100%;

	}



	

	/* Widgets */

	

		.widget {

			padding-bottom: 20px;

		}

		.widget h2, .post h2 , .page h2  {

			margin: 0px;

			padding: 0px 0px 20px 0px;

			letter-spacing: -1px;

			text-transform: uppercase;

			font-weight: normal;

			color: #7B7C7F;

		}



		.widget h2 a , .post h2 a , .page h2 a{

			color: #7B7C7F;

			text-decoration: none;

		}

		

		.widget ul {

			list-style: none;

			margin: 0!important;

			padding: 0!important;

		}

		

		.widget li {

			border-top: #d1d1d1 1px solid;

			padding: 10px 0;



		}

		

		.widget li:first-child {

			border: none;

			padding-top: 0;

		}

		.widget li:last-child {

			padding-bottom: 0;

		}		

		.widget .children li {

			padding: 5px 10px;

			border: none;

			border-top: #d1d1d1 1px solid;

			background: #F6F6F5;

			margin: 6px 0;

		}



			

		/* Search Widget */

		

			#searchwidget {

				

				margin: 0px;

				padding: 0px;

			}



			#searchwidget form {

				margin: 0px;

				padding: 0px;

			}



			#searchwidget fieldset {

				margin: 0;

				padding: 0;

				border: none;

			}



			#search-text {

				border: none;

				background: #d1d1d1;

				color: #7b7c7f;

				height: 17px;

				padding: 4px 5px 3px;

				width: 142px;

			}



			#search-submit {

				background: #000;

				border: none;

				color: #FFFFFF;

				float: right;

				font-weight: bold;

				height: 24px;

				width: 40px;

			}		



		/* Calendar Widget */

		

			#wp-calendar {

				width: 100%;

			}



			#wp-calendar caption {

				margin-bottom: 10px;

				font-size: 16px;

				font-weight: bold;

				padding-bottom: 4px;

				text-align: center;

			}



			#wp-calendar thead {

				font-size: 11px;

			}



			#wp-calendar thead th {

			}



			#wp-calendar tbody {

				

			}



			#wp-calendar tbody td {

				border: 1px solid #D4D2C5;

				padding: 3px 0 2px;

				text-align: center;

			}



			#wp-calendar tbody .pad {

				background: none;

			}



			#wp-calendar tfoot #next {

				margin-top: 10px;

				text-align: right;

			}



			#wp-calendar tfoot #prev {

				padding-top: 10px;

				text-align: left;

			}		



/* Posts */

	.page {

		padding-top: 25px;

	}

	

	.post {

		padding-top: 25px;

		margin-bottom: 50px;

		border-top: 1px solid #d4d2c5;

	}

	

	#content .first {

		padding-top: 0;

		border: none;

	}

	

	.entry-utility {

		margin: 10px 0 0 0;

		border-top: 1px solid #d4d2c5;

		padding: 20px 0 0 0;

		font-size: 11px;

	}



	/* Post Thumbnails */

	

		.size-small, .size-medium, .size-full, .size-large, .gallery img, .attachment-post-thumbnail, .gallery-thumb img {

			margin: 0;

			padding: 0px;

			

		}	

	

		.wp-caption {

			margin: 0;



		}

		.wp-caption img {

			margin: 0;

			padding: 4px;

		}

		

		.wp-caption-text {

			margin: 5px 0 0 0;

			padding: 0 ;

			line-height: normal;

			width: 100%;

			text-align: center;

			font-weight: bold;

		}

		

		.alignleft {

			float: left;

			margin-right: 20px;

		}

		

		.alignright {

			float: right;

			margin-left: 20px;

		}

		

		.aligncenter {

			margin: 0 auto;

			margin-bottom: 20px;

		}	

	

		.gallery-thumb img{

			width: 110px;

			height: 85px;

			float: left;

			margin-right: 20px;

		}



		.attachment-post-thumbnail{

			width: 110px;

			height: 85px;

			float: left;

			margin-right: 20px;

		}	

		



	/* Gallery Posts */

	

		.gallery-item {

			margin-right: 0px;

		}

		

		.gallery img {

			width: 110px;

			height: 85px;

		}	



	/* Comments */

	

		#comments-title {

			margin: 0px;

			padding: 0px 0px 20px 0px;

			letter-spacing: -1px;

			text-transform: uppercase;

			font-weight: normal;

			color: #7B7C7F;

		}



		#comments-title em {

			font-style: normal;

		}



		#comments ol, #comments ul {

			margin: 0;

			padding: 0;

			list-style: none;

		}



		#comments li {

			margin: 0 0 20px 0;

			padding: 20px 0px;

			min-height: 150px;

			border: 1px solid #D4D2C5;

			width: 99%;

			clear: both;

		}



		#comments .children li{

			border: none;

			margin: 0;

			padding: 0 0 0 0;

			width: 100%;

		}



		#comments .avatar {

			margin: 0 20px 20px 20px;

			padding: 4px;	

			width: 96px;

			height: 96px;

			float: left;

			border: 1px solid #D4D2C5;

		}



		#comments .comment-body {

			text-align: justify;

			padding: 0px 20px 0px 20px;



		}



		#comments .comment-meta a {

			display: inline-block;

			padding: 0 20px 20px 20px;

			text-decoration: none;

			font-size: 12px;

			font-weight: bold;

			

		}



		#comments .comment-meta a:hover {

			text-decoration: underline;

		}



		#comments .navigation {

			padding: 0 0 18px 0;

		}



		.comment-author {

			padding-bottom: 10px;

			font-weight: bold;

		}	



		.comment-reply-link, .comment-edit-link  {

			margin-right: 20px;

			width: 56px;

			padding: 5px 0!important;

			color: #FFF!important;

			float: right;

			text-align: center;

			background: #000;

		}

		

		.comment-reply-link:hover, .comment-edit-link:hover  {

			text-decoration: none!important;

			

		}				

	

		/* Comment Form */

		

			h3#reply-title {

				margin: 0px;

				padding: 0px 0px 0px 0px;

				letter-spacing: -1px;

				text-transform: uppercase;

				font-weight: normal;

				color: #7B7C7F;

				font-size: 18px;

			}



			.form-allowed-tags {

				line-height: 1em;

			}



			.children #respond {

				margin: 0 48px 0 0;

			}



			#comments-list #respond {

				margin: 0 0 18px 0;

			}

			#comments-list ul #respond {

				margin: 0;

			}



			#cancel-comment-reply-link {

				font-size: 12px;

				font-weight: normal;

				line-height: 18px;

			}



			#commentform {

				border: 1px solid #D4D2C5;

				margin: 24px 0;

				padding: 20px 20px;

				overflow: hidden;

				position: relative;

			}



			#respond p {

				margin: 0;

			}



			#respond .comment-notes {

				margin-bottom: 1em;

				font-size: 11px;

				font-style: italic;

			}



			#respond .required {

				color: #ff4b33;

				font-weight: bold;

			}



			#respond label {

				color: #888;

				font-size: 12px;

			}



			#respond input , #respond textarea {

				border: none;

				background: #d1d1d1;

				color: #7b7c7f;

				padding: 4px 5px 3px;

				width: 98%;

			}





			#respond .form-allowed-tags {

				color: #888;

				font-size: 12px;

				line-height: 18px;

			}



			#respond .form-allowed-tags code {

				font-size: 11px;

			}



			#respond .form-submit {

				margin: 12px 0;

			}



			#respond .form-submit input {

				padding: 5px 0!important;

				color: #FFF!important;

				text-align: center;

				background: #000;

				width: 120px;

			}		



/* Gallerax */

	

	#galleraxOutput {

		margin: 0;

		position: relative;

		width: 570px;

		border: none;

	}

	

	#galleraxOutput img{

		width: 570px;

		padding: 0px;

	}



	#galleraxThumbnails {

		margin: 20px 0 0 0px;

		list-style: none;

		padding: 0;

	}	



	#galleraxThumbnails li {

		float: left;

		width: 120px;

		margin:0 30px 20px 0;

	}	



	#galleraxThumbnails li img {

		width:120px;

		height: 90px;

		cursor: pointer;

	}

	

	#galleraxCaptions {

		width: 556px;

		padding: 6px 6px 4px 6px;

		background: #fff;

		line-height: normal;

		font-size: 18px;

		text-transform: uppercase;

		text-align: center;

	}

	

	#galleraxNav {

		

	}	

	

	#galleraxNav a{



	}

	

		.galleraxNavFirst {



		}

		.galleraxNavPrevious {

			width: 37px;

			height: 49px;

			display: block;

			position: absolute;

			top: 50%;

			left: 0;

			text-indent: -999999px;

			background: url(images/galleryleft.png) no-repeat top left;

		}

		.galleraxNavNext {

			width: 37px;

			height: 49px;

			display: block;

			position: absolute;

			top: 50%;

			right: -1px;			

			text-indent: -999999px;

			background: url(images/galleryright.png) no-repeat top left;

		}

		.galleraxNavLast {



		}

		.galleraxNavStopAdvance {

		

		}

		.galleraxNavPlayAdvance {

		

		}	

/* Contact Form */



	.ax-label {

		color: #888;

		font-size: 12px;

		display: block;

		margin: 5px 0;

	}

	

	.ax-input , .ax-textarea {

		margin: 0;

		width: 98%;

		border: none;

		background: #d1d1d1;

		color: #7b7c7f;

		padding: 4px 5px 3px;	

	}

	

	.ax-textarea {

		height: 200px;

		margin-bottom: 10px;

	}

		

	.ax-button{

		padding: 5px 0!important;

		color: #FFF!important;

		text-align: center;

		background: #000;

		width: 120px;

		border: none;

		margin-top: 10px;

	}



	.error {

		color: red;

		margin: 0;

	}

				

	/* ReCaptcha Widget */



		#recaptcha_icons{

			padding: 0 8px 0 5px;

			float: left;

		}



		#recaptcha_logo {

			padding: 8px 5px 0 0;

			float: right;

		}

		#recaptcha_image_border {

			width: 98%;

			border: none;

			background: #d1d1d1;

			color: #7b7c7f;

			height: 17px;

			padding: 4px 5px 3px;

			height: 57px;

		}

		#recaptcha_image {

			float: left;

		}



		.recaptcha_refresh_icon {

			margin: 5px 0;

		}



		.recaptcha_only_if_image , .recaptcha_only_if_audio {

			color: #888888;

			font: normal 11px Georgia, "Times New Roman", Times, serif;

			margin: 5px 0;

			display: block;

		}



		.recaptcha_help_icon {

			margin: 5px 0;

		}



		.recaptcha_only_if_incorrect_sol {



		}

		.recaptcha_only_if_no_incorrect_sol {



		}



/* Navigation */



	#nav-below {

		padding: 30px 0px 40px 0;

		font-weight: bold;

	}



/* Single or Page Navigation */



	#nav-below .nav-previous a {

		display: block;

		float: left;

		height: 15px;

		padding: 0 0 0 15px;

		background: url(images/arrow-left.png) no-repeat left top;

	}



	#nav-below .nav-next a {

		display: block;

		float: right;

		height: 15px;

		padding: 0 15px 0 0;

		background: url(images/arrow-right.png) no-repeat right top;

	}



/* Homepage or Archives navigation */

	#nav-below .post-nav-prev a {

		display: block;

		float: left;

		width: 140px;

		height: 30px;

		padding: 0;

		text-indent: -99999px;

		background: url(images/prev.png) no-repeat left top;

	}



	#nav-below .post-nav-next a {

		display: block;

		float: right;

		width: 140px;

		height: 30px;

		padding: 0;

		text-indent: -99999px;

		background: url(images/next.png) no-repeat right top;

	}

	

/* Pagination */



	.pagination {

		list-style: none;

		margin: 0;

		padding: 0;

	}

	

	.pagination a:hover {

		text-decoration: underline;

	}



	.pagination li {

		float: left;

		height: 15px;

		padding: 5px;

	}

	

	.pagination .paged {

		background: #D4D2C5;

		height: 15px;

		display: block;

		margin: 0;

		padding: 4px;

		line-height: normal;

		text-decoration: none;

	}

	

	.pagination .active {

		height: 15px;

		display: block;

		margin: 0;

		padding: 4px;

		background: #236192;

		color: #FFF;

		line-height: normal;

	}

	

	.pagination .first {

		display: block;

		height: 20px;

		width: 20px;

		padding: 0;

		background: url(images/first.png) no-repeat left center;

		border: none;

		text-indent: -9999px;

	}



	.pagination .prev {

		display: block;

		height: 20px;

		width: 10px;

		padding: 0;

		background: url(images/arrow-left.png) no-repeat left center;

		border: none;

		text-indent: -9999px;

	}

	.pagination .next {

		display: block;

		height: 20px;

		width: 10px;

		padding: 0;

		background: url(images/arrow-right.png) no-repeat left center;

		border: none;

		text-indent: -9999px;

	}



	.pagination .last {

		display: block;

		height: 20px;

		width: 20px;

		padding: 0;

		background: url(images/last.png) no-repeat left center;

		border: none;

		text-indent: -9999px;

	}	



.rule {

  border: 1px solid #BDBEC0;

}





p {

    font-size: 14px;

}



div#sidebar {
    background: #bce8c8;
}



