		/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 21 December 2014 16:38:56
*/


/**
 * Liverpool City Council - Inside Style Sheet
 *
 * inside.css
 * author: Squiz Australia
 */

/*
 * Table of Contents
 *
 * 1. Layout
 * 2. General Typography
 *    2.1 Fonts
 *    2.2 Headings
 * 3. Tables
 * 4. Lists
 * 5. Buttons
 * 6. Document Icons
 * 7. Pagination
 * 8. News Items
 * 9. Search Results
 * 10. RHS Grey Box
 */

/*
--------------------
1. Layout
--------------------
*/
#main-content {
    padding-bottom: 20px;
}

.inside-banner img {
    margin-top: 20px;
}
/*
--------------------
2. General Typography
--------------------
*/

/*--- 2.1 Fonts ---*/

/*--- 2.2 Headings ---*/
h1 {
    margin: 30px 0;
    color: #00718a;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: bold;
}
h2, h3, h4, h5, h6{
    margin: 30px 0 20px 0;
}
h1, h2, h3 {
    text-transform: uppercase;
}
h1, h2, h4 {
    font-family: arial;
}
h3 {
    font-family: arial;
}
h2 {
    color: #363c40;
    font-size: 1.8em;
    line-height: 1em;
    font-weight: bold;
}
h3 {
    color: #00718a;
    font-size: 1.6em;
    font-weight: normal;
}
h4 {
    color: #363c40;
    font-size: 1.4em;
    font-weight: bold;
}
h5 {
    color: #00718a;
    font-size: 1em;
    font-weight: normal;
}
h6 {
    color: #363c40;
    font-size: 0.8em;
    font-weight: bold;
}
p {
    margin-bottom: 15px;
}
/*
--------------------
3. Tables
--------------------
*/

table {
    width: 100%;
}
    table td,
    table th {
        text-align: left;
        padding: 15px 12px;
    }
    table thead tr {
        font-family: arial;
        background: #016d85;
        color: #ffffff;
        font-size: 14px;
    }
    table tbody tr.even {
        background: #f5f5f5;
    }
    table td,
    table th {
        border: 0;
}
/*
--------------------
4. Lists
--------------------
*/

#main-content ul {
    margin: 0 0 20px 30px;
    list-style: disc;
}
    #main-content ul li {
        background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0008/45557/bullet.png?v=0.2.1) no-repeat 0 4px;
        padding-left: 10px;
        list-style: none;
        margin: 5px 0;
    }
        #main-content ul li ul {
            margin: 1.5em 0 1.5em 0;
        }
#main-content ol {
    margin-left: 45px;
    list-style: decimal;
}
    #main-content ol li ol {
        margin: 1.5em 0 1.5em 15px;
    }
/*
--------------------
5. Buttons
--------------------
*/

.btn.green {
    padding: 0 3%;
    background-position: 87% 10px;
}

.submit input {
     background-color: #467328;
     color:#fff;
     font-family: 'arial';
     font-size: 14px;
     background-color: #6EB53F;
     border: medium none;
     height: 30px;
     position: relative;
     text-transform: uppercase;
     width: 85px;
     
}

/*
--------------------
6. Document icons
--------------------
*/

#main-content .pdf,
#main-content .xls,
#main-content .doc {
    list-style: none;
    padding-left: 20px;
    line-height: 21px;
    }
#main-content .pdf {
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0006/45555/pdf_icon.png?v=0.2.1) no-repeat;
}
#main-content .xls {
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0003/45552/xls_icon.png?v=0.2.1) no-repeat;
}
#main-content .doc {
    background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0004/45553/word_icon.png?v=0.2.1) no-repeat;
}
/*
--------------------
7. Pagination
--------------------
*/

