/* -------------------------------------------------------------- 
  
   Viva CSS Framework
   E-Mail: hello@vivatemplates.com
   
   www.vivatemplates.com
   
   Theme: Minified
   CMS: Concrete5
   
-------------------------------------------------------------- */

@import "css/reset.css";
@import "css/forms.css";


/* General
-------------------------------------------------------------- */

html,body {
	height: 100%;
	width: 100%;
}

/* CHANGE */

body {
	/* customize_background_color */	background-color: #fff;	/* customize_background_color */ 
}

#wrapper {
	width: 1040px;
	margin: 0 auto;
	min-height: 100%;
/* 	background: transparent url(http://cafedbar.com.au/themes/dbar/images/background.png) repeat-y; */
}

#content {
	padding: 20px 40px;
}

#header {
	height: 85px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#top-text {
	position: absolute;
	top: 10px;
	right: 20px;
}

#slideshow {
	height: 350px;
	width: 100%;
	border-bottom: 1px solid #efefef;
	margin-bottom: 40px;
	padding-bottom: 10px;
	position: relative;
}

#home-center {
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.home-left {
	width: 250px;
	padding-top: 10px;
	float: left;
	min-height: 200px;
}

.logo {
	float: left;
	width: 300px;
}

.home-box {
	border: 1px solid #efefef;
	float: left;
	width: 190px;
	padding: 10px;
	min-height: 200px;
}

.home-box:hover {
	border: 1px solid #ddd;
}

.box-1 {
	margin-left: 20px;
}

.box-2 {
	margin-left: 30px;
}

.box-3 {
	float: right;
}

#text-placeholder {
	position: absolute;
	top: 80px;
	right: 0;
	width: 385px;
	height: 220px;
	background: url(http://cafedbar.com.au/themes/dbar/images/black_bg.png);
	z-index: 5;
}
.inner-text {
	padding: 20px;
	color: #eee;
}
.inner-text p {
	color: #eee;
}
.inner-text a:hover {
	color: #fff;
}
.inner-text h2 {
	color: #fff;
	font-size: 32px;
}

#home-text-right {
	width: 670px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
	border-left: 1px solid #efefef;
}

/* FOOTER
-------------------------------------------------------------- */

#footer {
	width: 1040px;
	margin: 0 auto;
	padding-top: 20px;
/* 	background: transparent url(http://cafedbar.com.au/themes/dbar/images/background.png) repeat-y; */
}

.inner-footer {
	border-top: 1px solid #efefef;
	width: 960px;
	margin: 0 auto;
	padding: 20px 0px 20px 0px;
}

#image-placeholder {
	width: 960px;
	margin-bottom: 20px;
}

/* FORMS */

#wrapper .formBlockSurveyTable {
	width: 100%;
}

#wrapper input[type=text], #wrapper input[type=email], #wrapper input[type=tel] {
	background: #fff url(http://cafedbar.com.au/themes/dbar/images/field-bg.gif) repeat-x top left;
	outline: 0;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #333;
	border: 1px solid #ddd;
	padding: 5px;
	width: 70%;
}

#wrapper textarea {
	background: #fff url(http://cafedbar.com.au/themes/dbar/images/field-bg.gif) repeat-x top left;
	outline: 0;
	font-size: 12px;
	color: #333;
	border: 1px solid #ddd;
	padding: 5px;
	width: 70%;
}

#sidebar {
	width: 220px;
}

#sub-content-right {
	width: 710px;
	padding-left: 20px;
}

#sub-content-left {
	width: 710px;
	padding-right: 20px;
}

#sub-content-full {
	width: 100%;
}

.sidebar-left, .content-left {
	float: left;
}

.content-right, .sidebar-right {
	float: right;
}

/* NAVIGATION */

#navigation {
	position: absolute;
	bottom: 10px;
	right: 0;
}

