/*
Theme Name: Random River Wordpress Theme
Theme URI: http://www.randomriver.net/
Description: A basic WordPress theme to start the ball rolling on new WP themes.
Version: 1.0
Author: Chris Dicken
Author URI: http://www.randomriver.net/
Tags: basic, customisable, flexible
*/



/* Basic Layout Elements */
body {
	background-color: #f0f0f0;
	font: 12px/1.1 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #243643;
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3, p, form, div {
	padding: 0;
	margin: 0;
}

p {
	padding-bottom: 1em;
}

h1,h2,h3 {
	font-size: 22px;
	font-weight: normal;
	color: #4b606c;
	padding-bottom: 10px;
}

a:link, a:visited {
	color: #798185;	
	text-decoration: none;
}

a:hover, a:active {
	color: #97a0a5;	
	text-decoration: underline;
}

.alt {
	display: none;
}

#shadow-left {
	width: 1000px;
	background: url('shadow-left.jpg') repeat-y;
	margin: 0 auto;
}

#shadow-right {
	margin-left: 20px;
	background: url('shadow-right.jpg') repeat-y right;
}

#container {
	margin-right: 20px;
	background: #fff url('main-bg.gif') repeat-y; 
	border-bottom: solid 1px #ddd;
}

/* header bars ------------------------------*/

#header {
	height: 126px;
	background: #243643 url('header.jpg') repeat-x;
}

#flag {
	background: url('flag.jpg') right no-repeat;
	height: 126px;
}

#logo-circle {
	float: left;
	margin-left: 10px;
	width: 123px;
	height: 109px;
	background: url('logo-circle.gif');
	display: inline;
}

#logo-name {
	float: left;
	width: 636px;
	height: 79px;
	background: url('shop-name.gif');
}

#logo-name h1 {
	margin-left: -2000px;
}

#navigation-bar {
	background: #243643;
	height: 27px;
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	width: 960px
}

#navigation-bar ul {
	list-style: none;
	width: 960px;
	margin: 0;
	padding: 0;
}

#navigation-bar ul li {
	float: left;
	padding-top: 7px;
}

#navigation-bar ul li.search-title {
	margin: 0 10px 0 20px;
}

#navigation-bar ul li.search-field {
	padding-top: 3px;
}

#navigation-bar ul li.search-field input {
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	padding: 0px 1px;
	width: 200px;
	height: 18px;
	border: solid 1px #243643;
	margin: 0;
}

#navigation-bar ul li.search-button {
	padding-top: 4px;
}

#navigation-bar ul li.search-button input{
	padding: 0;
	margin: 0 0 0 5px;
}

#navigation-bar ul li a {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 0 20px;
}

#navigation-bar ul li.view-cart {
	padding: 0;
	float: right;
}

#navigation-bar ul li.view-cart a {
	background: url('view-cart.gif') no-repeat;
	padding: 7px 0 0 140px;
	margin: 0 20px 0 0;
}

#navigation-bar ul li.view-cart a:hover {
	background: url('view-cart-on.gif') no-repeat;
}

#navigation-bar ul li.checkout {
	padding: 0;
	float: right;
}

#navigation-bar ul li.checkout a {
	background: url('checkout.gif') no-repeat;
	width: 123px;
	height: 27px;
	margin: 0;
	padding: 0;
}

#navigation-bar ul li.checkout a:hover {
	background: url('checkout-on.gif') no-repeat;
}

#sidebar {
	float: left;
	width: 200px;
}

#content {
	padding: 0 20px;
}

ul#promotions {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#promotions li {
	margin-bottom: 10px;
}

ul#promotions li a {
	display: block;
	width: 200px;
	height: 86px;
	color: #fff;
	text-decoration: none;
}

ul#promotions li a p {
	padding: 35px 10px 10px 10px;
}

ul#promotions li.shaving a {
	background: url('shaving-centre.jpg');
}

ul#promotions li.shaving a:hover {
	background: url('shaving-centre-on.jpg');
}

ul#promotions li.video a {
	background: url('videos.jpg');
}

ul#promotions li.video a:hover {
	background: url('videos-on.jpg');
}

/* bulk ---------------------------------- */

#bulk {
	float: left;
	margin: 20px;
	width: 720px;
}

/* footer --------------------------------- */

#footer {
	clear: both;
	height: 160px;
	border-top: solid 5px #243643;
}

#address-details {
	float: left;
	width: 180px;
	margin: 20px 10px 0 10px;
	display: inline;
}

.footer-list {
	float: left;
	margin: 20px 0 0 40px;
	width: 130px;
}

.footer-list ul {
	list-style: none;
		margin: 0;
	padding: 0;
}

.footer-list ul li {
	line-height: 18px;
}

#payment-area {
	float: right;
	display: inline;
	text-align: right;
	margin: 10px 20px 0 0;
}


/* Posts -------------------------------*/

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.postmetadata {
	padding-top: 5px;
	clear: both;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

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

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


/* Lists --------------------- */


.entry ul, .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
}

.sidebar h2 {
	font-weight: normal;
	font-size: 15px;
}

.sidebar ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

.sidebar ul li ul {
	margin: 0 0 20px 1em;
	padding: 0 0 0 1em;
	list-style: disc;
}



/* Form Elements ---------------------- */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* Comments ------------------------- */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform p {
	margin: 5px 0;
}

#commentform textarea {
	width: 500px;
	padding: 2px;
}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}


.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {

}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* comment threading -------------------- */

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: #fff;
}

.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

/* Calendar ------------------------------- */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

/* Captions ------------------------------------------- */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Various Tags & Classes ----------------------------------- */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

small {
	font-size: 10px;
	display: block;
	padding-bottom: 0.5em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}

.sticky h2 {
	padding-top: 10px;
}

code {
	font: 11px 'Courier New', Courier, Fixed;
	}
