/*
Theme Name: Blue Water Cottage
Theme URI: http://seja-design.com.au/
Description: This template is built on the seja design custom framework. By default it is a single column site with the ability to multiple columns. Blog pages are built around a custom page, allowing blog widgets to be separate from the main site.
Author: Stuart Shearing
Version: 2.1
License: GNU General Public License
License URI: license.txt
Tags: single-column, two-columns, three-columns, cms, content-management-system, seo-friendly, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout widths
-------------------------------------------------------------- */
body {	
	width:100%;
	background:#957d77;
	/* set a background colour here if required */
}

#header-shell,
#content-shell,
#footer {
	clear:both;
	float:left;
	width:100%;
}
#content-shell {
	background:#fff;
}
#header,
#navigation,
#content,
#colophon {
	width:960px;
	margin:0 auto;
}

/* =Header
-------------------------------------------------------------- */
#header-shell {
	background:url(images/headers/bluewater-header1.jpg) no-repeat center top #fff;
	padding-top:220px;
}
#header-overlay {
	position:absolute;
	width:100%;
	height:30px;
	background:url(images/bluewater-wavebg.png) repeat-x;
	z-index:100;
}
#header {
}

/* =Menu
-------------------------------------------------------------- */

.main-navigation {
	display: block;
	float: left;
	position:relative;
	z-index:200;
}
.main-navigation .menu-header,
div.menu {
	width: 860px;
	margin-left:100px;
}
.main-navigation .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.main-navigation .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	line-height: 36px;
	padding: 0 20px;
	margin:0 3px 0 0;
	font-size:21px;
	text-decoration: none;
	background:url(images/bluewater-menubg.png) repeat-x top;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius: 		   5px;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:    0px 3px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 3px 3px rgba(0,0,0,0.2);

}
.main-navigation ul ul {
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:    0px 3px 3px rgba(0,0,0,0.2);
	box-shadow:         0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
.main-navigation ul ul li {
	min-width: 180px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	background: #fff;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	font-size:13px;
	text-shadow:none;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius: 		   0;
}
.main-navigation li:hover > a {
	background:url(images/bluewater-menubg.png) repeat-x bottom;
	color: #fff;
}
.main-navigation ul ul :hover > a {
	background: #333;
	color: #fff;
}
.main-navigation ul li:hover > ul {
	display: block;
}



/* =Content Blocks
-------------------------------------------------------------- */


/* top content */
#top-content-block {}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;
	padding:40px 0 0 0;
	overflow:hidden;		
}
/* common column settings */
.colright, .colmid, .colleft {
	float:left;
	width:100%;			
	position:relative;
}
.col1, .col2, .col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}


/* 2 Column Left settings */

.two-left-25,
.two-left-33{
	background:#fff;		/* right column background colour */
}
/* 25% width */
.two-left-25 .colleft {
	right:75%;			/* right column width */
}
.two-left-25 .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.two-left-25 .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}
/* 33% width */
.two-left-33 .colleft {
	right:67%;			/* right column width */
}
.two-left-33 .col1 {
	width:63%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}
.two-left-33 .col2 {
	width:29%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
}

/* 2 Column Right settings */
.two-right-25,
.two-right-33 {
	background:#fff;		/* right column background colour */
}
/* 25% width */
.two-right-25 .colleft {
	right:25%;			/* right column width */

}
.two-right-25 .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.two-right-25 .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}
/* 33% width */
.two-right-33 .colleft {
	right:33%;			
}
.two-right-33 .col1 {
	width:63%;			
	left:37%;			
}
.two-right-33 .col2 {
	width:29%;			
	left:37%;			
}


/* single */
.single-column {
	padding:40px 80px 20px;
	background:#fff;
}

/* =Fonts
-------------------------------------------------------------- */


