/*
Theme Name: River
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
*/



@charset "utf-8";
body {
	font: 0.8em/1.3 "Gill Sans", "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #255879 url('images/background-gradient.jpg') repeat-x;
	padding: 0;
	margin: 0;
	color: #333;
}

.alt {
	display: none;
}

.clearing {
	clear: both;
}

a {
	color: #537f83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	padding: 0;
	margin: 0;
}

h1,h2 {
	text-transform: uppercase;
	font: 24px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;;
	padding-top: 1em;
	padding-bottom: 1.75em;
}

h3 {
	text-transform: uppercase;
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #537f83;
}

p {
	margin: 0;
	padding: 0;
	padding-bottom: 0.5em;
}

#wave {
	width: 838px;
	background:url('images/wave.jpg') top center;
	margin: 0 auto;
}

#container {
	background: url('images/container-bg.png');
	border: solid 1px #ccc;
	border-width: 0 1px;
	/*margin: 0 32px;*/
}

#main {
	margin: 0;
	padding: 0;
}

#top-area {
	padding-top: 10px;
	height: 125px;
}

#logo {
	float: left;
	width: 414px;
	height: 75px;
	margin-left: 20px;
	display: inline;
	background: url('images/random-river-logo.png') no-repeat;
}

.logo-text {
	display: none;
}

#header-message {
	width: 382px;
	height: 75px;
	float: left;
}

#header-message p {
	padding: 17px 0 0 20px;
	color: white;
}

#header-bar {
	width: 796px;
	height: 36px;
	background: url('images/nav-bg.png') no-repeat;
	margin: 0 20px;
	clear: both;
}

#header-bar ul {
	margin: 0;
	padding: 0 17px;
	list-style: none;
}

#header-bar ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header-bar ul li a {
	color: #333;
	font: 17px/37px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 16px;
}

#header-bar ul li a:hover {
	color: #fff;
}

#bulk {
	width: 796px;
	margin: 0 auto 20px auto;
}

#left-column {
	width: 540px;
	float: left;
}

#right-column {
	width: 256px;
	float: right;
}

#footer {
	height: 30px;
	background: url('images/container-bg.png');
}

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

#footer ul li {
	display: inline;
	padding: 0 10px;
	color: #fff;
}

#footer ul li a {
	color: #fff;
	line-height: 30px;
}

/* ------------------ home page layout ----------------------------- */

#home-left {
	float: left;
	width: 256px;
	margin-right: 14px;
}

#home-ecommerce-top {
	width: 256px;
	height: 8px;
	background: url('images/home-ecommerce-top.png') no-repeat;
}

#home-ecommerce {
	width: 256px;
	height: 508px;
	background: url('images/home-ecommerce-bg.png') no-repeat;	
}

#home-ecommerce-bottom {
	width: 256px;
	height: 8px;
	background: url('images/home-ecommerce-bottom.png') no-repeat;	
}

#home-middle {
	float: left;
	width: 256px;
}

#home-marketing-top {
	width: 256px;
	height: 8px;
	background: url('images/home-marketing-top.png') no-repeat;
}

#home-marketing {
	width: 256px;
	height: 239px;
	background: url('images/home-marketing-bg.png') no-repeat;	
}

#home-marketing-bottom {
	width: 256px;
	height: 8px;
	background: url('images/home-marketing-bottom.png') no-repeat;
	margin-bottom: 14px;
}

#home-web-top {
	width: 256px;
	height: 8px;
	background: url('images/home-web-top.png') no-repeat;
}

#home-web {
	width: 256px;
	height: 239px;
	background: url('images/home-web-bg.png') no-repeat;	
}

#home-web-bottom {
	width: 256px;
	height: 8px;
	background: url('images/home-web-bottom.png') no-repeat;
}

/* --------------------- right-sidebar layout -------------------- */

#case-study-top {
	width: 256px;
	height: 8px;
	background: url('images/case-study-top.png') no-repeat;
}

#case-study {
	width: 256px;
	height: 239px;
	background: url('images/case-study-bg.png') no-repeat;	
}

#case-study-bottom {
	width: 256px;
	height: 8px;
	background: url('images/case-study-bottom.png') no-repeat;
	margin-bottom: 14px;
}

#news-top {
	width: 256px;
	height: 8px;
	background: url('images/news-top.png') no-repeat;
}

#news {
	width: 256px;
	height: 239px;
	background: url('images/news-bg.png') no-repeat;	
}

