/* CSS Document */
/*  
Theme Name: River's Promise
Theme URI: http://www.seanhermandesign.com
Description: The Wordpress blog for River's Promise Website
Version: 1.0
Author: Sean Herman + Neal Wright
Author URI: http://www.seanhermandesign.com/
*/

/* ===========GLOBAL STYLES! (h1, a, p, etc.)===========*/

a:link, a:visited, a:active {
	color: #198eab;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	color: #198eab;
	text-decoration: underline;
	font-weight: bold;
}

img {
	margin: 0 0 15px 0;
}

a img {
    border: none;
}

h3 {
	margin: 0;
}

body {
	background-color: #188eaa;
	background-image: url('images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	font-family: 'Helvetica Neue', Helvetica, Myriad, 'Times New Roman';
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* ===========HEADER STYLES=========== */

#header {
	width: 980px;
	height: 520px;
	margin: 0 auto;
	background-image: url('images/headerbg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#header h1 {
	position: relative;
	top: 50px;
	left: 50px;
	height: 0px;
	width: 312px;
	overflow: hidden;
	padding-top: 118px;
	background-image: url('images/logo.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#header h2 {
	display: none;
}

#pagetitle {
    position: relative;
    top: -200px;
    margin: 0 0 0 50px;
    color: #999999;
    font-size: 36px;
    font-weight: bold;
}

#sidebartitle {
	display: none;
}

/* ===========PAGE TITLES=========== */

#pagetitle {
	height: 0px;
	overflow: hidden;
	padding-top: 27px;
}

#news #pagetitle {
	background-image: url('images/newstitle.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#thestory #pagetitle {
	background-image: url('images/storytitle.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#riversfriends #pagetitle {
	background-image: url('images/riversfriendstitle.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#contact #pagetitle {
	background-image: url('images/contacttitle.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/* ===========IMAGE VIEWER STYLES=========== */

#imageviewer {
    position: relative;
    top: -210px;
    left: 409px;
	width: 600px;
	height: 364px;
	background-image: url('images/viewerbg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#rotator {
    position: absolute;
    top: 15px;
    left: 18px;
}

/* ===========NAVIGATION STYLES=========== */

#navlinks {
	position: relative;
	top: -85px;
	left: 400px;
	width: 600px;
}

#navlinks a {
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 40px;
	background-position: 0px -40px;
	background-repeat: no-repeat;
}

#navlinks li {
	display: inline-block;
	height: 40px;
}

*:first-child+html #navlinks li {
	display: inline; /* Targets IE 7 */
	height: 40px;
}

*html #navlinks li {
	display: inline; /* Targets IE 7 */
	height: 40px;
}

#homelink {
	width: 115px;
	background-image: url('images/home.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#homelinkactive {
	width: 115px;
	background-image: url('images/homeactive.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#homelink a {
	width: 115px;
	background-image: url('images/homeover.png');
}

#homelinkactive a {
	width: 115px;
}

#storylink {
	width: 133px;
	background-image: url('images/story.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#storylinkactive {
	width: 133px;
	background-image: url('images/storyactive.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#storylink a {
	width: 133px;
	background-image: url('images/storyover.png');
}

#storylinkactive a {
	width: 133px;
}

#donatelink {
	width: 113px;
	background-image: url('images/donate.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#donatelinkactive {
	width: 115px;
	background-image: url('images/donateactive.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#donatelink a {
	width: 113px;
	background-image: url('images/donateover.png');
}

#contactlink {
	width: 114px;
	background-image: url('images/contact.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#contactlinkactive {
	width: 115px;
	background-image: url('images/contactactive.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#contactlink a {
	width: 114px;
	background-image: url('images/contactover.png');
}

#contactlinkactive a {
	width: 114px;
}

#homelinkactive a:hover, #storylinkactive a:hover, #contactlinkactive a:hover {
	cursor: auto;
}

#navlinks li a:hover {
	background-position: 0 0;
}

/* ===========GENERAL LAYOUT STYLES=========== */

#contentdiv {
	z-index: 0;
	width: 980px;
	overflow: hidden; /* Gives floated #contentdiv height */
	margin: 0;
	_margin-top: -185px;
	background-image: url('images/contentbg.png');
	background-position: top left;
	background-repeat: repeat-y;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 0 50px 0 0;
	_margin: 0 15px 0 0;
}

#contentfooter {
	_clear: both;
	z-index: 1;
	*position: relative; /* Targets IE 6 and 7 */
	width: 980px;
	height: 324px;
	margin-top: -255px;
	background-image: url('images/footerbg.png');
	background-position: top left;
	background-repeat: no-repeat;
}

/* ===========SIDEBAR STYLES=========== */

#sidebar {
	z-index: 2;
	*position: relative;
}

#sidebar ul {
	margin-top: 20px;
	margin-left: 0;
    padding-left: 0;
}

#sidebar li {
	list-style-type: none;
}

.widgettitle {
	display: none;
}

#vimeobox {
	width: 300px;
	height: 312px;
	margin: 0 auto;
        padding-top:5px;
	_padding: 12.5px 12.5px 0 12.5px;
	color: #fff;
	background-image: url('images/vimeobox.png');
	background-position: top left;
	background-repeat: no-repeat;
}