@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/toadOcfmlt9b38dHJxOBGMa9awK0IKUjIWABZIchFI8.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(http://themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}
/* font-family: 'Source Sans Pro', sans-serif; */


h1,
h2,
h3,
h4,
h5,
h6,
th,
.entry-title,
.page-title span,
h3#comments-title,
h3#reply-title,
.widget-title{
	font-family: 'Source Sans Pro', sans-serif;
}
p,
ol,
ul,
dd,
pre,
td,
input,
textarea,
.main-navigation,
.entry-meta,
.entry-content a,
.entry-utility,
.widget-area a,
#wp-calendar caption,
.site-info,
.copyright {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre,
#respond .form-allowed-tags
{
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Default Font Colours
-------------------------------------------------------------- */

/*highlight colour */
h1,
h2,
h3,
h4,
h5,
h6,
legend,
th,
.entry-title,
.entry-title a:link,
.entry-title a:visited,
h3#comments-title,
h3#reply-title,
.widget-title,
#wp-calendar caption {
	color:#ad1c05;
}


/* default link colours  */
a:link {
	color: #055a85;
}
a:visited {
	color: #055a85;
}

/*menu colours */

.main-navigation a {
	color:#fff;
	text-shadow:1px 1px #000;
}
.main-navigation ul ul a {
	color: #69c;
}
.main-navigation li:hover > a {
	color: #fff;
}
.main-navigation ul ul :hover > a {
	color: #fff;
}

/*default colour */
p,
ol,
ul,
dd,
pre,
td,
.comment-body p {
	color: #444;
}
/* light colour */
.entry-meta,
.entry-meta a:link,
.entry-meta a:visited,
.entry-utility,
.entry-utility a:link,
.entry-utility a:visited,
.navigation a:link,
.navigation a:visited,
p.logged-in-as,
p.logged-in-as a:link,
p.logged-in-as a:visited,
p.form-allowed-tags,
p.comment-meta,
.comment-meta a:link,
.comment-meta a:visited {
	color:#999;
}

/* dark colour */
input,
textarea,
.site-info,
.copyright {
	color:#0038b2;
}

/*copyright */
.site-info a:link,
.site-info a:visited,
.copyright,
.copyright a:link,
.copyright a:visited {
	color:#0038b2;
}

/* link hover colours */

a:active,
a:hover,
.entry-title a:active,
.entry-title a:hover,
.entry-meta a:active,
.entry-meta a:hover,
.entry-utility a:active,
.entry-utility a:hover,
.navigation a:active,
.navigation a:hover,
#comments .comment-meta a:active,
#comments .comment-meta a:hover,
p.logged-in-as a:active,
p.logged-in-as a:hover,
.site-info a:active,
.site-info a:hover,
.copyright a:active,
.copyright a:hover {
	color: #ad1c05;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	font-size:15px;
}
input,
textarea {
	font-size:1.2em;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height:1.5em;
	margin:0 0 20px 0;
}
p {
	line-height:1.6em;
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* tables */
table {
	border:1px solid #f1f1f1;
}
tr {
	border-bottom:1px dotted #bbb;
}
th {
	font-size:1.4em;
	padding:4px 16px;
}
td {
	padding:4px 16px;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="file"],
textarea {
	font-size:1.5em;
	background: #f9f9f9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9e9e9), to(#f9f9f9)); 
	background: -webkit-linear-gradient(top, #f9f9f9, #e9e9e9);
	background: -moz-linear-gradient(top, #f9f9f9, #e9e9e9);
	background: -ms-linear-gradient(top, #f9f9f9, #e9e9e9); 
	background: -o-linear-gradient(top, #f9f9f9, #e9e9e9);
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	-moz-box-shadow:    inset 0 0 5px rgba(0,0,0,0.3);
	box-shadow:         inset 0 0 5px rgba(0,0,0,0.3);
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 4px 25px;
}
input[type="password"],
input[type="file"] {
	padding: 4px 25px;
}

input[type="submit"],
#content input[type="submit"],
a.button {
	border:1px solid rgba(0,0,0,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height:37px;
	background:#4bc7e4;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4bc7e4), to(#0873a9)); 
	background: -webkit-linear-gradient(top, #0873a9, #4bc7e4);
	background: -moz-linear-gradient(top, #0873a9, #4bc7e4);
	background: -ms-linear-gradient(top, #0873a9, #4bc7e4); 
	background: -o-linear-gradient(top, #0873a9, #4bc7e4);
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
}
input[type="submit"]:hover,
#content input[type="submit"]:hover,
a.button:hover {
	background:#0873a9;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0873a9), to(#4bc7e4)); 
	background: -webkit-linear-gradient(top, #4bc7e4, #0873a9);
	background: -moz-linear-gradient(top, #4bc7e4, #0873a9);
	background: -ms-linear-gradient(top, #4bc7e4, #0873a9); 
	background: -o-linear-gradient(top, #4bc7e4, #0873a9);
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Content
-------------------------------------------------------------- */

.hentry {
	margin:0 0 20px;
}
.single .hentry {}
.sticky {}
.entry-title { 
	font-weight:200;
	font-size:2.2em;
	padding:4px 15px 0;
	margin:0;
}
.entry-title a {
	text-decoration:none;
	border-bottom:1px dotted red;
}
.entry-meta { 
	background:#f1f1f1;
	padding:0 15px;
	font-size:0.9em;
}
.meta-prep-author {}
.entry-date {}
.meta-sep {}
.author vcard {}
a.url {}

.entry-content {
	padding:15px 20px 25px;
}
.entry-content li {
	line-height:1.6em;
}

.entry-utility {
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-size:0.8em;
	margin:0;
	padding:2px 15px;
}
.cat-links {
	margin:0;
}
.entry-utility-prep {}
.comments-link {}
.edit-link {}
a.post-edit-link {}

/* accordion */

.accordion {
   margin-bottom:18px;
}
.accordion dt {
	border-top:1px dotted #999;
	padding:5px 10px;
}
.accordion dt span {
	display:block;
	width:100%;
}
.accordion dt span:hover {
	color:#BD013B;
}
	
.accordion dt .selected {
	padding:12px 0 8px 20px;
	background:url(images/accordian-open.png) no-repeat left center;
}
.accordion dt span {
	padding:12px 0 8px 20px;
	background:url(images/accordian-closed.png) no-repeat left center;
}
.accordion dd {
      padding: 10px;
}
.accordion dd.final {
}

/* custom page elements */
/* Pagenation 
-------------------------------------------------------------- */

.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px;
}

.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #555;
}

.pagination a:hover{
	color:#fff;
	background: #306d73;
}

.pagination .current{
	padding:6px 9px 5px 9px;
	background: #306d73;
	color:#fff;
}

/* Custom styles (TinyMCE dropdown) + hand-coded div blocks
-------------------------------------------------------------- */

.block25 { 
	padding:10px 2% 0;
	float:left;
	margin-bottom:25px;
	width:18%;
	font-size:11px;
	line-height:15px;
}

.block33 {
	padding:10px 2% 0;
	float:left;
	margin-bottom:25px;
	width:29%;
	font-size:11px;
	line-height:15px;
}

.block50{
	padding:10px 2% 0;
	float:left;
	margin-bottom:25px;
	width:44%;
}

.block100 {
	clear:both;
	width:100%;
}
.blockstart {
	margin-right:2%;
}
.blockright {
	margin-right:0;
	
}

.highlight {}

h2.subtitle {
	position:relative;
	top:-22px;
	color:#055a85;
}

.separator {}

.lbpModal {} /* should not need defining - this is the lightbox call for non-image elements
/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
}
.home .hentry.format-aside,
.home .hentry.category-asides {
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
}
.attachment .entry-content .nav-previous a:before {
}
.attachment .entry-content .nav-next a:after {
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:0.8em;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 15px 0 18px;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
	margin:20px 50px 0;
	padding:20px 0;
}
.commentlist {
}
.commentlist li{
	padding:10px 0 0;
}
.commentlist li li {
	list-style:none;
}
.comment-block {
	border:1px solid #f1f1f1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin:0 0 12px;
	padding:0 20px 5px;
	-webkit-box-shadow:1px 1px 8px rgba(0,0,0,0.3);
	-moz-box-shadow:   1px 1px 8px rgba(0,0,0,0.3);
	box-shadow:        1px 1px 8px rgba(0,0,0,0.3);

}
.commentlist .avatar {
	padding:10px 10px 0;
}
.comment-author {
	border-bottom:1px dotted #ddd;
}

.comment-meta {
	font-size:0.8em;
}

.nopassword,
.nocomments {
}

/* Comments form */
#respond textarea {
	width:90%;
}
#comments p.logged-in-as {
	font-style:italic;
	font-size:0.9em;
	border-bottom:1px dotted #f1f1f1;
}
#comments p.comment-form-comment label {
	display:block;
}

#respond .form-allowed-tags {
	border:1px solid #f1f1f1;
	font-size:0.9em;
	margin:5px;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 50%;
	font-size:0.8em;
	padding:5px 8px;
}
.widget_search input#searchsubmit {
	font-size:1em;
	height:26px;
	padding:4px;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 0.9em;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 1.1em;;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 0.9em;
}
#wp-calendar thead th {
	padding:2px 0;
}
#wp-calendar td {
	background: #f5f5f5;
	border: 1px solid #f00;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
.content .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
.content .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Footer widget areas */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
/* =Footer
-------------------------------------------------------------- */

#footer {
	background: url('images/bluewater-footerbg.png') top;
	min-height:100px;
}
#colophon {
	padding:20px 0 30px;
}
.site-info {
	float: left;
	font-size: 10px;
	width: 450px;
}
.site-info a {
	text-decoration: none;
}
.copyright {
	float: right;
	width: 300px;
	font-size:10px;
	font-style: italic;
	position: relative;
}
.copyright a {
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
.copyright a.wp {background: url(images/wordpress.png) center left no-repeat;}
.copyright a.seja {background: url(images/sd.png) center left no-repeat;}
.copyright a:hover {
	text-decoration: underline;
}

