/* - - - - - - - - - - - - - - - - - - - - -

Title : Vivo Cafe
Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

html {
	padding: 0;
	margin: 0 auto;
	overflow: -moz-scrollbars-vertical;
	}


body, normal{
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	padding: 0 0 20px 0;
	margin: 15px auto 0 auto;
	text-align: center;
	background-color:  #1a0202;
	}

img {
	border: none;
	}
	
	
.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}	
	
#stats {
	display: none;
	}
	
/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#container {
	width: 941px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
	#printLogo {display: none;}

	#header {
		width: 941px;
		height: 128px;
		margin: 0 0 15px 0;
		padding: 0;
		text-align: center;
		}
		
	#navBar {
		width: 941px;
		height: 32px;
		background: url(/persistent/templateimages/nav_bg.jpg) no-repeat;
		margin: 0;
		padding: 0;
		}
	
	#imageBanner {
		width: 941px;
		height: 280px;
		}
		
	#imageBanner-home {
		width: 941px;
		height: 350px;
		}
		
	#contentArea {
		width: 941px;
		background: url(/persistent/templateimages/content_bg.jpg) repeat-y;
		margin: 0;
		padding: 0 0 10px 0;
		}
		
		#vivoNews {
			float: left;
			margin: 0 0 0 41px;
			width: 286px;
			background-color: #ece9da;
			padding: 0;
			min-height: 300px;
			}
			
		#contentHome {
			float: left;
			margin: 0 0 0 26px;
			width: 544px;
			padding: 0;
			min-height: 300px;
			}
			
		#contentDefault {
			float: left;
			margin: 0 0 0 43px;
			width: 856px;
			padding: 0;
			min-height: 300px;
			}
		
	#footer {
		width: 941px;
		height: 104px;
		background: url(/persistent/templateimages/footer_bg.jpg) no-repeat;
		margin: 0;
		padding: 0;
		}
		

/*
----------------------------------------------------------------------------- 
MAIN NAVIGATION MENU
-----------------------------------------------------------------------------*/

/* -- Top Menu Sucker Fish 4 Level -- */

#nav, #nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
	}

#nav li {
	cursor: pointer;
	float: left;
	text-transform: capitalize;
	}
	
#nav li a {
	font: normal 14px/14px arial, helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 12px 15px 6px 17px;
	background: url(/persistent/templateimages/nav_divider.jpg) left 13px no-repeat;
	}
	
	#nav li.home a {
		background-image: none;
		}
	
	#nav li a:hover { 
		color: #ce4d49;
		text-decoration: none;
		}
	
	#nav li.selected a { color: #ffcb08; }
	
	#nav li.selected a:hover { 
		color: #ffcb08;
		text-decoration: none;
		}

		
#nav li ul a, #nav li ul a:visited {
	min-height: 15px;
	font: normal 13px arial, helvetica, sans-serif;
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 8px 8px 8px 13px;
	background-image: none;
	color: #FFFFFF;
	width: 160px;
	background-color: #6d4a2a;
	text-transform: none;
	}
	
	#nav li ul a:hover {
	background-image: none;
	color: #ffcb08;
	background-color: #6d4a2a;
	text-decoration: none;
		}
	
	#nav li.selected ul a, #nav li.selected ul a:visited {
		color: #FFFFFF;
		}
		
	#nav li.selected ul a:hover  {
		color: #ffcb08;
		text-decoration: none;
		}
	
#nav li ul li { background-color: none; }

#nav li {
	float: left;
	padding: 0;
	}

#nav li ul {
	position: absolute;
	border-bottom: 0;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0 0 0 17px;
	padding: 0;
	background-color: none;
	}

#nav li li {
	width: 150px;
	background-image: none;
	}

#nav li ul ul { margin: -26px 0 0 176px; }

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul {
	left: -999em;
	}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul {
	left: auto;
	z-index: 500;
	}

#nav li:hover, #nav li.sfhover {
	color: #001647;
	position: static;
	}

#nav li ul li:hover, #nav li ul li.sfhover { 
	background-image: none;
	background-color: #ebebeb;
	}	


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

#footerLeft {
	float: left;
	margin: 20px 0 0 150px;
	padding: 0;
	}
	
	#footerLeft p{
		font-size: 13px;
		padding: 0 0 10px 0;
		margin: 0;
		}
	
	#footerLeft p.subscribe a {
		font-size: 14px;
		}
		
#footerRight {
	float: right;
	margin: 20px 35px 0 0;
	text-align: right;
	}
	
	#footerRight p {
		font-size: 11px;
		}


