/*
THEME NAME: Carolina Adoption
THEME URI: http://www.carolinaadoption.org/
DESCRIPTION: A WordPress theme for Carolina Adoption
VERSION: 1.0
AUTHOR: <a href="http://www.aldenta.com/">John Ford</a> and designed by <a href="http://www.g-graphics.com/">G Graphics</a>.
AUTHOR URI:
*/

@import url('style-nav.css');

* {
	margin: 0;
	padding: 0;
}

body {
	background: #9cf url('images/bg.gif') repeat-y top center;
	font-family: Georgia, "Lucida Bright", serif;
	font-size: 12px;
	line-height: 18px;
	color: #369;
	text-align: center;
}

.ir {
	text-indent: -5000px;
	outline: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	font-weight: normal;
	color: #336;
}

h1 { font-size: 2.00em; }
h2 { font-size: 1.67em; }
h3 { font-size: 1.50em; }
h4 { font-size: 1.33em; }
h5 { font-size: 1.17em; }
h6 { font-size: 1.00em; }

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	border-bottom: none;
}

.clear {
	clear: both;
}

.divider {
	margin-bottom: 1em; 
	border: 0; 
	border-top: 1px solid #ccc;
}

.meta-sep {
	padding: 0 10px;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;	
}

#header {
	width: 100%;
	height: 128px;
	background: transparent url('images/bg-header.jpg') no-repeat top left;
}

#blog-title, #blog-description {
	float: left;
}

#header-links {
	float: right;
	padding-right: 10px;
	margin-top: 10px;
	
}

#header-links a, #header-links .submit {
	padding: 0;
	color: #369;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.92em;
	font-weight: bold;
	background-color: transparent;
	border: none;
}

#header-links a {
	margin-left: 5px;
}

#search-form {
	float: left;
	margin-right: 8px;
}

#search-form .text {
	font-size: 0.92em;
	width: 120px;
}

#blog-title a {
	display: block;
	position: relative;
	top: 32px;
	left: 40px;
	width: 305px;
	height: 81px;
	background: url('images/logo.gif') no-repeat top left;
}

#main-wrapper {
	float: left;
	width: 780px;
	background-color: #fff;
}

#main {
	margin: 0 10px;
}

#content {
	clear: left;
}

#content p {
	padding-bottom: 1em;
}

#content blockquote {
	margin: 0 0 1em 1em;
	padding: 0 1em;
	border-left: 2px solid #369;
	font-style: italic;
}

.breadcrumb {
	margin-bottom: 1em;
	padding: 0 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.83em;
}

.breadcrumb a {
	font-weight: bold;
}

/* HOME */
#home-blurb {
	float: left;
	padding: 1em 0 32px 0;
	background: #fff url('images/rounded-bottom-top.gif') no-repeat bottom left;
}

#featured-wrapper {
	float: left;
	width: 420px;	
}

#featured {
	padding-left: 10px;
}

#featured h2 a {
	color: #69c;
}

#adoption-steps-wrapper {
	float: right;
	width: 360px;
}

#adoption-steps {
	padding-left: 11px;
	margin-left: 12px;
	/*border-left: 1px dotted #369;*/
	background: #fff url('images/bg-dots.gif') repeat-y left top;
}

#adoption-steps ul {
	list-style: none;
}

#adoption-steps ul li {
	text-indent: -5000px;
	margin-bottom: 1px;
}

#adoption-steps ul li a {
	display: block;
	width: 327px;
	background: transparent url('images/adoption-steps-2.jpg') no-repeat top left;
	outline: none;
}

#adoption-steps li#as-starting   a { height: 51px; background-position: 0 0; }
#adoption-steps li#as-programs   a { height: 51px; background-position: 0 -52px; }
#adoption-steps li#as-sessions   a { height: 51px; background-position: 0 -104px; }
#adoption-steps li#as-difference a { height: 51px; background-position: 0 -156px; }

#adoption-steps li#as-starting   a:hover,
#adoption-steps li#as-starting   a:focus { height: 51px; background-position: -327px 0; }
#adoption-steps li#as-programs   a:hover,
#adoption-steps li#as-programs   a:focus { height: 51px; background-position: -327px -52px; }
#adoption-steps li#as-sessions   a:hover,
#adoption-steps li#as-sessions   a:focus { height: 51px; background-position: -327px -104px; }
#adoption-steps li#as-difference a:hover,
#adoption-steps li#as-difference a:focus { height: 51px; background-position: -327px -156px; }

#recent-news a {
	display: block;
	width: 305px;
	height: 45px;
	background: transparent url('images/recent-news.gif') no-repeat top left;
}

.recent-post {
	margin-bottom: 1em;
	padding-bottom: 1em;
/*	border-bottom: 1px dotted #369;*/
	background: #fff url('images/bg-dots.gif') repeat-x left bottom;
}

.recent-post .alpha-shadow-left {
	margin: 4px 0.5em 1em 0;
}

#content .recent-post p {
	padding-bottom: 4px;
}

.recent-post h3 {
	margin-bottom: 3px;
}

