/*
 
 Theme Name: Soulscape2010
 Theme URI: http://soulscape.com.au/
 Description: Based on the default WordPress theme.
 Version: 1.6
 Author: Soulscape Web Design
 Author URI: http://soulscape.com.au/
 Tags: blue, custom header, fixed width, two columns, widgets
 
 */
/* Begin Typography & Colors */ * {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

html, body, #wrapper {
    height: 100%;
}

body > #wrapper {
    height: auto;
    min-height: 100%;
}

html {
    background: #b1e7fd url(images/pageBG.png) repeat-x;
}

body {
    background: url(images/headerBG.jpg) no-repeat center top;
    color: #666;
    width: 100%;
    display: table;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

#wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
    z-index: 20;
}

h1, h2, h3 {
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    margin: 10px 0 15px 0;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 25px;
}

h3 {
    font-size: 18px;
}

h1.logo {
    position: absolute;
    top: -10px;
    left: 22px;
    width: 260px;
    height: 100px;
    text-indent: -9999px;
    z-index: 10;
    background: url(images/logo.png) no-repeat left top;
    cursor: pointer;
}

h1.logo a {
    display: block;
    width: 280px; /* larger than actual image? */
    height: 120px;
    text-decoration: none;
    border: 0;
}

h2.introText {
    background: url(images/introText.png) no-repeat left top;
    width: 400px;
    height: 100px;
    position: absolute;
    top: 140px;
    left: 0;
    z-index: 10;
}

#nonIntroText {
    background: url(images/leaf.png) no-repeat left top;
    width: 160px;
    height: 130px;
    position: absolute;
    top: 130px;
    left: 280px;
    z-index: 10;
}

#sticker {
    width: 160px;
    height: 160px;
    position: absolute;
    top: 45px;
    right: 140px;
    z-index: 5;
}

#header {
    height: 215px
}

#content {
    padding-bottom: 150px;
    clear: both;
}

#content p {
    margin-bottom: 15px;
}

.contentBoxOuter {
    width: 960px;
    margin-top: 35px;
    background-color: #c5effc;
    border: 1px solid #FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}

.contentBoxInner {
    background-color: #ffffff;
    padding: 10px;
    margin: 10px;
}

#mainCol {
    float: left;
    width: 600px;
    padding: 10px;
}

ul#nav {
    margin: 6px 0 0 320px;
    list-style: none;
}

ul#nav li {
    display: inline;
    height: 27px;
}

ul#nav li a, ul#nav li a:visited {
    position: relative;
    color: #FFFFFF;
    font-size: 13px;
    padding: 5px 20px;
    text-transform: lowercase;
    text-decoration: none;
}

ul#nav li a:hover {
    background-color: #e42834;
}

ul#nav li.current_page_item a, ul#nav li.current-cat a {
    background-color: #e42834;
}

#footer {
    position: relative;
    width: 100%;
    margin-top: -120px; /* negative value of footer height */
    height: 120px;
    background-color: #027dc1;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 10px;
    clear: both;
    text-align: right;
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    text-decoration: none;
}

#footerContent {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    text-align: right;
}

#footerContent p {
    width: 360px;
    text-align: right;
    padding: 10px 0;
    margin-left: 600px;
}

p.footernav {
    border-bottom: 1px dotted #c5effc;
}

a.imageButton {
    display: block;
    width: 160px;
    height: 32px;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    text-indent: -5px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    margin: 15px 0 25px 0;
    background: url(images/buttonBG.png) no-repeat left top;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/* End Typography & Colors */
/* Archives */
.wp-image, .attachment-catThumbnail {
}

.portfolioImage {
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #b1e7fd;
    float: left;
    margin: 0 0 15px 0;
}

.category-portfolio {
    clear: both;
}

.entryArchive {
    float: left;
    width: 280px;
    text-align: right;
    margin-right: 15px;
}

.linkification-ext {
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've 
 thought?!) align the image to the right. And using 'class="centered',
 will of course center the image. This is much better than using
 align="center", being much more futureproof (and valid) */
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* End Images */
/* Begin Lists
 
 Special stylized non-IE bullets
 Do not work in Internet Explorer, which merely default to normal bullets. */
li.wGallery {
    margin: 15px 0;
}

ul.featureList li strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

html > body .entry ul {
    margin-left: 0px;
    padding: 10px 0;
    list-style: none;
}

html > body .entry li {
    margin: 5px 0;
}

.entry ol {
    padding: 0 0 0 45px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 5px;
}

/* End Entry Lists */
/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align: center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
}

/* End Form Elements */
/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;
}

.commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

.children {
    padding: 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}

/* End Comments */
/* Begin Sidebar */
#sidebar {
    margin-left: 10px;
    padding: 10px 20px;
    float: right;
    width: 240px;
    background-color: #e2f7ff;
}

#sidebar form {
    margin: 0;
}

#sidebar ol li strong, #sidebar ul li strong {
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
}

#sidebar ul li strong {
    margin-left: 0;
    list-style: none;
}

/* End Sidebar */
/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff;
}

/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}

/* End Various Tags & Classes*/
/* Captions */
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* End captions */
/* Testimonials */
p.testimonial {
    background: url(images/quoteStart.gif) no-repeat left top;
    padding: 5px 30px 0 40px;
    margin-top: 30px;
}

span.endQuote {
    display: block;
    float: right;
    height: 28px;
    width: 30px;
    margin-top: -50px;
    margin-left: 20px;
    background: url(images/quoteEnd.gif) no-repeat right top;
}

.testimonial strong {
    font-weight: bold;
}