/*
Theme Name: LingShu
Theme URI: http://lingshuacupuncture.co.nz/
Author: Shooting Cactus Design
Author URI: http://shootingcactus.co.nz/
Description: Theme built for Ling shu Acupuncture, copied from the static Ling Shu Acupuncture site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lingshu
Tags:

This theme is a copy of the static website for Ling Shu Acupuncture

Page sizes:
1000px

*/

/* ###############################
#            MENU                #
#  1    General                  #
#  2    Header                   #
#  3    Main content             #
#  4    Aside                    #
#  5    Footer                   #
#                                #
#                                #
############################### */


/* ##############################
#        1 General              #
############################## */
body {
  background: #4c67ae url("assets/images/bg.jpg") top repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

/* ##############################
#        2 Header               #
############################## */
header {
  background: url("assets/images/albert-st.png") right no-repeat;
}

nav.header {
  background: rgb(54,54,54);
}

nav.header .menu ul li {
  border-right: 1px #60656d solid;
}

.menu ul li a {
  color: white;
  text-decoration: none;
}


/* ##############################
#        3 Main Content         #
############################## */
main {
  background: white;
}

.clickhere {
  color: rgb(190,51,52);
}

.image-border {
  border: 1px solid #788cc2;
  border-radius: 10px;
}

.slides > li > img {
  border-radius: 10px;
}
/* ##############################
#        4 Aside                #
############################## */

/* ##############################
#        5 Footer               #
############################## */
nav.footer ul {
  list-style: none;
}

nav.footer ul a {
  text-decoration: none;
  color: white;
}

footer p, footer h4 {
  color: white;
}

.copyright {
  color: white;
  font-size: 0.7em;
  text-align: center;
}