/*  
Theme Name: Kirsten's Theme
Theme URI: http://sww.co.nz/
Description: Custom theme by Stellar Web Works for Kirsten Baldwin
Version: 1.0
Author: Aidan Curran
Author URI: http://sww.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   background: #fff;
   text-align: center;
	font-family: "trebuchet ms", trebuchet, arial, helvetica, sans-serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family : "Times New Roman", Times, serif;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-family: arial, helvetica, sans-serif;
   color: #666;
}
body {
   /*
   with body font-size of 100%:
   
   24px - 1.500em
   20px - 1.250em
   18px - 1.125em
   16px - 1em
   14px - 0.875em

   */
}
h1, h2, h3, h4 {
   font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
h1 {
   font-size: 2em;
   font-weight:normal;
}
h2 {
   font-size: 1.286em;
}
h3 {
   font-size: 1.143em;
}
h4 {
   font-size: 1em;
}
a {
   color: #999;
}
a:hover {
   color: #333;
}
p {
   line-height: 1.5em; 
}
img {
   border: 0;
   max-width:100%;
   height: auto !important;
}
div {
   text-align: left;
}
ul {
   list-style-type: none;
   padding: 0px;
   margin: 7px 0 7px 15px;
}
ul li {
   background-image: url(images/bullet.png);
   background-repeat: no-repeat;
   background-position: 0px 4px;
   line-height: 1.571em;
   padding-left: 14px;
   margin: 5px 0;
}
td {
   vertical-align:top;
}
blockquote {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
   background: #e9e9e9 url(images/quote.png) 8px 4px no-repeat;
   padding: 8px 8px 8px 46px;
}
blockquote p {
   margin: 0;
}
#header {
}
img#title {
   display: block;
   margin: 40px auto 20px auto;
}
p#subtitle {
   font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   text-align:center;
   margin: 0 0 40px 0;
}
#page {
   margin: 10px auto;
}
#nav {
   font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   text-align: center;
   line-height: 30px;
   overflow: hidden;
}
#nav a {
   margin: 0 50px;
   color: #666;
   text-decoration:none;
   font-weight: normal;
   font-size: 1.125em;
}
#nav a:hover {
   color: #FF0000;
}
#nav a.current, #nav li.current_page_item a {
   color: #CC0000;
}
#nav ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
#nav li {
   display: inline;
   list-style: none;
   margin: 0;
   padding: 0;
   background: none;
}
#maincontent {
   overflow: hidden;
}
.clear {
   clear:both;
}
.centered {
   text-align:center;
}

div.col {
   width: 50%;
   float: left;
   overflow: hidden;
}

#panelband {
   overflow: hidden
}
.panel {
   float: left;
   color: #272524;
   border: 1px solid #000;
}
#panel1 {
   margin-left: 0;
}
.panel .head {
   background: #262523;
   color: #fff;
   height: 30px;
   line-height: 30px;
   font-size: 1.429em;
   padding-left: 20px;
}
.panel .picture img {
   width: 100%;
}
.panel .body {
   font-size: 1.071em;
   height: 100px;
   padding: 10px 10px 0 10px;
   overflow: hidden;
}
.panel li {
   margin: 0;
}
.panel ul {
   margin: 0 0 0 10px;
}
.panel .more {
   text-align: right;
   font-size: 1.071em;
   padding: 5px 20px 10px 20px;
}
.panel .more a {
   text-decoration:none;
}
.panel .more a:hover {
   text-decoration:underline;
}

#footer {
   margin-top: 5px;
   padding: 10px;
   text-align: center;
   font-size: 0.786em;
   color: #999999;
}
#footer a {
   text-decoration: none;
   color: #999999;
}
#footer a:hover {
   text-decoration: underline;
   color: #666666;
}
#fbicon {
   vertical-align: middle;
   width: 25px;
   height: 25px;
   margin-left: 20px;
}

