/*
 SilverStripe BlackCandy Theme
 http://www.silverstripe.com
 */
 
/************
  * Misc Styles and defaults 
  */
 
 
* {
	margin: 0;
	padding: 0;
}
html {
	background: #98B1AE;
}

body {
	color: #333;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
}

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

.clear{
	clear:both;
}
img {
	padding-right:10px;
}
/**************
 	Site Container Box
*/
#BgContainer {
	width: 850px;
	margin: 0 auto; 
	margin-top: 40px;
	border: solid 2px #222;
	background-color:#FFFFFF;
}
#Container { 
	width:850px;
		}
	
#Layout {
	clear: both;
	overflow: hidden;
	#color: #000000;
}

#HomeBackground {
	background-color:#7ca396;
	/*background:url(../../../mysite/images/contentBack.jpg) no-repeat;*/
	padding-left:75px;
	padding-top:30px;
}

#VideoContainer {
	float:left;
}

#LayoutBackground {
	padding-left:75px;
	padding-top:50px;
	width: 780px;
	
}
#Content {
	border-top:#EB7200 1px solid;
	text-align: left;
	padding-top:10px;
	padding-right:50px;
}
#ContentHeader {
	color: #EB7200;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
}	
#ContentBox {
	float:right;
	width:540px;
	min-height:400px;
}

.mainImage {
	float:left;	
}
#HomeContent  {
	min-height:400px;
	width: 800px;
}
#MissionStatement {
	width:700px;
	color:#222;
}
#HomeContent img {
	padding:20px;
	padding-top:0px;
}
#HomeSpotlight {
	margin-top:30px;
	width:672px;
	border:solid 4px #EB7200;
	background-color:#FFF;
	padding-left:20px;
}
#HomeSpotlightHeader {
	position:relative;
	left:-20px;
	width:672px;
	font-size:14px;
	padding:10px;
	padding-top:6px;
	font-weight:bold;
	background-color:#EB7200;
	color:#FFFFFF;
}
.granteeStory {
	font-size:19px;
}

/** Header **/
#Header { 
	position:relative;
	clear:none;
	width:850px;
	height:90px; 
 	margin: 0 auto;
	overflow: hidden;
	background:url(../../../mysite/images/headerImage.jpg)  no-repeat #638b86;
	z-index:10;
}
	
	#Logo {
		
		position:relative;
		left:75px;
		outline-style:none;
		
	}
	#DonateWrapper {
		padding:0px;
		height:0px;
		float:right;
		position:relative;
		right:65px;
		z-index:11;
		
		
	}
	
	#DonateWrapper a img {
		text-decoration:none;
		border:none;
		outline-style:none;
	}
	#Header a img {
		text-decoration:none;
		border:none;
		outline-style:none;
		
	}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		
		}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		
	}

/*** Main Nav ***/
#Navigation {
	position:relative;
	margin: 0 auto;
	overflow: hidden;
	background-color:#111111;
	
	width:850px;
	
}
#Navigation ul { 
	margin-left: 75px;
 	left: right; 
 	color: #fff;
	}
	#Navigation ul li { 
	 	list-style: none; 
		float: left;
		line-height: 20px;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block; 
			height: 20px; 
			text-transform:uppercase;
			font-size:10px; 
			font-weight:bold;
			color: #fff;
			}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			
			height: 2.3em;
 
		}
			#Navigation ul li a:hover { 
			 
				color: #fff;
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				
				cursor: pointer;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	
			 	color: #EB7200;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
			
				color: #EB7200;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 10px; 
	}
	#Breadcrumbs p {
		margin: 0;
	}

/*** Message Boxs ***/

.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}
/* Sidebar 
***********************************/
#Sidebar { 
	float: left; 
	width:180px; 
	}
	#Sidebar .sidebarBox {
	
	}
	#Sidebar ul {
		margin:0px;
	}
	#Sidebar li {
		list-style: none;
		margin:0px;
	}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		line-height: 1.8;
	
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
	}
	#Sidebar a em {
		font-style: normal;
	}
    ul#Menu2 li { 
            font-size:10px;
            list-style: none;
            }
      ul#Menu2 li a {
            display: block;
			font-weight:bold;
            height: 1.8em;
            line-height: 1.8em;
            color: #222222;
      }
	ul#Menu2 li em {
		display: block;
	}
		ul#Menu2 li li em {
			padding-left: 0;
		}
      /* Level 1 
      - We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      */
      ul#Menu2 li a:hover,
      ul#Menu2 li a.current,
      ul#Menu2 li a.current:hover {
            color: #EB7200;
			cursor: pointer;
            text-decoration: none;
      }
	  ul#Menu2 li a.current {
	  		font-weight: 700;
	  }
      ul#Menu2 li a.section,
      ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700; 
      }
      ul#Menu2 li a.levela:hover span,
      ul#Menu2 li a.current span,
      ul#Menu2 li a.section span,
      ul#Menu2 li a.section:hover span,
      ul#Menu2 li a.current:hover span {
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levela:hover em,
      ul#Menu2 li a.current em,
      ul#Menu2 li a.section em,
      ul#Menu2 li a.section:hover em,
      ul#Menu2 li a.current:hover em {
            display: block;
            width: 100%;
            height: 100%;
      }
      ul#Menu2 li ul {
            height: 100%;
            position: relative;
        	margin-left:10px;    
      }
      ul#Menu2 li ul li ul {
            
            margin-left: 0;
      }
      ul#Menu2 li ul li {
            font-size: 10px;
           	list-style:disc;
			line-height: 1.8;
			color: #222;
      }
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover,
      ul#Menu2 li li a.current:hover {
            color: #222;
            font-weight: 700;
            
      }
      ul#Menu2 li li ul {
            margin: 0 0 0 10px;
            padding: 0;\
      }
      ul#Menu2 li li ul .roundWhite {
            margin-bottom: -10px;
      }
      /* Sub Menu */
      ul#Menu2 li a.levelb {
            font-size: 1.7em;
            text-indent: 8px;
			background: transparent;
            margin-left: 10px;
      }
	  ul#Menu2 li a.levelb:hover,
      ul#Menu2 li li a.current,
      ul#Menu2 li li a.current:hover,
      ul#Menu2 li li a.section,
      ul#Menu2 li li a.section:hover {
           
            text-decoration: none;
            display: block;
            color: #fff;
      }
      ul#Menu2 li a.levelb:hover span,
      ul#Menu2 li li a.current span,
      ul#Menu2 li li a.current:hover span,
      ul#Menu2 li li a.section span,
      ul#Menu2 li li a.section:hover span {
            
            display: block;
            width: 100%;
            height: 100%;
      } 
      ul#Menu2 li a.levelb:hover em,
      ul#Menu2 li li a.current em,
      ul#Menu2 li li a.current:hover em,
      ul#Menu2 li li a.section em,
      ul#Menu2 li li a.section:hover em {
            
            display: block;
            width: 100%;
            height: 100%;
      }

	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
 	clear: both;  
	width: 800px; 
	height: 5em; 
	text-align: center; 
	font-weight:bold;
	}
	#Footer .footerTop {
		width: 100%;
		display: block;
		height: 2em;
	}
  	#Footer p { 
		color: #000;
		font-size: 10px;
		text-align: left;
	}
  	#Footer a { 
	   	color: #555; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #888;
		text-decoration: underline;
	}

