/*
Theme Name: CAN
*/

/* global whitespace */

* { margin:0; padding:0; }

/*= BODY/GLOBALS */

html { text-align: center; }

body {
	background: #00a6e4;
	font-size:62.5%;
	font-family: arial;
	text-align:center;
}

a, a:link {
   	color:#00a6e4;
   	outline: none;
   	text-decoration:underline; 
}
 
a:hover {
	color: #000;
	text-decoration:none;
}

#flank a {
	color: #ddd;
}	

/* =LAYOUT */
#page {
	background: url(images/bg-body.gif) repeat-y 0 0;
	margin: 0 auto;
	padding: 0 0 10px;
	position: relative;
	width: 976px;
}

#container { 
	background:url(images/bg-page0.png) no-repeat 0 0;
	min-height: 330px;
	position: relative;
	text-align:left;
}

.donate #container { 
	background:url(images/bg-page.gif) no-repeat 0 0;
}

#content {
	float: right;
	position: relative;
	width: 791px;
}

#copy {
	float: left;
	padding: 10px 30px;
	width: 554px;
}

#flank {
	color: #fff;
	float: right;
	padding-top: 40px;
	width: 165px;
}

#header { 
	height: 127px;
	position:relative;
}

#footer { 
	background: url(images/bg-footer.png) no-repeat 0 0;
	position: relative;
	margin: 0 auto 25px auto;
	padding: 25px 0 0 0;
	text-align: center;
	width: 976px;
	z-index: 1;
}

#footer a, #footer a:visited { color: #ddd; }

#sidebar {
	float: left;
	padding: 0 0 30px 0;
	width: 178px;
}

#branding a,
#branding .description {
	text-indent: -9999em;
}

#branding {
	height: 110px;
	width: 480px;
}

#branding a {
	display: block;
	height: 110px;
	width: 480px;
}

a.donate {
	height: 100px;
	display: block;
	position: absolute;
	right: 170px;
	text-indent: -9999em;
	top: 82px;
	width: 100px;
	z-index: 999;
}

.url,
.url:visited {
	color: #00a6e4 !important;
	display: block;
	font-weight: normal;
	height: 142px;
	text-align: center;
	text-indent: -9999em;
	text-decoration: none !important;
}

/* =TYPOGRAPHY */
.post {
	margin: 0;
}

.blog-index .post {
	border-bottom: 2px dotted #ddd;
	padding-bottom: 10px;
	margin: 10px 0;
}

.entry { 
	margin: 10px 0 0 0;
}

.comments-link { 
	background: url(images/bg-comments.gif) no-repeat 0 50%;
	padding-left: 16px;
}

p.post-meta {
	border-top: 1px solid #ddd;
	background: #f1f1f1;
	color: #888 !important;
	font-size: 11px !important;
	margin: 0 0 12px !important;
	padding: 8px 5px;
}

.post-tags {
	background: #f1f1f1 url(images/bg-tag.gif) no-repeat 0 50%;
	display: block;
	height: 16px;
	padding: 2px 5px 0 16px;
}

.post,
.post p {
	color:#333;
	font-size: 13px;
	line-height: 16px;
}

.post .donors,
.post .donors p { color: #00a6e4; }

.post p {
	margin: 12px 0;
}

.post p.intro,
p.intro {
	color: #00a6e4;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.post p.postmetadata {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #777;
	font-size: 11px;
	padding: 6px 0;
}

.home .postmetadata { 
	border: none;
	color: #555;
	font-size: 11px;
	margin: 3px 0 !important;
	padding: 0;
}

#footer p {
   color: #aab974;
   font-size: 15px;
   font-weight: bold;
}

#flank p,
#flank li {
	color: #fff;
}

/* headers */
h1 {
	text-transform: uppercase;
	font-size: 36px;
}

h1.title,
h1.normal {
	background: url(images/bg-dots.png) no-repeat 0 100%;
	margin: 0;
	padding: 0 0 5px 0;
	width: 458px;
}

