/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      02/10
author:    [Matt Seccafien]
email:     [me at maeker dot ca]


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}
/* Styles for layout
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
	clear:both;
display:block;
line-height:0;
}
.right {
	float: right;
}
.left {
	float: left;
}
#access {
	display:none;
}
/* Set up the document
-----------------------------------------------------------------------------*/
html {
	background:#3D4039;
}
body {
	font: 62.5%/1.5 Arial, Helvetica, sans-serif;
	color: #545358;
	text-align:center;
	background:url(images/bg-body-2.gif) top left repeat-x #edebde;
}
body.blog {
	background:url(images/bg-body.gif) top left repeat-x #edebde;
}
.wrapper {
	width: 1160px; /* Set page width here - you can also use percentage */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 3.2em; /* Equivalent to 22pt */
	font-family:Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 2.0em; /* Equivalent to 20pt */
}
h3 {
	font-size: 1.4em; /* Equivalent to 18pt */
	font-weight:normal;
	color:#605249;
	margin:35px 0 17px;
}
li h3 {
	font-size:1.2em;
}
h4 a {
	font-size: 1.4em; /* Equivalent to 18pt */
	color:#525355;
}
h5 {
	font-size: 1.4em; /* Equivalent to 14pt */
}
p, q, cite {
	font-size: 1.2em; /* Equivalent to 12pt */
	padding-bottom:10px;
}

li p {
	font-size:1em;
}
.entry-content p, .entry-content ul, .entry-content ol, .textwidget {
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul, ol, dl {
	list-style: none;
}
li, dd, dt {
	font-size: 1.2em; /* Equivalent to 12pt */
}
li li {
	font-size: 1em; /* Equivalent to 12pt */
}
a {
	text-decoration:none;
	color:#3e7967;
}
a:hover {
	color:#47b39b
}
.arrow-big {
	background:url(images/arrow_right_12x12.png) 0 4px no-repeat;
	padding-left:20px;
}
.arrow-small {
	background:url(images/arrow_right_8x8.png) 0 2px no-repeat;
	padding-left:20px;
}
.more-link {
	background:#DEDCC5 url(images/arrow_right_8x8.png) no-repeat scroll 10px 9px;
	display:block;
	margin-left:-26px;
	margin-top:15px;
	padding:5px 26px;
	width:65px;
	font-family:Arial, Helvetica, sans-serif;
}
.cta-button, .button input, input.button, .submit input {
	    -moz-border-radius: 10px; /* FF1+ */
  -webkit-border-radius: 10px; /* Saf3+, Chrome */
          border-radius: 10px; /* Opera 10.5, IE 9 */
	background:#333 none repeat scroll 0 0;
	border:1px solid #666;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:8px;
	padding:2px 8px;
	color:#FF0;
	font-size:1.1em;
	display:block;
}

/* Post Typography 
-----------------------------------------------------------------------------*/

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size:1.2em;
	margin-bottom:7px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;

}

.entry-content h1 {
	color:#605249;
		
}

.entry-content h2 {
	font-weight:normal;
		
}

.entry-content h3 {
		font-size:1.2em;
			font-weight:normal;
			margin-bottom:0;
			color:#545358;

}

.entry-content h4 {
		
}

.entry-content h5 {
		
}

.entry-content h6 {
		
}


.entry-content ol {
 	list-style:decimal;
	padding-bottom:10px;
}
.entry-content ol li {
	margin:10px 0 0 15px;
}
.entry-content ul {
	padding-bottom:10px;

}
.entry-content ul li {
	background:url(images/arrow_right_8x8_gray.png)  0 15px no-repeat;
	padding:10px 0 0 15px;

}


blockquote {
		padding-left:30px;
		margin:15px 0 15px 20px;
		background:url(images/bdr.gif) top left repeat-y;
		
}
blockquote p {

	font-size:1.4em;
}


.pageid-20 .entry-content ul li {
					background:url(images/bdr.gif) top left repeat-y;
		width:105px;
		display:block;
		height:75px;
		padding:0 10px 0 15px;
		float:left;
		margin-bottom:20px;
		
}
.pageid-20 .entry-content ul li:hover {
	background-repeat:repeat;		
}

/* Header
-----------------------------------------------------------------------------*/

#header {
	height:142px;
}
#searchform {
	float:right;
	width:200px;
}
#nav-mini {
	clear:both;
	float:right;
	display:block;
	width:200px;
	height:28px;
	margin:0px 130px 0 0;
}
#nav-mini li {
	display:block;
	float:left;
	margin:5px 7px;
	color:#49b39c;
}
#nav-mini li a {
	color:#49b39c;
}
h1#site-title a {
	background:transparent url(images/logo.gif) no-repeat scroll center bottom;
	display:block;
	float:left;
	height:99px;
	text-indent:-9999px;
	width:210px;
	margin-left:100px;
}
/* Navigation
-----------------------------------------------------------------------------*/
#menu {
	float:right;
