/*
Theme Name:     WSR Canvas
Description:    A modification of Canvas for WSR
Author:         stu0x
Template:       canvas

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../canvas/style.css");

.post-meta { display:none; }

/* Change header for swim pages - need to find out how to do it on Cat pages as well!
.page-id-287 #header {
background: url('http://wsregatta.co.uk/wp-content/uploads/2013/03/header-strip-swim.jpg') no-repeat scroll 0 0 transparent; }
*/


#sidebar {
background: rgb(225,228,232);
border-top: 3px solid #ced2d6;
border-bottom: 3px solid #ced2d6;
}


#footer-widgets.col-full.col-4 {
background-image: linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
border-top: 1px solid #ced2d6;
border-bottom: 3px solid #ced2d6;
}

.archive_header {
display: none;
}

a:link {color:#1b3556; text-decoration:none;}      /* unvisited link */
a:visited {color:#1b3556; text-decoration:none;}  /* visited link */
a:hover {color:#c7d9f1; text-decoration:none;}  /* mouse over link */
a:active {color:#1b3556; text-decoration:none;} /* selected link */

.magazine #loopedSlider a.previous, .magazine #loopedSlider a.next {
display: none;
}

.breadcrumb-title {
    display: none;
}

#navigation {
background-image: linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
background-image: -o-linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
background-image: -moz-linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);
background-image: -ms-linear-gradient(bottom, rgb(225,228,232) 0%, rgb(255,255,255) 100%);

a:link {color:#1b3556; text-decoration:none;}      /* unvisited link */
a:visited {color:#1b3556; text-decoration:none;}  /* visited link */
a:hover {color:#c7d9f1; text-decoration:none;}  /* mouse over link */
a:active {color:#1b3556; text-decoration:none;} /* selected link */

-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}

#header {
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;

}

Code for Unique Header - need to sort positioning.
#header img.custom_header{
	height: 151px;
width: 1000px;
float: none;
z-index: 0;
-webkit-border-top-right-radius: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}

#logo .site-title, #logo .site-description {display:none}


/*
Add Image to Footer - commented out
#footer {
background:url(

http://wsregatta.co.uk/wp-content/uploads/2013/03/header-strip-deep.png);

}
*/

/* Change Sidebar Properties
#sidebar {
background-color: #FFFFFF;
padding: 10px;
}
*/