#news-bottom {
	width: 256px;
	height: 8px;
	background: url('images/news-bottom.png') no-repeat;
}

/*---------------------- content box layout ------------------------- */

#content-top {
	width: 526px;
	height: 8px;
	background: url('images/bulk-top.png') no-repeat;
}

#content {
	width: 526px;
	background: url('images/bulk-bg.png') repeat-y;	
}

#content-bottom {
	width: 526px;
	height: 8px;
	background: url('images/bulk-bottom.png') no-repeat;	
}

/* ------------------- content -------------------*/

.content-box p, .content-box h1, .content-box h2, .content-box h3, .content-box ul {
	padding-left: 18px;
	padding-right: 18px;
}

.content-box ul {
	margin: 0 0 0 25px;
	padding-top: 0;
	padding-bottom: 0.5em;
	list-style: url('images/bullet.gif');
}

.content-box ul li {
	padding-bottom: 0.5em;
}

#latest-news ul {
	margin: 0px 18px;
	padding: 0;
	list-style: none;
}

#latest-news ul li {

}

#latest-news ul li a {
	color: #036;
}

#latest-news ul li a:hover {
	color: #dd1a1a;
}

a.home-heading {
	display: block;	
	padding: 10px 75px 20px 0;
	text-decoration: none;
}

a.home-heading:hover {
	text-decoration: none;
}

a.home-heading h1 {
	padding: 0 18px;
}

.ecommerce-link-bg {
	background: url('images/bg/actinic-postit-on.png') right no-repeat;
	margin: 0 13px 0 0;
}

.marketing-link-bg {
	background: url('images/bg/seo-postit-on.png') right no-repeat;
	margin: 0 13px 0 0;
}

.web-link-bg {
	background: url('images/bg/web-postit-on.png') right no-repeat;
	margin: 0 13px 0 0;
}

.news-link-bg {
	background: url('images/bg/news-postit-on.png') right no-repeat;
	margin: 0 13px 0 0;
}
a#ecommerce-link {
	color: #036;
	background: url('images/actinic-postit.png') right no-repeat;
}

a#ecommerce-link:hover {
	color: #9572d6;
	background: url('images/actinic-postit-on.png') right no-repeat;
}

a#web-link {
	color: #036;
	background: url('images/web-postit.png') right no-repeat;
}

a#web-link:hover {
	color: #ff7e00;
	background: url('images/web-postit-on.png') right no-repeat;
}

a#marketing-link {
	color: #036;
	background: url('images/seo-postit.png') right no-repeat;
}

a#marketing-link:hover {
	color: #00adaf;
	background: url('images/seo-postit-on.png') right no-repeat;
}

a#news-link {
	color: #036;
	background: url('images/news-postit.png') right no-repeat;
}

a#news-link:hover {
	color: #dd1a1a;
	background: url('images/news-postit-on.png') right no-repeat;
}

.more-link-bg {
	display: block;
	width: 120px;
	height: 19px;
	background: url('images/more-on.gif') no-repeat;
}

a.more-link {
	display: block;
	width: 120px;
	height: 19px;
	background: url('images/more-off.gif') no-repeat;
}

a.more-link:hover {
	display: block;
	width: 120px;
	height: 19px;
	background: url('images/more-on.gif') no-repeat;
}

#content h2 {
	color: #036;
}

img.post-it {
	float: right;
	margin: 10px 30px 0px 30px;
}

.quote {
	border: solid 1px #86b0b3;
	background: #fff;
	padding: 8px;
	margin: 5px 18px 10px 18px;
}

.quote p, .quote h3 {
	margin: 0;
	padding: 0 0 0.5em 0;
}

#portfolio {
	padding: 0 18px;
}

#portfolio a {
	display: block;
	width: 210px;
	height: 210px;
	float: left;
	margin: 16px;
}

/*---------------- about us box ------------------- */

#about-us-home {
	margin: 0 auto;
	color: white;
	width: 790px;
	background: url(../images/about-us-bg.png);
}

.about-us-header h1 {
	text-transform: uppercase;
	font: 0.8em/1.3 "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 5px 18px;
	color: white;
}

.about-us-header h1 a {
	color: white;
	outline: none;
}

.submenu {
	padding: 5px 18px;
}

.submenu a {
	color: white;
}

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

.post {
	padding-bottom: 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: 0;
	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: 476px;
	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: none;
	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;
	}