margin-right:131px;
	margin-top:37px;
	display:block;
	clear:right;
}
#menu ul, #menu ul ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:300;
	width:100%;
}
#menu ul a {
	display:block;
	color:#ccc;
}
#menu ul a:hover {
	color:#47b39b
}
#menu ul li {
	float:left;
	position:relative;
	line-height:22px;
	display:block;
}
#menu ul li a {
	height:38px;
	text-indent:-9999px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#menu ul li a:hover, #menu ul li.current a {
	background-position:0 -38px
}
/* 
-----------------------------------------------------------------------------*/

#menu ul li.page-item-5 a {
	background-image:url(images/nav-aboutus.gif);
	width:100px;
}
#menu ul li.page-item-6 a {
	background-image:url(images/nav-finances.gif);
	width:105px;
}
#menu ul li.page-item-8 a {
	background-image:url(images/nav-scholarships.gif);
	width:128px;
}
#menu ul li.page-item-10 a {
	background-image:url(images/nav-donations.gif);
	width:113px;
}
#menu ul li.page-item-12 a {
	background-image:url(images/nav-communications.gif);
	width:158px;
}
#menu ul li.page-item-14 a {
	background-image:url(images/nav-contact.gif);
	width:93px;
}
#menu ul li.page-item-5 ul li a, #menu ul li.page-item-6 ul li a, #menu ul li.page-item-8 ul li a, #menu ul li.page-item-10 ul li a, #menu ul li.page-item-12 ul li a, #menu ul li.page-item-14 ul li a {
	background-image:none;
	height:auto;
	text-indent:0;
	width:170px;
}
/* 
-----------------------------------------------------------------------------*/
#menu ul ul {
	position:absolute;
	display:none;
	top:38px;
	left:-1px;
}
#menu ul li ul {
	width:auto;
	padding:0px 0 10px;
	background:#353a32;
	border:#ccc;
	
     -moz-box-shadow: -2px 2px 5px #666; /* FF3.5+ */
  -webkit-box-shadow: -2px 2px 5px #666; /* Saf3.0+, Chrome */
          box-shadow: -2px 2px 5px #666; /* Opera 10.5, IE 9.0 */
              filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=-2px, OffY=2px, Color='#666666'); /* IE6,IE7 */
          -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=-2px, OffY=2px, Color='#666666')"; /* IE8 */

	opacity:0.95;
}
#menu ul li ul a {
	padding-left:15px;
}
#menu ul ul ul {
	top:auto;
}
#menu ul li ul ul {
	left:12em;
	margin:0px 0 0 10px;
}
#menu ul li:hover ul ul, #menu ul li:hover ul ul ul, #menu ul li:hover ul ul ul ul {
	display:none;
}
#menu ul li:hover ul, #menu ul li li:hover ul, #menu ul li li li:hover ul, #menu ul li li li li:hover ul {
	display:block;
}
/* Footer
-----------------------------------------------------------------------------*/

#footer {
	background:#3d4039;
	margin-top:60px;
	clear:both;
}
#footer ul, #footer p {
	margin:20px 0 0 130px;
	color:#dfddc6;
	font-family: Arial, Helvetica, sans-serif;
	width:400px;
}
.pcp a {
	background:url("images/logo-pcp.gif") no-repeat scroll left top transparent;
	display:block;
	float:right;
	height:76px;
	margin-right:170px;
	margin-top:20px;
	text-indent:-9999px;
	width:181px;
}
#footer .wrapper {
	background:url(images/bg-footer.gif) 130px 0 no-repeat #3d4039;
	padding-top:25px;
	padding-bottom:25px;
}
/* Homepage
-----------------------------------------------------------------------------*/

#feature {
	background:url(images/feature.gif) top left no-repeat;
	margin:auto;
	text-align:left;
	width:1160px;
	height:427px;
	display:block;
	clear:both;
}
#feature h1 {
	font-weight:normal;
	line-height:1.3em;
	margin-left:135px;
	padding-top:30px;
	width:550px;
	color:#333;
}
#feature a.arrow-big {
	color:#333333;
	display:block;
	font-size:1.4em;
	font-weight:normal;
	line-height:1.3em;
	margin-left:135px;
	margin-top:15px;
	width:500px;
}

#feature a.arrow-big:hover {
	text-decoration:underline;
}