h1.normal { 
	font-size: 24px;
	padding: 0 0 10px 0;
	margin: 0 0 12px 0;
}

.home h1.hdr { display: none; }    

h2 {
	color: #111;
	font-size: 19px;
	line-height: 21px;
	margin: 18px 0 8px 0;
}  

h2.news {
	color: #111;
	font-size: 19px;
	line-height: 21px;
	background: url(images/bg-dots.png) no-repeat 0 100%;
	margin: 12px 0;
	padding: 0 0 5px 0;
	width: 458px;
}

h2.sub {
	color: #00a6e4;
	font-size: 19px;
	margin: 18px 0 8px 0;
	background: none;
	margin: 12px 0 0 0;
	padding: 0 0 5px 0;
	width: auto;
}

#flank h2 {
	color: #fff;
	font-size: 15px;
	line-height: 17px;
}

h3 {
	color:#111;
	font-size: 14px;
	line-height: 16px;
	margin: 18px 0 -6px;
}

h4 {
	color: #76a1d2;
	font-family: Arial;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	margin: 22px 0 -5px 0;
	text-transform: uppercase;
}

/* lists */
.post ul, 
.post ol {
	color:#333;
	font-size: 13px;
	line-height: 16px;
	margin: 12px 0 12px 30px;
}

.post li {
	margin-bottom:0.5em; 
}

.post li ul, .post li ol{margin:0.4615em 0 1.077em 30px;}
.post ul{list-style-type:square;}
.post li ul{list-style-type:circle;}
.post ol{list-style-type:decimal;}
.post ol ol{list-style-type:upper-alpha;}
.post dl{margin:0 0 1.5385em;}
.post dl dt{font-weight:bold;}
.post dd{margin:0 0 1.5385em;}

#flank ul {
	font-size: 12px;
	line-height: 14px;
	list-style: none;
	margin: 7px 0;
}

#flank ul li {
	margin: 3px 0;
}

#flank ul.poll .wp-polls-ul {
	font-size: 12px;
	line-height: 14px;
}

#flank .fast-facts ul {
	border-top: 1px solid #3bbae9;
	margin: -3px 0 15px 0;
}

#flank .fast-facts li {
	border-bottom: 1px solid #3bbae9;
	font-family: arial, serif;
	font-size: 13px;
	line-height: 17px;
	padding: 0 0 10px 0;
	margin: 10px 0;
}

#flank .members {
	/* max-height: 820px; */
	padding-right: 5px;
	overflow: auto;
}

#flank .members li {
	font-size: 11px;
	line-height: 13px;
	margin: 8px 0;
}

.recent {
	margin: 0;
	padding: 12px;
}

.recent ul {
	list-style: none;
}

.recent li { 
	font-size: 11px;
	margin: 11px 0;
}

/* =NAV */
div#nav {
	background: #fff;
}

ul.menu {
	list-style-type:none;
	margin: 60px 0 0 12px;
	padding:0;
}

ul.menu li {
	margin: 20px 12px;
	position: relative;
	text-align: left;
}

ul.menu li a,
ul.menu li a:visited {
	color:#00a6e4;
	display:block;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	text-decoration:none;
}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:visited,
ul.menu li a:hover {
	color: #000;
}	

ul.menu ul {
	list-style-type:none;
	float: none;
	margin: 0 0 10px 12px;
}

ul.menu ul li { margin: 6px; }

ul.menu ul li a,
ul.menu ul li a:visited,
ul.menu li.current_page_item ul li a,
ul.menu li.current_page_item ul li a:visited {
	color:#00a6e4;
	font-size: 12px;
	line-height: 13px; 
	padding: 0;
	text-align: left;;
}

/* misc div */

.follow {
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	margin: 35px 0px;
	text-align: center;
	padding:20px 0px;
}

.follow p {
	font-size: 12px !important;
	line-height: 13px !important;
	margin: 8px 0 12px 0;
}

