/* @override 
	http://spring.millstream.com.au/css/spring.custom.css
	http://help.r.millstream.com.au/css/spring.custom.css
	http://dev.nolamarino.com.au/css/nola.custom.css
	http://www.nolamarino.com.au/css/nola.custom.css
*/

body {
	background-color: #B7E3F8;
	color: black;
	background-image: url(../upload/template/nolamarino/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

#container {
	width: 950px;
	background-color: #fff;			
}

#banner {
	background-color: #eee;
	background-image: 	url(../upload/template/nolamarino/banners/header.jpg);
	height: 172px;
	border-bottom: 30px solid #0a699a;
}

#back_button {
	width: 890px;
	padding: 0px 20px;
}

#back_button a {
	color: #0071bf;
}

#footer {
	width: 890px;
	background-color: #0A699A;
	border-top: 1px solid #c1c1c1;
	color:white;
	text-align:center;
	padding: 15px 30px;
	height: 10px;
}

#header {
	background-color: #e1e1e1;
}

#sidebar-right {
	background-color: #f1f1f1;
}

#sidebar-left {
	background-color: #f1f1f1;
}

#content a, #content a:visited {
        color:#0071bf;
}

#content a:hover {
}

#content h3, .sidebar h3 {
	font-size: 1.4em;
	margin-bottom: 0.6em;
	font-weight: bold;
}

#content blockquote {
 font-size: 1em;
 font-family: "Verdana";
 line-height: 1.4;
 padding: 1em 0em 1.1em 1em;
 margin-bottom: 0em;
 background-color: transparent;
}

/* @group Fonts */

h1 {
	color: #0071bf;
	line-height: 1.8;
}

h2 {
	color: #0071bf;
	line-height: 1.4;
}

h3 {
	color: #0071bf;
	line-height: 1.4;
}

h4 {
	color: #0071bf;
	line-height: 1.4;
}

h5 {
	color: #0071bf;
	line-height: 1.4;
}

h6 {
	color: #0071bf;
	line-height: 1.4;
}

p, #content p {
	margin-bottom: 1.4em;	
}

#content li {
	list-style-image: url(/upload/template/nolamarino/bullet-point.gif);
	margin: 0.4em 0;
	font-size: 1.1em;
}

#content .linklist li, #content .gallery li {
	list-style-image: none;
}

/* @end */

/* @group Navlist */

#navlist {
	top: 198px;
	padding: 0.4em 1em 0.8em 1em;
	width: 930px;
	font-size: 1.1em;
}

#navlist.depth-0 li.selected>a {
	color: #f7ec99;
}

#navlist .depth-1 li.selected a {
	background-color: #93CAE4;
}

#navlist ul {
	background: #80bdda url(../upload/template/nolamarino/dropdown-bg.jpg) repeat-x 0 top;
}

#navlist li {
}

#navlist a {
	color: #fff;
}

#navlist a:hover, #navlist li.d1:hover {
	background-color: #0A699A;
	background-image: none;
	color: #f7ec99;
}

#navlist li li {
	background-image: none;
}

#navlist li li a {
	color: #fff;
}

#navlist li li:hover a {
	background-color: #0A699A;
}

#navlist li li ul {
}

#navlist li li li:hover a {
	background-color: #095B85;
	color: #f7ec99;
}

/* @end */

/* @group Navlist 3rd level */

.navigation.depth-2 {
	margin: 13px 0px 2px 13px;
	font-size: 1.1em;
}

.navigation.depth-2 li {
	display: inline;
	margin: 10px;
}

.navigation.depth-2 li a {
	text-decoration: none;
	color: #0071bf;
}

.navigation.depth-2 li a:hover {
	text-decoration: none;
	color: #184d85;
}

/* @end */

/* @group Slideshow */

#content #controls #crossfader-previous {
	height: 9px;
	padding: 4px 22px;
	background-image: url(../upload/template/spring/previous-001.png);
	background-repeat: no-repeat;
	background-position: center left;
	color: #aaa;
}

#content #controls #crossfader-next {
	height: 9px;
	padding: 4px 22px;
	background-image: url(../upload/template/spring/next-001.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #aaa;
}

/* @end */


/* @group Layout */

#content {
 width: 100%;
 padding-left: 0;
 padding-right: 0;
 padding-top: 0;

}
 
.column {
 float: left;
 padding: 2%;
}
 
.column.three {
 width: 96%;
}
 
.column.two {
 width: 37%;
}
 
.column.one {
 width: 55%;
}

/* @end */

/* @group Newslist */

.row1 .newslist .item {
	position: relative;
	overflow: visible;
	margin: 10px 0 30px 0;
}

.newslist .item h3 {
}

.newslist .item h5 {
	background: url(/upload/template/nolamarino/calendar.gif) no-repeat;
	height: 25px;
	padding: 10px 0 0 45px;
	margin: 0;
}

/* @end */

/* @group Gallery */

#content ul.gallery {
	margin:10px -25px 0px -5px;
}

#content ul.gallery li {
	padding: 0px 5px 0 5px;	
}

/* @end */

/* @group Gallery homepage */

#home-row1 .gallery-index .item {
	display:block;
	width:98px;
	height:98px;
	margin:2px;
}

/* @end */

/* @group Gallery Index */