#feature a.cta-button {
	display:inline;
	font-size:1.7em;
	font-weight:normal;
	line-height:3em;
	margin-left:135px;
	padding:10px 19px;
}
#nav-icons {
	margin:10px 0 0 100px;
}
#nav-icons li {
	background:url(images/riz_icon_sponsor.png) no-repeat 7px 8px #dfddc6;
	width:180px;
	display:block;
	float:left;
	height:75px;
	margin-right:2px;
}
#nav-icons li.link-thankyous {
	background:url(images/riz_icon_thankyous.png) no-repeat 7px 15px #dfddc6;
}
#nav-icons li.link-apply {
	background:url(images/riz_icon_apply.png) no-repeat 7px 6px #dfddc6;
}
#nav-icons li.link-institutions {
	background:url(images/riz_icon_institutions.png) no-repeat 7px 10px #dfddc6;
}
#nav-icons li.link-photo {
	background:url(images/riz_icon_photo.png) no-repeat 10px 14px #dfddc6;
}
#nav-icons li:hover {
	cursor:pointer;
	background-color:#d0ceb9;
}
#nav-icons li a {
	color:#605249;
	display:block;
	font-size:1.2em;
	font-weight:normal;
	line-height:18px;
	padding:27px 0 10px 79px;
}
#nav-icons li.link-institutions a, #nav-icons li.link-sponsor a {
	padding-top:20px;
}
.blog .post {
	margin-bottom:20px;
}
.blog .entry-content, .blog .entry-title {
	width:280px;
	margin-left:57px;
}
.blog #content h3 {
	padding:0 0 0 57px
}
.blog #content .col-2 h3 {
	padding:0 0 0 25px
}
p.date {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	height:10px;
	padding:22px 0 16px;
	text-align:center;
	width:42px;
}
p.date span {
	display: none;
}
.shield {
	position: relative;
	width:42px;
	float:left;
	display:block;
}
.commentscloud {
	position: absolute;
	text-align: center;
	top: -4px;
	left: 22px;
	width: 30px;
	height: 24px;
	padding: 3px 0;
	background: url(images/bubble.png) no-repeat 0 0;
}
.month1 {
	background: url(images/01.png) no-repeat 0 0;
}
.month2 {
	background: url(images/03.png) no-repeat 0 0;
}
.month3 {
	background: url(images/03.png) no-repeat 0 0;
}
.month4 {
	background: url(images/04.png) no-repeat 0 0;
}
.month5 {
	background: url(images/05.png) no-repeat 0 0;
}
.month6 {
	background: url(images/06.png) no-repeat 0 0;
}
.month7 {
	background: url(images/07.png) no-repeat 0 0;
}
.month8 {
	background: url(images/08.png) no-repeat 0 0;
}
.month9 {
	background: url(images/09.png) no-repeat 0 0;
}
.month10 {
	background: url(images/10.png) no-repeat 0 0;
}
.month11 {
	background: url(images/11.png) no-repeat 0 0;
}
.month12 {
	background: url(images/12.png) no-repeat 0 0;
}
/* Your template
-----------------------------------------------------------------------------*/
#content {
	clear:both;
	margin-left:50px;
	width:720px;
	float:left;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-bottom:60px
}
.col-1, .col-2 {
	width:360px;
	display:block;
	float:left
}
ul.stats li {
	width:180px;
	display:block;
	float:left;
	background:url(images/bdr.gif) top left repeat-y;
	margin-bottom:40px
}
ul.stats li:hover {
	
}
ul.stats li.wide {
	width:360px;
}
ul.stats li.wide span {
	padding-top:10px;
}
ul.stats li span {
	margin:0 0 0 25px;
}
span.stats-number {
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:60px;
	line-height:40px;
	color:#3d7a6b;
}
#content h3 {
	padding:0 0 0 26px
}
.page #content h3, .single #content h3, .four04 #content h3 {
	padding:0 0 0 0px
}
/* Sidrbar Right 
-----------------------------------------------------------------------------*/

.sidebar {
	width:230px;
	float:right;
	margin-right:130px;
}
.sidebar li .textwidget, .sidebar .entry-meta, .sidebar p {
	background:url(images/bdr.gif) top left repeat-y;
	padding-left:25px;
}
.sidebar h3 {
	padding-left:25px;
}

.sidebar-newsletter {
	background:url(images/bdr.gif);
}
.sidebar-newsletter h3 {
		
		padding-top:20px;
}
.sidebar-newsletter p {
	padding-bottom:25px
}

li.facebook {
	background:url("images/riz_icon_fb.png") no-repeat scroll left center transparent;
height:45px;
margin-left:25px;
padding-left:30px;
clear:both;
}

li.facebook span {
	display:block;
	font-size:0.8em;
}

