/*  
Theme Name: Rapid Websites Theme 2
Theme URI: http://rapidwebsites.co.nz/
Description: Theme by Rapid Websites
Version: 1.0
Author: Aidan Curran
Author URI: http://rapidwebsites.co.nz/
*/
html,body {
	margin:0;
	padding:0;
   text-align: center;
	font-family: Georgia,serif;
   font-family: Arial, Helvetica, sans-serif;   
   font-size: 14px;
   color: #505050;
}
html {
   background-color: #A39794;
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#C2B5B1), to(#A39794));
   background-image: -webkit-linear-gradient(top, #C2B5B1, #A39794);
   background-image:    -moz-linear-gradient(top, #C2B5B1, #A39794);
   background-image:     -ms-linear-gradient(top, #C2B5B1, #A39794);
   background-image:      -o-linear-gradient(top, #C2B5B1, #A39794);  
   background-repeat:no-repeat; 
}

h1, h2, h3, h4 {

}
h1 {
   font-size: 20px;
   color: #A54524;
   border-bottom: 2px solid #A54524;
   font-variant:small-caps;
   margin-bottom: 25px;
   text-shadow: 0 0 2px #a6a6a6;

}
h2 {
   font-size: 18px;
   color: #A54524;
   text-shadow: 0 0 1px #a6a6a6;
}
h3 {
   font-size: 16px;
}
h4 {
   font-size: 14px;
}
a {
   color: #a76941;
}
a:hover {
   color: #ff0000;
}
h2 a {
   color: #734121;
   text-decoration: none;
}
h2 a:hover {
   color: #cc000;
   text-decoration: underline;
}
img {
   border: 0;
}
div {
   text-align: left;
}
form {
   margin:0;
}
blockquote {
   font-style: italic;
   background: #f6f6f6;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
   margin: 40px;
   padding: 4px 20px;
}
#maincontent blockquote p.author {
   font-style: normal;
   text-align: right;
}
#header {
   height: 250px;
   background: #fff url(images/header.jpg) center top no-repeat;

	-moz-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;

}
#logo {
   display:block;
   margin: 0 auto;
   text-align: center;   
}
#pagetop {
   width: 814px;
   height: 20px;
   margin-left: auto;
   margin-right: auto;
   background: url(images/pagetop.gif) center bottom no-repeat;
}
#page {
   width: 900px;
   background: white;
   margin: 10px auto;
   padding: 0;
/*   background: url(images/pagebg.gif) center top repeat-y;   */
   background: #ffffff;
   -moz-box-shadow: 0 0 5px 5px #888;
   -webkit-box-shadow: 0 0 5px 5px#888;
   box-shadow: 0 0 5px 5px #888;  
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}
#pagebottom {
   width: 814px;
   height: 20px;
   margin-left: auto;
   margin-right: auto;
   background: url(images/pagebottom.gif) center top no-repeat;
}
#nav {
   font-size: 12px;
   background: #000;
   padding: 0;
   text-align: center;
   height: 26px;  
   margin: 0; 
   font-family: Verdana, Geneva, sans-serif;
   font-size: 13px;
}
#nav a {
   color: #d6d6d6;
   text-decoration:none;
   font-weight:bold;
   text-transform: none;
   padding-left: 25px;
   padding-right: 25px;
   display: inline-block;
   height: 26px;
   line-height: 26px;   
}
#nav a:hover, nav a.current, #nav .current_page_item a {
   color: #F99E31;
}
nav a.current, #nav .current_page_item a {
   background: url(images/navpointer.gif) center 21px no-repeat;
}
#nav ul {
   list-style: none;
   margin: 0;
}
#nav li {
   display: inline;
   list-style: none;
}
#maincontent {
   padding: 25px 50px;
}
#maincontent p {
   line-height: 20px;
   text-align: justify;
}
#maincontent p.cf-sb {
   text-align: right;
}
#maincontent p.cf-sb input.sendbutton {
   margin-right: 45px;
   margin-bottom: 10px;
}
#leftcol {
   float: left;
   width: 430px;
   padding: 10px 10px 10px 20px;
}
#rightcol {
   float: left;
   width: 270px;
   padding: 10px 20px 10px 10px;
}
.clear {
   clear:both;
}
.center {
   text-align:center;
}
.centered {
   margin: 0 auto;
}
#footer {
   margin-top: 5px;
   padding: 10px;
   text-align: center;
   font-size: 11px;
   color: #999999;
}
#footer a {
   text-decoration: none;
   color: #999999;
}
#footer a:hover {
   text-decoration: underline;
   color: #666666;
}
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;
}

#maincontent td, #maincontent th {
   padding: 5px 10px;
}
#maincontent td h2 {
   margin-top: 0px;
}
#blogdescription {
   color: #777;
   padding: 5px 20px;
   background-color: #f0f0f0;
   margin-bottom: 30px;
}
h1.postheading, h2.postheading {
   margin-bottom: 0px;
}
a.more-link {
   font-weight: bold;
}
#searchresults {
   padding: 10px 25px 50px 25px;
}
div.divider {
   border-bottom: 1px solid #A54524;
   margin: 50px 200px;
}


/* widgets */
#widgets {
   width: 720px;
   padding: 10px 40px;
   margin: 0 auto;
   overflow: hidden;
   background-color: #e0dad2;
}
div.widget {
   width: 180px;
   float: left;
}
#widgets h2 {
   font-size: 14px;
   margin: 0;
   font-family:'Times New Roman',Times,serif;
   font-style: italic;
}
div.widget ul {
   list-style: none;
   margin: 0;
   padding: 0;
}
.screen-reader-text {
   display:none;
}
input#s {
   width: 100px;
}
#widgets, #widgets select, #widgets input {
   font-size: 11px;
}


/* Nexgen Gallery tweaks */
a.slideshowlink {
   display: block;
   width: 150px;
   text-align: center;
   color: #ddd;
   background: #888;
   text-decoration: none;
   padding: 5px 0;
   margin: 10px auto;
   font-weight: bold;
   
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
   
	-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;   
}
a.slideshowlink:hover {
   color: #fff;
   background: #AAA;
}
div.ngg-galleryoverview {
   width: 650px;
   margin: 10px auto;
}




/* 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 {

   float: right;
   margin: 0px 0px 5px 25px;
}
img.alignleft, div.alignleft {

   float: left;
   margin: 0px 25px 5px 0px;
}
img.aligncenter {
   text-align: center;
}
img.alignright {
   text-align: right;
}
img.alignleft {
   text-align: left;
}
.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;
}