.recent-post h3 a {
	color: #69c;
	font-size: 14px;
	padding-bottom: 0px;
}

#accreditations {
	padding-top: 2em;
	background-color: #fff;
	text-align: center;
}

/*** /HOME ***/

#body {
	float: left;
	background: #fff url('images/bg-dots.gif') repeat-y 250px top;
}

#container {
	float: right;
	width: 530px;
}

#content {
	padding: 0 15px 0 0;
	margin-left: 14px;
}


/*** SIDEBAR ***/
#sidebar-wrapper {
	float: left;
	width: 250px;
}

#sidebar {
	padding: 0 15px 0 10px;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul.xoxo {
	padding-bottom: 1em;
}

#sidebar ul ul {
	margin: 0 0 0.3em 1em;
}

#sidebar .current_page_item li a {
	font-weight: normal;
}

#sidebar-static-wrapper {
	margin-bottom: 1em;
	background: #dbedca url('images/bg-sidebar-green-top.png') no-repeat top left;
}

#sidebar-static {
	padding: 10px;
	background: transparent url('images/bg-sidebar-green-bottom.png') no-repeat bottom left;
}

#sub-navigation {
	background: #bed4e9 url('images/bg-sub-nav.png') no-repeat 0 0;
	padding-top: 10px;
	margin-bottom: 1.5em;
	line-height: 1.2em;
	font-size: 1em;
	text-transform: uppercase;
}

#sub-navigation .ft {
	height: 10px;
	margin-top: -1px;
	font-size: 0;
	background: #cddded url('images/bg-sub-nav.png') no-repeat -226px bottom;
}

#sidebar #sub-navigation ul {
	margin: 0;
}

#sub-navigation li {
	border-bottom: 1px solid #fff;
}

#sub-navigation li li {
	font-size: 1.08em;
	text-transform: none;
	border-bottom: 0;
	_width: 100%;
}

#sub-navigation .current_page_item li a,
#sub-navigation .current_page_parent li a {
	background-color: #bed4e9;
	color: #336699;
}

#sub-navigation .current_page_item a, 
#sub-navigation .current_page_parent a {
	background-color: #6699cc;
	color: #fff;
}

#sub-navigation li ul {
	margin: 0;
	padding-bottom: 0;
}

#sub-navigation li ul a, 
#sub-navigation .current_page_item li a {
	color: #336699;
}

#sub-navigation a {
	display: block;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: normal;
}

#sub-navigation a:hover,
#sub-navigation a:focus {
	background-color: #6699CC;
	color: #fff;
}

#sub-navigation li ul a {
	padding: 4px 0 5px 22px;
	background: #bed4e9 url('images/dot.png') no-repeat 0 0;
}

#sub-navigation li ul a:hover,
#sub-navigation li ul a:focus,
#sub-navigation li ul li.current_page_item a {
	background: #89b1d8 url('images/dot-active.png') no-repeat 0 0;
	color: #fff;
}

#sub-navigation ul ul {
	display: none;
}

#sub-navigation ul .current_page_item ul,
#sub-navigation ul .current_page_parent ul {
	display: block;
}

#categories, #archives {
	margin-bottom: 1em;
}

#categories .select, #archives .select {
	width: 225px;
}

#countries-list-wrapper {
	background: #fff url('images/bg-countries-top.png') no-repeat top left;
}

#countries-list {
	margin-bottom: 1em;
	padding: 50px 10px 25px 10px;
	text-align: center;
	background: transparent url('images/bg-countries-bottom.png') no-repeat bottom left;
}

#countries-list form {
	float: left;
}

#countries-list select {
	width: 180px;
	border: 1px solid #ccc;
/*	padding: 2px;*/
}

#sidebar-static ul {
	margin-bottom: 1em;
	font-size: 1.167em;
	line-height: 2em;
}

#sidebar-static ul li {
	padding-left: 36px;
	margin-bottom: 4px;
	background: transparent url('images/list-arrow.png') no-repeat top left;
}

#newsletter {
	padding: 1em 0;
	background: transparent url('images/bg-dots.gif') repeat-x left top;
}

#newsletter .text {
	width: 150px;
	font-size: 1.167em;
}

/*** PAGES/POSTS ***/
.page-title {
	margin-bottom: 1em;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol { 
	margin: 0 0 1em 1em;
}

.entry-content ol ul, .entry-content ul ol, .entry-content ol ol, .entry-content ul ul {
	margin-bottom: 0;
}

.entry-content li {
	margin: 0 0 0.2em 1em;
}

.entry-content table {
	margin-bottom: 1em;
}

.post, .search .page {
	float: left;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: #fff url('images/bg-dots.gif') repeat-x left bottom;
}

.post .entry-title, .search .entry-title {
	margin-bottom: 0;
}

.post .entry-title, .page .entry-title, .search .entry-title {
	line-height: 1.1em;
}

.edit-link {
	font-size: 12px;
}

.entry-meta {
	margin-bottom: 0.5em;
	color: #69c;
	font-size: 0.917em;
	text-transform: uppercase;
}

.entry-meta .entry-date {
	text-transform: none;
}

.entry-meta a {
	color: #69c;
}

.comments-link {
	float: right;
}

#footer {
	clear: both;
	padding: 20px 0 10px 0;
	color: #69c;
	text-align: center;
	background: transparent url('images/rounded-bottom.gif') no-repeat top center;
}

