/* Custom CSS */

/*
 * Please add all your custom CSS here. You can also modify this file directly by
 * editing custom.css, which is located in the theme's admin folder.
 * 
 * Make sure permissions for custom.css are set to 0755.
 * 
 * NOTE: Avoid modifying core theme files or upgrading the theme will overwrite 
 * your changes.
 * 
 * If you are new to styles and CSS, check out http://www.w3schools.com/css/.
 * 
 * If you encounter any issues visit http://support.bavotasan.com/.
 * 
 * Below is a sample style. It will add a grey border that is 1 pixel thick to your
 * site.
 * 
 * Delete the slashe and asterix before and after the style to see it in action.
 */

/*
#body { border: 1px solid #CCCCCC; }
*/

#description {
	font-size: 12.5px;
	font-weight: bold;
	margin: 2px 86px -6px;
	padding: 0;
	}

#imagebar {
	clear: both;
	float: left;
	width: 97%;
	margin: 10px 0 10px 2%;
	padding: 12px 0 10px;
	background: url(images/2line.png) repeat-x top;
	}

	#imagebar ul {
		padding: 0;
		margin: 0;
		}
		
		#imagebar ul li {
			float: left;
			list-style-type: none;
			margin: 8px 1.35% 0;
			text-align: center;
			}
						
			#imagebar ul li.lastimg {
				margin-right: 0;
				}
		
		#imagebar ul li span {
			display: block;
			}
	
		#imagebar h4 {
			font-size: 12px;
			}