.follow a { text-decoration: none; color: #333; }

.facebook {
	padding:20px 12px 24px 12px;
	border-top:1px solid silver;
}

.facebook p {
	font-size:20px;
	text-align:center;
}

.facebook ul {
	padding:0px 0px 12px 12px;
	width:136px;
	clear:both;
}

.facebook a {
	display; block;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.facebook li {
	list-style:none;
	padding-bottom:10px;
	margin-bottom:3px;
}

.facebook .facebook_title {
	font-size:20px;
	font-weight:bold;
	padding:32px 0px 0px 12px;
	text-decoration:none;
	height:32px;	
}

.facebook img {
	float:left;
	padding:0px 0px 12px 12px;
}

.twitter {
	border-top:1px solid silver;
	height:100%;
	overflow: hidden;
	padding:22px 12px;
}

.twitter p {
	font-size:20px;
	padding:20px 0px;
	text-align:center;
}

.twitter h2 {
	font-size:20px;
	padding:0px 0px 12px 12px;
}

.twitter ul {
	padding-left:12px;
	padding-right:12px;
	width:156px;
	clear:both;
}

.twitter li {
	list-style:none;
	padding-bottom:10px;
	margin-bottom:3px;	
	padding-right:12px;
}

.twitter a {
	display; block;
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

.twitter .twitter_title {
	font-size:20px;
	font-weight:bold;
	padding:32px 0px 0px 12px;
	text-decoration:none;
	height:32px;	
}

.twitter img {
	float:left;
	padding:0px 0px 12px 12px;
}

.entry-content {
	width:156px;
}

.blog_post {
	margin-bottom:30px;
}

.blog_post_headline a {
	font-size:16px;
}

.blog_post_metadata {

}

.blog_post p {

}

.blog_post img {
	padding:10px;
}

div.news { 
	margin-bottom: 25px;
}

div.video {
	border:1px solid #ddd;
	margin: 0 0 12px 0;
	padding: 12px 7px;
}

div.video a {
	float: left;
	margin: 0 7px; 
	text-decoration: none;
	width: 120px;
}

/* misc */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-block; }
*html .clearfix { height: 1px; }

.clear { 
	clear: both;
	height: 1px;
	overflow: hidden;
	margin: -1px 0 0 0;
}

/* Begin Comments*/
.comment-author .url {
	color: #00a6e4 !important;
	display: inline;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none !important;
	text-align: left;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	border-bottom: 1px solid #ddd;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

textarea#comment {
	width: 500px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */

/* Begin Various Tags & Classes */
blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}

.navleft,
.navright {
	font-family: 'Times New Roman', Times, serif;
	font-size: 17px;
	width: 48%;
}	

.navleft {
	float: left;
	text-align: left;
}

.navright {
	float: right;
	text-align: right;
}

/* End Various Tags & Classes*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 0;
	margin: 0 0 15px 15px;
	display: inline;
}

img.alignleft {
	padding: 0;
	margin: 0 15px 15px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.signup {
	background: url(images/bg-signup.gif) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 15px;
	padding: 8px 0 0 0;
	width: 311px;
}

.signup ol, .signup ul { 
	float: left;

}

.signup .cform,
.signup .cform label span,
.signup .cform label {
	width: auto !important;;
}

.signup .input {
	border: 1px solid #bbb;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	padding: 5px;
	width: 200px;
}

.signup p { margin: 0 0 5px 0; }

.signup p.submit {
	margin: 5px 0 -25px 0;
}

.signup label { 
	color: #fff;
	font-weight: bold;
	margin: 0 0 3px 0;
}

.linklove { display: none; }

.signup .cform input.backbutton, 
.signup .cform input.resetbutton, 
.signup .cform input.sendbutton { 
	margin: 5px 0 0 0 !important; 
	padding: 3px 5px !important;
}

p.cf-sb {
	margin:0;
	padding:0 !important;
	float: right;
	text-align: left !important;
}