/* remove the list style */
	#nav {
		margin:0; 
		padding:0; 
		list-style:none;
	}	
	
		/* make the LI display inline */
		/* it's position relative so that position absolute */
		/* can be used in submenu */
		#nav li {
			float:left; 
			display:block; 
			position:relative;
			z-index: 10; 
			margin:0 16px;
		}
		
		/* this is the parent menu */
		#nav li a {
			display:block; 
			padding:8px 5px 0 5px; 
			font-weight:700;  
			height:23px; 
			text-decoration:none; 
			color:#fff; 
			text-align:left; 
			color:#000;
			text-transform: uppercase;
		}

		#nav li a:hover {
			/* customize_navigation_hover_color */	color:#00d2d9;	/* customize_navigation_hover_color */
		}
	
		/* you can make a different style for default selected value */
		#nav a#nav-selected {
			/* customize_navigation_current_color */	color:#00d2d9;	/* customize_navigation_current_color */
		}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
			border-top: 1px solid #f7f7f7;
			-webkit-box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 6px;
			-moz-box-shadow: rgba(0, 0, 0, 0.296875) 0px 2px 6px;
		}
		
		#nav ul li {
			width:200px; 
			float:left; 
			margin:0 1px;
		}
		
		#nav ul li ul {
			display: none;
			-webkit-box-shadow: none; 
			-moz-box-shadow: none; 
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#333;
			border-left: 1px solid #f7f7f7;
			border-bottom: 1px solid #f7f7f7;
			border-right: 1px solid #f7f7f7;
			background: #fff;
		}
		
		#nav ul a:hover {
			text-decoration: none;
			background: #f7f7f7;
			color: #000000;
		}

		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
		*html #nav ul {
			margin:0 0 0 -2px;
		}

/* Sidebar
-------------------------------------------------------------- */

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #efefef;
}
#sidebar ul li a {
	display: block;
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #efefef;
	padding-left: 20px;
	background: url(http://cafedbar.com.au/themes/dbar/images/arrow.png) no-repeat left;
}

#sidebar ul li a#nav-path-selected {
	color: #000;
}

/* customize_miscellaneous */ /* customize_miscellaneous */

/**
** Artist Page
**/
.artist_name{
	
}
.artist_exhibition_area{
	background-color: #333;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border: 3px double #fff;
}

	.artist_exibition_name{
		color: #fff;
		font-size: 30px;
		width: 670px;
		line-height: 30px;
		margin: 10px 0 0 0;
		padding: 0 20px;
		display: block;
	}
	.artist_from_to{
		color: #fff;
		font-size: 18px;
		width: 670px;
		display: block;
		float: left;
		margin: 5px 0;
		padding: 0 20px;
		text-align: right;
	}
	#wrapper .artist_exhibition_short_descr{
		color: #FFFFFF;
		float: right;
		margin: 0 0 0 20px;
		max-height: 91px;
		overflow: hidden;
		padding: 0;
		width: 334px;
	}

	.artist_exhibition_info{
		width: 50%;
		clear: both;
		background-color: #fff;
		color: #000;
		font-size: 15px;
		height: 91px;
	}
		.artist_dbar_logo{
			background: url(http://cafedbar.com.au/themes/dbar/images/dbar_logo_exh.png) no-repeat 5px 50% transparent;
			width: 215px;
			height: 64px;
			float: left;
			position: relative;
		}
		.artist_time{
			color: #FF0000;
			float: left;
			font-size: 21px;
			font-weight: bold;
			height: 19px;
			padding: 13px 10px 0px;
			width: 118px;
			text-align: center;
		}
		.artist_days{
			text-align: center;
			color: #FF0000;
			float: left;
			font-size: 21px;
			font-weight: bold;
			height: 19px;
			padding: 5px 10px;
			width: 118px;
		}
		.artist_address_bar{
			color: #000000;
			float: left;
			font-size: 14px;
			font-style: italic;
			height: 27px;
			text-align: center;
			width: 100%;
			clear: both;
		}
	.artist_exhibition_tagline{
		width: 670px;
		color: #fff;
		font-size: 20px;
		padding: 5px 20px;
		font-style: italic;
	}

/*
** Artist Page List
*/
.artist-index{
	width: 100%;
	position: relative;
}
	.artist{
		float: left;
		width: 220px;
		margin: 0 15px 15px 0;
	}
		.image_container{
			width: 220px;
			height: 146px;
			overflow: hidden;
			position: relative;
			float: left;
		}
		.artist_title{
			font-size: 15px;
			font-weight: normal;
			float: left;
			margin-top: 7px;
		}
			.artist_title a{
				line-height: 18px;
				
			}
		.artist-index .third{
			margin-right: 0;
		}
	
	
/**
** Cleanup Floats
**/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */
/** END CLEAN UP **/