.gallery-index .item {
	display:block;
	width:128px;
	height:192px; /* Margin for captions */
	/*
	border-top: 1px solid #eee;
	padding-top: 10px;
	*/
}

/* @end */

/* @group Revised homepage */

/*
#home-left {
	width:330px;
	border-right:1px solid #0A699A;
	float:left;
	margin-bottom:-60px;
}

#home-right {
        float:right;
	border:0px solid pink;
	width:380px;
	margin-bottom:-60px;
}

#home-subscribe, #home-news-item, #home-survey {
	padding:10px;
	margin: 15px 0;
}

#home-flash {
	border:0px solid #0A699A;
}

#home-subscribe {
	border:0px solid #0A699A;
}

#home-subscribe img {
	padding-right:20px;
}

#home-news-item {
	color: white;
	background-color:#0A699A;
	border:0px solid #0A699A;
}

#home-news-item h1 {
	color: #BBE6FA;
}

#home-news-item a, #home-news-item a:visited  {
	font-weight:bold;
	color: #BBE6FA;
}

#home-survey {
	border-top:1px solid #0A699A;
}

#home-survey a, #home-survey a:visited {
	font-weight:bold;
color:#666666;
}

#home-survey img {
	padding:10px;;
}

#home-gallery-header {
	margin-bottom:-12px;
}

*/

/* @end */

/* @group Homepage 2010 */

#home-row1 {
	display: inline-table;
}

#home-row1 .home-col1 {
	float: left;
	/*width:560px;*/
	width:550px;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #c6c6c6;
}

#home-row1 .home-col2 {
	/*width:330px;*/
	float: left;
	width:320px;
	/* background-color: #f1faf9;*/
	border: 0px solid #bdf4fe;
	display: inline-block;
	height: 340px;
	text-align: center;
	
}

/* Fed feed */
/*
#home-row1 .home-col2 #fed-feed a {
	margin-top: 80px;	
	border: 1px solid #d0d0d0;
	display: inline-block;
	background-color: white;
	padding: 10px;
}
*/
/* Billboard */
#home-row2 {
	clear: both;
	height: 300px;
	margin: 0 0 20px 0;
}

#home-row3 {
	display: inline-table;	
	clear: both;
	width: 912px;
}

#home-row3 .home-col1 {
	width: 47%;
	float: left;
}

/* Dates to remember */
#home-row3 .home-col1 #home-news-item {
	background: #0a699a url(/upload/pages/home/dates-to-remember-bg.jpg) repeat-x;
	padding: 20px;
	color: white;
	font-size: 1.2em;
}

#home-row3 .home-col1 #home-news-item a, #home-news-item h1 {
	color: white;
}

#home-news-item h1 {
	margin-bottom: 1em;
	font-size: 1.5em;
}

#home-row3 .home-col2 {
	width: 44%;
	float: left;
}

/* Subscribe */
#home-row3 .home-col2 #forrest-focus {
	background: url(/upload/pages/home/subscribe.jpg) no-repeat 15px 10px;
	padding: 20px 30px 0 165px;
}

/* Social media links */
#home-row3 .home-col3 {
	width: 9%;
	float: left;
}

#home-row3 .linklist ul {
	padding: 0;
}

#home-row3 .linklist ul li {
	list-style-type: none;
	padding: 5px 0;
}


/* Lower links */
#home-row4 {
	padding-top: 40px;
	margin-bottom: -30px;
	width: 100%;
	text-align: center;
}

/*
#home-row4 img {
	padding: 0 20px;
}
*/

#home-row4 .linklist ul {
	padding: 0;
	display: inline-table;
}

#home-row4 .linklist ul li {
	list-style-type: none;
	padding: 0 10px;
	float: left;
}

/*
#home-row4 ul {
	display: inline-table;
}

#home-row4 li {
	list-style-type: none;
	float: left;
	padding: 0 30px;
}
*/

/* @end */

/* @group Calendar */
DIV.calendar
{
	margin-top: 0px;
}
#container #content .calendar H2
{
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 5px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
P.controls
{
}
#container #content .calendar TABLE.monthview
{
	background-color: transparent;
	margin-bottom: 20px;
}
#container #content .calendar TABLE.monthview TH
{
	border-top: 3px solid #C2C2C2;
	border-bottom: 1px solid #C2C2C2;
	color: #C2C2C2;
	width: 110px;
	height: 40px;
	padding: 10px;
}
#container #content .calendar TABLE.monthview TH P
{
}
#container #content .calendar TABLE.monthview TD
{
	border-bottom: 1px solid #C2C2C2;
	height: 60px;
	padding: 5px;
}
#container #content .calendar TABLE.monthview TD P A
{
	background-color: #0071bf;
	color: #FEFEFE;
}
#container #content .calendar TABLE.monthview TD P A:hover
{
	background-color: #666;
	color: #FFF;
}
#container #content .calendar TABLE.monthview P.daynumber
{
	color: #0071bf;
}
#container #content .calendar .tooltips
{
	display: none;
}
#container #content .calendar .tooltips
{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 35px;
}
#container #content .calendar .tooltips .item STRONG
{
	font-weight: bold;
}
#container #content .calendar .tooltips .item P
{
	color: #000000;
}
/* @end */

/* @group Side polaroid images */

img#side-polaroid-you {
	float: right;
	left: 20px;
	position: relative;
}

img#side-polaroid {
	float: right;
}

/* @end */