/*
----------------------------------------------------------------------------- 
HOME PAGE STYLES
-----------------------------------------------------------------------------*/

#vivoNews h2 {
	font: 18px Helvetica, Verdana, Arial, sans-serif;
	color: #1a0202;
	margin: 0;
	padding: 10px 0 10px 32px;
	border-bottom: 2px solid #FFFFFF;
	font-weight: bold;
	background: url(/persistent/templateimages/red_button_beige.jpg) 8px 12px no-repeat;
	}

#vivoNewsArticles {
	padding: 0px;
	margin: 0px;
	}

h1.home {
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	color: #ba0025;
	font-weight: bold;
	line-height: 34px;
	}

	
/*
----------------------------------------------------------------------------- 
HEADINGS
-----------------------------------------------------------------------------*/



h1 {
	font: 25px Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ba0025;
	text-transform: none;
	padding:0 0 15px 0;
	margin: 0;
	}
	
h2 {
	font: 18px Helvetica, Verdana, Arial, sans-serif;
	color: #333333;
	margin: 0;
	padding: 10px 0 20px 25px;
	font-weight: bold;
	background: url(/persistent/templateimages/red_button_white.jpg) 0 12px no-repeat;
	}

h3 {
	font: 12px Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #666666;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	}

#fliptitle {
	float: left;
	width: 50%;
	}

#fliptitle h1 {
     font: 35px Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ba0025;
	text-transform: none;
	padding-left: 50px;
	margin: 0;
	float: left;
}

/*
----------------------------------------------------------------------------- 
DEFAULT FONT STYLES
-----------------------------------------------------------------------------*/


td, p {
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	margin: 0;
	padding: 0;
	}
	
p {
	padding-bottom: 18px;
	}
	

hr {
	border: none;
	border-top: 1px solid #cfcdcd;
	color: #FFFFFF;
	padding: 0 0 10px 0;
	}

#contentArea ul, #contentArea ol {
	margin: 0;
	padding: 0 0 18px 0;
	list-style: outside;
	}
	
	#contentArea li {
		padding: 0 0 10px 5px;
		margin: 0 0 0 15px;
		list-style: outside;
		}
	
/*
----------------------------------------------------------------------------- 
LINKS
-----------------------------------------------------------------------------*/

a { 
	text-decoration: none;
	color: #ba0025;
	}
	
a:hover {
	text-decoration: underline;
	}



/*
----------------------------------------------------------------------------- 
CUSTOM STYLES
-----------------------------------------------------------------------------*/

.imgLeft {
	float: left;
	margin: 0 14px 10px 0;
	}
	
.imgRight {
	float: left;
	margin: 0 0 10px 14px;
	}	
	
	
/*
----------------------------------------------------------------------------- 
ARTICLES MANAGER
-----------------------------------------------------------------------------*/	

li.exerpt  {
	list-style:none;
}

.post-meta {
color:#666666;
font: italic 11px Arial, Verdana, Helvetica, sans-serif;
}

.post-image {
text-align:left;
}

ul.posts H2 {
background: none;

}


/* ---------- ARTICLES FEED LAYOUT01 ---------- */

	
	#vivoNewsArticles ul.postsLayout01 {
		width: auto;
		padding-right: 10px;
		}
		
	#vivoNewsArticles .post-meta {
		display:none;
		}
		
	#vivoNewsArticles .post-summary-image {
		float:left;
		width:80px;
	
	}
	#vivoNewsArticles .post-summary-image img {
	width: 80px;
	}
	
	
	#vivoNewsArticles .post-summary	{
		float:right;
		width:155px;
	}
	
	
	#vivoNewsArticles ul.postsLayout01 li.exerpt {
		width: auto;
		padding: 0 10px 10px 0;
		border-bottom: 1px dotted #999;
		overflow: auto;
		}
	
	#vivoNewsArticles ul.postsLayout01 h2.category-title {
		background: #e7f9fa;
		border: 2px solid #ebeae8;
		font-size: 16px;
		font-weight: bold;
		text-transform: capitalize;
		padding: 4px;
		margin: 0 0 7px 0;
		}
		
	#vivoNewsArticles h2.post-title {
	border:none;
	}
	
	ul.postsLayout01 li.exerpt img {
		border: 3px solid #ebeae8;
		}
			
	#vivoNewsArticles ul.postsLayout01 li.exerpt h2 {
		font-size: 13px;
		background: none;
		line-height: 13px;
		margin: 0;
		padding: 10px 0 5px 0;
		}
	
	#vivoNewsArticles ul.postsLayout01 .post-summary-image {
		margin-right: 10px;
		margin-bottom: 0px;
		padding:0px;
		}