img.leftalign {
   display: block;
   float: left;
   text-align: left;
   margin: 0 25px 5px 0;
}
img.rightalign {
   display: block;
   float: right;
   text-align: right;
   margin: 0 0 5px 15px;
}
img.centeralign {
   display: block;
   margin: 10px auto;
   text-align: center;
}
table.labels {
   width:50%;
   margin:10px auto;
}
table.labels th {
   text-align: right;
   padding-right: 30px;
}
div.rounded {
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.shaddow {
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
div.opacity {
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);   
}

/* WP Common Styles */
.editLink {
   text-align: center;
   padding: 5px 0 15px 0;
}
.editLink a, a.editLink {
   background: #e0e0e0;
   color: #777777;
   font-size: 10px; 
   border: 1px solid #999999;
   text-decoration: none;
   padding: 3px 5px;
}
.editLink a:hover, a.editLink:hover {
   background: #eeeeee;
   border: 1px solid #333333;
   color: #000000;
}
.postmetadata {
   color: #999;
   font-size: 10px;
   margin: 2px 0;
}
img.aligncenter, div.aligncenter {
   display: block;
   margin: 20px auto;
}
img.alignright, div.alignright {
   display: block;
   float: right;
   margin: 0 0 20px 40px;
}
img.alignleft, div.alignleft {
   display: block;
   float: left;
   margin: 0 40px 20px 0;
}
img.aligncenter {
   text-align: center;
}
img.alignright {
   text-align: right;
   max-width: 45%;
}
img.alignleft {
   text-align: left;
   max-width: 45%;
}
.wp-caption-text,.wp-caption-dd {
   margin: 0;
   font-weight: bold;
   font-size: smaller;
   text-align: center;
}
.more-link {
   display:block;
   text-align:right;
}
.linklove {
   display:none;
}
/* Comments */
#comments {
   margin-top: 100px;
   color: #333;
   background: #f3f3f3;
   padding: 10px 20px;
   clear:both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding-bottom: 24px;
}
.commentlist {
	list-style: none;
	margin: 0;
   padding: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
   font-style: italic;
   color: #999;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	display:none;
}
#respond label {
	color: #888;
	font-size: 12px;
   width: 80px;
   display: block;
   float: left;
   text-align: right;
   padding-right: 10px;
}
#respond input {
	margin: 0 0 9px;
	width: 500px;
}
#respond textarea {
	width: 500px;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Gallery */
span.details {
   display: block;
   font-weight: normal;
   font-size: 12px;
   color: #999;
}
span.price {
   display: block;
   font-weight: normal;
   font-size: 12px;
   color: #666;
}

/* Contact Form 7 */
div.wpcf7 {
   clear: both;
   overflow: hidden;
   background-color: #e6e6e6;
   border-radius: 5px;
   width: 464px;
   margin: 15px auto !important;
}
div.wpcf7 form {
   padding: 0 30px;
   margin: 0;
}
div.wpcf7-response-output {
   background: #fff;
}
span.wpcf7-not-valid-tip {
   font-size: 0.750em !important;
}
input.wpcf7-submit {
   background: #666;
   color: #fff;
   font-size: 1.1em;
   border-radius: 3px;
   border: 1px solid #555;
   padding: 5px 20px;
}
input.wpcf7-submit:hover {
   background: #555;
}
input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea {
   border: 1px solid #aaa;
   width: 400px;   
   height: 26px;
}
textarea.wpcf7-textarea {
   height: 180px;
}
input.wpcf7-text:hover, input.wpcf7-captchar:hover, textarea.wpcf7-textarea:hover {
   border: 1px solid #999;
}
input.wpcf7-text:focus, input.wpcf7-captchar:focus, textarea.wpcf7-textarea:focus {
   border: 1px solid #666;
}
div.wpcf7 div.wpcf7-validation-errors {
    border: 2px solid #f00000;
}


/* ------------------------------------------------- Responsive Elements ------------------------------------------------- */

/* defaults: computer monitors, tablets in landscape, standard and large screens (typically wider than 1024px), old browsers */
   #page { width: 960px; }


/* tablets, medium screen devices (typically around 600px wide), smart-phones in landscape */
@media screen and (max-width: 920px) {
   #page { width: 80%; }
   #nav a { margin: 0 10px; font-size: 1em; }
   /* Contact Form 7 */
   div.wpcf7 { margin: 10px auto !important; width: 300px; }
   div.wpcf7 form { padding: 0 25px; }
   input.wpcf7-text, input.wpcf7-captchar, textarea.wpcf7-textarea { width: 246px; height: 20px; }
   textarea.wpcf7-textarea { height: 120px; }  
}

@media screen and (max-width: 700px) {
   div.col { width: auto; float: none; }

}
/* smart phones, small screen devices (typically around 320px wide) */
@media screen and (max-width: 500px) {
   h1 { font-size: 1.5em;}
   #page { width: 96%; }
   img#title {  margin: 25px auto 10px auto; }
   p#subtitle { margin: 0 0 20px 0; }
   #nav a { margin: 0 5px; font-size: 0.875em; }
   

}