.pagination {
    float: left;
    margin-top: 25px;
}
.pagination ul,
.pagination ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pagination ul {
    width: 100%;
    float: left;
}
    #main-content .pagination ul li {
        float: left;
        background: none;
        padding-left: 0;
    }
        .pagination a {
            font-size: 18px;
            font-family: 'arial';
            background-color: #efefef;
            float: left;
            color: #00718A;
            padding: 8px 13px;
            margin-right: 12px;
        }
        .pagination a.active,
        .pagination a:hover,
        .pagination .prev a:hover,
        .pagination .next a:hover {
            background-color: #467328;
            color: #ffffff;
        }
        .pagination .prev {
            display: inline;
        }
        .pagination .prev a,
        .pagination .next a {
            text-indent: -9999px;
            width: 30px;
            height: 31px;
            padding: 0;
            display: inline;
        }
        .pagination .prev a {
            background: #efefef url(http://www.liverpool.nsw.gov.au/__data/assets/image/0005/45554/prev.png?v=0.2.1) no-repeat 10px;
        }
        .pagination .next a {
            background: #efefef url(http://www.liverpool.nsw.gov.au/__data/assets/image/0007/45556/next.png?v=0.2.1) no-repeat 10px;
        }
        .pagination .next a:hover {
            background: #467328 url(http://www.liverpool.nsw.gov.au/__data/assets/image/0009/45558/white-arrow.png?v=0.2.1) no-repeat 10px;
        }
        .pagination .prev a:hover {
            background: #467328 url(http://www.liverpool.nsw.gov.au/__data/assets/image/0010/45559/white-arrow-prev.png?v=0.2.1) no-repeat 10px;
        }
/*
--------------------
8. News Items
--------------------
*/
        .news-item {
            float: left;
            border-bottom: solid 1px black;
            padding: 10px 0;
        }
            .news-item .image {
                float: left;
                width: 20%;
            }
            .news-item .image img {
                height: 100%;
            }
            .news-item .text {
                float: left;
                width: 78%;
                margin-left: 2%;
            }
        .news-item:last-child {
            border-bottom: none;
        }
            .news-listing .news-item h2 {
                margin-top: -3px;
                width: 83%;
            }
            .news-item p {
                padding-bottom: 6px;
            }
            .news-item span {
                float: right;
            }
            .news-item ul {
                float: left;
                margin-left: 0;
            }
                #content .news-item ul li{
                    height: 21px;
                    background-position: 0 0;
                }
            .news-item span {
                font-weight: bold;
            }
    .news .news-item {
        float: none;
    }  
    
/*
--------------------
9. Search Results
--------------------
*/    

.listing-results h2 {
    margin: 25px 0 5px;
}

/*
--------------------
10. RHS Grey Box
--------------------
*/    
.span3.rhs-column{
     margin-left: 0;
}
.grey_bkgrnd {
   /* background-color: #efefef;*/ 
      color: #69757d;
      margin-bottom: 9.5%;
  }
  .grey_bkgrnd h3 {
      text-transform: uppercase;
  }
  .grey_bkgrnd h3 {
      color: #546068;
      font-size: 18px;
      padding-bottom: 15px;
      border-bottom: 2px solid #f5f5f5;
      margin-bottom: 15px;
      margin-top: 15px;
      font-weight: bold;
      background-color: #f5f5f5;
    padding-top: 15px;
    padding-left: 10px;
}

  }
      .grey_bkgrnd  h3 span {
          font-size: 1.8em;
          display: block;
      }
  .box.grey_bkgrnd article.row-fluid [class*="span6"] {
      margin-right: 0;
  }
  .box.grey_bkgrnd article.row-fluid [class*="span6"]:first-child,
  .box.grey_bkgrnd article.row-fluid [class*="span6"].first_child {
      margin-right: 3.333333%;
  }
  .box.grey_bkgrnd article.row-fluid [class*="span6"],
  .box.grey_bkgrnd article.row-fluid [class*="span6"]:first-child,
  .box.grey_bkgrnd article.row-fluid [class*="span6"].first_child  {
      margin-left: 0;
  }  
 .feature {
      padding: 5% 6% 0 6%;
  }
  
  .feature ul {
      margin-top: -16px;
  }
  
  .feature ul li {
      padding: 10px 0 10px 20px;
      border-bottom: 1px solid #d5d5d5;
      background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0020/45551/blue-list-arrow.png?v=0.1.1) no-repeat left 14px; 
  }
      .feature ul li.external-link {
             background: url(http://www.liverpool.nsw.gov.au/eplanningportal_designs/css/inside.css/external-link-icons.png) no-repeat left -272px;
      }
      .feature ul li.pdf {
             background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0005/46751/file-icons.png?v=0.3.1) no-repeat left 12px;
      }
      .feature ul li.doc {
             background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0005/46751/file-icons.png?v=0.3.1) no-repeat left -170px;
      }
      .feature ul li.excel {
             background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0005/46751/file-icons.png?v=0.3.1) no-repeat left -339px;
      }
      .feature ul li.powerpoint {
             background: url(http://www.liverpool.nsw.gov.au/__data/assets/image/0005/46751/file-icons.png?v=0.3.1) no-repeat left -513px;
      }

 .feature ul li a{
      display: block;
 }