/*
THEME NAME: FOTC
THEME URI: http://www.friendsofthechildren.com
DESCRIPTION: A conversion from their flash site
VERSION: 1
AUTHOR: Chap Ambrose
AUTHOR URI: http://www.chapambrose.com
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/*Friends of the Children Static Mockup. CSS Styles*/

/*Sitewide Styles*/

html {
	background: #3052a3;
	background-image: url(images/site_background.png);
	background-repeat: repeat-x;
}
body {
	/*font-family: Georgia, serif;*/
}

p {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}
.left {
	float: left;
}

strong {
	font-weight: bold;
}
.right {
	float: right;
}
.center {
	margin: auto 0;
}

.center_text {
	text-align: center;
}
#hd {
	padding-top: 45px;
}
.yui-g {
	margin-left: 85px;
}
a.logo {
	cursor: pointer;
	background-image: url(images/logo-trans.png);
	background-repeat: no-repeat;
	height: 69px;
	width: 243px;
	display: inline;
	padding-bottom: 25px;
	margin-left: 110px;
	float: left;
}
#large_image {
	background-image: url(images/large_background1.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 525px;
	height: 525px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#overlay_column {
	width: 467px;
	float: left;
	margin-left: 400px;
	display: inline;
}
#overlay_left {
	position: relative;
	margin-top: 50px;
	margin-right: -20px;
	width: 110px;
	float: left;
}
#overlay_right {
position: relative;
	background-image: url(images/overlay_column_background-trans.png);
	background-repeat: repeat-y;
	margin: 0;
	width: 353px;
	float: left;
	overflow: scroll;
	overflow-x: hidden;
	height: 525px;
}
#text_container {
	padding: 33px 43px 35px 43px;
	color: #131D70;
	font: 115%/19px arial, helvetica, clean, sans-serif;
}

#text_container ul{
	padding-left: 1em;
	margin-bottom: 1em;
	
}
#text_container ul li{
	padding-left: 1em;
	list-style-type: disc;
	margin-bottom: .5em;
}


.intro {
	font-size: 121%;
}

ul.primary_navigation {
	/*font-family: Arial, sans-serif;*/
	float: left;
	margin-left: 20px;
}

ul.primary_navigation li {
	display: block;
	background-image: url(images/primary_nav_bak-trans.png);
	background-repeat: no-repeat;
	list-style-type: none;
	width: 110px;
	height: 95px;
	text-align: center;
	float: left;
}

.primary_navigation li a { 
	display: block; /* IE6-7 sees this */
	display: table-cell; /* display: block is overridden by this in all "modern" browsers */
	text-decoration: none;
	font-size: 130%;
	width: 90px;
	padding-left: 10px;
	padding-right: 10px;
	height: 95px;
	vertical-align: middle; /* Used in conjunction with display: table-cell to center text vertically */
	position: relative; /* Needed due to bug with ie7.js which disables links inside an element with a transparent PNG background */
	zoom: 1; /* Enable hasLayout for these anchor tags */
}

.primary_navigation li:hover, .primary_navigation li.current_page_item, .primary_navigation li.current_page_parent {
	display: block;
	background-image: url(images/primary_nav_bak_hover.png);
	background-repeat: no-repeat;
	width: 110px;
	height: 95px;
}
.primary_navigation a:link, .primary_navigation a:visited {
	color: #fff;
	text-decoration: none;
}

.primary_navigation li a:hover, .primary_navigation li.current_page_item a {
	color: #FFBD04;
	text-decoration: none;
}
.primary_navigation li.last {
	display: block;
	background-image: url(images/primary_nav_bak_last-trans.png);
	background-repeat: no-repeat;
}
.primary_navigation li.last:hover, .primary_navigation li.last.current_page_item, .primary_navigation li.last.current_page_parent {
	display: block;
	background-image: url(images/primary_nav_bak_hover_last-trans.png);
	background-repeat: no-repeat;
}

ul.secondary_navigation li {
	display: block;
	background-image: url(images/secondary_nav_bak.png);
	background-repeat: no-repeat;
	list-style-type: none;
	width: 106px;
	height: 79px;
	text-align: center;
}

.secondary_navigation li a {
	display: block; /* IE6-7 sees this */
	display: table-cell; /* display: block is overridden by this in all "modern" browsers */
	text-decoration: none;
	font-size: 115%;
	color: #28409B;
	width: 86px;
	padding-left: 10px;
	padding-right: 10px;
	height: 79px;
	vertical-align: middle; /* Used in conjunction with display: table-cell to center text vertically */
	position: relative; /* Needed due to bug with ie7.js which disables links inside an element with a transparent PNG background */
	zoom: 1; /* Enable hasLayout for these anchor tags */
}
.secondary_navigation li:hover, .secondary_navigation li.current_page_item {
	display: block;
	background-image: url(images/secondary_nav_bak_hover.png);
	background-repeat: no-repeat;
	width: 106px;
	height: 79px;
}
.secondary_navigation li.first {
	display: block;
	background-image: url(images/secondary_nav_bak_first-trans.png);
	background-repeat: no-repeat;
}
.secondary_navigation li.first:hover, .secondary_navigation li.first.current_page_item {
	display: block;
	background-image: url(images/secondary_nav_bak_hover_first-trans.png);
	background-repeat: no-repeat;
}
.secondary_navigation li.last {
	display: block;
	background-image: url(images/secondary_nav_bak_last-trans.png);
	background-repeat: no-repeat;
}
.secondary_navigation li.last:hover, .secondary_navigation li.last.current_page_item{
	display: block;
	background-image: url(images/secondary_nav_bak_hover_last-trans.png);
	background-repeat: no-repeat;
}
#ft {
	font-family: Arial, sans-serif;
	color: #EDDBAE;
	margin-top: 50px;
}