.navigation {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

/*** CONTACT FORM ***/
#contact_form {
	float: right;
	width: 240px;
	background-color: #f3f3f3;
	padding: 1em;
	margin-left: 1em;
}

#contact_form .textarea {
	width: 230px;
}

#contact_form dd {
	margin-bottom: 0.7em;
}

#contact_form dd.error {
	border-left: 2px solid #c00;
}


/*** GENERAL STYLES ***/
.text, .select, .textarea {
	padding: 1px;
	border: 1px solid #ccc;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.92em;
}

.submit {
	width: auto;
	overflow: visible;
	padding: 2px;
}

.errors {
	color: #c00;
}

.entry-content .errors li {
	margin-bottom: 0;
}

#content .errors p {
	padding-bottom: 0.2em;
	font-weight: bold;
}

.notice {
	color: #080;
	font-weight: bold;
}

.read-more {
	text-align: right;
}

.read-more a, .read-all a {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.83em;
	font-weight: bold;
	color: #9c6;
	text-transform: uppercase;
}

.alpha-shadow-left {
	float: left;
	background: url('images/shadow.gif') no-repeat bottom right;
	margin-right: 0.5em;
/*	padding-bottom: 5px;*/
/*	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;*/
}

.alpha-shadow-right {
	float: right;
	background: url('images/shadow.gif') no-repeat bottom left;
	margin-left: 0.5em;
/*	padding-bottom: 5px;*/
/*	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;*/
}

.alpha-shadow-left div {
	background: url('images/shadow2-left.png') no-repeat left top !important;
	background: url('images/shadow2-left.gif') no-repeat left top;
	padding: 0px 5px 0px 0px;
/*  padding: 0px 5px 0px 0px !important;*/
/*  padding: 0px 5px 0px 0px;*/
}

.alpha-shadow-right div {
	background: url('images/shadow2-right.png') no-repeat right top !important;
	background: url('images/shadow2-right.gif') no-repeat right top;
	padding: 0px 0px 0px 5px;
/*  padding: 0px 5px 0px 0px !important;*/
/*  padding: 0px 5px 0px 0px;*/
}

.alpha-shadow-left img, .alpha-shadow-right img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
}

/*** COUNTRIES PAGE ***/
.pageid-5 #body {
	background-image: none;
}

.pageid-5 #container {
	float: none;
	width: auto;
}

.pageid-5 #content {
	padding: 0 1em;
	margin-left: 0;
}

#countries-table {
	width: 100%;
	margin-bottom: 2em;
}

#countries-table tr.alt {
	background-color: #f6f6f6;
}

#countries-table th {
/*	font-size: 1.083em;*/
	text-align: center;
	border-bottom: 2px solid #369;
}

#countries-table td {
	padding: 8px;
	border-left: 1px solid #e7f1f1;
	border-bottom: 1px solid #e7f1f1;
	vertical-align: top;
}

#countries-table td.country {
	text-align: center;
	font-weight: bold;
}

#countries-table td.country a {
	text-decoration: none;
}

#countries-table td.last {
	border-right: 1px solid #e7f1f1;
}

#countries-table tr.highlight {
	background-color: #e7f1f1;
	cursor: pointer;
	cursor: hand;
}

#map {
	width: 756px;
	height: 350px;
}

.map-marker img {
	float: left;
	margin-right: 1em;
}

.map-marker strong a {
	text-decoration: none;
}

/*** COMMENTS ***/
#comments-list {
	margin-bottom: 1em;
	background: #fff url('images/bg-dots.gif') repeat-x left bottom;
}

#comments-list h3 {
	margin-bottom: 1em;
}

#comments-list ol {
	margin: 0;
	list-style: none;
}

#comments-list li {
	margin: 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #e7f1f1;
}

#comments-list .comment-author {
	line-height: 0.83em;
}

#comments-list .comment-author a {
	font-weight: bold;
}

#comments-list .comment-meta {
	margin-bottom: 3px;
}

#comments-list .comment-meta a {
	color: #69c;
	font-size: 0.92em;
}

#comments-list .comment-author-admin {
	padding: 10px 0 0 10px;
	background-color: #e7f1f1;
}

#respond .form-input, #respond .form-textarea {
	margin-bottom: 0.83em;
}

/*** DONATION FORM ***/
.donation dt {
	float: left;
	width: 120px;
	font-weight: bold;
}

.donation dd {
	margin-left: 95px;
}

#social li {
	float: left;
}

#social li.facebook {
	margin-left: 32px;
}

#social li.facebook a {
	display: block;
	width: 50px;
	height: 49px;
	background: url(images/social.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#social li.youtube {
	margin-left: 22px;
}

#social li.youtube a {
	display: block;
	width: 86px;
	height: 49px;
	background: url(images/social.png) -73px 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}