*:first-child+html #vimeobox embed, #vimeobox object, #vimeobox p {
    position: relative;
	top: 12.5px;
	margin: 0 12.5px;
	font-size: 13px; /* Neal's Change */
}


.vimeobox,
#vimeobox p {
    font-size: 12px;
    margin: 10px 0 0px 10px;
    width: 275px;
}

#vimeobox a:link,
#vimeobox a:visited,
#vimeobox a:active {
	color: #FFFBCC;
	font-weight: bold;
	text-decoration: none;
}

#vimeobox a:hover {
	color: #666;
	text-decoration: underline;
}
#vimeobox .tagline {
  text-align:right;
  margin:6px 10px 0 0;
  font-size:12px;
}
#vimeobox #allvideos {
    float: right;
    margin-right: 12.5px;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
}

#linkcat-3 li {
	margin-top: 8px;
}

#sidelinks li {
	display: block;
	width: 300px;
	height: 75px;
	margin: 5px 0;
}

#sidelinks a {
	display: block;
	width: 300px;
	height: 0px;
	overflow: hidden;
	padding-top: 75px;
	background-position: 0 -75px;
	background-repeat: no-repeat;
}

#donateli {
	background-image: url('images/donatenow.gif');
}

#donateli a {
	background-image: url('images/donatenowover.gif');
}

#riversfriendsli {
	background-image: url('/wp-content/uploads/2011/11/sponsor.jpg');
}

#riversfriendsli a {
	background-image: url('/wp-content/uploads/2011/11/sponsor.jpg');
}

#sidelinks li a:hover {
	z-index: 5;
	background-position: 0 0;
}

#socialize {
	width: 296px;
	height: 65px;
	background-image: url('images/socialize.png');
	background-position: top left;
	background-repeat: no-repeat;
}

#sociallist {
	position: relative;
	top: 20px;
	left: 195px;
}

*:first-child+html #sociallist {
	position: relative;  /* Targets IE7 */
	top: 0;
	left: 195px;
}

#sociallist li {
	display: inline-block;
	*display: inline; /* Targets IE 6 and 7 */
}

/* ===========BLOG POST STYLE=========== */

#postdiv {
	z-index: 2;
	/* *z-index: 50; */
	*position: relative;
	float: left;
	width: 540px;
	margin: -20px 0 0 50px;
	_margin: -20px 0 0 25px;
}

.post {
	margin-top: 40px;
}

.post h3 {
	margin: 5px 0;
	color: #198eab;
	font-size: 25px;
}

.postmetadata {        
	margin: 0;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

#entrycontent p {
	color: #999999;
	font-size: 14px;
}

.navigation {
	position: relative;
	top: -5px;
	margin-top: 50px;
}

/* ===========NEWS PAGE STYLES=========== */

#news .post img {
	border: 4px solid #198eab;
}

/* ===========STORY PAGE STYLES=========== */

#thestory .post h3 a {
    display: none;
}

#thestory strong, #thestory strong a {
	color: #999999;
	font-size: 18px;
	font-style: italic;
}

#thestory .post strong {
    margin-top: 20px;
}

#thestory #postdiv p {
	margin-top: 20px;
}

/* ===========RIVER'S FRIENDS PAGE STYLES=========== */

.friend {
    margin-top: 50px;
}

#riversfriends .post h3 a {
	display: none;
}

#riversfriends .post img {
	float: left;
	margin-right: 10px;
	border: 4px #198eab solid;
}

/* ===========CONTACT PAGE STYLES=========== */

#contact .post h3 {
	display: none;
}

#contact #postdiv {
    font-family: Helvetica;
    color: #666;
	font-size: 13px;
}

.contact-form fieldset {
    border: none;
	position: relative;
	padding-bottom: 10px;
}

.form-option {
    display: none;
}

#contact #postdiv legend {
    display: none;
}

#contact #postdiv input {
    border: 1px solid #999;
    width: 275px;
    height: 25px;
    background-image: url('images/input.png');
	background-position: top left;
	background-repeat: repeat-x;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

#contact #postdiv .form-submit input {
    width: 98px;
    border: none;
    background-image: none;
    background-color: #198eab;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

#contact #postdiv textarea {
    font-family: Helvetica;
    background-image: url('images/input.png');
	background-position: top left;
	background-repeat: repeat-x;
    border: 1px solid #999;
    color: #333;
}

#contact #postdiv .form-input {
    margin-bottom: -5px;
}

#contact #postdiv fieldset {
    margin-bottom: -15px;
}

#contact #postdiv label {
    color: #666;
}

#contact .information {
    position: relative;
    top: 418px;
    left: 125px;
}

/* ===========FOOTER STYLES=========== */

#footer {
	z-index: 2;
    position: relative;
    bottom: 52px;
    width: 980px;
    margin: 0 auto;
    color: #999999;
    font-size: 11px;
}

#footer a:link,
#footer a:visited,
#footer a:active {
    color: #999999;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footerleft {
    float: left;
    margin-left: 55px;
}

#footerright {
    float: right;
    margin-right: 55px;
}

/**************************** kappaluppa  *******************/

table.sponsor td {
  color: #999999;
  font-size: 14px;
}
.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.aligncenter {display: block; margin-left: auto; margin-right: auto;font-weight:bold;}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