.sidebar .cta-button {
		display:inline;
}
/* Page 
-----------------------------------------------------------------------------*/

.page .page {
	width:400px;
	margin-left:295px;
}

.pageid-14 .page, .pageid-199 .page, .pageid-0 .page, .single #content h3.parent-page-title, .search .page, .single .attachment, .single .post, .single #comments, .navigation, .four04 .post {
	margin-left:95px;
	width:570px;
}
.page #content .nav-sub h3 {
	padding: 0 0 0 15px;
}
.nav-sub {
	width:180px;
	float:left;
	margin-left:44px;
}
.nav-sub ul {
}
.nav-sub ul li a {
	background:#dfddc6;
	color:#5B4A42;
	display:block;
	height:37px;
	margin-bottom:1px;
	padding:5px 0 0 18px;
}
.nav-sub ul li a:hover, .nav-sub ul li.current_page_item a {
	background:#d0ceb9;
}
.nav-sub ul li.current_page_item a {
	background:#d0ceb9 url(images/arrow_right_8x8.png) no-repeat scroll 5px 10px;
}
/* Gallery
-----------------------------------------------------------------------------*/
.gallery {
}
.gallery-icon {
float:left;		
}
.nav-previous, .nav-next  {
	display:block;
	float:left;
}
.gallery-icon a {
	width:130px;
	margin-right:1px;
	margin-top:1px;
	display:block;
	height:130px;
	text-align:center;
	background:#e5e2cf;
}
	
	
.gallery-icon a img {
	width:110px;
	height:110px;
	margin:auto;
	padding-top:10px;
}

.gallery-caption {	
color:#5B4A42;
display:block;
font-size:1.1em;
padding:10px 0;
text-align:center;
width:130px;
margin-bottom:5px;


}

#nav-images {
		margin-left:25px;
}
#nav-images li a {
	width:95px;
	margin-right:1px;
	display:block;
	height:105px;
	text-align:center;
	background:url("images/arrow_right_8x8.png") no-repeat scroll center 92px #e5e2cf;
}
#nav-images li.nav-previous a {

	background:url("images/arrow_left_8x8.png") no-repeat scroll center 92px #e5e2cf;
}
#nav-images li a:hover, .gallery-icon a:hover {
	background-color:#D0CEB9;
		
}
#nav-images li a img {
	width:75px;
	height:75px;
	margin:auto;
	padding-top:10px;
	
}

.entry-caption {
margin-top:30px;		
}

.entry-meta {
		clear:both;
		margin-top:30px;
}

/* Forms
-----------------------------------------------------------------------------*/


input.text, input.input {
	padding: 6px;
	background:#e5e3d0;
}
#searchform {
	border:#69695f 1px solid;
	background:#373c35;
	margin:10px 130px 0 0;
}
#searchform input.text {
	border:none;
	width:160px;
	background:#373c35;
	padding:3px;
	color:#fff;
	height:20px;
}
#searchform input.button {
	border:none;
	height:20px;
	margin-top:0;
	padding:0;
	width:30px;
	text-indent:-9999px;
	float:right;
	display:block;
	background:#373C35 url(images/magnify.png) no-repeat scroll 7px 6px;
}
/* Contact-form 
-----------------------------------------------------------------------------*/


input, textarea {
	background:#e5e3d0 none repeat scroll 0 0;
	border:1px solid #fff;
	font-family:Arial, Helvetica, sans-serif ;
	font-size:12px;
	line-height:1.9em;
	padding:5px;
	width:385px;
	color:#555;
}

#content input, #content textarea {
	margin-top:10px
	
}
input:focus, textarea:focus, a:active {
		outline:none;
		border-color:#3e7967;
}
label {
	display:block;
	float:left;
	margin:15px 5px 0 0;
	padding:3px 0;
	text-align:right;
	width:75px;
		font-family:Arial, Helvetica, sans-serif ;


}
span.required {
	color:#0D70B3;
	font-weight:bold;
}
.telephone input, .zip input, .country input, .email input, .city-state input {
	width:240px;
}
span.wpcf7-form-control-wrap {
	position:relative;
}
.button input, #comments input.button {
	margin-left:80px;
width:auto;
}

input.button, .submit input {
width:auto;
}
.form-label {
		
		clear:both;
}

.forgetmenot label {
	float:none;
}
.forgetmenot input {
	width:auto;
	margin-left:80px;
}
.submit input {
	margin-left:80px;
}
/* login page 
-----------------------------------------------------------------------------*/
.pageid-0 .nav-sub {
			display:none;
}
		
/* Tables 
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	text-align: left;
	font-weight: normal;
}

#wpstats {
		display:none;
}
