/*   
    Theme Name: Thor-Shell-Lite-Child
    Theme URI: http://thorharrison.com.au
    Description: Child theme for thorharrison.com.au 
    Author:  Thor Harrison
    Author URI:  http://thorharrison.com.au
    Template: shell-lite
    Version:1.0
*/

/* Import shell styles */
   @import url('../shell-lite/style.css'); 

#content-full { background: transparent }
#content {padding: 15px; width: 97%}
a {color: #00aeef;}

.textwidget {background-color: #fff; height: 320px}
#widgets {margin-top:650px;}
.widget-title-home {background-color: #fff; }
.widget-title-home h3 {font-size: 25px; font-weight:bold; background:none;  }
#widgets ul li {list-style-type:  circle;}
<!-- h1.featured-title  {background-color: #fff; padding: 12px; padding-left: 20px; width: 70%; margin-left: -20px;} -->
#widgets ul, #widgets p {border:0px; margin-left: 20px;}
.quote {font-family:"droid",Georgia,Serif; font-size: 17px; font-style:italic}
.quote-author {color: #00aeef;}
.left {float: left;}
.right {float: right;}
.img-padding {padding: 4px; padding-right: 8px}


h1.featured-title  {color: #fff; background:none; font-weight: bold; font-size: 40px}
#footer {background: url(https://thorharrison.com.au/wp-content/uploads/2011/11/thor-footer.jpg) no-repeat}
.featured-subtitle h2 {color: #404040}

.featured-button a {color: #fff; font-family: "century gothic", trebuchet ms;}
.featured-button {color: #fff; font-family: "century gothic", trebuchet ms; float: right;}

.post-7 h1 {color: #fff; font-size: 30px}

.menu .current_page_item a {background-color: #00aeef}
p {line-height: 24px;}
.breadcrumb-list {font-size: 9px; text-transform: uppercase;}

.post {border-bottom: 1px solid #efefef}

.wpcf7-form input[type="text"], input[type="email"], .wpcf7-form input[type="password"] {
    max-width: 250px;
}

.wpcf7-form input[type="text"], input[type="email"], .wpcf7-form input[type="password"], .wpcf7-form textarea {
    -moz-box-sizing: border-box;
    width: 70%;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 6px;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
}